@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{height:100%}:root{--primary:#4f46e5;--primary-bg:#eff0fe;--border:#e2e8f0;--bg:#f7f8fa;--surface:#fff;--text-1:#111827;--text-2:#6b7280;--text-3:#9ca3af;--green:#059669;--green-bg:#d1fae5;--green-text:#065f46;--yellow:#d97706;--yellow-bg:#fef3c7;--yellow-text:#92400e;--red:#dc2626;--red-bg:#fee2e2;--red-text:#991b1b;--blue:#2563eb;--blue-bg:#eff6ff;--blue-text:#1d4ed8;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow-md:0 4px 12px #00000014;--r:10px;color:var(--text-1);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.5}body{background:var(--bg);min-height:100%}#root{flex-direction:column;width:100%;min-height:100dvh;display:flex}h1,h2,h3{color:var(--text-1);font-weight:700;line-height:1.25}p{color:var(--text-2)}@keyframes fadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.page{background:var(--bg);justify-content:center;align-items:center;min-height:100dvh;padding:1.5rem;display:flex}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);width:100%;max-width:400px;box-shadow:var(--shadow-sm);padding:2.25rem 2rem;animation:.35s both fadeUp}.title{color:var(--text-1);letter-spacing:-.02em;margin-bottom:.3rem;font-size:1.5rem;font-weight:800}.sub{color:var(--text-2);margin-bottom:1.6rem;font-size:.875rem}.form{flex-direction:column;display:flex}.field{flex-direction:column;margin-bottom:1rem;display:flex}.label{color:var(--text-1);letter-spacing:.01em;margin-bottom:.35rem;font-size:.8rem;font-weight:600}.input{border:1.5px solid var(--border);color:var(--text-1);background:#fafbfc;border-radius:8px;outline:none;padding:.6rem .85rem;font-family:inherit;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.input::placeholder{color:var(--text-3)}.input:focus{border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #4f46e51f}.row{color:var(--text-2);justify-content:space-between;align-items:center;margin-bottom:1.2rem;font-size:.8rem;display:flex}.remember{cursor:pointer;align-items:center;gap:.4rem;display:flex}.remember input[type=checkbox]{accent-color:var(--primary)}.btn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.65rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:opacity .15s,transform .1s}.btn:hover:not(:disabled){opacity:.88;transform:translateY(-1px)}.btn:active:not(:disabled){transform:none}.btn:disabled{opacity:.6;cursor:not-allowed}.link{color:var(--primary);font-weight:600;text-decoration:none}.link:hover{opacity:.8}.footer{text-align:center;color:var(--text-2);margin-top:1.25rem;font-size:.8rem}.error{background:var(--red-bg);color:var(--red-text);border:1px solid #fca5a5;border-radius:8px;margin-bottom:1rem;padding:.55rem .85rem;font-size:.82rem;font-weight:500}.success{text-align:center;color:var(--green-text);padding:1.5rem 0;font-weight:600}
