*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,Segoe UI,Arial,sans-serif;background:#090b18;color:#f5f7ff}body:before{content:"";position:fixed;inset:0;background:radial-gradient(circle at 20% 10%,rgba(91,116,255,.32),transparent 34%),radial-gradient(circle at 80% 0%,rgba(0,255,194,.17),transparent 32%),linear-gradient(180deg,#10142a,#070914);z-index:-1}.topbar{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;background:rgba(4,6,18,.75);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}.brand{display:flex;align-items:center;gap:.65rem;color:#fff;text-decoration:none;font-weight:900}.orb{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:14px;background:linear-gradient(135deg,#5d7cff,#23ffc8);color:#06101a}.navlinks{display:flex;gap:.75rem;flex-wrap:wrap}.navlinks a{color:#cfd6ff;text-decoration:none;font-weight:700}.navlinks a:hover{color:#fff}.shell{width:min(1450px,calc(100% - 2rem));margin:2rem auto 4rem}.hero{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin:2rem 0}.hero h1{font-size:clamp(2.4rem,6vw,5.4rem);line-height:.95;margin:.45rem 0}.hero p{max-width:900px;color:#cbd2ef;font-size:1.08rem}.badge{display:inline-flex;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);border-radius:999px;padding:.55rem .9rem;font-weight:800}.boundary{border-left:4px solid #23ffc8;padding-left:1rem}.status-card{border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:.9rem 1.1rem;background:rgba(255,255,255,.06);white-space:nowrap}.dot{display:inline-block;width:.7rem;height:.7rem;background:#43ff9d;border-radius:50%;box-shadow:0 0 15px #43ff9d;margin-right:.45rem}.chat-layout{display:grid;grid-template-columns:360px 1fr;gap:1rem}.panel{border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(255,255,255,.055);backdrop-filter:blur(10px);padding:1.25rem;box-shadow:0 20px 80px rgba(0,0,0,.24)}label{display:block;margin:1rem 0 .4rem;font-weight:800}select,input,textarea{width:100%;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.26);color:#fff;border-radius:14px;padding:.85rem;outline:none}textarea{min-height:120px;resize:vertical}.quick{display:grid;gap:.5rem;margin-top:1rem}.quick button,button{border:0;border-radius:14px;padding:.85rem 1rem;font-weight:900;background:linear-gradient(135deg,#5d7cff,#23ffc8);color:#06101a;cursor:pointer}.quick button{background:rgba(255,255,255,.09);color:#fff;border:1px solid rgba(255,255,255,.12)}.messages{height:560px;overflow:auto;display:flex;flex-direction:column;gap:1rem;padding:.5rem}.msg{border-radius:18px;padding:1rem;border:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.2)}.msg.user{align-self:flex-end;max-width:85%;background:rgba(93,124,255,.22)}.msg.ai{align-self:flex-start;max-width:95%}.msg pre{white-space:pre-wrap;overflow:auto}.composer{display:grid;grid-template-columns:1fr auto;gap:.75rem;margin-top:1rem}.composer textarea{min-height:70px}pre{white-space:pre-wrap;overflow:auto;background:rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.09);border-radius:16px;padding:1rem}table{width:100%;border-collapse:collapse}th,td{border-bottom:1px solid rgba(255,255,255,.1);padding:.8rem;text-align:left}a{color:#6ee7ff}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:980px){.chat-layout,.grid2{grid-template-columns:1fr}.hero{align-items:flex-start;flex-direction:column}.messages{height:430px}.navlinks{font-size:.9rem}}
