:root{color-scheme:light;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{margin:0;background:#f4f5f7;color:#1f2933}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.auth-card{width:100%;max-width:360px;background:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 4px #0000001a}.auth-card h1{margin-top:0;font-size:1.4rem}.auth-field{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.auth-field label{font-size:.85rem;color:#52606d}.auth-field input{padding:.5rem .6rem;border:1px solid #cbd2d9;border-radius:4px;font-size:1rem}.auth-button{width:100%;padding:.6rem;border:none;border-radius:4px;background:#2563eb;color:#fff;font-size:1rem;cursor:pointer}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-error{background:#fde8e8;color:#9b1c1c;border-radius:4px;padding:.5rem .75rem;font-size:.85rem;margin-bottom:1rem}.auth-success{background:#e6f7ec;color:#1a7f37;border-radius:4px;padding:.5rem .75rem;font-size:.85rem;margin-bottom:1rem}.auth-links{margin-top:1rem;font-size:.85rem;display:flex;justify-content:space-between}.dashboard-page{min-height:100vh;padding:2rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}
