:root{--bg:#05070b;--panel:rgba(255,255,255,.055);--line:rgba(255,255,255,.12);--text:#f4f6fb;--muted:#9ea8b7;--accent:#b8ffdc}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;min-height:100vh;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at 70% 15%,rgba(78,126,255,.16),transparent 30%),radial-gradient(circle at 20% 40%,rgba(69,255,193,.08),transparent 28%),var(--bg)}a{color:inherit;text-decoration:none}button,input{font:inherit}.shell{min-height:100vh;max-width:1260px;margin:0 auto;padding:0 30px 60px}.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.brand{font-weight:900;letter-spacing:.22em;font-size:.9rem}.topbar nav{display:flex;gap:28px;color:var(--muted)}.hero{min-height:630px;display:flex;flex-direction:column;justify-content:center;max-width:900px}.eyebrow{color:var(--accent);letter-spacing:.18em;font-size:.72rem;font-weight:800}h1{font-size:clamp(3.4rem,8vw,7.8rem);letter-spacing:-.07em;line-height:.88;margin:18px 0 26px}.lede{max-width:680px;font-size:1.25rem;line-height:1.65;color:var(--muted)}.actions{display:flex;gap:14px;margin-top:30px;flex-wrap:wrap}.button{border:1px solid var(--line);border-radius:999px;padding:14px 22px;color:var(--text);background:transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.button.primary{color:#04110b;background:var(--accent);border-color:var(--accent);font-weight:800}.button:disabled{opacity:.55;cursor:not-allowed}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.feature-grid article,.panel,.world-card{border:1px solid var(--line);background:var(--panel);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:24px}.feature-grid article{padding:28px;min-height:190px}.feature-grid span,.muted{color:var(--muted)}.feature-grid h2{font-size:1.6rem;margin:35px 0 8px}.feature-grid p{color:var(--muted);line-height:1.55}.auth-wrap{min-height:calc(100vh - 82px);display:grid;place-items:center}.auth-panel{width:min(470px,100%);padding:36px}.auth-panel h1{font-size:3.2rem}label{display:grid;grid-gap:8px;gap:8px;margin:18px 0;color:var(--muted)}input{width:100%;padding:15px 16px;color:var(--text);background:rgba(0,0,0,.35);border:1px solid var(--line);border-radius:14px;outline:none}input:focus{border-color:var(--accent)}.error{color:#ff9d9d}.dashboard-head{display:flex;justify-content:space-between;align-items:flex-end;padding:80px 0 35px}.dashboard-head h1{font-size:clamp(3.2rem,7vw,6rem);margin-bottom:12px}.status-line{display:flex;gap:10px;align-items:center;color:var(--muted);margin-bottom:22px}.pulse{width:9px;height:9px;border-radius:99px;background:var(--accent);box-shadow:0 0 20px var(--accent)}.world-card{overflow:hidden;display:grid;grid-template-columns:1.1fr 1fr}.world-visual{min-height:420px;padding:28px;display:flex;align-items:flex-end;position:relative;overflow:hidden;background:linear-gradient(180deg,#13213d,#283c4d 45%,#08100f)}.world-visual:before{content:"";position:absolute;width:70%;height:62%;left:15%;bottom:14%;background:linear-gradient(90deg,rgba(0,0,0,.7) 0 12%,transparent 12% 18%,rgba(0,0,0,.55) 18% 34%,transparent 34% 41%,rgba(0,0,0,.75) 41% 57%,transparent 57% 64%,rgba(0,0,0,.6) 64% 100%);-webkit-clip-path:polygon(0 35%,12% 35%,12% 5%,28% 5%,28% 48%,42% 48%,42% 18%,57% 18%,57% 58%,68% 58%,68% 0,85% 0,85% 40%,100% 40%,100% 100%,0 100%);clip-path:polygon(0 35%,12% 35%,12% 5%,28% 5%,28% 48%,42% 48%,42% 18%,57% 18%,57% 58%,68% 58%,68% 0,85% 0,85% 40%,100% 40%,100% 100%,0 100%)}.world-visual span{position:relative;z-index:2;letter-spacing:.18em;font-size:.72rem}.world-copy{padding:42px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.world-meta{display:flex;gap:8px;flex-wrap:wrap}.world-meta span{border:1px solid var(--line);border-radius:99px;padding:7px 11px;color:var(--muted);font-size:.78rem}.world-copy h2{font-size:3rem;margin:26px 0 12px}.world-copy p{color:var(--muted);line-height:1.6;margin-bottom:28px}@media (max-width:760px){.shell{padding:0 18px 40px}.topbar nav{gap:14px}.hero{min-height:560px}.feature-grid,.world-card{grid-template-columns:1fr}.world-visual{min-height:300px}.dashboard-head{align-items:flex-start;gap:24px;flex-direction:column}}