:root{--bg:#111c2f;--bg-card:#213050;--border:#62a8e466;--border-subtle:#62a8e42e;--fg:#e5dbc9;--fg-strong:#fff;--fg-muted:#9aa3b8;--fg-subtle:#6b7894;--gold:#d69e33;--blue-bright:#8cc0f5}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--fg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.auth-page{justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.25rem;display:flex}.auth-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;width:100%;max-width:380px;padding:2rem 1.75rem;box-shadow:0 18px 50px #00000059}.auth-title{color:var(--fg-strong);margin:0;font-size:1.5rem;font-weight:600}.auth-sub{color:var(--fg-muted);margin:.4rem 0 1.4rem;font-size:.95rem}.auth-form{flex-direction:column;gap:1rem;display:flex}.auth-label{color:var(--fg-muted);text-transform:uppercase;letter-spacing:.04em;flex-direction:column;gap:.4rem;font-size:.78rem;font-weight:500;display:flex}.auth-input{background:var(--bg);border:1px solid var(--border-subtle);color:var(--fg);border-radius:8px;outline:none;padding:.65rem .75rem;font-size:.95rem;transition:border-color .15s}.auth-input:focus{border-color:var(--blue-bright)}.auth-button{background:var(--gold);color:#1a1205;cursor:pointer;border:none;border-radius:8px;margin-top:.25rem;padding:.7rem 1rem;font-size:.95rem;font-weight:600;transition:filter .15s,opacity .15s}.auth-button:hover{filter:brightness(1.06)}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-button--ghost{color:var(--fg);border:1px solid var(--border);background:0 0}.auth-error{color:#ff9b9b;margin:0;font-size:.85rem}.auth-foot{color:var(--fg-muted);text-align:center;margin:.75rem 0 0;font-size:.85rem}.auth-foot a{color:var(--blue-bright);text-decoration:none}.auth-foot a:hover{text-decoration:underline}.info-page{max-width:960px;margin:0 auto;padding:4rem 1.5rem 5rem}.info-hero{text-align:center;padding:2rem 0 3rem}.info-kicker{color:var(--gold);letter-spacing:.18em;text-transform:uppercase;margin:0 0 1rem;font-size:.8rem}.info-h1{color:var(--fg-strong);max-width:18ch;margin:0 auto 1.1rem;font-size:clamp(2rem,5vw,3.1rem);font-weight:700;line-height:1.08}.info-lede{color:var(--fg-muted);max-width:60ch;margin:0 auto 2rem;font-size:1.08rem;line-height:1.6}.info-cta-row{flex-wrap:wrap;justify-content:center;gap:.85rem;display:flex}.info-btn{border-radius:9px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:filter .15s,transform 50ms;display:inline-block}.info-btn:active{transform:translateY(1px)}.info-btn--primary{background:var(--gold);color:#1a1205}.info-btn--primary:hover{filter:brightness(1.07)}.info-btn--ghost{color:var(--fg);border:1px solid var(--border);background:0 0}.info-btn--ghost:hover{border-color:var(--blue-bright);color:var(--fg-strong)}.info-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin:1rem 0 3rem;display:grid}@media (max-width:640px){.info-grid{grid-template-columns:1fr}}.info-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:14px;padding:1.6rem 1.5rem}.info-tag{color:var(--blue-bright);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.6rem;font-size:.72rem;font-weight:600;display:inline-block}.info-card-title{color:var(--fg-strong);margin:0 0 .5rem;font-size:1.25rem}.info-card-body{color:var(--fg-muted);margin:0;font-size:.97rem;line-height:1.6}.info-fit{text-align:center;max-width:64ch;margin:1rem auto 3.5rem}.info-fit-title{color:var(--fg-strong);margin:0 0 .75rem;font-size:1.5rem}.info-fit-body{color:var(--fg-muted);margin:0;line-height:1.65}.info-final{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:16px;padding:2.5rem 1.75rem}.info-final-title{color:var(--fg-strong);margin:0 0 .6rem;font-size:1.6rem}.info-final-body{color:var(--fg-muted);max-width:52ch;margin:0 auto 1.6rem;line-height:1.6}.info-fine{color:var(--fg-subtle);margin:1.1rem 0 0;font-size:.85rem}.info-fine a,.info-final a{color:var(--blue-bright)}.nda-page{max-width:760px;margin:0 auto;padding:3rem 1.5rem 4rem}.nda-wrap{width:100%}.nda-head{text-align:center;margin-bottom:1.5rem}.nda-title{color:var(--fg-strong);margin:0 0 .5rem;font-size:1.6rem}.nda-lede{color:var(--fg-muted);max-width:52ch;margin:0 auto;line-height:1.55}.nda-doc{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;max-height:46vh;margin-bottom:1.5rem;padding:1.5rem 1.6rem;overflow-y:auto}.nda-h1{color:var(--fg-strong);margin:0 0 .5rem;font-size:1.2rem}.nda-h3{color:var(--fg-strong);margin:1.2rem 0 .4rem;font-size:1rem}.nda-p{color:var(--fg);margin:0 0 .7rem;font-size:.92rem;line-height:1.6}.nda-form{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;padding:1.6rem}.nda-fields{flex-direction:column;gap:1rem;margin-bottom:1.1rem;display:flex}.nda-agree{color:var(--fg-muted);cursor:pointer;align-items:flex-start;gap:.65rem;margin-bottom:1.1rem;font-size:.9rem;line-height:1.5;display:flex}.nda-agree input{flex-shrink:0;width:1.05rem;height:1.05rem;margin-top:.2rem}
