.auth-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1.5rem}.auth-card{width:100%;max-width:400px;padding:2rem;border:1px solid #e4e7eb;border-radius:12px;background:#fff;box-shadow:0 8px 24px #0f172a14}.auth-card h1{margin:0 0 .5rem;font-size:1.75rem}.auth-subtitle{margin:0 0 1.5rem;color:#52606d}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-form label{display:flex;flex-direction:column;gap:.375rem;font-size:.875rem;font-weight:500}.auth-form input{padding:.625rem .75rem;border:1px solid #cbd2d9;border-radius:8px;font:inherit}.auth-form input:focus{outline:2px solid #3b82f6;outline-offset:1px;border-color:#3b82f6}.auth-form button{margin-top:.5rem;padding:.75rem 1rem;border:none;border-radius:8px;background:#1d4ed8;color:#fff;font:inherit;font-weight:600;cursor:pointer}.auth-form button:disabled{opacity:.6;cursor:not-allowed}.auth-error{margin:0;color:#dc2626;font-size:.875rem}.auth-success{margin:0;color:#15803d;font-size:.875rem}.auth-footer{margin:1.5rem 0 0;text-align:center;color:#52606d;font-size:.875rem}.auth-footer a,.auth-success a{color:#1d4ed8}.auth-message{color:#52606d}.app{max-width:720px;margin:0 auto;padding:3rem 1.5rem}.app-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.app h1{margin:0;font-size:2.5rem}.sign-out{padding:.5rem .875rem;border:1px solid #cbd2d9;border-radius:8px;background:#fff;font:inherit;cursor:pointer}.app p{margin:0;color:#52606d}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#213547;background-color:#fff}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}
