.sf-hidden{display:none!important}
:root{--bg:#f6f7f9;--card:#ffffff;--ink:#1f2937;--muted:#6b7280;--soft:#e5e7eb;--soft-2:#d1d5db;--brand:#00625F;--brand-2:#008480;--danger:#B42318;--success:#1A7F37;--radius:12px;--radius-lg:16px;--shadow-sm:0 2px 6px rgba(0,0,0,.06);--shadow-md:0 8px 24px rgba(0,0,0,.10)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,"Helvetica Neue",sans-serif;color:var(--ink);background:var(--bg);min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,rgba(0,98,95,.95),rgba(0,132,128,.95));padding:16px 24px;display:flex;justify-content:space-between;align-items:center;color:#fff;position:sticky;top:0;z-index:10;box-shadow:var(--shadow-sm)}.logo img{height:48px;filter:brightness(0) invert(1)}.menu-toggle{width:32px;height:22px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer}.menu-toggle span{height:2.5px;background:#fff;border-radius:2px}.form-input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(0,98,95,.12)}.form-input:focus~.form-label{top:6px;transform:scale(.86);transform-origin:left top;color:var(--brand)}.form-input::placeholder{opacity:0}.submit-button:hover{filter:brightness(.96);transform:translateY(-1px)}.submit-button:focus-visible{outline:3px solid #9EE5E3;outline-offset:2px}.footer{background:#0c0f12;color:#e5e7eb;margin-top:auto;border-top:1px solid rgba(255,255,255,.06)}.footer-inner{max-width:1100px;margin:0 auto;padding:28px 16px;display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}.footer-brand{display:flex;align-items:center;gap:12px}.brand-dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--brand),var(--brand-2));box-shadow:0 0 0 4px rgba(0,98,95,.15)}.brand-text{font-weight:700;color:#fff}.footer-links{display:flex;flex-wrap:wrap;gap:14px 18px;justify-content:flex-end}.footer-links a{color:#cbd5e1;text-decoration:none;font-weight:600;font-size:14px;padding:6px 8px;border-radius:8px;transition:.18s}.footer-links a:hover{color:#fff;background:rgba(255,255,255,.06)}.footer-divider{height:1px;background:linear-gradient(90deg,rgba(255,255,255,.06),rgba(0,0,0,0),rgba(255,255,255,.06))}.footer-bottom{max-width:1100px;margin:0 auto;padding:14px 16px 22px;display:flex;gap:12px;align-items:center;justify-content:space-between}.copyright{color:#9ca3af;font-size:13px;margin:0}.social-icons{display:flex;gap:10px}.social-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#12161b;border:1px solid rgba(255,255,255,.06);color:#e5e7eb;text-decoration:none;font-weight:800;transition:.16s}.social-icon:hover{transform:translateY(-2px);background:linear-gradient(135deg,var(--brand),var(--brand-2));border-color:transparent;color:#fff}
.app-content,.left-content,.login-input-content{display:flex;justify-content:center;align-items:center}.sms-wrapper{max-width:460px;margin:0 auto;font-family:"Rubik",sans-serif;text-align:center;padding:20px 16px;box-sizing:border-box}.sms-icon{background:#fff3f1;width:60px;height:60px;margin:0 auto 16px auto;display:flex;align-items:center;justify-content:center;border-radius:16px}.sms-title{font-size:20px;font-weight:600;margin-bottom:8px;color:#111}.sms-subtext{font-size:15px;color:#444;margin-bottom:24px;line-height:1.5}.sms-form{display:flex;flex-direction:column;align-items:center}.sms-code-inputs{display:flex;gap:8px;justify-content:center;margin-bottom:16px;flex-wrap:nowrap;overflow-x:auto;max-width:100%}.sms-code-inputs input{width:42px;height:50px;text-align:center;font-size:18px;border:2px solid #008480;border-radius:12px;outline:none;font-weight:500}.sms-expire{font-size:14px;color:#888;margin-bottom:10px}.sms-resent{font-size:14px;color:#008480;margin-bottom:24px}.sms-resent a{color:#008480;text-decoration:underline}.custom-gradient-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 36px;background:linear-gradient(90deg,#008480 0%,#008480 100%);color:white;font-family:"Rubik",sans-serif;font-weight:500;font-size:15px;line-height:25px;border:none;border-radius:57px;text-decoration:none;text-transform:uppercase;cursor:pointer;transition:opacity 0.3s ease;box-shadow:0 4px 8px rgba(0,0,0,0.12)}.custom-gradient-button:hover{opacity:0.9}@media (max-width:480px){.sms-code-inputs{gap:6px}.sms-code-inputs input{width:38px;height:48px}.custom-gradient-button{width:100%;padding:12px}}

                            .error-box {
                                display: flex;
                                align-items: center;
                                background-color: #f8d7da;
                                color: #721c24;
                                border: 1px solid #f5c6cb;
                                padding: 10px;
                                border-radius: 5px;
                            }
                            .error-icon {
                                margin-right: 10px;
                                font-size: 20px;
                            }