:root{color-scheme:light;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17201f;background:#f4f5f2}*{box-sizing:border-box}body{margin:0;min-height:100vh}button,input{font:inherit}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at top,#eef2ec,#f4f5f2 48%)}.auth-card{width:min(430px,100%);padding:34px;border:1px solid #dde2de;border-radius:18px;background:white;box-shadow:0 24px 70px rgba(20,51,47,.12)}.auth-brand{color:#14332f;font:700 12px Georgia,serif;letter-spacing:.14em;text-transform:uppercase}.auth-card h1{margin:24px 0 8px;color:#14332f;font:500 30px Georgia,serif}.auth-card p{margin:0 0 24px;color:#6d7774;font-size:13px;line-height:1.55}.auth-field{display:grid;grid-gap:7px;gap:7px;margin-top:15px}.auth-field label{color:#6d7774;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.auth-field input{width:100%;min-height:44px;padding:0 13px;border:1px solid #dde2de;border-radius:10px;outline:none}.auth-field input:focus{border-color:#285b54;box-shadow:0 0 0 3px rgba(40,91,84,.1)}.auth-button{width:100%;min-height:44px;margin-top:22px;border:0;border-radius:10px;color:white;background:#14332f;cursor:pointer;font-weight:750}.auth-button:disabled{opacity:.6;cursor:wait}.auth-error{min-height:18px;margin-top:12px;color:#a94e48;font-size:11px}.nda-page{min-height:100vh;padding:40px 20px;background:#f4f1ea}.nda-card{width:min(760px,100%);margin:0 auto;padding:36px;border:1px solid #d9ddd8;border-radius:18px;background:white;box-shadow:0 20px 50px rgba(23,50,47,.08)}.nda-card h1{margin:8px 0 10px;color:#173f3a;font:36px/1.1 Georgia,serif}.nda-intro,.nda-terms p{color:#68736f;line-height:1.65}.nda-terms{margin:26px 0;padding:8px 24px;border:1px solid #e0e4df;border-radius:12px;background:#fbfcfa}.nda-terms section{padding:15px 0;border-bottom:1px solid #e6e9e5}.nda-terms section:last-child{border-bottom:0}.nda-terms h2{margin:0 0 5px;color:#173f3a;font-size:15px}.nda-terms p{margin:0}.nda-check{display:flex;gap:10px;margin:18px 0;color:#344541;line-height:1.5}.nda-check input{width:17px;height:17px;margin-top:2px;accent-color:#173f3a}@media (max-width:640px){.nda-card{padding:24px}.nda-card h1{font-size:30px}}