.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.login-card{background:#23262d;border:1px solid #2d3139;border-radius:.75rem;padding:2.5rem;max-width:400px;width:100%;box-shadow:0 8px 24px rgba(0,0,0,.5);text-align:center}.login-card h1{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:#f9fafb;letter-spacing:-.02em}.subtitle{margin:0 0 2rem;color:#9ca3af;font-size:.875rem}.error-message{background:#3f1f1f;border:1px solid #5c2626;border-radius:.375rem;padding:.75rem;margin-bottom:1.5rem;color:#fca5a5;font-size:.875rem}.login-card form{display:flex;flex-direction:column;gap:1rem}.login-card input{width:100%;padding:.875rem;border:1px solid #2d3139;border-radius:.375rem;background:#1a1d23;color:#e5e7eb;font-size:1rem;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.login-card input:focus{outline:none;border-color:#3b82f6}.login-card input::placeholder{color:#6b7280}.login-card input:disabled{opacity:.5;cursor:not-allowed}.login-card button{width:100%;padding:.875rem;background:#3b82f6;color:white;border:1px solid #3b82f6;border-radius:.375rem;cursor:pointer;font-size:1rem;font-weight:500;transition:all .15s;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.login-card button:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,.4)}.login-card button:active:not(:disabled){transform:translateY(0)}.login-card button:disabled{opacity:.5;cursor:not-allowed}