.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--space-lg)}.site-header{position:sticky;top:0;z-index:100;background:#090d1af7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(99,102,241,.2);box-shadow:0 1px #ffffff0a}.header-inner{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(24rem,30rem);align-items:center;min-height:124px;gap:var(--space-lg)}.logo{font-size:1.25rem;font-weight:800;color:#f1f5f9;letter-spacing:-.01em}.logo span{color:var(--clr-accent)}.logo:hover{color:#fff}.nav{display:flex;gap:var(--space-lg);min-width:0;justify-content:center;flex-wrap:nowrap;white-space:nowrap}.nav a{color:#b0bdd0;font-size:.9rem;font-weight:500;transition:color var(--t);white-space:nowrap}.nav a:hover{color:#f1f5f9}.shell-utility-rail{display:flex;align-items:center;justify-content:flex-end;gap:.45rem;min-width:0;flex-wrap:nowrap;min-width:30rem}.sub-badge{display:inline-flex;align-items:center;gap:.2rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.15rem .45rem;border-radius:var(--radius-sm);background:#6366f11f;border:1px solid rgba(99,102,241,.3);color:#818cf8;cursor:default;min-width:5.5rem;min-height:1.5rem;justify-content:center}.sub-badge[data-tier=spark]{background:#f59e0b1f;border-color:#f59e0b4d;color:#fbbf24}.sub-badge[data-tier=builder]{background:#22c55e1f;border-color:#22c55e4d;color:#4ade80}.sub-badge[data-tier=pro]{background:#a855f71f;border-color:#a855f74d;color:#c084fc}.sub-badge[data-tier=operator]{background:#ef44441f;border-color:#ef44444d;color:#f87171}.sub-badge:empty{visibility:hidden}.shell-lang-picker{gap:.45rem;padding:.22rem .58rem;min-width:15rem;justify-content:flex-start}.shell-lang-icon{font-size:.8rem}.shell-lang-label{font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.shell-lang-select{max-width:155px;border:0;background:transparent;color:inherit;font-size:.68rem;font-weight:700;cursor:pointer}.shell-lang-select:focus{outline:none}.shell-lang-select option{color:#0f172a}.credits-badge{display:inline-flex;align-items:center;gap:.3rem;background:#f59e0b1f;border:1px solid rgba(245,158,11,.3);color:#f59e0b;font-size:.8rem;font-weight:700;padding:.25rem .65rem;border-radius:999px;cursor:pointer;transition:background var(--t),box-shadow var(--t);white-space:nowrap}.credits-badge:hover{background:#f59e0b38;box-shadow:0 0 12px #f59e0b33}.credits-badge.pulse{animation:credits-pulse .6s ease}@keyframes credits-pulse{0%,to{box-shadow:0 0 #f59e0b66}50%{box-shadow:0 0 0 8px #f59e0b00}}.hero{padding:var(--space-3xl) 0 var(--space-2xl);background:radial-gradient(ellipse at 60% 0%,rgba(99,102,241,.15) 0%,transparent 60%)}.hero-inner{text-align:center;max-width:720px;margin:0 auto}.hero-badge{display:inline-block;background:#6366f126;border:1px solid rgba(99,102,241,.3);color:var(--clr-accent);padding:.25rem .75rem;border-radius:2rem;font-size:.8rem;font-weight:600;margin-bottom:var(--space-md)}.hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.15;margin-bottom:var(--space-md)}.hero-sub{color:var(--clr-text-muted);font-size:1.1rem;margin-bottom:var(--space-xl);max-width:550px;margin-left:auto;margin-right:auto}.hero-cta{display:flex;gap:var(--space-md);justify-content:center;flex-wrap:wrap;margin-bottom:var(--space-lg)}.hero-stats{display:flex;gap:var(--space-lg);justify-content:center;flex-wrap:wrap;color:var(--clr-text-muted);font-size:.85rem}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem 1.25rem;border-radius:var(--radius);font-weight:600;font-size:.95rem;border:2px solid transparent;transition:all var(--t)}.btn-primary{background:linear-gradient(135deg,var(--clr-accent),var(--clr-accent2));color:#fff}.btn-primary:hover{opacity:.88;transform:translateY(-1px);color:#fff}.btn-outline{border-color:var(--clr-border);color:var(--clr-text);background:transparent}.btn-outline:hover{border-color:var(--clr-accent);color:var(--clr-accent)}.btn-lg{padding:.8rem 1.75rem;font-size:1rem}.btn-sm{padding:.35rem .8rem;font-size:.82rem}.section{padding:var(--space-3xl) 0}.section-alt{background:var(--clr-bg2)}.section-dark{background:linear-gradient(135deg,var(--clr-surface) 0%,var(--clr-bg) 100%)}.section-title{font-size:clamp(1.4rem,3vw,2rem);font-weight:700;margin-bottom:var(--space-sm)}.section-sub{color:var(--clr-text-muted);margin-bottom:var(--space-xl)}.text-center{text-align:center}.grid{display:grid;gap:var(--space-lg)}.grid-3{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.grid-2{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.card{background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius-lg);padding:var(--space-lg);transition:border-color var(--t),transform var(--t)}.card:hover{border-color:var(--clr-accent);transform:translateY(-2px)}.card-icon{font-size:2rem;margin-bottom:var(--space-sm)}.card-title{font-size:1.1rem;font-weight:700;margin-bottom:var(--space-xs)}.card-desc{color:var(--clr-text-muted);font-size:.9rem;margin-bottom:var(--space-md)}.card-meta{display:flex;gap:var(--space-md);align-items:center;flex-wrap:wrap}.badge{background:#6366f133;color:#a5b4fc;padding:.15rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;line-height:1.1;text-align:center}.badge-gold{background:#f59e0b26;color:var(--clr-gold)}.badge-green{background:#10b98126;color:var(--clr-green)}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:var(--space-md)}.cat-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-xs);background:var(--clr-surface);border:1px solid var(--clr-border);border-radius:var(--radius-lg);padding:var(--space-xl) var(--space-md);text-align:center;transition:all var(--t);color:var(--clr-text)}.cat-card:hover{border-color:var(--clr-accent);background:var(--clr-surface2);color:var(--clr-text);transform:translateY(-2px)}.cat-icon{font-size:2rem}.cat-name{font-weight:700}.cat-count{font-size:.8rem;color:var(--clr-text-muted)}.viral-hook{padding:var(--space-3xl) 0}.viral-hook h2{font-size:2rem;margin-bottom:var(--space-md)}.viral-hook p{color:var(--clr-text-muted);margin-bottom:var(--space-xl);font-size:1.05rem}.ad-slot{padding:var(--space-md) 0;text-align:center;min-height:90px;display:flex;align-items:center;justify-content:center}.ad-free-reminder{margin-top:.5rem;font-size:.75rem;opacity:.82}.ad-free-reminder-link{color:inherit;text-decoration:underline}.site-footer{background:var(--clr-bg2);border-top:1px solid var(--clr-border);padding:var(--space-2xl) 0 var(--space-lg);margin-top:var(--space-3xl)}.footer-inner{display:flex;gap:var(--space-2xl);justify-content:space-between;flex-wrap:wrap;margin-bottom:var(--space-lg)}.footer-brand p{color:var(--clr-text-muted);font-size:.9rem;margin-top:var(--space-sm);max-width:280px}.footer-nav{display:flex;flex-wrap:wrap;gap:var(--space-md);align-items:flex-start}.footer-nav a{color:var(--clr-text-muted);font-size:.9rem}.footer-nav a:hover{color:var(--clr-text)}.footer-bottom{text-align:center;color:var(--clr-text-muted);font-size:.8rem;padding-top:var(--space-md);border-top:1px solid var(--clr-border)}.footer-bottom a{color:var(--clr-link);text-decoration:underline;text-underline-offset:2px}.footer-bottom a:hover{color:var(--clr-link-hover)}.eon-bottom-nav{display:none}.eon-bottom-nav-item{display:flex;flex-direction:column;align-items:center;gap:.12rem;min-width:56px;padding:.24rem .34rem;border-radius:.75rem;color:#64748b;text-decoration:none;transition:color var(--t),background var(--t),transform var(--t)}.eon-bottom-nav-item.active,.eon-bottom-nav-item:focus-visible{color:#c4b5fd;background:#6366f129}.eon-bnav-icon{font-size:1.2rem;line-height:1}.eon-bnav-label{font-size:.82rem;font-weight:700;line-height:1.1;text-align:center}@media(max-width:1024px){.grid-3{grid-template-columns:repeat(2,1fr)}.hero h1{font-size:2.5rem}.header-inner{gap:var(--space-md)}.header-inner{grid-template-columns:auto minmax(0,1fr) minmax(200px,240px);min-height:88px}.nav{gap:var(--space-md)}.shell-utility-rail{min-width:200px}}@media(max-width:768px){.container{padding:0 var(--space-md)}.header-inner{grid-template-columns:minmax(0,1fr);min-height:0;padding:.75rem 0}.nav{display:flex;flex-wrap:wrap;width:100%;gap:0;justify-content:flex-start;padding-bottom:.25rem}.shell-utility-rail{width:100%;justify-content:flex-start}.nav a{white-space:nowrap;font-size:.8rem;padding:.4rem .65rem}.hero h1{font-size:2rem}.hero-sub{font-size:1rem}.grid-3{grid-template-columns:1fr}.hero-cta{flex-direction:column;align-items:center}.footer-inner{flex-direction:column;gap:var(--space-lg)}}@media(max-width:640px){.eon-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:space-around;padding:.5rem 0 calc(.5rem + env(safe-area-inset-bottom));border-top:1px solid rgba(148,163,184,.14);background:#0a0f1ef5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}body.has-bottom-nav{padding-bottom:5.4rem}}@media(pointer:coarse){.btn,button,[role=button],.nav a,.share-btn,.choice-btn,.quick-btn,.footer-nav a{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}.nav a{padding:.75rem .5rem}}.nav{align-items:center}.nav-more{position:relative;color:#b0bdd0}.nav-more summary{list-style:none;cursor:pointer;border:1px solid rgba(148,163,184,.2);border-radius:999px;padding:.34rem .72rem;font-size:.86rem;color:#cbd5e1;background:#0f172a8c}.nav-more summary::-webkit-details-marker{display:none}.nav-more-menu{position:absolute;top:calc(100% + .45rem);right:0;min-width:12rem;display:grid;gap:.25rem;padding:.45rem;border:1px solid rgba(148,163,184,.2);border-radius:.85rem;background:#0f172afa;box-shadow:0 18px 44px #0206176b;z-index:150}.nav-more:not([open]) .nav-more-menu{display:none}.nav-more-menu a{padding:.55rem .65rem;border-radius:.6rem}.nav-more-menu a:hover{background:#3b82f624}@media(max-width:1240px){.header-inner{grid-template-columns:auto minmax(0,1fr) minmax(18rem,24rem);gap:.75rem;min-height:112px}.nav{gap:.55rem;justify-content:flex-end}.nav a{font-size:.82rem}.shell-utility-rail{min-width:18rem}}@media(max-width:980px){.header-inner{grid-template-columns:1fr;min-height:0;padding-block:.7rem}.nav{justify-content:flex-start;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}.shell-utility-rail{min-width:0;width:100%;justify-content:flex-start;flex-wrap:wrap}.nav-more-menu{left:0;right:auto}}html[data-eon-script=cjk] body,html[data-eon-script=cjk] button,html[data-eon-script=cjk] input,html[data-eon-script=cjk] select,html[data-eon-script=cjk] textarea{line-break:strict;word-break:normal;overflow-wrap:anywhere}html[dir=rtl] body{direction:rtl;text-align:start}html[dir=rtl] .header-inner,html[dir=rtl] .nav,html[dir=rtl] .shell-utility-rail,html[dir=rtl] .footer-inner,html[dir=rtl] .footer-nav,html[dir=rtl] .hero-cta,html[dir=rtl] .card-meta,html[dir=rtl] .eon-bottom-nav{direction:rtl}html[dir=rtl] .nav-more-menu{inset-inline-start:auto;inset-inline-end:0;text-align:start}html[dir=rtl] input[type=email],html[dir=rtl] input[type=url],html[dir=rtl] input[type=password],html[dir=rtl] input[data-ltr="1"],html[dir=rtl] code,html[dir=rtl] pre,html[dir=rtl] [data-ltr="1"],html[dir=rtl] .wallet-address,html[dir=rtl] .contract-address{direction:ltr;text-align:left;unicode-bidi:plaintext}@media(max-width:768px){html[data-eon-script=cjk] .nav a,html[data-eon-script=cjk] .shell-lang-label,html[data-eon-script=cjk] .shell-lang-select{letter-spacing:0}html[dir=rtl] .nav,html[dir=rtl] .shell-utility-rail{justify-content:flex-start}}.w102-release-lang-picker{flex:0 0 auto}.w102-release-lang-picker--floating{position:fixed;inset-block-start:.75rem;inset-inline-end:.75rem;z-index:220;background:#090d1af5;box-shadow:0 12px 30px #02061766}@media(max-width:768px){.w102-lite-utility-rail,.w102-release-lang-picker{min-width:0;max-width:100%}.w102-release-lang-picker .shell-lang-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.w102-release-lang-picker .shell-lang-select{max-width:min(12rem,65vw);min-height:44px}}
