.omni-home{--bg:#0f0a1a;--purple-deep:#2b1450;--purple:#5b2a8a;--purple-light:#8a4fc7;--violet-hi:#b47ee8;--yellow:#f7d04a;--yellow-hov:#ffdc5c;--ink:#1b1930;--white:#ffffff;--muted:rgba(255,255,255,0.72);min-height:100vh;background:#111;color:#fff;font-family:Inter,Noto Sans TC,Noto Sans SC,system-ui,sans-serif}.omni-home[data-lang=zh-Hans]{font-family:Inter,Noto Sans SC,Noto Sans TC,system-ui,sans-serif}.omni-home[data-lang=en]{font-family:Inter,system-ui,sans-serif}.omni-home *,.omni-home :after,.omni-home :before{box-sizing:border-box}.omni-home a{color:inherit;text-decoration:none}.omni-home button{font-family:inherit;cursor:pointer}.omni-home .page{position:relative;min-height:100vh;overflow:hidden}.omni-home .hero-bg{position:absolute;inset:0;z-index:0;background:linear-gradient(100deg,#1a0b2e,#2b1450 30%,rgba(43,20,80,.2) 55%,transparent 70%),url(/omni/assets/b03f7665-5741-4e04-bc0b-97be610cde33.webp) 100% /cover no-repeat,#1a0b2e}.omni-home .nav{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:22px 52px;gap:40px;background:rgba(26,11,46,.25);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.omni-home .brand{display:flex;align-items:center;gap:10px;font-weight:500;font-size:18px;letter-spacing:.02em}.omni-home .brand .logo{width:38px;height:38px;border-radius:50%;background:radial-gradient(circle at 32% 35%,#c9a8ff 0 8px,transparent 9px),radial-gradient(circle at 58% 62%,#4a2a85 0 14px,transparent 15px),linear-gradient(135deg,#7a3fc4,#d48fff);position:relative;box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}.omni-home .brand .logo:after{content:"";position:absolute;right:-6px;top:-2px;width:12px;height:12px;background:radial-gradient(circle,#ffb3f0 0 2px,transparent 3px),radial-gradient(circle at 60% 60%,#ff7ad8 0 1.5px,transparent 2px)}.omni-home .brand .wordmark{font-weight:600}.omni-home .brand .wordmark em{font-style:italic;font-weight:300}.omni-home .center-links{display:flex;gap:36px;justify-content:center;white-space:nowrap}.omni-home .center-links a{font-size:14px;color:#fff;padding:6px 4px;position:relative;white-space:nowrap;font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.45);transition:color .2s}.omni-home .center-links a:hover{color:var(--yellow)}.omni-home .center-links a.active{color:var(--yellow);text-shadow:0 1px 6px rgba(247,208,74,.35),0 1px 3px rgba(0,0,0,.5)}.omni-home .center-links a.active:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--yellow);box-shadow:0 1px 6px rgba(247,208,74,.6)}.omni-home .right{gap:18px;justify-content:flex-end;font-size:13px;flex-wrap:nowrap}.omni-home .lang,.omni-home .right{display:flex;align-items:center;white-space:nowrap}.omni-home .lang{gap:8px;color:rgba(255,255,255,.9);flex-shrink:0}.omni-home .lang button{background:none;border:1px solid transparent;color:inherit;padding:5px 12px;font-size:12.5px;letter-spacing:.02em;opacity:.8;transition:opacity .18s,color .18s,background .18s,border-color .18s;white-space:nowrap;flex-shrink:0;border-radius:999px}.omni-home .lang button:hover{opacity:1;background:rgba(255,255,255,.12)}.omni-home .lang button.active{opacity:1;color:#3a1a6a;font-weight:600;background:var(--yellow);border-color:var(--yellow);box-shadow:0 2px 10px rgba(247,208,74,.35)}.omni-home .lang .sep{opacity:.35}.omni-home .btn-login{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:transparent;color:#fff;transition:background .2s,border-color .2s,transform .15s;position:relative}.omni-home .btn-login:hover{background:rgba(255,255,255,.14);border-color:#fff;transform:translateY(-1px)}.omni-home .btn-login svg{width:18px;height:18px;display:block}.omni-home .btn-login:after{content:"";position:absolute;top:-2px;right:-2px;width:9px;height:9px;border-radius:50%;background:var(--yellow);box-shadow:0 0 0 2px var(--purple-deep)}.omni-home .hero-content{position:relative;z-index:5;padding:80px 52px 60px;max-width:620px}.omni-home .eyebrow{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:var(--violet-hi);margin-bottom:22px}.omni-home .hero-title{font-size:52px;line-height:1.1;font-weight:400;margin:0 0 20px;font-family:Inter,Noto Sans TC,Noto Sans SC,serif;letter-spacing:-.01em}.omni-home .hero-title em{font-style:italic;font-weight:300;color:var(--violet-hi)}.omni-home .hero-kicker{font-size:15px;font-weight:400;line-height:1.5;margin:0 0 16px;color:#fff;max-width:480px}.omni-home .hero-kicker b{font-weight:600;color:var(--violet-hi)}.omni-home .hero-body{font-size:13px;line-height:1.65;color:var(--muted);max-width:480px;margin:0 0 12px}.omni-home .meta{position:absolute;left:52px;bottom:28px;z-index:5;display:flex;gap:28px;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.45)}@media (max-width:1100px){.omni-home .nav{padding:18px 28px}.omni-home .center-links{gap:24px}}@media (max-width:880px){.omni-home .nav{grid-template-columns:auto auto;gap:14px;padding:18px 22px}.omni-home .center-links{display:none}.omni-home .hero-content{padding:40px 24px}.omni-home .hero-title{font-size:36px}}.home-auth-modal>div>div:first-child{position:relative;width:100%;max-width:420px;min-height:auto;gap:16px;padding:40px;border:1px solid rgba(180,126,232,.25);background:#14091f;color:#fff;box-shadow:0 40px 100px rgba(0,0,0,.6);clip-path:polygon(0 0,calc(100% - 24px) 0,100% 24px,100% 100%,24px 100%,0 calc(100% - 24px))}.home-auth-modal>div>div:first-child:before{content:"";position:absolute;top:10px;right:10px;width:34px;height:1px;background:#f3d36f;transform:rotate(-45deg);transform-origin:right top;box-shadow:0 0 6px rgba(247,208,74,.6)}.home-auth-modal input{border:1px solid rgba(255,255,255,.14)!important;border-radius:14px!important;background:rgba(255,255,255,.08)!important;color:#fff!important}.home-auth-modal input::placeholder{color:rgba(255,255,255,.5)!important}.home-auth-modal form button[type=submit]{border-radius:14px!important;background:#f3d36f!important;color:#301652!important;font-weight:700!important}.home-auth-modal button[aria-label=Close]{top:14px!important;right:14px!important;height:30px!important;width:30px!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:9999px!important;background:transparent!important;color:rgba(255,255,255,.88)!important;box-shadow:none!important}.home-auth-modal button[aria-label=Close]:hover{background:rgba(255,255,255,.12)!important;border-color:rgba(255,255,255,.58)!important}.home-auth-modal .text-\[\#EE8A29\],.home-auth-modal .text-\[\#FCCD2B\]{color:#f3d36f!important}