:root{--cs-navy:#17152b;--cs-navy-deep:#0f0e1c;--cs-cloud:#f8f7fc;--cs-lilac:#e9e1ff;--cs-purple:#6c3bff;--cs-muted:#f8f7fcad;--cs-border:#f8f7fc29;--cs-error:#ff8a8a;--cs-font:"Segoe UI", "Helvetica Neue", Arial, sans-serif}*{box-sizing:border-box}html,body{background:var(--cs-navy-deep);min-height:100%;color:var(--cs-cloud);font-family:var(--cs-font);margin:0}.cs-shell{background:radial-gradient(ellipse 70% 50% at 20% 0%, #6c3bff47, transparent 55%), radial-gradient(ellipse 55% 45% at 100% 100%, #ff5c5c1f, transparent 50%), linear-gradient(165deg, var(--cs-navy) 0%, var(--cs-navy-deep) 100%);place-items:center;min-height:100dvh;padding:2rem 1.25rem;display:grid;position:relative;overflow:hidden}.cs-glow{pointer-events:none;filter:blur(80px);background:#6c3bff2e;border-radius:50%;width:42vw;height:42vw;position:absolute;inset:auto auto 10% -10%}.cs-panel{flex-direction:column;gap:.75rem;width:min(100%,26rem);display:flex;position:relative}.cs-logo{width:auto;height:2.5rem;margin-bottom:1.25rem}.cs-kicker{letter-spacing:.14em;text-transform:uppercase;color:var(--cs-lilac);margin:0;font-size:.75rem;font-weight:600}.cs-title{letter-spacing:-.03em;margin:0;font-size:clamp(2.5rem,8vw,3.5rem);font-weight:700;line-height:1.05}.cs-lede{color:var(--cs-muted);max-width:28ch;margin:0 0 1.5rem;font-size:1.05rem;line-height:1.55}.cs-form{flex-direction:column;gap:.55rem;display:flex}.cs-hint{color:var(--cs-muted);margin:0 0 .5rem;font-size:.875rem}.cs-label{color:#f8f7fcd9;font-size:.8rem;font-weight:600}.cs-input{border:1px solid var(--cs-border);width:100%;color:var(--cs-cloud);background:#f8f7fc0f;border-radius:.65rem;outline:none;padding:.8rem .9rem;font-size:1rem;transition:border-color .16s,background .16s}.cs-input:focus{background:#f8f7fc1a;border-color:#6c3bffbf}.cs-error{color:var(--cs-error);margin:.25rem 0 0;font-size:.875rem}.cs-submit{background:var(--cs-purple);color:#fff;cursor:pointer;border:0;border-radius:.65rem;margin-top:.75rem;padding:.85rem 1rem;font-size:.95rem;font-weight:650;transition:filter .16s,transform .16s}.cs-submit:hover:not(:disabled){filter:brightness(1.06)}.cs-submit:active:not(:disabled){transform:translateY(1px)}.cs-submit:disabled{opacity:.7;cursor:wait}.cs-ghost{color:var(--cs-muted);cursor:pointer;text-align:start;background:0 0;border:0;margin-top:.25rem;padding:.35rem 0;font-size:.875rem}.cs-ghost:hover:not(:disabled){color:var(--cs-cloud)}
