*{box-sizing:border-box;margin:0;padding:0;font-family:Inter,sans-serif}body{color:#fff;background:#0a0e17;overflow-x:hidden}header{z-index:10;justify-content:space-between;align-items:center;width:100%;padding:20px 48px;display:flex;position:fixed;top:0}.logo{letter-spacing:.5px;font-size:20px;font-weight:700}nav a{color:#ccc;margin-left:28px;font-size:15px;text-decoration:none;transition:color .2s}nav a:hover{color:#fff}nav a:hover .nav-cta:hover{opacity:.85;color:#000!important}.nav-cta:hover{opacity:.85;color:#000!important}.nav-cta{color:#000;cursor:pointer;background:#fff;border-radius:10px;padding:10px 18px;font-weight:600;text-decoration:none;display:inline-block}.mode-toggle{cursor:pointer;vertical-align:middle;color:#ccc;background:0 0;border:none;margin-left:14px;padding:0;font-size:15px;line-height:1;transition:color .2s}.mode-toggle:hover{color:#fff}.mode-toggle svg{stroke:currentColor;fill:none;stroke-width:2px;vertical-align:middle;width:18px;height:18px}.user-menu,.games-menu{display:inline-block;position:relative}.games-toggle{color:#ccc;cursor:pointer;margin-left:28px;font-size:15px;text-decoration:none;transition:color .2s}.games-toggle:hover{color:#fff}.games-dropdown{z-index:1000;min-width:160px;animation:.2s dropdownSlide;display:none;position:absolute;top:calc(100% + 8px);left:0}.games-dropdown.show{display:block}.games-dropdown a{color:#ccc;margin:0;padding:8px 30px;font-size:14px;text-decoration:none;transition:color .2s;display:block}.games-dropdown a:hover{color:#fff}.user-dropdown{z-index:1000;background:#fff;border:1px solid #0000001a;border-radius:12px;min-width:180px;animation:.2s dropdownSlide;display:none;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 8px 24px #00000026}.user-dropdown.show{display:block}.user-dropdown a{color:#1a1a1a;margin:0;padding:12px 20px;font-size:14px;text-decoration:none;transition:background .2s;display:block}.user-dropdown a:hover{color:#1a1a1a;background:#6b8aff14}.user-dropdown hr{border:none;border-top:1px solid #00000014;margin:4px 0}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero{align-items:center;min-height:100lvh;padding:0 64px;display:flex;position:relative}.hero:before{content:"";width:100%;height:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;backface-visibility:hidden;filter:contrast(1.06)brightness(1.15)saturate(1.1);z-index:1;background-image:url(/homepage-background.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;top:0;left:0;transform:translateZ(0)}.hero:after{content:"";z-index:2;background:linear-gradient(120deg,#5064dc26 0%,#283c961a 40%,#00000059 70%,#00000080 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:3;max-width:720px;margin-top:-50px;margin-left:-24px;animation:1.2s forwards fadeUp;position:relative}.hero h1{text-shadow:0 2px 20px #00000080;white-space:nowrap;margin-bottom:24px;font-size:64px;font-weight:700;line-height:1.1}.hero p{color:#ddd;text-shadow:0 1px 10px #00000080;max-width:600px;margin-bottom:36px;font-size:20px}.hero-buttons a{border-radius:14px;margin-right:16px;padding:16px 28px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block}.btn-primary{color:#000;background:#fff;box-shadow:0 10px 30px #0006}.btn-secondary{color:#fff;border:1px solid #fff9}.hero-buttons a:hover{transform:translateY(-2px);box-shadow:0 14px 40px #00000080}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;animation:.3s fadeIn;display:none;position:fixed;top:0;left:0}.modal-overlay.active{display:flex}.auth-modal{background:#fff;border-radius:24px;width:100%;max-width:440px;padding:48px;animation:.3s slideUp;position:relative;box-shadow:0 20px 60px #0000004d}.close-modal{color:#666;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:28px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.close-modal:hover{color:#1a1a1a;background:#0000000d}.auth-header{text-align:center;margin-bottom:40px}.auth-header h1{color:#1a1a1a;margin-bottom:8px;font-size:32px;font-weight:700}.auth-header p{color:#666;font-size:16px}.auth-toggle{background:#6b8aff14;border-radius:12px;gap:8px;margin-bottom:32px;padding:6px;display:flex}.toggle-btn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:12px;font-size:15px;font-weight:600;transition:all .2s}.toggle-btn.active{color:#1a1a1a;background:#fff;box-shadow:0 2px 8px #00000014}.auth-form{display:none}.auth-form.active{display:block}.form-group{margin-bottom:20px}.form-group label{color:#1a1a1a;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.form-group input{color:#1a1a1a;background:#fff;border:1px solid #00000026;border-radius:10px;width:100%;padding:14px 16px;font-size:15px;transition:all .2s}.form-group input:focus{border-color:#6b8aff80;outline:none;box-shadow:0 0 0 3px #6b8aff14}.form-group input::placeholder{color:#999}.submit-btn{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:12px;width:100%;margin-top:8px;padding:16px;font-size:16px;font-weight:600;transition:all .2s}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.submit-btn:active{transform:translateY(0)}.auth-footer{text-align:center;color:#666;margin-top:24px;font-size:14px}.auth-footer a{color:#6b8aff;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (height<=800px){body{zoom:.84}.hero{min-height:119.048vh}}@media (height<=700px){body{zoom:.78}.hero{min-height:128.205vh}}@media (height<=800px){.hero p{max-width:500px}}@media (width<=768px){header{padding:20px 32px}.hero{padding:0 32px}.hero h1{font-size:44px}.hero p{font-size:18px}.auth-modal{padding:32px 24px}.auth-header h1{font-size:28px}}.legal-react-page{background:#0a0e17;min-height:100vh;padding:120px 48px 80px}.legal-react-page .legal-header h1{letter-spacing:-.04em;color:#fff;margin:0 0 12px;font-size:42px;line-height:1.1}.legal-react-page .legal-header .updated{color:#8892a6;margin:0;font-size:14px}.legal-react-page .legal-content h2{color:#fff;letter-spacing:-.03em;margin:36px 0 14px;font-size:24px;line-height:1.2}.legal-react-page .legal-content p{color:#ccc;margin:0 0 18px;font-size:16px;line-height:1.75}.legal-react-page .legal-content ul{color:#ccc;margin:16px 0 24px 22px;padding:0}.legal-react-page .legal-content li{color:#ccc;margin-bottom:10px;line-height:1.65}.legal-react-page .legal-content a{color:#00b4d8;text-decoration:none}.legal-react-page .legal-content a:hover{text-decoration:underline}body.light-mode .legal-react-page{background:#f4f6fb}body.light-mode .legal-react-page .legal-header h1,body.light-mode .legal-react-page .legal-content h2{color:#1a1a1a}body.light-mode .legal-react-page .legal-header .updated{color:#666}body.light-mode .legal-react-page .legal-content p,body.light-mode .legal-react-page .legal-content li{color:#333}@media (width<=768px){.legal-react-page{padding:130px 24px 60px}.legal-react-page .legal-header h1{font-size:30px}}.legal-react-page{background:0 0!important;max-width:820px!important;min-height:auto!important;margin:0 auto!important;padding:140px 48px 80px!important}.legal-react-page .legal-header,.legal-react-page .legal-content{max-width:none!important;margin-left:0!important;margin-right:0!important}.legal-react-page .legal-header{margin-bottom:48px!important}.legal-react-page .legal-header h1{margin-bottom:12px!important;font-size:40px!important;font-weight:700!important}.legal-react-page .legal-header .updated{color:#8892a6!important;font-size:14px!important}.legal-react-page .legal-content h2{margin-top:40px!important;margin-bottom:14px!important;font-size:22px!important;font-weight:700!important}.legal-react-page .legal-content p{color:#ccc!important;margin-bottom:14px!important;font-size:15px!important;line-height:1.7!important}.legal-react-page .legal-content ul{margin:12px 0 18px 22px!important}.legal-react-page .legal-content ul li{color:#ccc!important;margin-bottom:8px!important;font-size:15px!important;line-height:1.7!important}footer{text-align:center!important;color:#666!important;border-top:1px solid #ffffff0d!important;padding:30px 48px!important;font-size:13px!important}footer p{margin:0!important}footer a{color:#6b8aff!important;margin:0 6px!important;text-decoration:none!important}footer a:hover{text-decoration:underline!important}body.light-mode footer{color:#888!important;border-top-color:#00000014!important}@media (width<=700px){.legal-react-page{padding:120px 24px 48px!important}.legal-react-page .legal-header h1{font-size:30px!important}}.staging-auth-card{background:#ffffff0b;border:1px solid #ffffff1a;border-radius:22px;width:100%;max-width:440px;padding:36px;box-shadow:0 24px 70px #00000047}.staging-auth-kicker{color:#00b4d8;letter-spacing:1.2px;text-transform:uppercase;margin:0 0 10px;font-size:11px;font-weight:800}.staging-auth-card h1{letter-spacing:-.04em;margin:0 0 10px;font-size:30px}.staging-auth-copy{color:#8892a6;margin:0 0 26px;font-size:14px;line-height:1.6}.staging-auth-card input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:10px;width:100%;padding:13px 14px;font-size:14px}.staging-auth-card input:focus{border-color:#00b4d8;outline:none}.staging-auth-card button{color:#000;cursor:pointer;background:#00b4d8;border:none;border-radius:12px;width:100%;margin-top:24px;padding:14px 18px;font-size:14px;font-weight:800}.staging-auth-card button:disabled{opacity:.65;cursor:not-allowed}.staging-auth-status{color:#8892a6;margin:16px 0 0;font-size:13px;line-height:1.5}.staging-auth-page{background:radial-gradient(circle at 20% 20%,#6b8aff24,#0000 32rem),radial-gradient(circle at 80% 80%,#00b4d81a,#0000 28rem),#0a0e17!important;justify-content:center!important;align-items:center!important;min-height:100vh!important;padding:120px 24px 80px!important;display:flex!important}.staging-auth-card{color:#1a1a1a!important;background:#fff!important;border:none!important;border-radius:24px!important;width:100%!important;max-width:440px!important;padding:48px!important;box-shadow:0 20px 60px #0000004d!important}.staging-auth-kicker{display:none!important}.staging-auth-card h1{text-align:center!important;letter-spacing:-.035em!important;color:#1a1a1a!important;margin:0 0 8px!important;font-size:32px!important;font-weight:700!important}.staging-auth-copy{text-align:center!important;color:#666!important;margin:0 0 32px!important;font-size:16px!important;line-height:1.5!important}.staging-auth-card label{color:#1a1a1a!important;margin:0 0 8px!important;font-size:14px!important;font-weight:600!important;display:block!important}.staging-auth-card input{color:#1a1a1a!important;background:#fff!important;border:1px solid #00000026!important;border-radius:10px!important;width:100%!important;margin:0 0 20px!important;padding:14px 16px!important;font-size:15px!important;transition:all .2s!important}.staging-auth-card input:focus{border-color:#6b8aff80!important;outline:none!important;box-shadow:0 0 0 3px #6b8aff14!important}.staging-auth-card input::placeholder{color:#999!important}.staging-auth-card button{color:#fff!important;cursor:pointer!important;background:#1a1a1a!important;border:none!important;border-radius:12px!important;width:100%!important;margin-top:8px!important;padding:16px!important;font-size:16px!important;font-weight:600!important;transition:all .2s!important}.staging-auth-card button:hover{transform:translateY(-2px)!important;box-shadow:0 8px 20px #0003!important}.staging-auth-card button:disabled{opacity:.65!important;cursor:not-allowed!important;box-shadow:none!important;transform:none!important}.staging-auth-status{text-align:center!important;color:#666!important;margin:18px 0 0!important;font-size:14px!important;line-height:1.5!important}
