.topbar,.legal-footer,.footer-note{display:none!important}
.page-shell{padding-bottom:0!important}
body{
  background:
    radial-gradient(circle at 92% 0,rgba(23,179,159,.13),transparent 29%),
    radial-gradient(circle at 5% 8%,rgba(36,59,107,.09),transparent 25%),
    linear-gradient(180deg,#fbfcfe 0%,#f3f7fb 100%);
}
main.container{width:min(100%,480px)!important;margin:0 auto;padding:18px 14px 34px}
.message-stack{width:100%;margin:0 0 12px}
.auth-page{display:grid;gap:14px}
.auth-top{display:grid;gap:9px;justify-items:center;text-align:center;position:relative;padding-top:2px;min-height:52px}
.auth-back{position:absolute;top:0;left:0;width:52px;height:52px;border-radius:18px;border:1px solid rgba(209,219,230,.9);background:rgba(255,255,255,.96);box-shadow:0 12px 26px rgba(15,23,42,.08);display:inline-flex;align-items:center;justify-content:center;color:var(--secondary)}
.auth-back svg,.auth-icon svg,.auth-method-icon svg,.auth-access-badge svg,.auth-field-icon svg,.auth-toggle-password svg,.auth-status-icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.auth-logo{width:118px;max-width:36vw;height:auto;display:block;margin:2px auto 0;filter:drop-shadow(0 10px 18px rgba(15,23,42,.04))}
.auth-title{margin:0;color:var(--secondary);font-size:1.34rem;line-height:1.35;font-weight:900;letter-spacing:-.02em;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:18px;background:rgba(255,255,255,.78);border:1px solid rgba(220,228,238,.82);box-shadow:0 10px 22px rgba(15,23,42,.04)}
.auth-panel,.auth-access-card,.auth-secondary-card,.auth-status-card{background:rgba(255,255,255,.97);border:1px solid rgba(228,235,242,.96);border-radius:28px;box-shadow:0 18px 42px rgba(15,23,42,.08)}
.auth-panel{padding:20px}
.auth-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:15px}
.auth-panel-title{margin:0 0 6px;color:var(--secondary);font-size:1.1rem;font-weight:900}
.auth-panel-copy{margin:0;color:#738095;font-size:.93rem;line-height:1.9}
.auth-method-icon{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;background:#eefaf5;color:var(--primary-strong);flex:0 0 auto}
.auth-form{display:grid;gap:14px}
.auth-field{display:grid;gap:8px}
.auth-label{font-size:.9rem;font-weight:900;color:var(--secondary);text-align:right}
.auth-field-shell{min-height:62px;border-radius:20px;border:1.5px solid #d7e2ec;background:linear-gradient(145deg,#fff 0%,#fbfdfd 100%);display:flex;align-items:center;gap:10px;padding:0 14px;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.auth-field-shell:focus-within{box-shadow:0 0 0 4px rgba(23,179,159,.12);border-color:#17B39F}
.auth-field-shell.is-phone{border:2px solid rgba(31,180,156,.72)}
.auth-field-shell input,.auth-input{flex:1 1 auto;min-width:0;width:100%;border:0!important;background:transparent!important;box-shadow:none!important;outline:0!important;min-height:56px;padding:0!important;color:#3f4c60;font-size:1rem}
.auth-field-shell input::placeholder,.auth-input::placeholder{color:#a3adbc;opacity:1}
.auth-field-icon{width:28px;height:28px;color:#17B39F;flex:0 0 auto;display:grid;place-items:center}
.auth-field-divider{width:1px;align-self:stretch;background:rgba(201,209,221,.9);margin-block:12px}
.auth-country-prefix{display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;color:var(--secondary);font-weight:800;direction:ltr}
.auth-country-flag{width:26px;height:26px;border-radius:50%;background:linear-gradient(180deg,#239f5f 0 33%,#fff 33% 66%,#d94141 66% 100%);border:1px solid rgba(15,23,42,.08);box-shadow:0 3px 8px rgba(15,23,42,.12);position:relative;overflow:hidden}
.auth-country-flag:after{content:'';position:absolute;inset:0;margin:auto;width:4px;height:4px;border-radius:50%;background:rgba(200,50,50,.8);top:11px}
.auth-country-arrow{width:9px;height:9px;border-right:2px solid #7a8598;border-bottom:2px solid #7a8598;transform:rotate(45deg) translateY(-1px)}
.auth-toggle-password{border:0;background:transparent;color:#718096;width:38px;height:38px;border-radius:12px;display:grid;place-items:center;flex:0 0 auto}
.auth-toggle-password:active{background:#edf5f5}
.auth-submit{min-height:58px;border:0;border-radius:20px;background:linear-gradient(90deg,#2ed1c6 0%,#0ea5a0 100%);color:#fff;font-size:1.13rem;font-weight:900;box-shadow:0 16px 30px rgba(14,165,160,.20);padding:0 18px;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}
.auth-submit:active{transform:translateY(1px)}
.auth-submit:disabled{opacity:.72}
.auth-submit.secondary{background:linear-gradient(135deg,#2d4779,#243b6b);box-shadow:0 14px 28px rgba(36,59,107,.18)}
.auth-inline-link{color:var(--primary-strong);font-weight:900;font-size:.9rem}
.auth-form-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:-2px}
.auth-helper{font-size:.8rem;color:#7a8699;line-height:1.8;margin:0}
.auth-errors,.auth-errors .errorlist{margin:0;padding:0;list-style:none}
.auth-error-box{border-radius:17px;background:#fff8ee;border:1px solid rgba(231,178,82,.45);color:#a46100;padding:11px 13px;font-size:.86rem;line-height:1.85}
.auth-separator{display:flex;align-items:center;gap:12px;color:#99a4b4;font-size:.78rem;font-weight:800;margin:2px 0}
.auth-separator:before,.auth-separator:after{content:'';height:1px;flex:1;background:linear-gradient(90deg,transparent,#dce5ed)}
.auth-separator:after{background:linear-gradient(90deg,#dce5ed,transparent)}
.auth-secondary-card{display:flex;align-items:center;gap:13px;padding:15px 16px;box-shadow:0 12px 30px rgba(15,23,42,.05);position:relative;overflow:hidden;color:inherit}
.auth-secondary-card:after{content:'';position:absolute;width:92px;height:92px;border-radius:50%;background:rgba(36,59,107,.045);left:-30px;bottom:-45px}
.auth-secondary-card:hover{border-color:rgba(36,59,107,.22)}
.auth-secondary-icon{width:48px;height:48px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(145deg,#eef2fb,#e7f8f5);color:var(--secondary);flex:0 0 auto;position:relative;z-index:1}
.auth-secondary-copy{flex:1 1 auto;display:grid;gap:3px;position:relative;z-index:1}
.auth-secondary-copy strong{color:var(--secondary);font-size:.98rem;font-weight:900}
.auth-secondary-copy span{color:#7b8799;font-size:.8rem;line-height:1.7}
.auth-secondary-badge{display:inline-flex;align-items:center;min-height:27px;padding:0 9px;border-radius:999px;background:#edf8f5;color:var(--primary-strong);font-size:.69rem;font-weight:900;width:max-content;margin-top:3px}
.auth-secondary-arrow{width:10px;height:10px;border-left:2px solid #53627a;border-bottom:2px solid #53627a;transform:rotate(45deg);flex:0 0 auto;position:relative;z-index:1}
.auth-access-title{padding:0 4px 9px;margin:0;color:var(--secondary);font-size:1.16rem;font-weight:900}
.auth-access-card{overflow:hidden;box-shadow:0 14px 34px rgba(15,23,42,.05)}
.auth-access-item{display:flex;align-items:center;gap:10px;padding:13px 16px;min-height:62px}
.auth-access-item+.auth-access-item{border-top:1px solid rgba(228,235,242,.92)}
.auth-access-arrow{width:9px;height:9px;border-left:2px solid #52607a;border-bottom:2px solid #52607a;transform:rotate(45deg);flex:0 0 auto;opacity:.9}
.auth-access-copy{flex:1 1 auto;color:#334155;font-size:.91rem;font-weight:700}
.auth-access-badge{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;background:#eefaf5;color:var(--primary-strong);flex:0 0 auto}
.auth-route-note{display:flex;align-items:flex-start;gap:10px;border-radius:18px;padding:12px 13px;background:#f2f7fb;border:1px solid #e0e8f0;color:#607087;font-size:.82rem;line-height:1.8}
.auth-route-note strong{color:var(--secondary)}
.auth-route-note .auth-icon{width:32px;height:32px;border-radius:11px;background:#fff;color:var(--secondary);display:grid;place-items:center;flex:0 0 auto}
.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:6px;border-radius:19px;background:#eef2f6;border:1px solid #e0e7ef;margin-bottom:15px}
.auth-tab{min-height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#718096;font-size:.9rem;font-weight:900}
.auth-tab.active{background:#fff;color:var(--secondary);box-shadow:0 7px 18px rgba(15,23,42,.08)}
.auth-terms{text-align:center;color:#8a95a6;font-size:.74rem;line-height:1.8;margin:0}
.auth-terms a{color:var(--primary-strong);font-weight:800}
.auth-status-card{padding:24px 20px;text-align:center;display:grid;justify-items:center;gap:13px}
.auth-status-icon{width:72px;height:72px;border-radius:25px;display:grid;place-items:center;background:linear-gradient(145deg,#e8f8f4,#eaf0fb);color:var(--primary-strong);box-shadow:0 14px 30px rgba(23,179,159,.11)}
.auth-status-icon.warning{background:#fff5e7;color:#b86d00;box-shadow:none}
.auth-status-icon.success{background:#e8f8f1;color:#0b956d}
.auth-status-title{margin:0;color:var(--secondary);font-size:1.25rem;font-weight:900}
.auth-status-copy{margin:0;color:#748096;font-size:.9rem;line-height:1.95;max-width:370px}
.auth-email-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 13px;border-radius:999px;background:#f0f5fa;border:1px solid #dfe8f0;color:var(--secondary);font-size:.82rem;font-weight:900;direction:ltr}
.auth-status-actions{width:100%;display:grid;gap:10px;margin-top:3px}
.auth-outline-btn{min-height:53px;border-radius:18px;border:1px solid rgba(36,59,107,.18);background:#fff;color:var(--secondary);font-size:.95rem;font-weight:900;display:flex;align-items:center;justify-content:center;padding:0 14px}
.auth-danger-note{border-radius:18px;background:#fff8ee;border:1px solid rgba(231,178,82,.42);color:#9a5c00;padding:12px 13px;font-size:.84rem;line-height:1.85;text-align:right;width:100%}
.auth-mini-links{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;color:#8a95a5;font-size:.8rem}
.auth-mini-links a{color:var(--primary-strong);font-weight:900}
.auth-verify-chip{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 12px;border-radius:999px;background:#f0f5fa;border:1px solid #dfe8f0;color:var(--secondary);font-size:.82rem;font-weight:900;direction:ltr}
.auth-resend-card{display:grid;gap:12px;border-radius:22px;border:1px solid rgba(228,235,242,.92);background:#fafbfd;padding:15px}
.auth-resend-row{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}
.auth-resend-button{min-width:160px;min-height:50px;border-radius:17px;border:1px solid rgba(220,226,236,.95);background:#fff;color:var(--secondary);font-size:.94rem;font-weight:900}
.auth-resend-button:disabled{background:#eff2f6;color:#afb7c4}
.auth-resend-timer{display:flex;align-items:center;gap:8px;color:var(--secondary);font-size:.86rem;font-weight:700}
@media (max-width:390px){
  main.container{padding-inline:12px}.auth-panel,.auth-access-card,.auth-secondary-card,.auth-status-card{border-radius:24px}.auth-panel{padding:18px}.auth-logo{width:106px}.auth-title{font-size:1.2rem;min-height:40px}.auth-access-copy{font-size:.88rem}.auth-secondary-card{padding:14px}.auth-resend-row{grid-template-columns:1fr}.auth-resend-button{min-width:0;width:100%}
}
