*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;background:#f3f6f4;color:#18212f}.page{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-shell{width:min(920px,100%);display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border-radius:8px;box-shadow:0 16px 40px #18212f14}.brand-panel,.form-panel,.dashboard{padding:32px}.brand-panel{display:flex;flex-direction:column;justify-content:center;background:#123c46;color:#fff}.brand-panel p{line-height:1.6}.form-panel,.dashboard{background:#fff}.eyebrow{margin:0 0 8px;color:#1d7a68;font-size:13px;font-weight:700;text-transform:uppercase}.brand-panel .eyebrow{color:#91e6cd}h1{margin:0 0 18px;font-size:30px}.tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:24px;padding:4px;background:#eef2ef;border-radius:8px}.tabs button,.primary-button,.secondary-button{min-height:44px;border:0;border-radius:6px;font:inherit;font-weight:700;cursor:pointer}.tabs button{background:transparent;color:#41515a}.tabs button.active{background:#fff;color:#123c46;box-shadow:0 2px 10px #123c461a}.auth-form{display:grid;gap:14px}.auth-form h2{margin:0 0 6px;font-size:24px}label{display:grid;gap:8px;font-weight:700;color:#26343b}input{width:100%;min-height:44px;padding:10px 12px;border:1px solid #cad5d0;border-radius:6px;font:inherit}input:focus{outline:3px solid #cceee4;border-color:#1d7a68}.primary-button{margin-top:4px;background:#1d7a68;color:#fff}.primary-button:disabled{cursor:wait;opacity:.7}.secondary-button{margin-top:18px;padding:0 18px;background:#123c46;color:#fff}.message,.account-box{margin:0;padding:14px;border-radius:8px}.message.error{background:#fff0f0;color:#a12626}.message.success{background:#eaf8ef;color:#17623a}.dashboard{width:min(560px,100%);border:1px solid #d9e1dc;border-radius:8px;box-shadow:0 16px 40px #18212f14}.dashboard p{line-height:1.6}.account-box{display:grid;gap:8px;background:#eef7f3}.account-box p{margin:0}@media(max-width:720px){.auth-shell{grid-template-columns:1fr}.brand-panel,.form-panel,.dashboard{padding:24px}}
