:root{--bg:#070812;--panel:rgba(255,255,255,.08);--line:rgba(255,255,255,.16);--text:#eef3ff;--muted:#9da7c7;--hot:#7c3cff;--cyan:#00e7ff;--pink:#ff3df2}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--text);background:radial-gradient(circle at 20% 10%,#17206b,transparent 30%),radial-gradient(circle at 90% 20%,#44105e,transparent 35%),var(--bg);min-height:100vh}.orb{position:fixed;width:26rem;height:26rem;border-radius:50%;filter:blur(80px);opacity:.35;z-index:-1}.orb-a{background:var(--cyan);left:-8rem;top:8rem}.orb-b{background:var(--pink);right:-7rem;bottom:4rem}.glass{background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.045));border:1px solid var(--line);box-shadow:0 25px 80px rgba(0,0,0,.35);backdrop-filter:blur(22px)}.nav{position:sticky;top:0;z-index:3;margin:1rem auto;padding:.9rem 1.2rem;max-width:1180px;border-radius:22px;display:flex;justify-content:space-between;align-items:center}.brand{font-weight:900;font-size:1.25rem}.brand span{color:var(--cyan)}a{color:var(--text);text-decoration:none;margin:0 .55rem}.shell{max-width:1180px;margin:0 auto;padding:1rem}.hero,.card{border-radius:30px;padding:2rem}.hero{min-height:62vh;display:flex;flex-direction:column;justify-content:center}.hero h1{font-size:clamp(2.4rem,7vw,5.8rem);line-height:.95;margin:.2rem 0;background:linear-gradient(90deg,#fff,var(--cyan),var(--pink));-webkit-background-clip:text;color:transparent}.eyebrow,.muted,small{color:var(--muted)}.button,button{border:0;border-radius:999px;padding:.85rem 1.2rem;background:linear-gradient(90deg,var(--hot),var(--cyan));color:white;font-weight:800;cursor:pointer;box-shadow:0 0 24px rgba(0,231,255,.25)}.button.ghost{background:transparent;border:1px solid var(--line)}.button.small{padding:.55rem .9rem}.grid{display:grid;gap:1.2rem}.grid.two{grid-template-columns:1.5fr .9fr}.narrow{max-width:520px;margin:2rem auto}.form,.composer{display:grid;gap:1rem}input,textarea{width:100%;border:1px solid var(--line);border-radius:18px;background:rgba(3,5,18,.55);color:var(--text);padding:1rem;font:inherit}textarea{min-height:130px}.post,.idea,.person{margin:1rem 0;padding:1rem;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.055)}.post span,.status{color:var(--cyan)}.person{display:flex;justify-content:space-between;align-items:center;gap:1rem}.avatar{width:92px;height:92px;border-radius:30px;display:grid;place-items:center;font-size:2.4rem;font-weight:900;background:linear-gradient(135deg,var(--hot),var(--cyan));box-shadow:0 0 40px rgba(124,60,255,.5)}.error{color:#ff8aa8}@media(max-width:760px){.grid.two{grid-template-columns:1fr}.nav{align-items:flex-start;gap:1rem;flex-direction:column}.hero{min-height:auto}}
