:root{--bg: #ffffff;--text: #000000;--primary: #249689;--accent: #83d2c9;--border: rgba(0, 0, 0, .12);--muted: rgba(0, 0, 0, .65);--shadow: 0 10px 30px rgba(0, 0, 0, .08)}*,*:before,*:after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}#root{height:100%}.page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(180deg,#83d2c92e,#2496890f)}.card{width:100%;max-width:460px;background:var(--bg);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);padding:22px 22px 18px}.header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.brand{display:inline-flex;align-items:center;gap:10px}.dot{width:12px;height:12px;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--accent))}.brandName{font-weight:800;letter-spacing:.2px}.badge{font-size:12px;font-weight:700;padding:6px 10px;border-radius:999px;border:1px solid var(--border);background:#83d2c938}.title{margin:0;font-size:22px;line-height:1.25}.body{margin-top:12px;font-size:15px;line-height:1.6;color:var(--muted)}.body p{margin:0 0 12px}.body p:last-child{margin-bottom:0}.muted{color:var(--muted)}.errorBox{color:#b91c1c;background:#b91c1c14;border:1px solid rgba(185,28,28,.22);border-radius:12px;padding:12px}.form{margin-top:10px;display:flex;flex-direction:column;gap:14px;color:var(--text)}.field{display:flex;flex-direction:column;gap:6px}.label{font-size:13px;font-weight:650;color:#000000c7}.inputWrap{position:relative;display:flex;align-items:center}.inputWrap input{width:100%;border:1.5px solid var(--border);border-radius:12px;padding:12px 70px 12px 12px;font-size:15px;color:var(--text);background:var(--bg);outline:none}.inputWrap input:focus{border-color:#249689a6;box-shadow:0 0 0 4px #24968929}.inputWrap--error input{border-color:#b91c1c8c;box-shadow:none}.toggle{position:absolute;right:10px;padding:6px 10px;border-radius:10px;border:1px solid var(--border);background:#83d2c91f;color:#000000c2;cursor:pointer;font-weight:650}.toggle:disabled{opacity:.6;cursor:not-allowed}.fieldError{font-size:12px;font-weight:600;color:#b91c1c;margin:0}.button{width:100%;border:none;border-radius:12px;padding:12px 14px;background:var(--primary);color:var(--bg);font-size:15px;font-weight:750;cursor:pointer}.button:disabled{opacity:.75;cursor:not-allowed}.hint{margin:0;font-size:12px;color:#0009}.footer{margin-top:18px;padding-top:14px;border-top:1px solid rgba(0,0,0,.08);font-size:12px;color:#0000008c}
