:root {
    --ink: #050817;
    --ink-2: #080d22;
    --panel: rgba(12, 20, 50, .74);
    --panel-solid: #0b1230;
    --line: rgba(139, 213, 255, .15);
    --line-bright: rgba(98, 244, 255, .42);
    --text: #f8fbff;
    --muted: #9eaaca;
    --electric: #43a5ff;
    --cyan: #62f4ff;
    --violet: #9b7bff;
    --green: #5ef7a3;
    --danger: #ff6e9c;
    --radius-sm: 14px;
    --radius: 22px;
    --radius-lg: 34px;
    --shadow: 0 30px 80px rgba(0, 0, 0, .44);
    --container: min(1240px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; color: var(--text); background: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: -3; pointer-events: none; background: radial-gradient(circle at 14% 14%, rgba(32, 104, 255, .14), transparent 33%), radial-gradient(circle at 85% 42%, rgba(120, 68, 255, .12), transparent 35%), var(--ink); }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { color: #031020; background: var(--cyan); }
.container { width: var(--container); margin-inline: auto; }
.narrow-container { width: min(880px, calc(100% - 40px)); }
.section { position: relative; padding: 110px 0; }
.section--tight { padding: 42px 0; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus, .skip-link:focus { clip: auto !important; width: auto; height: auto; padding: 12px 16px; margin: 0; top: 12px; left: 12px; z-index: 9999; color: #00101d; background: var(--cyan); border-radius: 8px; }
.site-shell { min-height: 100vh; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 18px 0; transition: padding .25s ease, background .25s ease, border-color .25s ease, backdrop-filter .25s ease; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { padding: 10px 0; background: rgba(5, 8, 23, .78); border-color: var(--line); backdrop-filter: blur(22px); }
.site-header__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand__mark { width: 54px; height: 54px; display: grid; place-items: center; filter: drop-shadow(0 0 16px rgba(67, 165, 255, .28)); }
.brand__mark .custom-logo-link { display: grid; place-items: center; }
.brand__mark .custom-logo { width: 54px; height: 54px; object-fit: contain; }
.brand__text { display: flex; align-items: baseline; gap: 7px; letter-spacing: -.03em; }
.brand__text strong { font-size: 19px; }
.brand__text small { color: var(--cyan); font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.primary-nav { justify-self: center; }
.menu { display: flex; align-items: center; gap: 8px; list-style: none; padding: 0; margin: 0; }
.menu a { display: block; padding: 10px 13px; color: #b8c4df; font-size: 13px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; border-radius: 10px; transition: color .2s ease, background .2s ease; }
.menu a:hover, .menu .current-menu-item > a { color: #fff; background: rgba(255,255,255,.06); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--line); color: white; background: var(--panel); border-radius: 12px; cursor: pointer; }
.menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; margin: 4px 0; background: currentColor; border-radius: 9px; }

.button { position: relative; display: inline-flex; justify-content: center; align-items: center; gap: 10px; min-height: 48px; padding: 12px 20px; border: 1px solid transparent; border-radius: 13px; color: white; background: rgba(255,255,255,.07); font-size: 13px; font-weight: 900; line-height: 1; letter-spacing: .045em; text-transform: uppercase; cursor: pointer; isolation: isolate; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease; }
.button::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(120deg, transparent 15%, rgba(255,255,255,.28), transparent 55%); transform: translateX(-120%); transition: transform .55s ease; }
.button:hover::before { transform: translateX(120%); }
.button:hover { transform: translateY(-2px); }
.button--primary { color: #031020; background: linear-gradient(135deg, var(--cyan), var(--electric)); box-shadow: 0 12px 34px rgba(39, 157, 255, .27), inset 0 1px rgba(255,255,255,.6); }
.button--primary:hover { box-shadow: 0 18px 48px rgba(39, 157, 255, .38); }
.button--ghost { border-color: var(--line); background: rgba(7, 13, 35, .65); backdrop-filter: blur(16px); }
.button--ghost:hover { border-color: var(--line-bright); background: rgba(23, 42, 85, .68); }
.button--compact { min-height: 43px; padding: 10px 17px; }
.button--large { min-height: 56px; padding-inline: 24px; }
.button--glow { background: linear-gradient(135deg, rgba(67,165,255,.24), rgba(155,123,255,.2)); border-color: rgba(98,244,255,.35); box-shadow: 0 0 24px rgba(67,165,255,.12); }
.button--product { width: 100%; margin-top: auto; background: rgba(67,165,255,.11); border-color: rgba(98,244,255,.22); }
.button--product:hover { background: linear-gradient(135deg, var(--electric), #6b5cff); border-color: transparent; box-shadow: 0 12px 34px rgba(67,165,255,.24); }

.hero { min-height: 790px; display: grid; align-items: center; padding-top: 145px; padding-bottom: 80px; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; pointer-events: none; background: linear-gradient(transparent, var(--ink)); z-index: 1; }
.hero__grid { position: absolute; inset: 0; opacity: .9; background-image: linear-gradient(rgba(98,244,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(98,244,255,.045) 1px, transparent 1px); background-size: 66px 66px; mask-image: linear-gradient(to bottom, #000 20%, transparent 94%); transform: perspective(550px) rotateX(62deg) scale(1.6) translateY(20%); transform-origin: center bottom; }
.hero__glow { position: absolute; width: 580px; height: 580px; border-radius: 50%; filter: blur(90px); opacity: .17; pointer-events: none; }
.hero__glow--one { top: -200px; right: 0; background: #147dff; }
.hero__glow--two { left: -270px; bottom: -280px; background: #833cff; }
.hero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 64px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 17px; color: var(--cyan); font-size: 11px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(94,247,163,.09), 0 0 18px rgba(94,247,163,.7); }
.hero h1, .section-heading h2, .join-card h2, .page-heading h1, .article-panel h1, .legal-content h1, .empty-state h1 { margin: 0; font-weight: 950; letter-spacing: -.065em; line-height: .93; text-wrap: balance; }
.hero h1 { max-width: 740px; font-size: clamp(68px, 8vw, 124px); }
.gradient-text { color: transparent; background: linear-gradient(112deg, #f5fbff 0%, var(--cyan) 28%, var(--electric) 62%, var(--violet) 100%); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 0 28px rgba(67,165,255,.18)); }
.hero__lead { max-width: 650px; margin: 30px 0 0; color: #aeb8d2; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.server-copy { width: min(100%, 530px); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; margin-top: 22px; padding: 13px 15px; color: white; text-align: left; background: linear-gradient(135deg, rgba(12,24,60,.83), rgba(8,14,38,.72)); border: 1px solid var(--line); border-radius: 15px; cursor: pointer; box-shadow: inset 0 1px rgba(255,255,255,.03); transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.server-copy:hover { transform: translateY(-2px); border-color: var(--line-bright); }
.server-copy.is-copied { border-color: rgba(94,247,163,.6); background: rgba(17,70,61,.5); }
.server-copy__icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--cyan); background: rgba(98,244,255,.1); border: 1px solid rgba(98,244,255,.2); border-radius: 11px; }
.server-copy small, .server-copy strong { display: block; }
.server-copy small { color: #8391b2; font-size: 9px; font-weight: 900; letter-spacing: .18em; }
.server-copy strong { margin-top: 2px; font-family: "SFMono-Regular", Consolas, monospace; font-size: 17px; letter-spacing: .04em; }
.server-copy__action { color: #7edfff; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.hero__visual { --tilt-x: 0deg; --tilt-y: 0deg; perspective: 1200px; transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transition: transform .18s ease-out; }
.donut-stage { position: relative; width: min(100%, 570px); aspect-ratio: 1; margin-inline: auto; display: grid; place-items: center; }
.donut-stage::before { content: ""; position: absolute; width: 88%; height: 88%; border: 1px solid rgba(98,244,255,.15); border-radius: 50%; box-shadow: 0 0 0 38px rgba(64,128,255,.025), 0 0 0 88px rgba(64,128,255,.018); animation: orbitPulse 5s ease-in-out infinite; }
.donut-stage__halo { position: absolute; width: 74%; height: 74%; border-radius: 50%; background: radial-gradient(circle, rgba(68,167,255,.28), rgba(42,79,255,.08) 52%, transparent 70%); filter: blur(6px); }
.hero-donut { position: relative; width: 76%; filter: drop-shadow(0 40px 34px rgba(0,0,0,.45)); animation: heroFloat 6s ease-in-out infinite; }
.floating-chip { position: absolute; z-index: 2; display: grid; min-width: 130px; padding: 12px 15px; border: 1px solid rgba(136,224,255,.22); border-radius: 14px; background: rgba(7,14,38,.72); backdrop-filter: blur(18px); box-shadow: 0 18px 42px rgba(0,0,0,.3); }
.floating-chip strong { font-size: 16px; line-height: 1.1; }
.floating-chip small { margin-top: 4px; color: #8d9abc; font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.floating-chip--online { top: 16%; left: 0; padding-left: 36px; }
.floating-chip--online > span { position: absolute; left: 15px; top: 19px; width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); }
.floating-chip--members { right: -4%; bottom: 15%; }
.floating-shard { position: absolute; width: 18px; height: 28px; background: linear-gradient(145deg, #d8ffff, #42a0ff 55%, #7048ff); clip-path: polygon(50% 0, 100% 35%, 76% 100%, 24% 100%, 0 35%); box-shadow: 0 0 18px #48bfff; animation: shardFloat 4.5s ease-in-out infinite; }
.floating-shard--one { top: 4%; right: 18%; transform: rotate(15deg); }
.floating-shard--two { left: 9%; bottom: 16%; animation-delay: -1.4s; transform: scale(.7) rotate(-18deg); }
.floating-shard--three { right: 6%; top: 42%; animation-delay: -2.7s; transform: scale(.55) rotate(31deg); }
.hero-ticker { position: absolute; z-index: 3; inset: auto 0 0; padding: 13px 0; overflow: hidden; border-block: 1px solid rgba(98,244,255,.08); background: rgba(5,8,23,.62); backdrop-filter: blur(10px); transform: rotate(-1.2deg) scale(1.02); }
.hero-ticker__track { width: max-content; display: flex; align-items: center; gap: 28px; color: #7e8baa; font-size: 10px; font-weight: 900; letter-spacing: .18em; animation: ticker 28s linear infinite; }
.hero-ticker__track i { color: var(--electric); font-style: normal; }

.quick-links { z-index: 2; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.quick-card { min-height: 148px; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(15,25,59,.74), rgba(8,13,33,.7)); box-shadow: inset 0 1px rgba(255,255,255,.03); transition: transform .22s ease, border-color .22s ease, background .22s ease; }
.quick-card:hover { transform: translateY(-5px); border-color: rgba(98,244,255,.32); background: linear-gradient(145deg, rgba(19,39,84,.8), rgba(11,17,43,.78)); }
.quick-card--store { background: linear-gradient(145deg, rgba(29,105,195,.35), rgba(15,33,80,.74)); }
.quick-card--muted { opacity: .73; }
.quick-card__icon { width: 43px; height: 43px; display: grid; place-items: center; color: var(--cyan); border: 1px solid rgba(98,244,255,.18); border-radius: 12px; background: rgba(98,244,255,.08); }
.quick-card small, .quick-card strong, .quick-card b { display: block; }
.quick-card small { color: #7f8dab; font-size: 8px; font-weight: 900; letter-spacing: .17em; }
.quick-card strong { margin-top: 5px; font-size: 15px; line-height: 1.25; }
.quick-card b { grid-column: 1 / -1; align-self: end; color: #8be7ff; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.store-section { overflow: clip; }
.store-section::before { content: ""; position: absolute; inset: 0; opacity: .55; pointer-events: none; background: radial-gradient(circle at 50% 35%, rgba(40,120,255,.09), transparent 40%); }
.section-heading { position: relative; display: grid; grid-template-columns: 1.3fr .7fr; gap: 50px; align-items: end; margin-bottom: 42px; }
.section-heading h2, .join-card h2 { font-size: clamp(45px, 5.4vw, 76px); }
.section-heading p { max-width: 520px; margin: 0 0 8px; color: var(--muted); font-size: 17px; }
.store-tabs { width: max-content; display: flex; gap: 6px; margin: 0 auto 35px; padding: 6px; border: 1px solid var(--line); border-radius: 15px; background: rgba(7,13,35,.75); }
.store-tab { min-width: 128px; padding: 11px 20px; color: #8f9ab5; background: transparent; border: 0; border-radius: 10px; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.store-tab.is-active { color: #04101e; background: linear-gradient(135deg, var(--cyan), var(--electric)); box-shadow: 0 8px 24px rgba(67,165,255,.22); }
.store-panel[hidden] { display: none; }
.rank-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; }
.product-card { --tilt-x: 0deg; --tilt-y: 0deg; --pointer-x: 50%; --pointer-y: 50%; position: relative; border: 1px solid var(--line); border-radius: var(--radius); background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(71,171,255,.12), transparent 28%), linear-gradient(155deg, rgba(16,26,62,.9), rgba(7,12,31,.92)); box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.035); overflow: hidden; transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); transition: transform .18s ease-out, border-color .25s ease, box-shadow .25s ease; }
.product-card:hover { border-color: rgba(98,244,255,.38); box-shadow: 0 38px 95px rgba(0,0,0,.5), 0 0 36px rgba(67,165,255,.07); }
.product-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,.04), transparent 58%); }
.rank-card { min-height: 610px; display: flex; flex-direction: column; }
.rank-card.is-featured { border-color: rgba(98,244,255,.52); transform: perspective(1100px) translateY(-12px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)); box-shadow: 0 38px 100px rgba(0,0,0,.53), 0 0 50px rgba(67,165,255,.13); }
.popular-badge { position: absolute; z-index: 4; top: 17px; right: 17px; padding: 7px 10px; color: #06101d; background: linear-gradient(135deg, var(--cyan), #b2fff3); border-radius: 100px; font-size: 8px; font-weight: 950; letter-spacing: .14em; }
.rank-card__art { position: relative; height: 235px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at center, rgba(66,153,255,.23), transparent 55%); }
.rank-card__art::before { content: ""; position: absolute; width: 190px; height: 190px; border: 1px solid rgba(98,244,255,.15); transform: rotate(45deg); border-radius: 32px; box-shadow: 0 0 50px rgba(67,165,255,.12), inset 0 0 45px rgba(67,165,255,.06); }
.rank-orbit { position: absolute; width: 140px; height: 140px; border: 1px dashed rgba(98,244,255,.31); border-radius: 50%; animation: spin 14s linear infinite; }
.rank-gem { position: relative; z-index: 2; display: grid; place-items: center; width: 92px; height: 92px; color: white; background: linear-gradient(145deg, #63ecff, #2e7eff 52%, #7459ff); border: 2px solid rgba(255,255,255,.6); clip-path: polygon(50% 0, 92% 24%, 100% 70%, 50% 100%, 0 70%, 8% 24%); font-size: 52px; font-weight: 900; text-shadow: 0 4px 15px rgba(0,0,0,.25); filter: drop-shadow(0 0 24px rgba(72,178,255,.55)); }
.rank-gem--two, .rank-gem--three { position: absolute; width: 52px; height: 52px; font-size: 28px; }
.rank-gem--two { margin-left: 92px; margin-top: 72px; }
.rank-gem--three { margin-left: -102px; margin-top: 69px; }
.rank-card__body { flex: 1; display: flex; flex-direction: column; padding: 25px; }
.product-eyebrow { color: #7f8cab; font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.product-card h3 { margin: 5px 0 0; font-size: 33px; line-height: 1; letter-spacing: -.05em; }
.product-price { display: flex; align-items: baseline; gap: 6px; margin-top: 18px; }
.product-price strong { font-size: 29px; letter-spacing: -.04em; }
.product-price span { color: #8390ac; font-size: 12px; font-weight: 700; }
.feature-list { display: grid; gap: 9px; margin: 24px 0 28px; padding: 0; list-style: none; }
.feature-list li { display: flex; align-items: center; gap: 10px; color: #c2cae0; font-size: 14px; }
.feature-list span { display: grid; place-items: center; width: 20px; height: 20px; color: var(--cyan); background: rgba(98,244,255,.08); border: 1px solid rgba(98,244,255,.15); border-radius: 50%; font-size: 10px; }
.shard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.shard-card { min-height: 410px; display: grid; grid-template-rows: 230px 1fr; }
.bonus-badge { position: absolute; z-index: 4; top: 17px; right: 17px; padding: 7px 10px; color: #04101e; background: linear-gradient(135deg, #aaffca, var(--cyan)); border-radius: 100px; font-size: 9px; font-weight: 950; }
.shard-card__art { position: relative; display: grid; place-items: center; background: radial-gradient(circle at center, rgba(67,165,255,.22), transparent 58%); }
.shard-card__art::after { content: ""; position: absolute; width: 180px; height: 38px; bottom: 22px; border-radius: 50%; background: rgba(0,0,0,.48); filter: blur(12px); }
.shard-card__art img { position: relative; z-index: 2; width: 132px; height: 166px; animation: shardHover 4s ease-in-out infinite; }
.shard-card__body { display: flex; flex-direction: column; padding: 22px; }
.shard-card__body .button { margin-top: 24px; }

.join-section { padding-top: 60px; }
.join-card { position: relative; min-height: 430px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; padding: 52px 64px; border: 1px solid rgba(98,244,255,.24); border-radius: var(--radius-lg); background: radial-gradient(circle at 15% 50%, rgba(48,147,255,.27), transparent 36%), linear-gradient(135deg, rgba(16,39,89,.89), rgba(10,14,38,.94)); box-shadow: var(--shadow), inset 0 1px rgba(255,255,255,.05); overflow: hidden; }
.join-card::before { content: ""; position: absolute; inset: 0; background-image: url('../images/grid.svg'); opacity: .45; mask-image: linear-gradient(90deg, black, transparent 75%); }
.join-card__visual, .join-card__copy { position: relative; z-index: 2; }
.join-card__visual { display: grid; place-items: center; }
.join-card__visual img { width: min(330px, 90%); transform: rotate(-12deg); filter: drop-shadow(0 40px 36px rgba(0,0,0,.38)); }
.join-card__copy { max-width: 660px; }
.join-card__copy p { max-width: 590px; color: #aeb9d3; font-size: 17px; }
.join-card__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 27px; }

.site-footer { position: relative; padding: 72px 0 28px; border-top: 1px solid var(--line); background: #040611; overflow: hidden; }
.footer-orbit { position: absolute; right: -100px; bottom: -170px; width: 480px; height: 480px; border: 1px solid rgba(98,244,255,.06); border-radius: 50%; }
.footer-orbit span { position: absolute; inset: 60px; border: inherit; border-radius: inherit; }
.footer-orbit span:nth-child(2) { inset: 120px; }
.footer-orbit span:nth-child(3) { inset: 180px; }
.site-footer__main { position: relative; display: grid; grid-template-columns: 1fr 1.2fr; gap: 50px; align-items: center; padding-bottom: 45px; }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand img { width: 72px; }
.footer-brand strong { font-size: 24px; letter-spacing: -.04em; }
.footer-brand p { margin: 4px 0 0; color: #7f8ba8; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 22px; }
.footer-links a { color: #8995b0; font-size: 12px; transition: color .2s ease; }
.footer-links a:hover { color: var(--cyan); }
.site-footer__bottom { position: relative; display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; color: #646f88; border-top: 1px solid rgba(255,255,255,.06); font-size: 11px; }
.footer-widgets { margin-bottom: 40px; }

.content-page, .legal-page, .woocommerce-page-shell, .not-found { min-height: 75vh; padding-top: 160px; }
.page-heading { margin-bottom: 40px; }
.page-heading h1, .article-panel h1, .legal-content h1, .empty-state h1 { font-size: clamp(44px, 7vw, 86px); }
.post-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.post-card, .article-panel, .legal-content, .woocommerce-panel, .empty-state { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg, rgba(15,24,57,.86), rgba(7,11,28,.92)); box-shadow: var(--shadow); overflow: hidden; }
.post-card__image { display: block; aspect-ratio: 16/9; overflow: hidden; }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.post-card:hover .post-card__image img { transform: scale(1.04); }
.post-card__body { padding: 25px; }
.post-card__body small { color: var(--cyan); }
.post-card h2 { margin: 5px 0 10px; font-size: 27px; line-height: 1.1; }
.post-card p { color: var(--muted); }
.text-link { color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.article-panel, .legal-content, .woocommerce-panel { padding: clamp(26px, 5vw, 64px); }
.article-panel__image { margin: 30px 0; overflow: hidden; border-radius: 18px; }
.prose { color: #c4cce0; }
.prose > *:first-child { margin-top: 0; }
.prose h2 { margin: 42px 0 12px; color: white; font-size: 27px; letter-spacing: -.03em; }
.prose h3 { margin: 28px 0 8px; color: #e6ebf8; font-size: 19px; }
.prose a { color: var(--cyan); text-decoration: underline; text-underline-offset: 3px; }
.prose .button { color: #04101e; text-decoration: none; }
.prose ul, .prose ol { padding-left: 22px; }
.prose li { margin: 7px 0; }
.prose blockquote { margin-inline: 0; padding: 20px 24px; border-left: 3px solid var(--cyan); background: rgba(98,244,255,.06); }
.prose--wide > * { width: min(880px, calc(100% - 40px)); margin-inline: auto; }
.prose--wide > .alignwide { width: var(--container); }
.prose--wide > .alignfull { width: 100%; }
.legal-layout { display: grid; grid-template-columns: 250px 1fr; gap: 30px; align-items: start; }
.legal-nav { position: sticky; top: 112px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(9,15,38,.74); }
.legal-nav .brand-link { display: block; margin-bottom: 22px; color: var(--cyan); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.legal-nav h2 { margin: 0 0 10px; font-size: 17px; }
.legal-nav nav { display: grid; gap: 4px; }
.legal-nav nav a { padding: 10px 11px; color: #8793ad; border-radius: 9px; font-size: 12px; }
.legal-nav nav a:hover, .legal-nav nav a.is-active { color: white; background: rgba(67,165,255,.12); }
.legal-updated { color: #7986a3; font-size: 12px; }
.empty-state { padding: 70px 30px; text-align: center; }
.empty-state img { margin-bottom: 16px; }
.empty-state p { color: var(--muted); }

/* WooCommerce */
.woocommerce .woocommerce-breadcrumb { color: var(--muted); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(155deg, rgba(16,26,62,.9), rgba(7,12,31,.92)); }
.woocommerce ul.products li.product a img { border-radius: 14px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: white; font-size: 22px; }
.woocommerce ul.products li.product .price { color: var(--cyan); font-weight: 900; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { color: #031020; background: linear-gradient(135deg, var(--cyan), var(--electric)); border-radius: 12px; }
.woocommerce div.product { color: var(--text); }
.woocommerce div.product .product_title { font-size: clamp(40px, 5vw, 70px); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--cyan); }
.woocommerce-message, .woocommerce-info, .woocommerce-error { color: var(--text); background: rgba(13,23,55,.92); border-color: var(--cyan); border-radius: 12px; }
.woocommerce table.shop_table { border-color: var(--line); border-radius: 14px; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { border-color: var(--line); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce select { color: white; background: rgba(5,8,23,.8); border: 1px solid var(--line); border-radius: 10px; padding: 13px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.25,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@keyframes heroFloat { 0%,100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-17px) rotate(3deg); } }
@keyframes shardHover { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-12px) rotate(4deg); } }
@keyframes shardFloat { 0%,100% { translate: 0 0; } 50% { translate: 0 -15px; } }
@keyframes orbitPulse { 0%,100% { transform: scale(.95); opacity: .65; } 50% { transform: scale(1.04); opacity: 1; } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 1060px) {
    .site-header__inner { grid-template-columns: auto auto 1fr; }
    .menu-toggle { display: block; justify-self: end; }
    .primary-nav { position: absolute; top: calc(100% + 8px); left: 20px; right: 20px; display: none; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: rgba(5,8,23,.96); backdrop-filter: blur(20px); }
    .primary-nav.is-open { display: block; }
    .menu { display: grid; }
    .menu a { padding: 13px; }
    .header-cta { grid-column: 3; grid-row: 1; justify-self: end; margin-right: 58px; }
    .hero__inner { grid-template-columns: 1fr 1fr; gap: 25px; }
    .hero h1 { font-size: clamp(62px, 9vw, 92px); }
    .quick-grid { grid-template-columns: repeat(2, 1fr); }
    .rank-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .rank-card { min-height: 580px; }
    .shard-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
    :root { --container: min(100% - 28px, 680px); }
    .section { padding: 80px 0; }
    .header-cta { display: none; }
    .site-header__inner { grid-template-columns: 1fr auto; }
    .hero { min-height: auto; padding-top: 135px; }
    .hero__inner { grid-template-columns: 1fr; }
    .hero__visual { order: -1; max-width: 480px; margin-inline: auto; }
    .donut-stage { width: 90%; }
    .hero__copy { text-align: center; }
    .hero__lead { margin-inline: auto; }
    .hero__actions { justify-content: center; }
    .server-copy { margin-inline: auto; }
    .section-heading { grid-template-columns: 1fr; gap: 18px; }
    .rank-grid { grid-template-columns: 1fr; gap: 22px; }
    .rank-card { min-height: 540px; }
    .rank-card.is-featured { transform: none; }
    .join-card { grid-template-columns: 1fr; padding: 40px 28px; text-align: center; }
    .join-card__visual img { width: 210px; }
    .join-card__copy p { margin-inline: auto; }
    .join-card__actions { justify-content: center; }
    .site-footer__main { grid-template-columns: 1fr; }
    .footer-links { justify-content: flex-start; }
    .legal-layout { grid-template-columns: 1fr; }
    .legal-nav { position: static; }
    .legal-nav nav { grid-template-columns: repeat(2, 1fr); }
    .post-grid { grid-template-columns: 1fr; }
    .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
    .brand__text small { display: none; }
    .hero h1 { font-size: clamp(52px, 17vw, 76px); }
    .hero__lead { font-size: 16px; }
    .hero__actions, .join-card__actions { display: grid; }
    .server-copy { grid-template-columns: auto 1fr; }
    .server-copy__action { grid-column: 1 / -1; text-align: center; }
    .floating-chip { transform: scale(.8); }
    .floating-chip--online { left: -9%; }
    .floating-chip--members { right: -10%; }
    .quick-grid, .shard-grid, .woocommerce ul.products { grid-template-columns: 1fr; }
    .quick-card { min-height: 130px; }
    .section-heading h2, .join-card h2 { font-size: 44px; }
    .store-tabs { width: 100%; }
    .store-tab { flex: 1; min-width: 0; }
    .join-card { padding-inline: 20px; }
    .site-footer__bottom { display: grid; }
    .legal-nav nav { grid-template-columns: 1fr; }
    .article-panel, .legal-content, .woocommerce-panel { padding: 25px 20px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
