.s-stats {
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(191,219,254,.5);
}
.stats-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }

.stat-box { padding: 32px 26px; transition: transform .3s; }
.stat-box:hover { transform: translateY(-5px); }
.stat-num {
  font-size: 44px;
  font-weight: 900;
  color: var(--blue);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -1px;
}
.stat-name {
  font-size: 11px;
  font-weight: 700;
  color: var(--ink3);
  margin-bottom: 18px;
  letter-spacing: .3px;
}
.stat-track { height: 5px; background: var(--bd); overflow: hidden; }
.stat-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--blue-xl));
  width: 0;
  transition: width 1.4s cubic-bezier(.25,.46,.45,.94);
}
.sf-d { background: linear-gradient(90deg, var(--discord-h), var(--discord)); }
.sf-t { background: linear-gradient(90deg, var(--blue), var(--blue-xl)); }

.s-news { background: rgba(240,244,255,.8); backdrop-filter: blur(8px); }

.news-latest { margin-bottom: 16px; }

.news-main-card {
  padding: 32px 36px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  transition: transform .3s;
}
.news-main-card:hover { transform: translateY(-4px); }

.news-main-badge {
  background: linear-gradient(180deg, #60a5fa 0%, #2563eb 50%, #1d4ed8 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 12px;
  flex-shrink: 0;
  margin-top: 2px;
  box-shadow:
    0 0 0 2px #1e3a8a,
    0 3px 0 #1e3a8a,
    0 5px 0 rgba(0,0,0,.15);
}
.news-main-body { flex: 1; }
.news-main-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
.news-main-tag {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 3px 10px;
}
.nt-u { background: var(--blue-bg); color: var(--blue); outline: 2px solid var(--blue-bd); }
.nt-e { background: #faf5ff; color: #7c3aed; outline: 2px solid #e9d5ff; }
.nt-i { background: #f0fdf4; color: #16a34a; outline: 2px solid #bbf7d0; }
.news-main-date { font-size: 11px; font-weight: 600; color: var(--ink4); }
.news-main-title { font-size: 20px; font-weight: 900; color: var(--ink); margin-bottom: 10px; line-height: 1.2; letter-spacing: -.3px; }
.news-main-desc { font-size: 13px; font-weight: 500; color: var(--ink3); line-height: 1.7; }

.news-older {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  overflow: hidden;
  max-height: 0;
  transition: max-height .5s cubic-bezier(.25,.46,.45,.94), opacity .4s ease;
  opacity: 0;
}
.news-older.open { max-height: 1400px; opacity: 1; }

.news-card { overflow: hidden; transition: transform .3s; }
.news-card:hover { transform: translateY(-4px); }
.news-card-head { padding: 16px 18px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 6px; }
.n-tag { font-size: 8px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 3px 8px; }
.n-date { font-size: 10px; font-weight: 600; color: var(--ink4); }
.news-card-body { padding: 12px 18px 20px; }
.n-title { font-size: 13px; font-weight: 800; color: var(--ink); margin-bottom: 8px; line-height: 1.4; }
.n-desc { font-size: 12px; font-weight: 500; color: var(--ink3); line-height: 1.65; }

.news-toggle-wrap { text-align: center; margin-top: 24px; }
.news-toggle-btn { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; color: var(--ink2); padding: 12px 24px; transition: transform .15s, filter .15s; }
.news-toggle-btn:hover { transform: translateY(-2px); filter: brightness(1.05); }
.news-toggle-btn svg { transition: transform .35s; }
.news-toggle-btn.open svg { transform: rotate(180deg); }

.s-discord { background: rgba(255,255,255,.75); backdrop-filter: blur(10px); padding: 72px 0; }
.dc-block { padding: 48px 44px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.dc-left { display: flex; flex-direction: column; gap: 12px; flex: 1; }
.dc-left svg { color: var(--discord); }
.dc-left h2 { font-size: 24px; font-weight: 900; color: var(--ink); line-height: 1.2; letter-spacing: -.5px; }
.dc-left p { font-size: 13px; font-weight: 500; color: var(--ink3); max-width: 420px; line-height: 1.7; }
.dc-nums { display: flex; gap: 32px; flex-wrap: wrap; }
.dc-nums span { font-size: 11px; font-weight: 700; color: var(--ink3); letter-spacing: .3px; }
.dc-nums b { color: var(--blue); display: block; font-size: 22px; font-weight: 900; margin-bottom: 2px; }

.s-shop { background: rgba(240,244,255,.8); backdrop-filter: blur(8px); }
.shop-soon { max-width: 440px; margin: 0 auto; text-align: center; padding: 56px 36px; }
.shop-soon-ico { color: var(--blue-l); opacity: .35; margin-bottom: 20px; }
.shop-soon strong { display: block; font-size: 18px; font-weight: 900; color: var(--ink); margin-bottom: 12px; letter-spacing: -.3px; }
.shop-soon p { font-size: 13px; font-weight: 500; color: var(--ink3); line-height: 1.7; margin-bottom: 24px; }
.s-stats {
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(191,219,254,.5);
}
.stats-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }

.stat-box { padding: 32px 26px; transition: transform .3s; }
.stat-box:hover { transform: translateY(-5px); }
.stat-num {
  font-size: 44px;
  font-weight: 900;
  color: var(--blue);
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: -1px;
}
.stat-name {
  font-size: 11px;
  font-weight: 700;
  color: var(--ink3);
  margin-bottom: 18px;
  letter-spacing: .3px;
}
.stat-track { height: 5px; background: var(--bd); overflow: hidden; }
.stat-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--blue-xl));
  width: 0;
  transition: width 1.4s cubic-bezier(.25,.46,.45,.94);
}
.sf-d { background: linear-gradient(90deg, var(--discord-h), var(--discord)); }
.sf-t { background: linear-gradient(90deg, var(--blue), var(--blue-xl)); }

.s-shop-preview {
  background: rgba(240,244,255,.8);
  backdrop-filter: blur(8px);
  padding: 88px 0;
}

.shop-preview-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.shop-goal-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 32px 28px !important;
}

.shop-goal-title {
  font-size: 20px;
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -.4px;
  margin-bottom: 8px;
  margin-top: 6px;
}

.shop-goal-desc {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink3);
  line-height: 1.65;
  margin-bottom: 24px;
}

.shop-goal-bar-wrap {
  margin-bottom: 24px;
}

.shop-goal-amounts {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
  color: var(--ink2);
  margin-bottom: 10px;
}

.shop-goal-amounts span:first-child {
  color: var(--blue);
  font-size: 15px;
  font-weight: 900;
}

.shop-goal-bar {
  height: 12px;
  background: var(--bd);
  overflow: hidden;
  box-shadow: inset 0 2px 4px rgba(0,0,0,.06);
}

.shop-goal-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--blue-xl));
  width: 0;
  transition: width 1.2s cubic-bezier(.25,.46,.45,.94);
  position: relative;
}

.shop-goal-fill::after {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 40px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.35));
}

.shop-goal-pct {
  text-align: right;
  font-size: 11px;
  font-weight: 800;
  color: var(--blue);
  margin-top: 6px;
  letter-spacing: .5px;
}

.shop-goal-btn {
  align-self: flex-start;
  font-size: 12px !important;
  padding: 11px 20px !important;
}

.shop-recent-card {
  display: flex;
  flex-direction: column;
  padding: 32px 28px !important;
}

.shop-recent-title {
  font-size: 20px;
  font-weight: 900;
  color: var(--ink);
  letter-spacing: -.4px;
  margin-bottom: 20px;
  margin-top: 6px;
}

.shop-recent-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.shop-recent-empty {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink4);
  padding: 24px 0;
  text-align: center;
}

.shop-recent-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 14px;
  background: rgba(255,255,255,.65);
  box-shadow: 0 0 0 1px var(--bd), 0 2px 6px rgba(0,0,0,.04);
  transition: transform .2s;
}

.shop-recent-item:hover { transform: translateX(3px); }

.shop-recent-left { flex: 1; min-width: 0; }

.shop-recent-nick {
  font-size: 13px;
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-recent-items {
  font-size: 11px;
  font-weight: 500;
  color: var(--ink3);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shop-recent-right {
  text-align: right;
  flex-shrink: 0;
}

.shop-recent-price {
  font-size: 14px;
  font-weight: 900;
  color: var(--blue);
  letter-spacing: -.3px;
}

.shop-recent-date {
  font-size: 10px;
  font-weight: 600;
  color: var(--ink4);
  margin-top: 2px;
}

.s-news { background: rgba(248,250,255,.85); backdrop-filter: blur(8px); }

.news-latest { margin-bottom: 16px; }

.news-main-card {
  padding: 32px 36px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  transition: transform .3s;
}
.news-main-card:hover { transform: translateY(-4px); }

.news-main-badge {
  background: linear-gradient(180deg, #60a5fa 0%, #2563eb 50%, #1d4ed8 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 12px;
  flex-shrink: 0;
  margin-top: 2px;
  box-shadow:
    0 0 0 2px #1e3a8a,
    0 3px 0 #1e3a8a,
    0 5px 0 rgba(0,0,0,.15);
}
.news-main-body { flex: 1; }
.news-main-meta { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; flex-wrap: wrap; }
.news-main-tag {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 3px 10px;
}
.nt-u { background: var(--blue-bg); color: var(--blue); outline: 2px solid var(--blue-bd); }
.nt-e { background: #faf5ff; color: #7c3aed; outline: 2px solid #e9d5ff; }
.nt-i { background: #f0fdf4; color: #16a34a; outline: 2px solid #bbf7d0; }
.news-main-date { font-size: 11px; font-weight: 600; color: var(--ink4); }
.news-main-title { font-size: 20px; font-weight: 900; color: var(--ink); margin-bottom: 10px; line-height: 1.2; letter-spacing: -.3px; }
.news-main-desc { font-size: 13px; font-weight: 500; color: var(--ink3); line-height: 1.7; }

.news-older {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 16px;
  overflow: hidden;
  max-height: 0;
  transition: max-height .5s cubic-bezier(.25,.46,.45,.94), opacity .4s ease;
  opacity: 0;
}
.news-older.open { max-height: 1400px; opacity: 1; }

.news-card { overflow: hidden; transition: transform .3s; }
.news-card:hover { transform: translateY(-4px); }
.news-card-head { padding: 16px 18px 0; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 6px; }
.n-tag { font-size: 8px; font-weight: 800; letter-spacing: 1.5px; text-transform: uppercase; padding: 3px 8px; }
.n-date { font-size: 10px; font-weight: 600; color: var(--ink4); }
.news-card-body { padding: 12px 18px 20px; }
.n-title { font-size: 13px; font-weight: 800; color: var(--ink); margin-bottom: 8px; line-height: 1.4; }
.n-desc { font-size: 12px; font-weight: 500; color: var(--ink3); line-height: 1.65; }

.news-toggle-wrap { text-align: center; margin-top: 24px; }
.news-toggle-btn { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 800; color: var(--ink2); padding: 12px 24px; transition: transform .15s, filter .15s; }
.news-toggle-btn:hover { transform: translateY(-2px); filter: brightness(1.05); }
.news-toggle-btn svg { transition: transform .35s; }
.news-toggle-btn.open svg { transform: rotate(180deg); }

.s-discord { background: rgba(255,255,255,.75); backdrop-filter: blur(10px); padding: 72px 0; }
.dc-block { padding: 48px 44px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.dc-left { display: flex; flex-direction: column; gap: 12px; flex: 1; }
.dc-left svg { color: var(--discord); }
.dc-left h2 { font-size: 24px; font-weight: 900; color: var(--ink); line-height: 1.2; letter-spacing: -.5px; }
.dc-left p { font-size: 13px; font-weight: 500; color: var(--ink3); max-width: 420px; line-height: 1.7; }
.dc-nums { display: flex; gap: 28px; flex-wrap: wrap; }
.dc-nums span { font-size: 11px; font-weight: 700; color: var(--ink3); letter-spacing: .3px; }
.dc-nums b { color: var(--blue); display: block; font-size: 22px; font-weight: 900; margin-bottom: 2px; }

@media (max-width: 768px) {
  .shop-preview-grid { grid-template-columns: 1fr; }
}