/* ===== 主题配色:浅色为默认,深色通过 <html data-theme="dark"> 覆盖 ===== */
:root{
  --bg:#eef2f1; --panel:#ffffff; --panel-2:#f4f7f6; --border:#dbe3e0;
  --text:#17262210; --text:#182722; --muted:#66756f; --brand:#0f5c4d;
  --brand-hover:#0c4a3e; --brand-soft:#e3efec; --danger:#c0392b;
  --danger-soft:#fdecea; --warn:#b7791f; --ok:#2e7d5b;
  --member:#8a6216; --member-hover:#72500f; --member-soft:#fff5d8; --member-line:#ead49a;
  --shadow:0 1px 3px rgba(0,0,0,.08),0 6px 20px rgba(0,0,0,.06);
  --radius:12px; --radius-sm:8px;
}
html[data-theme="dark"]{
  --bg:#0f1a17; --panel:#16241f; --panel-2:#1b2c26; --border:#2a3e37;
  --text:#e7efec; --muted:#9db0a9; --brand:#2fa98d; --brand-hover:#3cc2a3;
  --brand-soft:#173a32; --danger:#e07b6f; --danger-soft:#3a1f1c;
  --warn:#e0b055; --ok:#5fc79f;
  --member:#e4b754; --member-hover:#f0c66a; --member-soft:#332c1c; --member-line:#5a4a28;
  --shadow:0 1px 3px rgba(0,0,0,.4),0 8px 24px rgba(0,0,0,.35);
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0; background:var(--bg); color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei","PingFang SC",sans-serif;
  font-size:14px; line-height:1.5; -webkit-font-smoothing:antialiased;
}
h1,h2,h3,h4,p{margin:0}
button{font-family:inherit; font-size:inherit; cursor:pointer}
input,select,textarea{font-family:inherit; font-size:inherit}
.hidden{display:none !important}
.accounts-paused .account-ui{display:none !important}
.membership-paused .membership-ui{display:none !important}
.startup-fallback{
  min-height:100vh; display:flex; align-items:center; justify-content:center;
  padding:24px; background:var(--bg); color:var(--text);
}
.startup-fallback-card{
  width:min(100%,420px); padding:28px 24px; text-align:center;
  border:1px solid var(--border); border-radius:var(--radius); background:var(--panel);
  box-shadow:var(--shadow);
}
.startup-fallback-icon{display:block; margin-bottom:10px; font-size:30px}
.startup-fallback-card strong{display:block; font-size:20px}
.startup-fallback-card p{margin-top:8px; color:var(--muted)}
.noscript-fallback{
  position:fixed; inset:16px; z-index:10000; display:flex; align-items:center; justify-content:center;
  padding:24px; border:1px solid var(--danger); border-radius:var(--radius);
  background:var(--danger-soft); color:var(--danger); text-align:center;
}
.free-mode-pill{
  display:none; align-items:center; min-height:32px; padding:5px 11px;
  border:1px solid var(--member-line); border-radius:999px;
  background:var(--member-soft); color:var(--member); font-weight:700; white-space:nowrap;
}
.membership-paused .free-mode-pill{display:inline-flex}
/* ===== 通用按钮 ===== */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:6px;
  border:1px solid var(--border); background:var(--panel); color:var(--text);
  padding:9px 14px; border-radius:var(--radius-sm); transition:.15s; white-space:nowrap;
}
.btn:hover{border-color:var(--brand); color:var(--brand)}
.btn:focus-visible{outline:2px solid var(--brand); outline-offset:2px}
.btn.primary{background:var(--brand); border-color:var(--brand); color:#fff}
.btn.primary:hover{background:var(--brand-hover); border-color:var(--brand-hover); color:#fff}
.btn.danger{color:var(--danger); border-color:var(--danger)}
.btn.danger:hover{background:var(--danger); color:#fff}
.btn.ghost{border-color:transparent; background:transparent}
.btn.ghost:hover{background:var(--panel-2); color:var(--brand)}
.btn.sm{padding:5px 9px; font-size:13px}
.btn:disabled{opacity:.5; cursor:not-allowed}
.icon-btn{
  display:inline-flex; align-items:center; justify-content:center;
  width:32px; height:32px; padding:0; border-radius:var(--radius-sm);
  border:1px solid transparent; background:transparent; color:var(--muted);
}
.icon-btn:hover{background:var(--panel-2); color:var(--brand)}
.icon-btn svg{width:18px; height:18px}
/* ===== 输入控件 ===== */
label.field{display:block; margin-bottom:12px}
label.field>span{display:block; margin-bottom:5px; color:var(--muted); font-size:13px}
input[type=text],input[type=password],input[type=number],input[type=search],select,textarea{
  width:100%; padding:9px 11px; border:1px solid var(--border);
  border-radius:var(--radius-sm); background:var(--panel); color:var(--text); transition:.15s;
}
input:focus,select:focus,textarea:focus{outline:none; border-color:var(--brand); box-shadow:0 0 0 3px var(--brand-soft)}
textarea{resize:vertical; min-height:64px}
.muted{color:var(--muted)}
.warn-text{color:var(--warn)}
.danger-text{color:var(--danger)}
.center{text-align:center}
/* ===== 全屏门禁界面(设置/解锁)===== */
.gate{min-height:100%; display:flex; align-items:center; justify-content:center; padding:24px}
.gate-card{
  width:100%; max-width:460px; background:var(--panel); border:1px solid var(--border);
  border-radius:var(--radius); box-shadow:var(--shadow); padding:32px 28px;
}
.gate-logo{display:flex; justify-content:center; margin-bottom:14px; color:var(--brand)}
.gate-logo svg{width:52px; height:52px}
.gate-context-badge{
  display:block; width:fit-content; margin:0 auto 10px; padding:5px 9px;
  border:1px solid var(--border); border-radius:999px; background:var(--panel-2);
  color:var(--muted); font-size:11px; font-weight:700; letter-spacing:.02em;
}
.gate-card h1{font-size:22px; text-align:center; margin-bottom:6px}
.gate-sub{text-align:center; color:var(--muted); margin-bottom:22px; font-size:13px}
.gate-account-choice{
  margin:0 0 17px; padding:14px; border:1px solid var(--member-line); border-radius:var(--radius-sm);
  background:var(--member-soft); color:var(--text);
}
.gate-account-choice strong{display:block; color:var(--member); font-size:14px}
.gate-account-choice p{margin:5px 0 12px; color:var(--muted); font-size:12px; line-height:1.65}
.gate-account-login{width:100%; border-color:var(--member-line); background:var(--panel); color:var(--member); font-weight:700}
.gate-account-login:hover{border-color:var(--member); color:var(--member)}
.gate-choice-divider{display:flex; align-items:center; gap:10px; margin:1px 0 15px; color:var(--muted); font-size:11px}
.gate-choice-divider::before,.gate-choice-divider::after{content:""; flex:1; height:1px; background:var(--border)}
.gate-note{margin:-10px 0 18px; padding:10px 12px; border:1px solid var(--line); border-radius:10px; background:var(--bg); color:var(--muted); font-size:12px; line-height:1.65}
.gate-note strong{color:var(--text)}
.gate-card .field{margin-bottom:16px}
.warn-box{
  background:var(--danger-soft); border:1px solid var(--danger); color:var(--danger);
  border-radius:var(--radius-sm); padding:11px 13px; font-size:13px; margin:6px 0 18px; line-height:1.55;
}
.strength{height:6px; border-radius:4px; background:var(--panel-2); overflow:hidden; margin-top:6px}
.strength>i{display:block; height:100%; width:0; transition:.25s; border-radius:4px}
.strength-label{font-size:12px; margin-top:4px}
.gate-msg{font-size:13px; min-height:18px; margin-top:4px}
.gate-links{margin-top:18px; text-align:center; font-size:13px; display:flex; flex-direction:column; gap:8px}
.linkbtn{background:none; border:none; color:var(--brand); text-decoration:underline; padding:2px; cursor:pointer}
.linkbtn.danger{color:var(--danger)}
/* ===== 主应用布局 ===== */
.app{display:flex; flex-direction:column; height:100%}
.topbar{
  display:flex; align-items:center; gap:12px; padding:10px 16px;
  background:var(--panel); border-bottom:1px solid var(--border); flex-wrap:wrap;
}
.brand{display:flex; align-items:center; gap:8px; font-weight:600; color:var(--brand); font-size:16px}
.brand svg{width:22px; height:22px}
.topbar .search{flex:1; min-width:160px; position:relative}
.topbar .search input{padding-left:34px}
.topbar .search svg{position:absolute; left:10px; top:50%; transform:translateY(-50%); width:16px; height:16px; color:var(--muted)}
.top-actions{display:flex; align-items:center; gap:6px; flex-wrap:wrap}
.body{display:flex; flex:1; min-height:0}
.sidebar{
  width:220px; border-right:1px solid var(--border); background:var(--panel);
  padding:12px; overflow-y:auto; flex-shrink:0;
}
.side-title{font-size:12px; color:var(--muted); text-transform:uppercase; letter-spacing:.5px; margin:4px 6px 8px}
.cat-item{
  display:flex; align-items:center; justify-content:space-between; gap:8px;
  padding:8px 10px; border-radius:var(--radius-sm); cursor:pointer; margin-bottom:2px; transition:.12s;
}
.cat-item:hover{background:var(--panel-2)}
.cat-item.active{background:var(--brand-soft); color:var(--brand); font-weight:600}
.cat-item .count{font-size:12px; color:var(--muted); background:var(--panel-2); padding:1px 7px; border-radius:10px}
.cat-item.active .count{background:var(--panel); color:var(--brand)}
.main{flex:1; overflow-y:auto; padding:16px 20px; min-width:0}
.list-head{display:flex; align-items:center; justify-content:space-between; margin-bottom:12px; gap:10px; flex-wrap:wrap}
.list-head h2{font-size:16px}
/* ===== 条目卡片 ===== */
.entry{
  background:var(--panel); border:1px solid var(--border); border-radius:var(--radius);
  margin-bottom:10px; overflow:hidden; transition:.12s;
}
.entry:hover{border-color:var(--brand)}
.entry-head{display:flex; align-items:center; gap:12px; padding:12px 14px; cursor:pointer}
.entry-ico{
  width:38px; height:38px; flex-shrink:0; border-radius:9px; background:var(--brand-soft); color:var(--brand);
  display:flex; align-items:center; justify-content:center; font-weight:600; font-size:16px; text-transform:uppercase;
}
.entry-main{flex:1; min-width:0}
.entry-title{font-weight:600; display:flex; align-items:center; gap:8px; flex-wrap:wrap}
.tag{font-size:11px; padding:1px 8px; border-radius:10px; background:var(--panel-2); color:var(--muted); font-weight:400}
.entry-sub{color:var(--muted); font-size:13px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
.entry-chev{color:var(--muted); transition:.2s}
.entry.open .entry-chev{transform:rotate(90deg)}
.entry-detail{border-top:1px solid var(--border); padding:14px; background:var(--panel-2); display:none}
.entry.open .entry-detail{display:block}
.detail-row{display:flex; align-items:flex-start; gap:10px; padding:7px 0; border-bottom:1px dashed var(--border)}
.detail-row:last-child{border-bottom:none}
.detail-row .k{width:92px; flex-shrink:0; color:var(--muted); font-size:13px; padding-top:5px}
.detail-row .v{flex:1; min-width:0; display:flex; align-items:center; gap:6px; flex-wrap:wrap; word-break:break-all}
.detail-row .v .val{padding-top:4px}
.secret{font-family:ui-monospace,Consolas,monospace; letter-spacing:1px}
.detail-actions{display:flex; gap:8px; margin-top:12px; flex-wrap:wrap}
.qa-block{background:var(--panel); border:1px solid var(--border); border-radius:var(--radius-sm); padding:8px 10px; margin-top:6px; width:100%}
/* ===== 空状态 ===== */
.empty{text-align:center; padding:60px 20px; color:var(--muted)}
.empty svg{width:56px; height:56px; margin-bottom:14px; color:var(--border)}
.empty h3{font-size:17px; color:var(--text); margin-bottom:6px}
.empty p{margin-bottom:18px}
/* ===== 弹窗 ===== */
.overlay{
  position:fixed; inset:0; background:rgba(0,0,0,.45); display:flex; align-items:flex-start;
  justify-content:center; padding:32px 16px; overflow-y:auto; z-index:100;
}
.modal{
  width:100%; max-width:560px; background:var(--panel); border-radius:var(--radius);
  box-shadow:var(--shadow); border:1px solid var(--border); margin:auto;
}
.modal.narrow{max-width:420px}
.modal.wide{max-width:680px}
.modal-head{display:flex; align-items:center; justify-content:space-between; padding:16px 20px; border-bottom:1px solid var(--border)}
.modal-head h3{font-size:17px}
.modal-body{padding:20px}
.modal-foot{display:flex; justify-content:flex-end; gap:10px; padding:14px 20px; border-top:1px solid var(--border); flex-wrap:wrap}
.row2{display:flex; gap:12px}
.row2>*{flex:1}
.pw-input{position:relative}
.pw-input input{padding-right:76px}
.pw-input .inline-btns{position:absolute; right:6px; top:50%; transform:translateY(-50%); display:flex; gap:2px}
.qa-editor{border:1px solid var(--border); border-radius:var(--radius-sm); padding:10px; margin-bottom:8px; position:relative}
.qa-editor .rm{position:absolute; top:6px; right:6px}
/* ===== toast ===== */
.toast-wrap{position:fixed; bottom:22px; left:50%; transform:translateX(-50%); z-index:300; display:flex; flex-direction:column; gap:8px; align-items:center}
.toast{
  background:var(--text); color:var(--bg); padding:10px 18px; border-radius:22px; font-size:13px;
  box-shadow:var(--shadow); animation:toastIn .2s ease; max-width:90vw;
}
.toast.ok{background:var(--ok); color:#fff}
.toast.err{background:var(--danger); color:#fff}
@keyframes toastIn{from{opacity:0; transform:translateY(8px)}to{opacity:1; transform:none}}
/* ===== 密码生成器/体检 ===== */
.gen-out{
  font-family:ui-monospace,Consolas,monospace; font-size:16px; word-break:break-all;
  background:var(--panel-2); border:1px solid var(--border); border-radius:var(--radius-sm);
  padding:12px; margin-bottom:12px; min-height:44px; letter-spacing:1px;
}
.check-list{display:flex; flex-direction:column; gap:8px}
.check-group h4{font-size:14px; margin:14px 0 6px; display:flex; align-items:center; gap:6px}
.check-item{
  display:flex; align-items:center; justify-content:space-between; gap:10px;
  padding:9px 12px; background:var(--panel-2); border:1px solid var(--border); border-radius:var(--radius-sm);
}
.check-item .why{font-size:12px; color:var(--warn)}
.opt-row{display:flex; align-items:center; gap:8px; margin-bottom:9px}
.opt-row input[type=checkbox]{width:auto}
.opt-row input[type=range]{flex:1}
/* ===== 引导气泡 ===== */
.coach{
  position:fixed; inset:0; background:rgba(0,0,0,.55); z-index:400;
  display:flex; align-items:center; justify-content:center; padding:20px;
}
.coach-card{max-width:400px; background:var(--panel); border-radius:var(--radius); padding:26px; box-shadow:var(--shadow); text-align:center}
.coach-card .step-ico{color:var(--brand); margin-bottom:14px}
.coach-card .step-ico svg{width:46px; height:46px}
.coach-card h3{font-size:19px; margin-bottom:10px}
.coach-card p{color:var(--muted); margin-bottom:20px; line-height:1.6}
.coach-dots{display:flex; gap:6px; justify-content:center; margin-bottom:18px}
.coach-dots i{width:8px; height:8px; border-radius:50%; background:var(--border)}
.coach-dots i.on{background:var(--brand)}
/* ===== 设置/帮助 折叠区 ===== */
.settings-sec{margin-bottom:22px}
.settings-sec h4{font-size:15px; margin-bottom:10px; padding-bottom:6px; border-bottom:1px solid var(--border)}
.help-q{font-weight:600; margin:16px 0 4px}
.help-a{color:var(--muted); line-height:1.65}
.footer{text-align:center; padding:10px; color:var(--muted); font-size:12px}
/* ===== 会员系统 ===== */
.member-pill{
  display:inline-flex; align-items:center; gap:6px; height:32px; padding:0 10px;
  border:1px solid var(--member-line); border-radius:999px; background:var(--member-soft);
  color:var(--member); font-size:12px; font-weight:700; white-space:nowrap; transition:.15s;
}
.member-pill:hover{border-color:var(--member); transform:translateY(-1px)}
.member-pill:focus-visible{outline:2px solid var(--member); outline-offset:2px}
.member-pill svg{width:15px; height:15px}
.member-pill.is-premium{background:var(--member); border-color:var(--member); color:#fff}
.member-sidebar{margin-top:18px; padding:13px; border:1px solid var(--member-line); border-radius:var(--radius); background:var(--member-soft)}
.member-sidebar-head{display:flex; align-items:center; justify-content:space-between; gap:8px; margin-bottom:7px}
.member-sidebar-head strong{font-size:13px; color:var(--member)}
.member-badge{display:inline-flex; align-items:center; gap:5px; padding:3px 8px; border-radius:999px; background:var(--member-soft); color:var(--member); font-size:11px; font-weight:700; border:1px solid var(--member-line)}
.member-meter{height:5px; overflow:hidden; border-radius:999px; background:var(--panel); margin:9px 0 7px}
.member-meter>i{display:block; height:100%; width:0; border-radius:inherit; background:var(--member); transition:width .25s ease}
.member-side-desc{font-size:11px; line-height:1.55; color:var(--muted); margin-bottom:9px}
.member-link{padding:0; border:0; background:none; color:var(--member); font-size:12px; font-weight:700; text-align:left}
.member-link:hover{text-decoration:underline}
.member-hero{padding:20px; border:1px solid var(--member-line); border-radius:var(--radius); background:var(--member-soft); margin-bottom:16px}
.member-hero-row{display:flex; align-items:flex-start; justify-content:space-between; gap:14px}
.member-hero h4{font-size:19px; color:var(--text); margin:7px 0 5px}
.member-hero p{color:var(--muted); font-size:13px; line-height:1.65}
.member-hero-icon{width:44px; height:44px; border-radius:12px; display:grid; place-items:center; flex:none; background:var(--member); color:#fff}
.member-hero-icon svg{width:24px; height:24px}
.member-context{padding:10px 12px; border-left:3px solid var(--member); background:var(--panel-2); border-radius:0 var(--radius-sm) var(--radius-sm) 0; margin-bottom:16px; font-size:13px; color:var(--muted)}
.member-plan-grid{display:grid; grid-template-columns:1fr 1fr; gap:10px; margin:14px 0 16px}
.member-plan{border:1px solid var(--border); border-radius:var(--radius); padding:14px; background:var(--panel)}
.member-plan.featured{border-color:var(--member-line); box-shadow:inset 0 3px 0 var(--member)}
.member-plan h4{font-size:15px; margin-bottom:3px}
.member-plan .price{font-size:12px; color:var(--muted); margin-bottom:10px}
.member-plan .price strong{font-size:22px; color:var(--text); margin-right:3px}
.member-feature{display:flex; gap:7px; align-items:flex-start; padding:5px 0; font-size:12px; color:var(--muted)}
.member-feature b{color:var(--ok); font-size:13px}
.member-license-box{padding-top:16px; border-top:1px solid var(--border)}
.member-license-box h4{font-size:14px; margin-bottom:5px}
.member-license-box>p{font-size:12px; color:var(--muted); margin-bottom:10px}
.member-license-box textarea{min-height:76px; font-family:ui-monospace,Consolas,monospace; font-size:11px; line-height:1.45; word-break:break-all}
.member-license-actions{display:flex; gap:8px; align-items:center; flex-wrap:wrap; margin-top:8px}
.member-message{min-height:18px; margin-top:7px; font-size:12px}
.member-trust{display:flex; align-items:flex-start; gap:7px; color:var(--muted); font-size:11px; line-height:1.55; margin-top:14px}
.member-trust svg{width:15px; height:15px; color:var(--ok); flex:none; margin-top:1px}
/* ===== 统一工作台：会员账户与保险箱共享当前文档 ===== */
.member-workbench{min-height:100%; background:#f4f4ef; color:#111310}
#vault-account-host{display:block; min-height:100dvh; background:#f4f4ef}
.member-workbench-loading{
  min-height:100dvh; display:grid; place-items:center; padding:32px;
  background:linear-gradient(135deg,#f4f4ef 0%,#eef2ec 100%); color:#143f36;
}
.member-workbench-loading>div{max-width:460px; text-align:center}
.member-workbench-loading .loading-mark{
  width:48px; height:48px; margin:0 auto 18px; border:1px solid #b9c9c3;
  border-radius:50%; display:grid; place-items:center; color:#0f5c4d; font-size:22px;
  animation:memberPulse 1.4s ease-in-out infinite;
}
.member-workbench-loading strong{display:block; font-size:18px; margin-bottom:6px}
.member-workbench-loading p{margin:0; color:#68736f; line-height:1.7}
body.member-workspace-open #modal-root,
body.member-workspace-open #toast-wrap{visibility:hidden; pointer-events:none}
@keyframes memberPulse{50%{transform:scale(1.06); background:#e3efec}}
@media(prefers-reduced-motion:reduce){.member-workbench-loading .loading-mark{animation:none}}
/* ===== 响应式:窄屏折叠侧栏 ===== */
.cat-select-mobile{display:none}
@media(max-width:760px){
  .sidebar{display:none}
  .cat-select-mobile{display:block; margin-bottom:12px}
  .topbar{gap:8px}
  .brand span{display:none}
  .row2{flex-direction:column; gap:0}
  .detail-row{flex-direction:column; gap:2px}
  .detail-row .k{width:auto; padding-top:0}
  .member-plan-grid{grid-template-columns:1fr}
}

/* Strict-CSP replacements for the former vault.html style attributes. */
.gate-primary {
  width: 100%;
}

.gate-primary-spaced {
  margin-top: 6px;
}

.manage-categories-button {
  width: 100%;
  margin-top: 8px;
  justify-content: flex-start;
}

/* ===== 严格 CSP:运行时状态与布局全部由外部类/data 属性表达 ===== */
body.crypto-fallback-page {
  margin: 0;
  background: #f4f7f6;
  color: #172622;
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif;
}

.crypto-fallback-card {
  max-width: 560px;
  margin: 60px auto;
  padding: 28px 32px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .08);
  line-height: 1.7;
}

.crypto-fallback-icon {
  margin-bottom: 12px;
  font-size: 40px;
}

.crypto-fallback-title {
  margin: 0 0 10px;
  color: #172622;
}

.crypto-fallback-intro {
  margin: 0 0 18px;
  color: #66756f;
}

.crypto-fallback-warning {
  margin-bottom: 18px;
  padding: 14px 16px;
  border: 1px solid #f59e0b;
  border-radius: 8px;
  background: #fffbeb;
  color: #92400e;
}

.crypto-fallback-steps,
.crypto-fallback-list {
  margin: 0 0 18px;
  padding-left: 20px;
  color: #374151;
}

.crypto-fallback-steps li:not(:last-child) {
  margin-bottom: 10px;
}

.crypto-fallback-code {
  padding: 2px 5px;
  border-radius: 4px;
  background: #f3f4f6;
}

.crypto-fallback-url {
  word-break: break-all;
}

.crypto-fallback-retry {
  padding: 10px 20px;
  border: 0;
  border-radius: 8px;
  background: #0f5c4d;
  color: #fff;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
}

.toast.is-fading {
  opacity: 0;
  transition: opacity .3s;
}

.clipboard-fallback {
  position: fixed;
  opacity: 0;
}

.member-meter > i[data-membership-level="offline"] { width: 0; }
.member-meter > i[data-membership-level="guest"] { width: 12%; }
.member-meter > i[data-membership-level="free"] { width: 35%; }
.member-meter > i[data-membership-level="premium"] { width: 100%; }

.strength > i[data-strength="empty"],
.strength > i[data-strength="0"] { width: 0; background: transparent; }
.strength > i[data-strength="1"] { width: 25%; background: #e67e22; }
.strength > i[data-strength="2"] { width: 50%; background: #b7791f; }
.strength > i[data-strength="3"] { width: 75%; background: #2e7d5b; }
.strength > i[data-strength="4"] { width: 100%; background: #0f5c4d; }

.forgot-confirm-copy { margin: 8px 0; }
.import-password-field { margin-top: 8px; }
.qa-answer-line { display: flex; align-items: center; gap: 6px; margin-top: 4px; }
.button-label { margin-left: 4px; }
.qa-answer-input,
.qa-add-button { margin-top: 6px; }
.pwgen-length-label { min-width: 64px; }
.opt-row-clickable { cursor: pointer; }
.pwgen-character-options { display: flex; gap: 16px; flex-wrap: wrap; }
.category-name-input { flex: 1; }
.category-count { margin: 0 10px; }
.category-help { margin-bottom: 12px; }
.category-add-row { margin-top: 14px; gap: 8px; }
.settings-check-item { margin-bottom: 8px; }
.settings-description { font-size: 12px; }
.settings-version { margin-top: 6px; font-size: 12px; }
.coach-actions { display: flex; gap: 10px; justify-content: center; }
