:root{--ink:#f7f5ed;--muted:#a9aac0;--bg:#101126;--panel:#181932;--line:rgba(255,255,255,.11);--lime:#d8ff43;--purple:#8e72ff;--font:"Noto Sans TC",sans-serif;--display:"Archivo Black","Noto Sans TC",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);overflow-x:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.07;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 70 70'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E")}a{color:inherit}.ambient{position:absolute;border-radius:50%;filter:blur(1px);pointer-events:none}.ambient.one{width:520px;height:520px;right:-170px;top:-250px;background:radial-gradient(circle,rgba(142,114,255,.22),transparent 68%)}.ambient.two{width:500px;height:500px;left:-300px;top:580px;background:radial-gradient(circle,rgba(216,255,67,.11),transparent 70%)}.site-header{height:88px;max-width:1280px;margin:auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);position:relative;z-index:2}.brand{display:flex;align-items:center;gap:13px;text-decoration:none;font-family:var(--display);font-size:17px;letter-spacing:.04em}.brand b{color:var(--lime)}.brand-mark{width:34px;height:34px;display:flex;align-items:flex-end;gap:3px;transform:skew(-10deg)}.brand-mark i{display:block;width:8px;background:var(--lime);border-radius:2px}.brand-mark i:nth-child(1){height:16px}.brand-mark i:nth-child(2){height:27px}.brand-mark i:nth-child(3){height:21px;background:var(--purple)}.live-count{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:7px}.live-count i{width:8px;height:8px;border-radius:50%;background:var(--lime);box-shadow:0 0 12px var(--lime)}main{position:relative;z-index:1}.hero{max-width:1280px;margin:auto;padding:108px 40px 122px;position:relative}.eyebrow,.section-heading p{font-size:12px;letter-spacing:.24em;font-weight:900;color:var(--lime);margin:0 0 20px}.hero h1{font-family:var(--display);font-size:clamp(58px,9vw,126px);line-height:.9;letter-spacing:-.055em;margin:0;max-width:1080px}.hero h1 span{color:transparent;-webkit-text-stroke:1.5px rgba(247,245,237,.78)}.hero-copy{font-size:17px;line-height:1.85;color:var(--muted);margin:38px 0 0;max-width:580px}.scroll-link{position:absolute;right:42px;bottom:130px;text-decoration:none;font-size:13px;letter-spacing:.14em;color:var(--muted);display:flex;align-items:center;gap:15px}.scroll-link span{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;color:var(--lime)}.games-section{max-width:1280px;margin:auto;padding:0 40px 110px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px}.section-heading p{margin-bottom:11px}.section-heading h2{font-size:clamp(30px,4vw,52px);margin:0;letter-spacing:-.04em}.section-heading>span{font-family:var(--display);font-size:12px;line-height:1.35;text-align:right;color:#4d4f6d;letter-spacing:.1em}.game-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.game-card{background:var(--panel);border:1px solid var(--line);border-radius:24px;overflow:hidden;min-width:0;opacity:0;transform:translateY(22px);animation:rise .6s ease forwards;animation-delay:var(--delay);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.game-card:hover{transform:translateY(-5px);border-color:rgba(255,255,255,.22);box-shadow:0 24px 60px rgba(0,0,0,.24)}@keyframes rise{to{opacity:1;transform:translateY(0)}}.game-visual{height:250px;position:relative;overflow:hidden;background:#242642}.game-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(24,25,50,.5),transparent 55%)}.game-visual svg{width:100%;height:100%;position:relative;z-index:1}.status{position:absolute;right:18px;top:18px;z-index:2;font-size:10px;font-weight:900;letter-spacing:.11em;padding:7px 10px;border-radius:999px;background:rgba(16,17,38,.76);backdrop-filter:blur(8px)}.status.online{color:var(--lime)}.status.soon{color:#babbd0}.game-content{padding:27px 28px 30px}.game-tag{font-size:11px;color:var(--muted);letter-spacing:.16em;font-weight:700}.game-content h2{font-size:30px;letter-spacing:-.03em;margin:8px 0 10px}.game-content p{color:var(--muted);font-size:14px;line-height:1.75;margin:0;min-height:50px}.game-action{margin-top:25px;display:flex;align-items:center;justify-content:space-between;width:100%;height:52px;padding:0 19px;border-radius:12px;background:var(--lime);color:#111221;text-decoration:none;font-weight:900;transition:filter .2s,transform .2s}.game-action:hover{filter:brightness(1.08);transform:translateY(-2px)}.game-action span{font-size:20px}.game-action.disabled{background:#2a2b48;color:#777992;cursor:not-allowed}.theme-racer .game-visual{background:linear-gradient(145deg,#ff804d,#ff4e72)}.theme-racer .road{fill:none;stroke:#1b1c33;stroke-width:92}.theme-racer .road-line{fill:none;stroke:#fbe889;stroke-width:4;stroke-dasharray:20 16}.theme-racer .car{fill:#d8ff43;stroke:#17182b;stroke-width:8}.theme-racer .car circle{fill:#17182b}.theme-racer .car rect:last-child{fill:#a8eaff}.theme-racer .speed{stroke:#fff1d9;stroke-width:8;stroke-linecap:round;opacity:.7}.theme-sumloop .game-visual{background:linear-gradient(145deg,#5b46cd,#986fff)}.theme-sumloop .loop{fill:none;stroke:#d8ff43;stroke-width:16}.theme-sumloop .loop circle:last-child{stroke:#fff;stroke-width:5;stroke-dasharray:8 11}.theme-sumloop .orbit{fill:#ffcf58;stroke:#17182b;stroke-width:7}.theme-sumloop .spark{fill:#fff}.theme-bingo .game-visual{background:linear-gradient(145deg,#17a6a5,#16c88d)}.theme-bingo .card{fill:#f8f5e9;stroke:#18223a;stroke-width:7}.theme-bingo .card path{fill:none;stroke:#18223a;stroke-width:4;opacity:.4}.theme-bingo .card circle{fill:#ff5f66}.theme-bingo .balls{fill:#ffe45c;stroke:#18223a;stroke-width:7}.theme-bingo text{font:900 23px var(--font);fill:#18223a;text-anchor:middle}.theme-boss .game-visual{background:linear-gradient(145deg,#343650,#23253f)}.theme-boss .burst{fill:#50526b}.theme-boss .button-base{fill:#101126}.theme-boss .button{fill:#ff4f62;stroke:#17182b;stroke-width:8}.theme-boss .shine{fill:none;stroke:#ffb3ba;stroke-width:11;stroke-linecap:round}.how-it-works{max-width:1200px;margin:0 auto 120px;padding:38px 44px;border:1px solid var(--line);border-radius:20px;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.025)}.how-it-works div{display:flex;align-items:center;gap:14px}.how-it-works b{font-family:var(--display);font-size:30px;color:#474965}.how-it-works span{font-size:14px;font-weight:700}.how-it-works i{width:60px;height:1px;background:var(--line)}footer{border-top:1px solid var(--line);max-width:1280px;margin:auto;padding:45px 40px 52px;display:grid;grid-template-columns:1fr 2fr auto;align-items:center;gap:30px;color:var(--muted)}footer>span{font-family:var(--display);font-size:15px;color:var(--ink)}footer p{font-size:13px;margin:0}footer small{font-size:11px}@media(max-width:760px){.site-header{height:72px;padding:0 20px}.brand{font-size:14px}.live-count{font-size:11px}.hero{padding:80px 20px 90px}.hero h1{font-size:clamp(52px,16vw,82px);line-height:.94}.hero-copy{font-size:15px}.scroll-link{position:static;margin-top:32px;width:max-content}.games-section{padding:0 20px 75px}.section-heading>span{display:none}.game-grid{grid-template-columns:1fr}.game-visual{height:210px}.game-content{padding:23px 22px 25px}.game-content h2{font-size:27px}.how-it-works{margin:0 20px 75px;padding:25px;display:grid;grid-template-columns:1fr 1fr;gap:24px}.how-it-works i{display:none}.how-it-works b{font-size:24px}footer{padding:35px 20px;display:block}footer p{margin:12px 0 20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.game-card{animation:none;opacity:1;transform:none;transition:none}}
