:root{--navy:#022449;--orange:#ff6b00;--text:#1c2430;--muted:#687282;--border:#d9dee5;--bg:#f5f7fa}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:linear-gradient(180deg,#f8fafc 0%,#eef2f6 100%);color:var(--text);min-height:100vh}.auth-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px}.auth-card{width:min(100%,410px);background:#fff;border:1px solid var(--border);border-radius:16px;padding:34px 34px 28px;box-shadow:0 18px 45px rgba(2,36,73,.08)}.auth-brand{display:flex;flex-direction:column;gap:2px;margin-bottom:30px}.auth-brand strong{font-size:24px;letter-spacing:.7px;color:var(--navy)}.auth-brand strong span{color:var(--orange)}.auth-brand small{font-size:9px;letter-spacing:.65px;color:#7a8491}.auth-logo{display:block;width:170px;height:auto;margin-bottom:26px}.auth-card h1{margin:0 0 7px;font-size:24px;color:var(--navy)}.auth-intro{margin:0 0 24px;font-size:13px;color:var(--muted);line-height:1.45}form{display:flex;flex-direction:column}label{font-size:12px;font-weight:600;margin:0 0 7px}input{height:44px;border:1px solid var(--border);border-radius:9px;padding:0 12px;font-size:14px;outline:none;margin-bottom:16px}input:focus{border-color:#9ca8b8;box-shadow:0 0 0 3px rgba(2,36,73,.05)}.auth-primary{height:44px;border:0;border-radius:9px;background:var(--navy);color:#fff;font-size:14px;font-weight:600;cursor:pointer;margin-top:5px}.auth-primary:hover{background:#032f5f}.auth-primary:disabled{opacity:.65;cursor:wait}.auth-feedback{min-height:18px;margin:12px 0 0;font-size:12px;color:#a12727;text-align:center}.auth-links{width:min(100%,410px);display:flex;justify-content:space-between;align-items:center;padding:16px 4px}.link-button{border:0;background:transparent;color:var(--navy);font-size:12px;cursor:pointer;padding:6px}.link-strong{font-weight:700;letter-spacing:.25px}.setup-note{margin:14px 0 18px;font-size:11px;color:var(--muted);line-height:1.5;text-align:center}@media(max-width:520px){.auth-page{padding:18px}.auth-card{padding:28px 22px 24px}.auth-links{padding-left:0;padding-right:0}}