:root{--bg:#f8f6f1;--surface:#fff;--text:#1c1917;--muted:#8a7f78;--primary:#22c55e;--primary-dark:#16a34a;--primary-soft:#dcfce7;--sky:#3b82f6;--sky-soft:#dbeafe;--slate:#64748b;--slate-soft:#f1f5f9;--gold:#d97706;--gold-soft:#fef3c7;--outline:#e7e5e4;--radius:20px;--radius-sm:12px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;min-width:320px}body{background:var(--bg);min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;font-family:Lexend,Noto Sans SC,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer}.material-symbols-outlined{text-transform:none;white-space:nowrap;font-feature-settings:"liga";-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;direction:ltr;font-family:Material Symbols Outlined;font-size:1.25rem;font-style:normal;font-weight:400;line-height:1;display:inline-flex}.site-header{z-index:20;-webkit-backdrop-filter:blur(20px);background:#f8f6f1d9;position:sticky;top:0}.nav-shell{justify-content:space-between;align-items:center;gap:24px;width:min(1120px,100% - 40px);height:64px;margin:0 auto;display:flex}.brand{color:var(--primary);letter-spacing:-.3px;flex:none;align-items:center;gap:10px;font-size:1.4rem;font-weight:800;display:inline-flex}.brand .brand-en{color:var(--muted);font-size:1rem;font-weight:600;translate:0 -.5px}.desktop-nav{align-items:center;gap:2px;margin-right:auto;display:flex}.nav-link{height:36px;color:var(--muted);border:0;border-radius:999px;align-items:center;padding:0 16px;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.nav-link:hover{color:var(--text);background:#0000000a}.nav-link.active{background:var(--primary-soft);color:var(--primary-dark);font-weight:700}.nav-actions{align-items:center;gap:8px;display:flex}.ghost-button{height:36px;color:var(--muted);background:0 0;border:0;border-radius:999px;align-items:center;padding:0 18px;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.ghost-button:hover{color:var(--text);background:#0000000a}.primary-button{background:var(--sky);color:#fff;border:0;border-radius:999px;align-items:center;height:40px;padding:0 22px;font-size:.875rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #3b82f659}.primary-button:hover{background:#2563eb;box-shadow:0 6px 20px #3b82f666}.avatar-button{color:#fff;background:linear-gradient(135deg,#292524,#44403c);border:0;border-radius:50%;place-items:center;width:36px;height:36px;font-size:.75rem;font-weight:700;transition:all .2s;display:grid}.avatar-button:hover{transform:scale(1.05)}.profile-entry{min-height:38px;color:var(--text);border:1px solid var(--outline);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:4px 12px 4px 5px;display:inline-flex;box-shadow:0 10px 26px #1c19170f}.profile-entry img,.profile-entry span{background:var(--primary-soft);width:28px;height:28px;color:var(--primary-dark);border-radius:999px;place-items:center;font-size:.78rem;font-weight:850;display:grid}.profile-entry img{object-fit:cover}.profile-entry strong{font-size:.85rem;font-weight:800}main{width:min(1120px,100% - 40px);margin:0 auto;padding:clamp(40px,6vw,72px) 0 72px}.hero-section{text-align:center;justify-content:center;padding:24px 0 48px;display:flex;position:relative;overflow:hidden}.hero-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#22c55e14 0%,#0000 70%);border-radius:50%;width:640px;height:640px;position:absolute;top:-40%;left:50%;translate:-50%}.hero-copy{max-width:680px;position:relative}.eyebrow{color:#d97706;background:#fef3c7;border-radius:999px;align-items:center;gap:6px;height:34px;padding:0 14px;font-size:.8rem;font-weight:600;display:inline-flex}h1{color:var(--text);letter-spacing:-.5px;margin-top:28px;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800;line-height:1.2}h1 span{color:var(--muted);margin-top:4px;font-weight:600;display:block}.hero-copy p{max-width:540px;color:var(--muted);margin:20px auto 0;font-size:1rem;line-height:1.8}.section-shell{margin-top:clamp(48px,7vw,80px)}.section-heading{align-items:center;gap:10px;margin-bottom:22px;display:flex}.section-heading .material-symbols-outlined{color:var(--text);font-size:1.5rem}.section-heading h2{letter-spacing:-.3px;font-size:clamp(1.3rem,2.2vw,1.6rem);font-weight:750}.game-grid,.bank-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;display:grid}.game-card{border-radius:var(--radius);background:var(--surface);border:1px solid var(--outline);flex-direction:column;align-items:flex-start;gap:14px;min-height:250px;padding:26px;transition:all .28s;display:flex;position:relative}.game-card:hover{border-color:color-mix(in srgb, var(--accent) 25%, var(--outline));box-shadow:var(--shadow-md);translate:0 -5px}.card-orbit{background:var(--accent-soft);opacity:.5;border-radius:50%;width:90px;height:90px;transition:all .4s;position:absolute;top:-20px;right:-20px}.game-card:hover .card-orbit{opacity:.7;transform:scale(1.45)}.game-icon,.game-card h3,.game-card p,.card-button{z-index:1;position:relative}.game-icon{border-radius:var(--radius-sm);background:var(--accent-soft);width:42px;height:42px;color:var(--accent);place-items:center;display:grid}.game-icon .material-symbols-outlined{font-size:1.4rem}.game-card h3{font-size:1.15rem;font-weight:750}.game-card p{color:var(--muted);font-size:.85rem;line-height:1.65}.card-button{background:var(--accent-soft);width:100%;height:40px;color:var(--accent);border:0;border-radius:999px;justify-content:center;align-items:center;gap:4px;margin-top:auto;font-size:.85rem;font-weight:700;transition:all .2s;display:inline-flex}.card-button:hover{background:color-mix(in srgb, var(--accent-soft) 65%, var(--accent));gap:6px}.mint{--accent:#22c55e;--accent-soft:#dcfce7}.blue{--accent:#3b82f6;--accent-soft:#dbeafe}.steel{--accent:#64748b;--accent-soft:#f1f5f9}.gold{--accent:#d97706;--accent-soft:#fef3c7}.section-row{justify-content:space-between;align-items:center;gap:18px;margin-bottom:22px;display:flex}.section-row .section-heading{margin-bottom:0}.view-all{color:var(--muted);align-items:center;gap:2px;font-size:.85rem;font-weight:600;transition:color .2s;display:inline-flex}.view-all:hover{color:var(--text)}.bank-card{border-radius:var(--radius);background:var(--accent-soft);border:1px solid #0000;padding:24px;transition:all .25s;display:block}.bank-card:hover{border-color:color-mix(in srgb, var(--accent) 15%, transparent);box-shadow:var(--shadow-md);translate:0 -4px}.bank-top{justify-content:space-between;align-items:flex-start;margin-bottom:14px;display:flex}.level-pill{height:28px;color:var(--accent);background:#ffffffd9;border-radius:999px;align-items:center;padding:0 12px;font-size:.78rem;font-weight:700;display:inline-flex}.bank-top .material-symbols-outlined{color:color-mix(in srgb, var(--accent) 45%, transparent);font-size:1.7rem}.bank-card h3{color:var(--text);font-size:1.15rem;font-weight:750}.bank-card p{color:var(--muted);margin-top:6px;font-size:.85rem}.bank-skeleton{pointer-events:none;min-height:154px}.bank-skeleton span,.bank-skeleton strong,.bank-skeleton p{background:#ffffffa6;border-radius:999px;display:block}.bank-skeleton span{width:72px;height:28px;margin-bottom:26px}.bank-skeleton strong{width:76%;height:22px}.bank-skeleton p{width:58%;height:14px;margin-top:12px}.app-grid{grid-template-columns:minmax(0,1.35fr) repeat(2,minmax(0,.82fr));gap:18px;display:grid}.app-card{border:1px solid var(--outline);background:#ffffffe6;border-radius:8px;box-shadow:0 18px 42px #1c191712}.mini-program-card{grid-template-columns:minmax(0,1fr) 138px;align-items:center;gap:24px;padding:24px;display:grid}.app-copy{min-width:0}.app-kicker{background:var(--primary-soft);min-height:28px;color:var(--primary-dark);border-radius:999px;align-items:center;padding:0 11px;font-size:.78rem;font-weight:800;display:inline-flex}.app-card h3{color:var(--text);margin-top:14px;font-size:1.28rem;font-weight:800;line-height:1.25}.app-card p{color:var(--muted);margin-top:8px;font-size:.92rem;line-height:1.7}.app-card p strong{color:var(--text);margin-left:4px;font-weight:850;display:inline-flex}.qr-frame{width:138px;height:138px;box-shadow:inset 0 0 0 1px var(--outline);background:#fff;border-radius:8px;place-items:center;padding:10px;display:grid}.qr-frame img{width:100%;height:100%;display:block}.platform-card{align-content:space-between;min-height:190px;padding:22px;display:grid}.platform-card>.material-symbols-outlined{background:var(--slate-soft);width:44px;height:44px;color:var(--slate);border-radius:8px;place-items:center;font-size:1.45rem;display:grid}.platform-card strong{color:#64748b;background:#f1f5f9;border-radius:999px;width:fit-content;padding:5px 10px;font-size:.78rem;font-weight:850;display:inline-flex}footer{text-align:center;flex-direction:column;align-items:center;gap:18px;padding:48px 20px;display:flex}footer strong{color:var(--slate);font-size:1rem;font-weight:700}footer nav{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}footer a,footer p{color:var(--muted);font-size:.8rem;font-weight:500;transition:color .2s}footer a:hover{color:var(--primary)}@media (max-width:980px){.desktop-nav{display:none}.game-grid,.bank-grid,.app-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mini-program-card{grid-column:1/-1}}@media (max-width:640px){.nav-shell{gap:12px;width:min(100% - 24px,1120px)}.brand{font-size:1.15rem}.brand span{font-size:.78rem}.ghost-button{display:none}.ghost-button.login-entry{display:inline-flex}.profile-entry strong{display:none}.profile-entry{padding:4px}main{width:min(100% - 24px,1120px);padding-top:32px}h1{font-size:1.75rem}.hero-copy p{font-size:.95rem}.game-grid,.bank-grid,.app-grid{grid-template-columns:1fr;gap:16px}.mini-program-card{grid-template-columns:1fr}.qr-frame{aspect-ratio:1;width:min(180px,100%);height:auto}.game-card{min-height:220px}.section-row{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:1ms!important}}
