:root{
  --auth-teal:#063f49;
  --auth-teal-dark:#032e36;
  --auth-teal-soft:#eaf5f4;
  --auth-gold:#f6bd55;
  --auth-gold-dark:#d89a2b;
  --auth-ink:#062f38;
  --auth-muted:#617a80;
  --auth-line:#d7e6e8;
  --auth-white:#fff;
  --auth-danger:#b4233c;
  --auth-success:#16865d;
  --auth-shadow:0 28px 70px rgba(4,51,60,.18);
}
*{box-sizing:border-box}
body.auth-otp-body{margin:0;min-height:100vh;font-family:'Plus Jakarta Sans',system-ui,sans-serif;color:var(--auth-ink);background:linear-gradient(145deg,#f7fbfb 0%,#e8f3f2 52%,#dbeceb 100%);overflow-x:hidden}
a{text-decoration:none;color:inherit}
.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(360px,.9fr) minmax(520px,1.1fr);position:relative}
.auth-showcase{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:42px 54px;color:#fff;background:linear-gradient(155deg,rgba(3,46,54,.98),rgba(6,63,73,.92)),url('../images/hero-kashmir.svg') center/cover no-repeat;overflow:hidden}
.auth-showcase:before,.auth-showcase:after{content:"";position:absolute;border:1px solid rgba(246,189,85,.25);border-radius:50%}
.auth-showcase:before{width:420px;height:420px;left:-180px;bottom:-160px}
.auth-showcase:after{width:300px;height:300px;right:-120px;top:70px}
.auth-brand{display:inline-flex;align-items:center;gap:12px;position:relative;z-index:2;width:max-content}
.auth-brand-box{display:inline-flex;align-items:center;background:var(--auth-gold);color:var(--auth-ink);font-family:'Montserrat',sans-serif;font-size:1.55rem;font-weight:900;letter-spacing:.04em;padding:7px 10px;line-height:1}
.auth-brand-plane{width:39px;height:39px;color:#fff;display:grid;place-items:center}
.auth-brand-plane svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transform:rotate(-8deg)}
.auth-brand-era{font-family:'Montserrat',sans-serif;font-size:1.55rem;font-weight:900;color:var(--auth-gold);letter-spacing:.05em}
.auth-showcase-copy{position:relative;z-index:2;max-width:600px;margin:auto 0}
.auth-showcase-copy .auth-kicker{display:inline-block;color:var(--auth-gold);font-family:'Montserrat',sans-serif;font-weight:800;letter-spacing:.17em;text-transform:uppercase;font-size:.78rem;margin-bottom:20px}
.auth-showcase-copy h2{font-family:'Playfair Display',serif;font-size:clamp(2.6rem,4vw,4.8rem);line-height:1.02;margin:0 0 24px;max-width:620px}
.auth-showcase-copy p{font-size:1.05rem;line-height:1.8;color:#d6e7e9;max-width:540px}
.auth-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;position:relative;z-index:2}
.auth-benefit{border:1px solid rgba(255,255,255,.16);padding:15px;background:rgba(255,255,255,.07);backdrop-filter:blur(8px)}
.auth-benefit strong{display:block;color:#fff;font-size:.84rem;text-transform:uppercase;letter-spacing:.05em}
.auth-benefit small{display:block;color:#b9d0d4;margin-top:5px;line-height:1.45}
.auth-panel{display:flex;align-items:center;justify-content:center;padding:42px;position:relative}
.auth-panel:before{content:"";position:absolute;width:310px;height:310px;border:42px solid rgba(6,63,73,.045);border-radius:50%;right:-120px;top:-70px}
.auth-card{position:relative;z-index:2;width:min(100%,570px);background:#fff;border:1px solid rgba(6,63,73,.12);box-shadow:var(--auth-shadow);padding:38px 42px}
.auth-card-top{text-align:center;margin-bottom:26px}
.auth-mobile-brand{display:none;justify-content:center;margin-bottom:20px}
.auth-card h1{font-family:'Montserrat',sans-serif;text-transform:uppercase;font-size:2rem;line-height:1.1;margin:0;color:var(--auth-ink);letter-spacing:.025em}
.auth-card-subtitle{margin:10px auto 0;color:var(--auth-muted);line-height:1.65;max-width:420px}
.auth-progress{display:flex;align-items:center;justify-content:center;margin:24px 0 30px}
.auth-progress-step{display:flex;flex-direction:column;align-items:center;gap:7px;color:#8ca0a4;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.auth-progress-step b{width:34px;height:34px;display:grid;place-items:center;border:2px solid #d7e2e4;background:#fff;color:#71868b}
.auth-progress-step.active b,.auth-progress-step.done b{border-color:var(--auth-teal);background:var(--auth-teal);color:#fff}
.auth-progress-line{width:90px;height:2px;background:#d7e2e4;margin:0 10px 24px}
.auth-progress-line.active{background:var(--auth-gold)}
.auth-alert{display:flex;gap:10px;align-items:flex-start;padding:13px 15px;margin:0 0 18px;border-left:4px solid;font-size:.9rem;line-height:1.55}
.auth-alert.error{background:#fff2f4;color:#8f1d32;border-color:var(--auth-danger)}
.auth-alert.success{background:#ecfbf5;color:#126845;border-color:var(--auth-success)}
.auth-field{margin-bottom:16px}
.auth-field label,.auth-method-title{display:block;margin-bottom:8px;font-size:.78rem;font-family:'Montserrat',sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#3b5960}
.auth-input-wrap{display:flex;align-items:center;border:1.5px solid var(--auth-line);background:#f7fafb;min-height:55px;transition:.2s}
.auth-input-wrap:focus-within{border-color:var(--auth-teal);background:#fff;box-shadow:0 0 0 4px rgba(6,63,73,.08)}
.auth-prefix{display:flex;align-items:center;gap:7px;height:53px;padding:0 14px;border-right:1px solid var(--auth-line);font-weight:800;white-space:nowrap}
.auth-input-icon{width:48px;display:grid;place-items:center;color:#82979c}
.auth-input-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.auth-input-wrap input{width:100%;height:53px;border:0;outline:0;background:transparent;padding:0 14px;font:inherit;color:var(--auth-ink)}
.auth-input-wrap input::placeholder{color:#93a5a9}
.auth-password-toggle{border:0;background:transparent;color:#7f9499;cursor:pointer;padding:0 15px;font-weight:800}
.auth-methods{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:18px}
.auth-method{position:relative;display:flex;align-items:center;gap:12px;padding:13px;border:1.5px solid var(--auth-line);background:#f8fbfb;cursor:pointer;transition:.2s}
.auth-method:hover{transform:translateY(-2px);border-color:#abc9cd}
.auth-method.active{border-color:var(--auth-teal);background:var(--auth-teal-soft);box-shadow:inset 0 0 0 1px var(--auth-teal)}
.auth-method input{position:absolute;opacity:0}
.auth-method-icon{width:42px;height:42px;display:grid;place-items:center;background:#fff;border:1px solid var(--auth-line);color:var(--auth-teal)}
.auth-method-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.auth-method-copy b{display:block;font-family:'Montserrat',sans-serif;font-size:.84rem;text-transform:uppercase}
.auth-method-copy small{display:block;margin-top:3px;color:#72878c;font-size:.75rem}
.auth-primary-btn{width:100%;min-height:55px;border:0;background:linear-gradient(135deg,var(--auth-teal),#0b7580);color:#fff;font-family:'Montserrat',sans-serif;font-weight:900;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:.2s;box-shadow:0 14px 28px rgba(6,63,73,.2)}
.auth-primary-btn:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(6,63,73,.26)}
.auth-primary-btn.secondary{background:var(--auth-gold);color:var(--auth-ink)}
.auth-footer{text-align:center;margin-top:22px;color:#688086;font-size:.88rem}
.auth-footer a{color:var(--auth-teal);font-weight:800}
.auth-legal{font-size:.72rem;line-height:1.6;color:#87999d;margin-top:10px}
.auth-verified-mobile{display:flex;align-items:center;justify-content:space-between;padding:14px;border:1px solid #b8d8d3;background:#edf9f6;margin-bottom:18px}
.auth-verified-mobile strong{color:var(--auth-teal);font-size:1rem}
.auth-verified-mobile span{font-size:.72rem;font-family:'Montserrat',sans-serif;font-weight:900;text-transform:uppercase;color:var(--auth-success)}
.auth-change-mobile{border:0;background:none;color:var(--auth-danger);font-weight:800;cursor:pointer;padding:0}

.auth-otp-overlay,.auth-success-overlay{position:fixed;inset:0;z-index:9999;background:rgba(3,31,37,.72);backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;padding:18px}
.auth-otp-overlay.show,.auth-success-overlay.show{display:flex}
.auth-otp-modal,.auth-success-card{width:min(100%,480px);background:#fff;border-top:5px solid var(--auth-gold);box-shadow:0 34px 90px rgba(0,0,0,.3);padding:30px;position:relative;text-align:center}
.auth-modal-close{position:absolute;right:14px;top:14px;width:38px;height:38px;border:1px solid var(--auth-line);background:#f4f8f8;color:var(--auth-ink);font-size:1.3rem;cursor:pointer;display:grid;place-items:center}
.auth-otp-icon,.auth-success-icon{width:68px;height:68px;margin:0 auto 17px;display:grid;place-items:center;background:var(--auth-teal-soft);color:var(--auth-teal);border:1px solid #cce2e3}
.auth-otp-icon svg,.auth-success-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.auth-otp-modal h3,.auth-success-card h2{font-family:'Montserrat',sans-serif;text-transform:uppercase;margin:0;font-size:1.5rem}
.auth-otp-modal p,.auth-success-card p{color:var(--auth-muted);line-height:1.6;margin:9px 0 19px}
.auth-otp-digits{display:flex;justify-content:center;gap:8px;margin:22px 0}
.auth-otp-digit{width:54px;height:60px;border:1.5px solid var(--auth-line);background:#f8fbfb;text-align:center;font-size:1.4rem;font-weight:900;color:var(--auth-ink);outline:0}
.auth-otp-digit:focus{border-color:var(--auth-teal);box-shadow:0 0 0 4px rgba(6,63,73,.08);background:#fff}
.auth-resend{margin-top:14px;font-size:.82rem;color:#71868b}
.auth-resend button{border:0;background:none;color:var(--auth-teal);font-weight:900;cursor:pointer}
.auth-resend button:disabled{color:#9aabaf;cursor:not-allowed}
.auth-success-card{border-top-color:var(--auth-success)}
.auth-success-icon{background:#e9faf3;color:var(--auth-success);border-color:#bce7d3}
.auth-success-progress{height:5px;background:#e5efef;overflow:hidden;margin-top:18px}
.auth-success-progress span{display:block;height:100%;background:var(--auth-success);animation:authProgress 3s linear forwards}
@keyframes authProgress{from{width:0}to{width:100%}}
.auth-back-link{position:absolute;left:28px;top:24px;z-index:3;color:#fff;font-family:'Montserrat',sans-serif;font-size:.76rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}

@media(max-width:980px){
  .auth-shell{grid-template-columns:1fr}
  .auth-showcase{display:none}
  .auth-panel{min-height:100vh;padding:28px 20px}
  .auth-mobile-brand{display:flex}
  .auth-card{padding:32px 28px}
}
@media(max-width:560px){
  .auth-panel{padding:14px;background:linear-gradient(150deg,var(--auth-teal-dark) 0 150px,#eaf4f3 150px)}
  .auth-card{padding:27px 20px;margin-top:74px}
  .auth-card h1{font-size:1.65rem}
  .auth-methods{grid-template-columns:1fr}
  .auth-method{padding:11px 12px}
  .auth-otp-modal,.auth-success-card{padding:26px 17px}
  .auth-otp-digits{gap:5px}
  .auth-otp-digit{width:43px;height:54px;font-size:1.2rem}
  .auth-progress-line{width:55px}
  .auth-brand-box,.auth-brand-era{font-size:1.2rem}
  .auth-brand-plane{width:31px;height:31px}.auth-brand-plane svg{width:29px;height:29px}
}
@media(max-width:380px){.auth-otp-digit{width:39px;height:50px}.auth-card{padding-inline:16px}}
