.ds-totp-card{margin-top:28px;padding:26px;border-radius:12px;background:#181818;border:1px solid rgba(255,255,255,.06);color:#eee}.ds-totp-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.ds-totp-kicker{font-size:11px;letter-spacing:1.4px;color:#f98f1d}.ds-totp-head h3{margin:5px 0 8px;font-size:22px}.ds-totp-head p,.ds-totp-step p,.ds-totp-enabled p{margin:0;color:#a9a9a9;line-height:1.55}.ds-totp-status{padding:6px 11px;border-radius:20px;font-size:12px}.ds-totp-status.on{background:rgba(38,180,92,.14);color:#55d88b}.ds-totp-status.off{background:rgba(255,255,255,.07);color:#aaa}.ds-totp-step{display:flex;gap:15px;margin-top:24px;padding:18px;border-radius:10px;background:#202020}.ds-totp-step-no{width:30px;height:30px;border-radius:50%;background:#f98f1d;color:#111;display:flex;align-items:center;justify-content:center;font-weight:700;flex:none}.ds-totp-step strong,.ds-totp-enabled strong{display:block;margin-bottom:7px}.ds-totp-step button{margin-top:15px}.ds-totp-setup{margin-top:18px}.ds-totp-setup-grid{display:grid;grid-template-columns:190px 1fr;gap:28px;align-items:center;padding:22px;background:#202020;border-radius:10px}.ds-totp-qrcode{width:180px;height:180px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;overflow:hidden}.ds-totp-qrcode img{max-width:100%;height:auto}.ds-totp-secret{font-family:monospace;letter-spacing:1.5px;background:#101010;border:1px solid #333;padding:12px;border-radius:7px;margin:7px 0 10px;word-break:break-all}.ds-totp-code{max-width:260px!important;text-align:center;letter-spacing:5px;font-size:20px;margin:12px 0}.ds-totp-small{font-size:12px!important}.ds-totp-enabled{margin-top:24px;padding:18px;background:#202020;border-radius:10px}.ds-totp-actions{display:flex;gap:10px;margin-top:16px;flex-wrap:wrap}.ds-totp-backup-count{margin-top:14px;color:#aaa}.ds-totp-alert{margin-top:15px}.ds-totp-backup{position:fixed;z-index:99999;left:50%;top:50%;transform:translate(-50%,-50%);width:min(520px,calc(100% - 30px));background:#181818;border:1px solid #333;border-radius:12px;padding:24px;box-shadow:0 20px 80px rgba(0,0,0,.7);color:#eee}.ds-totp-code-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:18px 0}.ds-totp-code-grid code{background:#101010;padding:10px;border-radius:6px;color:#f7a044;font-size:15px;text-align:center}.ds-totp-login{max-width:480px;margin:70px auto;padding:32px;background:#181818;border-radius:14px;border:1px solid rgba(255,255,255,.08);text-align:center;color:#eee}.ds-totp-login-icon{width:54px;height:54px;border-radius:50%;background:#f98f1d;color:#111;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;font-size:26px;font-weight:800}.ds-totp-login h4{font-size:24px;margin-bottom:10px}.ds-totp-login p,.ds-totp-help{color:#aaa;line-height:1.5}.ds-totp-login .ds-totp-code{max-width:none!important;width:100%;margin:20px 0}.ds-totp-trust{display:block;text-align:left;color:#aaa;margin:4px 0 20px}.ds-totp-trust input{margin-right:7px}.ds-totp-login button{width:100%}.ds-totp-qr-fallback{padding:14px;text-align:center;color:#333;font-size:12px}.ds-totp-login .ds-totp-alert{text-align:left}.ds-totp-help{font-size:12px;margin-top:15px}@media(max-width:700px){.ds-totp-setup-grid{grid-template-columns:1fr}.ds-totp-qrcode{margin:auto}.ds-totp-head{flex-direction:column}.ds-totp-card{padding:18px}}
/* v1.8: DeepSound AJAX-safe placement */
.ds-totp-card{width:100%;box-sizing:border-box;}
.ds-totp-native-injected{width:100%;}

/* v1.14: improve login verification button hit area and visual hierarchy */
.ds-totp-login #ds-totp-login-submit{
  display:block;
  width:100%;
  min-height:50px;
  padding:13px 20px;
  margin-top:8px;
  border:1px solid rgba(249,143,29,.65);
  border-radius:9px;
  background:#f98f1d;
  color:#111;
  font-size:15px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.15px;
  text-align:center;
  box-sizing:border-box;
  cursor:pointer;
  transition:background-color .15s ease, transform .1s ease, box-shadow .15s ease, opacity .15s ease;
}
.ds-totp-login #ds-totp-login-submit:hover{
  background:#ff9f32;
  box-shadow:0 7px 20px rgba(249,143,29,.22);
}
.ds-totp-login #ds-totp-login-submit:active{
  transform:translateY(1px);
  box-shadow:none;
}
.ds-totp-login #ds-totp-login-submit:disabled{
  opacity:.65;
  cursor:wait;
  box-shadow:none;
}
