:root{--page:#f3f6fb;--panel:#fff;--navy:#14233a;--navy2:#203653;--muted:#738198;--line:#dfe6f0;--blue:#3982f7;--blue2:#286bd0;--green:#198754;--green-bg:#ecf8f1;--red:#d74343;--red-bg:#fff5f5;--shadow:0 10px 32px rgba(34,55,83,.08);--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--page);color:var(--navy);font-family:Inter,"Segoe UI",Arial,sans-serif}button,select,input{font:inherit}button{cursor:pointer}.site-strip{background:#13233b;color:#fff}.site-strip-inner{max-width:1420px;margin:auto;padding:10px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:12px}.site-strip-inner strong{margin-right:10px}.site-strip-inner span{opacity:.72}.text-link{color:#dbe9ff;text-decoration:none;font-weight:700}.shell{max-width:1420px;margin:auto;padding:28px 24px 64px}.demo-intro{display:grid;grid-template-columns:1.2fr .8fr;gap:44px;align-items:end;margin:8px 0 26px}.eyebrow,.section-label{font-size:11px;font-weight:800;letter-spacing:.12em;color:#7b899d}.demo-intro h1{font-size:clamp(30px,4vw,50px);line-height:1.02;letter-spacing:-.035em;margin:8px 0 12px;max-width:820px}.demo-intro p{max-width:760px;margin:0;color:#617089;line-height:1.55}.journey{display:flex;align-items:center;justify-content:flex-end}.journey-step{display:flex;align-items:center;gap:8px;opacity:.42}.journey-step span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;border:1px solid #bac6d6;background:#fff;font-size:12px;font-weight:800}.journey-step strong,.journey-step small{display:block}.journey-step strong{font-size:12px}.journey-step small{font-size:10px;color:var(--muted);margin-top:1px}.journey-step.active{opacity:1}.journey-step.active span{background:var(--navy);color:#fff;border-color:var(--navy)}.journey-step.complete span{background:var(--green);border-color:var(--green);color:#fff}.journey-line{width:36px;height:1px;background:#cfd8e5;margin:0 8px}.app-frame{border:1px solid #dce3ec;background:#eef2f7;border-radius:24px;padding:20px;box-shadow:0 22px 70px rgba(28,47,74,.12)}.app-header{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:6px 6px 20px}.brand{font-size:32px;font-weight:850;letter-spacing:-.04em}.tagline{font-size:13px;color:var(--muted);margin-top:3px}.account-pill{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px 13px;box-shadow:0 5px 18px rgba(37,54,79,.05)}.account-copy small,.account-copy strong{display:block}.account-copy small{font-size:9px;letter-spacing:.11em;color:#8592a5;font-weight:800}.account-copy strong{font-size:12px;margin-top:2px}.enabled-badge{background:#e6f5ed;color:#237b53;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:900;letter-spacing:.05em}.link-button{border:0;background:none;color:#536783;padding:5px;font-size:12px;font-weight:700}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px 22px;margin-bottom:16px}.success-strip{background:var(--green-bg);color:#267554;border-radius:12px;padding:11px 14px;font-size:12px;margin-bottom:20px}.success-icon{display:inline-grid;place-items:center;width:20px;height:20px;background:#d1f0de;border-radius:50%;margin-right:8px;font-weight:900}.card-heading-row{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.card h2{font-size:21px;letter-spacing:-.02em;margin:5px 0 0}.card p{font-size:12px;color:var(--muted);margin:5px 0 0}.custom-rule{color:#2b4a70}.protection-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.protect-chip{position:relative;display:flex;align-items:center;gap:7px;border:1px solid #dce4ee;background:#fff;border-radius:10px;padding:8px 10px;font-size:11px;font-weight:700;color:#334967;cursor:pointer}.protect-chip input{position:absolute;opacity:0;pointer-events:none}.checkmark{display:grid;place-items:center;width:16px;height:16px;border-radius:4px;background:var(--blue);color:#fff;font-size:10px}.protect-chip:has(input:not(:checked)) .checkmark{background:#fff;border:1px solid #bdc9d7;color:transparent}.protect-chip.master{background:var(--navy);color:#fff;border-color:var(--navy)}.protect-chip.master:has(input:not(:checked)){background:#fff;color:#334967}.discover-card{display:grid;grid-template-columns:1fr auto;align-items:center;gap:22px}.discover-copy h2{font-size:24px}.discover-copy p{font-size:13px}.scan-stat{margin-top:10px;font-size:12px;color:#66768e}.scan-stat strong{color:#c94444}.scan-stat span{margin:0 5px}.progress-track{margin-top:12px;width:min(620px,100%);height:5px;background:#e8edf4;border-radius:99px;overflow:hidden}.progress-bar{height:100%;width:0;background:var(--blue);transition:width .24s ease}.discover-actions{display:grid;grid-template-columns:auto auto auto;align-items:center;gap:8px}.discover-actions select,.sender-tools select{border:1px solid #d8e0eb;background:#fff;color:#263b59;border-radius:9px;padding:9px 30px 9px 10px;font-size:11px}.primary,.secondary,.stop-btn,.quiet-button,.outline-danger,.unsubscribe-btn,.analyse-btn,.trash-btn{border-radius:9px;font-weight:800;font-size:11px;padding:10px 13px}.primary{border:1px solid var(--navy);background:var(--navy);color:#fff}.primary:hover{background:#203956}.primary:disabled,.stop-btn:disabled,.outline-danger:disabled{opacity:.42;cursor:not-allowed}.stop-btn{border:1px solid #e6a2a2;background:#fff;color:var(--red)}.stop-square{display:inline-block;width:8px;height:8px;background:var(--red);border-radius:1px;margin-right:6px}.quiet-button{grid-column:1/-1;justify-self:end;border:0;background:none;color:#738198;padding:2px 2px 0;font-weight:650}.sender-title-row{align-items:flex-end}.sender-tools label{font-size:11px;color:#718097}.sender-table-shell{display:grid;grid-template-columns:1fr 30px;gap:7px;margin-top:17px}.sender-table-wrap{height:318px;overflow:auto;border-top:1px solid var(--line);border-bottom:1px solid var(--line);scrollbar-width:none}.sender-table-wrap::-webkit-scrollbar{display:none}.sender-table{width:100%;border-collapse:collapse;table-layout:fixed}.sender-table th{position:sticky;top:0;z-index:2;background:#fff;color:#8995a7;text-align:left;font-size:9px;letter-spacing:.08em;padding:10px 9px;border-bottom:1px solid var(--line)}.sender-table td{padding:12px 9px;border-bottom:1px solid #edf1f5;font-size:11px;vertical-align:middle}.sender-table th:nth-child(1){width:36px}.sender-table th:nth-child(2){width:31%}.sender-table th:nth-child(3){width:11%}.sender-table th:nth-child(4){width:17%}.sender-table th:nth-child(5){width:29%}.sender-table th:nth-child(6){width:9%;text-align:center}.sender-name{font-weight:800;font-size:12px}.sender-email{color:#8a96a7;font-size:10px;margin-top:3px}.row-check,.protect-check{accent-color:var(--blue)}.unsubscribe-btn,.trash-btn{border:1px solid var(--navy);background:var(--navy);color:#fff;padding:7px 9px}.analyse-btn{border:1px solid #d7e0eb;background:#fff;color:#314967;padding:7px 9px;margin-right:5px}.trash-btn{padding:7px 10px}.sender-table tr.active-row{background:#f6f9fd}.sender-table tr:hover{background:#f8fafd}.table-scroll-controls{display:flex;flex-direction:column;align-items:center;gap:5px}.table-scroll-controls button,.review-arrows button{border:0;background:transparent;color:#66768c;font-size:18px;line-height:1;padding:2px 6px}.scroll-track{width:4px;flex:1;background:#e9edf2;border-radius:99px;position:relative}.scroll-thumb{position:absolute;top:8%;left:0;width:4px;height:27%;background:#adb8c7;border-radius:99px}.table-footer{display:flex;justify-content:space-between;align-items:center;margin-top:10px;font-size:10px;color:#6f7f95}.demo-note{color:#93a0b0}.empty-row{text-align:center;color:#8d99aa;padding:46px 10px;font-size:11px}.review-card{position:relative}.review-card.hidden-review{display:none}.review-heading{padding-right:26px}.close-review{position:absolute;right:17px;top:16px;border:0;background:none;color:#8794a7;font-size:24px}.review-summary{display:flex;gap:18px;align-items:center;background:#f6f9fd;border:1px solid #e2e8f1;border-radius:10px;padding:10px 12px;margin-top:14px;font-size:11px;color:#53657e}.hidden{display:none!important}.email-list{height:300px;overflow:auto;margin-top:14px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);scrollbar-width:none}.email-list::-webkit-scrollbar{display:none}.email-row{display:grid;grid-template-columns:28px 110px 1fr 110px;align-items:center;gap:10px;padding:11px 4px;border-bottom:1px solid #edf1f5;font-size:11px}.email-subject{font-weight:750}.email-preview{display:block;color:#8a96a6;font-size:10px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:700px}.email-date{color:#718096}.status-pill{justify-self:start;border-radius:999px;padding:4px 7px;font-size:9px;font-weight:800;background:#edf3fb;color:#446384}.status-pill.protected{background:#eaf7f0;color:#287554}.review-empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#8693a5;text-align:center}.review-empty span{font-size:30px}.review-empty strong{font-size:12px;margin-top:6px}.review-empty small{font-size:10px;margin-top:4px}.review-actions{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-top:13px}.review-selection{display:flex;align-items:center;gap:15px;font-size:10px;color:#65758c}.review-buttons{display:flex;gap:8px}.outline-danger{border:1px solid #e1a1a1;background:#fff;color:var(--red)}.review-arrows{position:absolute;right:12px;top:130px;display:flex;flex-direction:column;justify-content:space-between;height:250px}.history-list{margin-top:13px}.history-item{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:10px 4px;border-top:1px solid #edf1f5;font-size:11px}.history-meta{font-size:10px;color:#8896a8;margin-top:2px}.undo-btn{border:1px solid #c9d8eb;background:#f5f9ff;color:#315c90;border-radius:8px;padding:7px 10px;font-size:10px;font-weight:800}.history-empty{text-align:center;color:#8b98aa;padding:18px;font-size:11px}.private-desktop{margin:38px 0 0;background:#14233a;color:#fff;border-radius:24px;padding:34px;display:grid;grid-template-columns:1.2fr .8fr;gap:26px}.private-desktop .eyebrow{color:#9eb2ce}.private-desktop h2{font-size:30px;letter-spacing:-.03em;margin:7px 0 9px}.private-desktop p{color:#c1cde0;line-height:1.55;margin:0}.privacy-points{display:grid;gap:9px}.privacy-points div{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:11px;display:grid;grid-template-columns:24px 1fr;column-gap:6px}.privacy-points span{grid-row:1/3;color:#78d6a5;font-weight:900}.privacy-points strong{font-size:12px}.privacy-points small{font-size:10px;color:#bdc9da;margin-top:2px}.buyer-actions{grid-column:1/-1;display:flex;justify-content:flex-end;gap:8px}.large{padding:12px 16px;font-size:12px}.private-desktop .primary{background:#fff;color:#14233a;border-color:#fff}.secondary{border:1px solid rgba(255,255,255,.25);background:transparent;color:#fff}.toast{position:fixed;left:50%;bottom:25px;transform:translate(-50%,18px);opacity:0;pointer-events:none;background:#14233a;color:#fff;padding:10px 15px;border-radius:10px;font-size:11px;box-shadow:0 10px 30px rgba(0,0,0,.2);transition:.2s;z-index:50}.toast.show{opacity:1;transform:translate(-50%,0)}.modal-backdrop{position:fixed;inset:0;background:rgba(17,31,49,.35);display:grid;place-items:center;z-index:60;padding:20px}.modal{position:relative;width:min(460px,100%);background:#fff;border-radius:18px;padding:24px;box-shadow:0 25px 70px rgba(0,0,0,.22)}.modal h3{margin:6px 0 8px}.modal p{color:#68778d;font-size:12px;line-height:1.55}.modal-x{position:absolute;right:15px;top:12px;border:0;background:none;color:#8794a7;font-size:22px}.modal .primary{margin-top:8px}
@media(max-width:1020px){.demo-intro{grid-template-columns:1fr}.journey{justify-content:flex-start}.account-pill{display:none}.discover-card{grid-template-columns:1fr}.discover-actions{justify-content:start}.private-desktop{grid-template-columns:1fr}.sender-table{min-width:860px}.sender-table-wrap{overflow:auto;scrollbar-width:auto}.table-scroll-controls{display:none}}@media(max-width:680px){.site-strip-inner{align-items:flex-start;flex-direction:column}.shell{padding:18px 12px 42px}.demo-intro h1{font-size:34px}.journey{display:none}.app-frame{padding:10px;border-radius:16px}.app-header{padding:8px 6px 16px}.brand{font-size:27px}.card{padding:17px 14px}.discover-actions{grid-template-columns:1fr 1fr}.discover-actions .primary{grid-column:1/-1}.quiet-button{justify-self:start}.protection-chips{gap:6px}.sender-title-row{align-items:flex-start;flex-direction:column}.review-actions{align-items:flex-start;flex-direction:column}.private-desktop{padding:24px 18px}.buyer-actions{justify-content:stretch;flex-direction:column}.email-row{grid-template-columns:25px 80px 1fr}.email-row .status-pill{display:none}}

.warning-modal{text-align:center}.warning-sign{font-size:40px;line-height:1;margin-bottom:10px}.warning-actions{display:flex;justify-content:center;gap:9px;margin-top:16px}.secondary-light,.danger-confirm{border-radius:9px;font-weight:800;font-size:11px;padding:10px 14px}.secondary-light{border:1px solid #d7e0eb;background:#fff;color:#40536f}.danger-confirm{border:1px solid var(--red);background:var(--red);color:#fff}.danger-confirm:hover{filter:brightness(.96)}


/* Demo state clarity */
.unsubscribe-btn.is-unsubscribed{
  background:#dff4e7;
  border-color:#b9dfc7;
  color:#2f6b46;
  box-shadow:none;
}

.unsubscribe-btn.is-unsubscribed:hover{
  background:#dff4e7;
  border-color:#b9dfc7;
}

.trash-btn.is-protected,
.trash-btn.is-protected:disabled{
  background:#f4f1f7;
  border-color:#ddd5e8;
  color:#8a8196;
  cursor:not-allowed;
  opacity:1;
  box-shadow:none;
}

.trash-btn.is-protected::before{
  content:"🔒 ";
}

.site-footer{max-width:1180px;margin:18px auto 30px;padding:18px 24px;border-top:1px solid #e6ebf2;text-align:center;color:#6f7b8a;font-size:14px}
.feature-link{border:0;background:transparent;color:#397fe8;font:inherit;font-weight:700;padding:4px 7px;cursor:pointer}
.feature-link:hover{text-decoration:underline}
.feature-modal{max-width:520px}
.feature-field{display:block;text-align:left;margin:15px 0}
.feature-field>span{display:block;font-size:13px;font-weight:700;color:#465364;margin-bottom:6px}
.feature-field small{font-weight:400;color:#8a96a5}
.feature-field textarea,.feature-field input{box-sizing:border-box;width:100%;border:1px solid #d9e0e8;border-radius:8px;padding:10px 12px;font:inherit;color:#273445;background:#fff;resize:vertical}
.feature-field textarea:focus,.feature-field input:focus{outline:2px solid #cfe0fb;border-color:#8db5ef}
.feature-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:18px}
.feature-demo-note{display:block;margin-top:12px;color:#8b96a4}


/* V0.5.6 — conversion proof / history spacing refinement */
.conversion-proof{
  display:block;
  background:transparent;
  padding:18px 22px 6px;
  margin:8px 0 26px;
}

.conversion-proof .section-label{
  display:block;
  margin-bottom:14px;
}

.conversion-proof h2{
  margin:0;
  max-width:980px;
  font-size:clamp(26px,2.7vw,40px);
  line-height:1.12;
  letter-spacing:-.025em;
}

.conversion-proof p{
  max-width:900px;
  margin:18px 0 0;
  color:var(--navy2);
  font-size:16px;
  line-height:1.65;
}

.proof-score{
  display:flex;
  align-items:baseline;
  gap:14px;
  margin-top:30px;
  padding:0;
}

.proof-score span{
  color:#64748b;
  font-size:15px;
  font-weight:800;
  letter-spacing:.045em;
}

.proof-score strong{
  color:#2374d8;
  font-size:38px;
  line-height:1;
}

.proof-score small{
  color:#52657c;
  font-size:17px;
}

.history-card{
  min-height:285px;
  margin-top:0;
  padding:30px 34px 34px;
  border-radius:20px;
}

.history-card .card-heading-row{
  display:block;
}

.history-card .section-label{
  margin-bottom:12px;
}

.history-card h2{
  margin:0 0 8px;
  font-size:27px;
  line-height:1.18;
  letter-spacing:-.02em;
}

.history-card .card-heading-row p{
  margin:0;
  color:#738198;
  font-size:14px;
  line-height:1.55;
}

.history-list{
  margin-top:26px;
}

.history-empty{
  text-align:left;
  color:#93a0b1;
  padding:10px 0 0;
  font-size:12px;
}

@media (max-width:700px){
  .conversion-proof{padding:12px 8px 4px}
  .conversion-proof h2{font-size:27px}
  .conversion-proof p{font-size:15px}
  .proof-score{gap:9px;flex-wrap:wrap;margin-top:22px}
  .proof-score strong{font-size:32px}
  .history-card{padding:24px 22px;min-height:240px}
}


/* V0.5.7 — responsible protection override */
.override-protection{
  border:1px solid #e2c982;
  background:#fff8df;
  color:#725a16;
  border-radius:8px;
  padding:8px 12px;
  font-weight:700;
}
.override-protection:hover{background:#fff2c7;border-color:#d6b95e}
.protection-override-modal{max-width:520px}
.protection-sign{
  background:#eef5ff;
  color:#397fe8;
}
.override-safety-note{
  margin:16px 0 4px;
  padding:12px 14px;
  border:1px solid #dce7f5;
  border-radius:9px;
  background:#f7faff;
  color:#53657b;
  font-size:13px;
  line-height:1.5;
}
.override-confirm{
  border:0;
  border-radius:8px;
  padding:10px 15px;
  background:#d9a62e;
  color:#2d2410;
  font-weight:800;
}
.override-confirm:hover{background:#c99724}
.status-pill.protected{
  white-space:nowrap;
}


/* V0.5.8 — sender cleanup queue */
.cleanup-queue-bar{
  margin:16px 0 14px;
  padding:11px 12px 11px 14px;
  border:1px solid #dde5ef;
  border-radius:12px;
  background:#f8fafc;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  transition:.18s ease;
}
.cleanup-queue-bar.has-selection{
  background:#f2f7ff;
  border-color:#c9dcfa;
  box-shadow:0 5px 16px rgba(57,127,232,.08);
}
.queue-bar-left{display:flex;align-items:center;gap:10px;min-width:230px}
.queue-icon{
  width:30px;height:30px;border-radius:9px;
  display:grid;place-items:center;
  background:#e8f1ff;color:#397fe8;font-weight:900;
}
.queue-bar-left strong{display:block;font-size:13px;color:#203653}
.queue-bar-left span{display:block;margin-top:2px;font-size:11px;color:#748298}
.queue-bar-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.queue-select-all{
  display:flex;align-items:center;gap:7px;
  padding:7px 9px;border-radius:8px;
  color:#52657b;font-size:11px;font-weight:700;
  cursor:pointer;
}
.queue-select-all:hover{background:#edf3fb}
.queue-select-all input{accent-color:#397fe8}
.queue-clear{
  border:1px solid #d8e0ea;background:#fff;color:#64748b;
  border-radius:8px;padding:8px 11px;font-size:11px;font-weight:700;
}
.queue-clear:disabled{opacity:.45;cursor:not-allowed}
.mass-delete-btn{
  display:flex;align-items:center;gap:7px;
  border:1px solid #e3b6b6;background:#fff4f4;color:#b43c3c;
  border-radius:9px;padding:9px 13px;font-size:11px;font-weight:800;
}
.mass-delete-btn:not(:disabled):hover{background:#ffe9e9;border-color:#dc9b9b}
.mass-delete-btn:disabled{opacity:.42;cursor:not-allowed}
.mass-delete-icon{font-size:15px;line-height:1}

.sender-table .protect-head,
.sender-table .queue-head{
  text-align:center;
  font-size:9px;
  letter-spacing:.08em;
}
.queue-head{min-width:72px}
.queue-head span{display:block;margin-bottom:5px}
.queue-head input{accent-color:#397fe8}
.protect-cell,.queue-cell{text-align:center}
.protect-toggle-row{accent-color:#397fe8}

.queue-check-wrap{
  width:32px;height:30px;margin:auto;
  display:grid;place-items:center;
  border:1px solid #d8e1ec;border-radius:8px;background:#fff;
  cursor:pointer;position:relative;
  transition:.15s ease;
}
.queue-check-wrap:hover{border-color:#9ebdec;background:#f5f9ff}
.queue-check-wrap input{
  width:15px;height:15px;margin:0;accent-color:#397fe8;cursor:pointer;
}
.queue-check-ui:empty{display:none}
.queue-locked{
  background:#f5f3f7;border-color:#e2dce8;cursor:not-allowed;
  font-size:11px;
}
.queue-locked input{display:none}
.sender-table tr.queue-selected td{
  background:#f7faff;
}
.sender-table tr.queue-selected td:first-child{
  box-shadow:inset 3px 0 0 #6da0ed;
}

/* Double-confirm mass cleanup */
.mass-delete-modal{max-width:570px}
.danger-orb{
  width:48px;height:48px;border-radius:50%;
  display:grid;place-items:center;margin-bottom:13px;
  background:#fff0f0;border:1px solid #f2c9c9;
  color:#bd3e3e;font-size:24px;font-weight:900;
}
.danger-orb.final{background:#fff4e8;border-color:#f0d4b0;color:#b46819}
.danger-label{color:#b05252}
.mass-summary-grid{
  display:grid;grid-template-columns:repeat(4,1fr);gap:8px;
  margin:18px 0 14px;
}
.mass-summary-grid>div{
  border:1px solid #e2e8f0;border-radius:10px;background:#f9fbfd;
  padding:12px 10px;text-align:center;
}
.mass-summary-grid span,.mass-summary-grid small{
  display:block;color:#7b899d;font-size:9px;text-transform:uppercase;letter-spacing:.06em;
}
.mass-summary-grid strong{
  display:block;margin:5px 0 3px;color:#203653;font-size:21px;
}
.mass-safety-strip{
  display:flex;align-items:center;gap:10px;
  border:1px solid #cfe3d7;background:#f1faf4;
  border-radius:10px;padding:11px 12px;margin-bottom:17px;
}
.mass-safety-strip>span{font-size:18px}
.mass-safety-strip strong{display:block;color:#356147;font-size:12px}
.mass-safety-strip small{display:block;color:#6b7e72;font-size:10px;margin-top:2px}
.danger-next{
  border:1px solid #e2a2a2;background:#fff1f1;color:#ad3737;
  border-radius:8px;padding:10px 14px;font-weight:800;
}
.danger-next:hover{background:#ffe5e5}
.final-ack{
  display:flex;align-items:flex-start;gap:11px;
  margin:18px 0 12px;padding:14px;
  border:1px solid #efd0a6;border-radius:10px;background:#fff9f0;
  cursor:pointer;
}
.final-ack input{margin-top:3px;width:17px;height:17px;accent-color:#c77b22}
.final-ack strong{display:block;color:#5f4524;font-size:12px}
.final-ack small{display:block;color:#806b50;font-size:10px;line-height:1.45;margin-top:3px}
.final-impact{
  margin:10px 0 17px;text-align:center;color:#5f6f82;
  font-size:12px;font-weight:700;
}
.mass-final-btn:disabled{opacity:.45;cursor:not-allowed}

@media(max-width:860px){
  .cleanup-queue-bar{align-items:flex-start;flex-direction:column}
  .queue-bar-actions{width:100%;justify-content:flex-start}
  .mass-summary-grid{grid-template-columns:repeat(2,1fr)}
}


/* V0.5.9 — unsubscribe queue */
.unsubscribe-queue-bar{
  margin:-5px 0 14px;
  padding:10px 12px 10px 14px;
  border:1px solid #dce9e3;
  border-radius:12px;
  background:#f7fbf9;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  transition:.18s ease;
}
.unsubscribe-queue-bar.has-selection{
  background:#eff9f4;border-color:#bfe0cf;
  box-shadow:0 5px 16px rgba(44,132,88,.07);
}
.unsubscribe-queue-icon{background:#e5f6ed;color:#32825a}
.mass-unsubscribe-btn{
  display:flex;align-items:center;gap:7px;
  border:1px solid #abd4bf;background:#eff9f4;color:#2f7652;
  border-radius:9px;padding:9px 13px;font-size:11px;font-weight:800;
}
.mass-unsubscribe-btn:not(:disabled):hover{background:#e1f4ea;border-color:#8fc3aa}
.mass-unsubscribe-btn:disabled{opacity:.42;cursor:not-allowed}
.unsubscribe-cell{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
.unsubscribe-queue-check{
  display:inline-flex;align-items:center;gap:4px;
  padding:4px 6px;border:1px solid #d8e6de;border-radius:7px;
  background:#f8fcfa;color:#5d7869;font-size:9px;font-weight:700;cursor:pointer;
}
.unsubscribe-queue-check input{width:12px;height:12px;margin:0;accent-color:#3b9668}
.unsubscribe-queue-check.disabled{opacity:.45;cursor:not-allowed}
.unsub-unavailable{color:#9aa5b4;font-size:10px}
.unsubscribe-orb{
  width:48px;height:48px;border-radius:50%;
  display:grid;place-items:center;margin-bottom:13px;
  background:#eaf8f0;border:1px solid #bfe2cf;color:#317e58;font-size:22px;font-weight:900;
}
.unsubscribe-orb.final{background:#eef8f2}
.unsubscribe-label{color:#39765a}
.unsubscribe-safety-strip{
  display:flex;align-items:center;gap:10px;
  border:1px solid #c8e5d5;background:#f1faf5;
  border-radius:10px;padding:11px 12px;margin-bottom:17px;
}
.unsubscribe-safety-strip>span{color:#33805a;font-size:18px;font-weight:900}
.unsubscribe-safety-strip strong{display:block;color:#356147;font-size:12px}
.unsubscribe-safety-strip small{display:block;color:#6b7e72;font-size:10px;margin-top:2px}
.unsubscribe-next,.unsubscribe-confirm{
  border:1px solid #9fcab4;background:#eaf7f0;color:#2e704f;
  border-radius:8px;padding:10px 14px;font-weight:800;
}
.unsubscribe-next:hover,.unsubscribe-confirm:not(:disabled):hover{background:#dcf1e6}
.unsubscribe-confirm:disabled{opacity:.45;cursor:not-allowed}
.unsubscribe-ack{border-color:#cce5d8;background:#f4fbf7}
.unsubscribe-ack input{accent-color:#3b9668}

/* Panel window controls */
.sender-header-actions{display:flex;align-items:center;gap:12px}
.panel-controls{display:flex;align-items:center;gap:5px}
.panel-control{
  width:30px;height:28px;padding:0;border:1px solid #dbe3ed;border-radius:7px;
  background:#fff;color:#66768a;font-size:16px;line-height:1;
  display:grid;place-items:center;
}
.panel-control:hover{background:#f3f7fb;border-color:#c7d5e6;color:#294769}
.review-window-controls{margin-left:auto}
.panel-minimized{padding-bottom:14px}
.panel-minimized .card-heading-row{margin-bottom:0}
.panel-maximized{
  position:fixed !important;
  top:54px;left:24px;right:24px;bottom:24px;
  z-index:80;
  margin:0 !important;
  max-width:none !important;
  overflow:auto;
  box-shadow:0 24px 80px rgba(24,42,68,.22);
  border-radius:18px;
}
.panel-maximized .panel-collapsible{
  min-height:calc(100% - 70px);
}
.panel-maximized .sender-table-wrap{
  max-height:calc(100vh - 330px);
}
.panel-maximized .email-list{
  max-height:calc(100vh - 300px);
}
body.panel-focus-mode{overflow:hidden}
body.panel-focus-mode::after{
  content:"";position:fixed;inset:0;background:rgba(21,36,57,.22);z-index:70;
  backdrop-filter:blur(2px);
}

@media(max-width:860px){
  .unsubscribe-queue-bar{align-items:flex-start;flex-direction:column}
  .sender-header-actions{align-items:flex-end;flex-direction:column}
  .panel-maximized{left:10px;right:10px;bottom:10px}
}


/* V0.6.0 — taller sender workspace and unsubscribe follow-up */
.sender-table-wrap{
  min-height:420px;
  max-height:620px;
}

.panel-maximized .sender-table-shell{
  min-height:calc(100% - 220px);
}

.panel-maximized .sender-table-wrap{
  min-height:calc(100vh - 245px);
  max-height:calc(100vh - 245px);
}

.panel-maximized .sender-table{
  min-height:100%;
}

.unsubscribe-followup-modal{
  max-width:620px;
}

.followup-summary{
  margin:16px 0 12px;
  padding:10px 12px;
  border:1px solid #cfe2d8;
  border-radius:9px;
  background:#f3faf6;
  color:#426452;
  font-size:12px;
  font-weight:700;
}

.unsubscribe-followup-list{
  display:flex;
  flex-direction:column;
  gap:8px;
  max-height:310px;
  overflow:auto;
  margin:0 0 14px;
}

.unsubscribe-followup-item{
  display:grid;
  grid-template-columns:28px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  border:1px solid #e1e8ee;
  border-radius:10px;
  background:#fff;
  padding:10px;
}

.followup-index{
  width:26px;height:26px;border-radius:7px;
  display:grid;place-items:center;
  background:#eef6f1;color:#39775a;
  font-size:11px;font-weight:800;
}

.followup-copy{min-width:0}
.followup-copy strong,
.followup-copy span,
.followup-copy small{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.followup-copy strong{font-size:12px;color:#203653}
.followup-copy span{font-size:10px;color:#78869a;margin-top:2px}
.followup-copy small{font-size:9px;color:#98a3b1;margin-top:3px}

.followup-open{
  border:1px solid #bdd9ca;
  background:#eff8f3;
  color:#347455;
  border-radius:8px;
  padding:8px 10px;
  font-size:10px;
  font-weight:800;
}

.followup-open:hover{background:#e2f2e9}

.followup-note{
  display:flex;
  gap:7px;
  align-items:flex-start;
  padding:11px 12px;
  border-radius:9px;
  background:#f7f9fc;
  color:#607084;
  font-size:11px;
  line-height:1.45;
}
.followup-note strong{color:#34485f}

@media(max-width:860px){
  .sender-table-wrap{min-height:360px;max-height:520px}
  .panel-maximized .sender-table-wrap{
    min-height:calc(100vh - 285px);
    max-height:calc(100vh - 285px);
  }
}


/* V0.6.1 — clearer problem/impact typography */
.problem-reveal{
  display:block;
  margin:12px 0 26px;
  padding:26px 28px 28px;
  border:1px solid #dde5ef;
  border-radius:18px;
  background:#f8fafc;
}

.problem-copy{
  max-width:980px;
}

.problem-copy h2{
  margin:8px 0 14px;
  font-size:clamp(24px,2.5vw,36px);
  line-height:1.14;
  letter-spacing:-.025em;
}

.problem-copy p{
  margin:0;
  max-width:920px;
  color:#53657b;
  font-size:15px;
  line-height:1.65;
}

.problem-stats{
  display:flex;
  flex-direction:column;
  gap:13px;
  margin-top:24px;
}

.problem-stat{
  display:grid;
  grid-template-columns:minmax(90px,max-content) minmax(0,1fr);
  align-items:baseline;
  column-gap:15px;
}

.problem-stat strong{
  color:#14233a;
  font-size:25px;
  line-height:1;
  letter-spacing:-.02em;
}

.problem-stat span{
  color:#425570;
  font-size:15px;
  line-height:1.4;
}

.impact-strip{
  margin:0 0 18px;
  padding:24px 26px;
  border:1px solid #dce4ee;
  border-radius:16px;
  background:#fff;
}

.impact-intro{
  display:flex;
  align-items:baseline;
  gap:18px;
  flex-wrap:wrap;
  margin-bottom:22px;
}

.impact-intro .section-label{
  flex:0 0 auto;
}

.impact-intro strong{
  font-size:18px;
  line-height:1.3;
  color:#162840;
}

.impact-metrics{
  display:flex;
  flex-direction:column;
  gap:11px;
}

.impact-metric{
  display:grid;
  grid-template-columns:64px minmax(0,1fr);
  align-items:baseline;
  gap:14px;
}

.impact-metric strong{
  font-size:25px;
  line-height:1;
  color:#14233a;
  text-align:left;
}

.impact-metric span{
  font-size:14px;
  line-height:1.4;
  color:#52657c;
}

.impact-divider{
  display:none;
}

/* Mass-cleanup completion state */
.trash-btn.is-cleaned,
.trash-btn.is-cleaned:disabled{
  background:#e8f5ee;
  border-color:#bddfca;
  color:#347353;
  opacity:1;
  cursor:default;
  box-shadow:none;
}

.sender-table tr:has(.trash-btn.is-cleaned) td{
  background:#fbfefc;
}

@media(max-width:700px){
  .problem-reveal{padding:22px 18px}
  .problem-stat{grid-template-columns:82px minmax(0,1fr);column-gap:10px}
  .problem-stat strong{font-size:22px}
  .problem-stat span{font-size:14px}
  .impact-strip{padding:21px 18px}
  .impact-intro{gap:9px;margin-bottom:18px}
  .impact-intro strong{font-size:16px}
}

.override-protection.reinstate{
  background:#e9f5ef;
  border-color:#bcdcca;
  color:#337052;
}
.override-protection.reinstate:hover{
  background:#ddf0e6;
  border-color:#a8cfb9;
}


/* V0.6.4 — state consistency, filters, pending unsubscribe actions */
.sender-table th.protect-head,
.sender-table td.protect-cell{
  min-width:86px;
  width:86px;
  text-align:center;
}
.sender-table th.protect-head{
  padding-left:12px;
  padding-right:12px;
  white-space:nowrap;
}

.panel-max-button{
  width:auto !important;
  min-width:118px;
  padding:0 10px !important;
  display:inline-flex !important;
  gap:6px;
  align-items:center;
  justify-content:center;
  font-size:11px !important;
  font-weight:750;
}
.panel-max-button span{white-space:nowrap}

.sender-filter-bar{
  display:flex;
  align-items:flex-end;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 12px;
  padding:10px 12px;
  border:1px solid #dde5ee;
  border-radius:11px;
  background:#fbfcfe;
}
.filter-title{
  margin-right:auto;
  min-width:210px;
}
.filter-title strong,.filter-title span{display:block}
.filter-title strong{font-size:11px;color:#31455f}
.filter-title span{font-size:9px;color:#8895a6;margin-top:2px}
.sender-filter-bar label{
  display:flex;
  flex-direction:column;
  gap:4px;
  font-size:9px;
  font-weight:750;
  color:#6b7b90;
}
.sender-filter-bar input,
.sender-filter-bar select{
  min-width:105px;
  border:1px solid #d7e0ea;
  border-radius:8px;
  background:#fff;
  padding:7px 9px;
  color:#263b59;
  font-size:10px;
}
.filter-result{
  align-self:center;
  padding:7px 9px;
  border-radius:999px;
  background:#eef3f8;
  color:#68798e;
  font-size:9px;
  font-weight:800;
}

.pending-actions-btn{
  display:inline-flex;
  gap:6px;
  align-items:center;
  border:1px solid #e4c98c;
  background:#fff8e5;
  color:#775e21;
  border-radius:9px;
  padding:9px 11px;
  font-size:10px;
  font-weight:800;
}
.pending-actions-btn strong{
  min-width:18px;height:18px;border-radius:999px;
  display:grid;place-items:center;
  background:#f0d998;color:#5f4916;
}
.unsubscribe-btn.is-pending{
  background:#fff4d9;
  border-color:#e5c574;
  color:#775b16;
}
.followup-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:6px;
  flex-wrap:wrap;
}
.followup-success{
  border:1px solid #9fcfb3;
  background:#eaf7ef;
  color:#2e714e;
  border-radius:8px;
  padding:8px 10px;
  font-size:10px;
  font-weight:800;
}
.followup-success:disabled{opacity:.4;cursor:not-allowed}
.followup-cancel{
  border:1px solid #d9e0e9;
  background:#fff;
  color:#728095;
  border-radius:8px;
  padding:8px 10px;
  font-size:10px;
  font-weight:750;
}
.unsubscribe-followup-item.opened{
  border-color:#c9dfd2;
  background:#fbfefc;
}
.history-final{
  border-radius:999px;
  background:#eef2f6;
  color:#7b8797;
  padding:5px 8px;
  font-size:9px;
  font-weight:800;
}
.review-undo{
  border:1px solid #a9c6ed;
  background:#edf5ff;
  color:#2f659f;
  border-radius:8px;
  padding:9px 12px;
  font-size:10px;
  font-weight:800;
}
.cleaned-review{
  background:#f5fbf7;
  border:1px solid #d3e8dc;
  border-radius:12px;
  margin:10px;
}
.trash-btn:disabled:not(.is-protected){
  opacity:1;
}
@media(max-width:900px){
  .panel-max-button span{display:none}
  .panel-max-button{min-width:34px}
  .sender-filter-bar{align-items:stretch}
  .filter-title{width:100%}
  .sender-filter-bar label{flex:1 1 120px}
  .followup-actions{justify-content:flex-start}
}


/* V0.6.5 — independent sender display control + simple ordering */
.simple-order-bar{
  align-items:center;
}
.simple-order-bar .filter-title{
  margin-right:auto;
}
.simple-order-bar label{
  min-width:170px;
}
.simple-order-bar select{
  min-width:170px;
}
.simple-order-bar .filter-result{
  align-self:center;
}

.simple-url-item{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  gap:10px !important;
  align-items:center !important;
}
.followup-url{
  min-width:0;
  text-align:left;
  border:1px solid #dce4ed;
  background:#f8fafc;
  color:#315f91;
  border-radius:8px;
  padding:10px 12px;
  font-size:10px;
  font-weight:700;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.followup-url:hover{
  background:#f0f6fc;
  border-color:#c7d8e9;
}
.followup-done{
  border:1px solid #a8d0b8;
  background:#eaf7ef;
  color:#2f714e;
  border-radius:8px;
  padding:10px 14px;
  font-size:10px;
  font-weight:800;
}
.followup-done:hover{
  background:#ddf1e5;
}


/* V0.6.6 — Review ordering + exact sample-state consistency */
.review-header-tools{
  display:flex;
  align-items:center;
  gap:10px;
  margin-left:auto;
}
.review-order-label{
  display:flex;
  align-items:center;
  gap:7px;
  color:#708096;
  font-size:10px;
  font-weight:750;
}
.review-order-label select{
  border:1px solid #d7e0ea;
  background:#fff;
  color:#263b59;
  border-radius:8px;
  padding:7px 26px 7px 9px;
  font-size:10px;
}
.review-summary small{
  color:#8190a3;
  font-size:9px;
}
@media(max-width:760px){
  .review-header-tools{
    width:100%;
    justify-content:space-between;
    flex-wrap:wrap;
  }
}


/* V0.6.7 — Review unprotect + exact protected remainder */
.override-protection.sender-unprotect{
  background:#fff7e6;
  border-color:#e7ca8b;
  color:#755b1e;
}
.override-protection.sender-unprotect:hover{
  background:#ffefcc;
  border-color:#dbb96d;
}
.trash-btn.is-protected{
  white-space:nowrap;
  min-width:118px;
}
.review-buttons .primary:disabled{
  opacity:1;
  background:#eef1f5;
  border-color:#d6dde6;
  color:#68788d;
}


/* V0.6.8 — complete protection-state controls */
.message-protect-btn,
.message-unprotect-btn{
  border-radius:8px;
  padding:9px 11px;
  font-size:10px;
  font-weight:800;
}
.message-protect-btn{
  border:1px solid #a7c8ef;
  background:#edf5ff;
  color:#2e639c;
}
.message-unprotect-btn{
  border:1px solid #e1c883;
  background:#fff8df;
  color:#725a16;
}
.message-protect-btn:disabled,
.message-unprotect-btn:disabled{
  opacity:.42;
  cursor:not-allowed;
}
.protection-notice-modal{
  max-width:520px;
}
.email-row .mail-check{
  cursor:pointer;
}


/* V0.6.9 — visible protection reconciliation */
.message-count-cell strong{
  display:block;
  font-size:11px;
  color:#203653;
}
.message-count-cell small{
  display:flex;
  gap:6px;
  flex-wrap:wrap;
  margin-top:3px;
  font-size:8px;
  font-weight:700;
}
.cleanable-count{
  color:#58718d;
}
.protected-count{
  color:#47745c;
  background:#edf7f1;
  border-radius:999px;
  padding:2px 5px;
}
.review-summary .review-protected{
  color:#397356;
  font-weight:800;
}
.review-summary .review-cleanable{
  color:#496984;
  font-weight:800;
}


/* V0.6.10 — Protection acknowledgement is the commit point */
.protection-notice-modal .warning-actions{
  justify-content:flex-end;
}
.protection-notice-modal #protectionNoticeUnderstood{
  min-width:112px;
}

/* V0.6.11 — protection bar is the committed source of category protection */
.message-count-cell small{
  line-height:1.35;
}


/* V0.6.12 — category protection visibly propagates into Senders */
.sender-table tr.has-protected-mail td{
  background:#fcfefc;
}
.sender-table tr.has-protected-mail td:first-child{
  box-shadow:inset 3px 0 0 #9bc8aa;
}
.sender-table tr.fully-protected-mail td{
  background:#f7fbf8;
}
.protected-count{
  transition:.15s ease;
}
.protected-count.active{
  color:#2f714e;
  background:#e5f4eb;
  border:1px solid #c4e2d0;
  font-weight:800;
}


/* V0.6.14 — protection warning preference + strict protection hierarchy */
.protection-notice-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:18px;
}
.protection-dismiss-choice{
  margin-right:auto;
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:700;
  color:#475569;
  cursor:pointer;
}
.protection-dismiss-choice input{
  width:16px;
  height:16px;
}


/* V0.6.14 — strict protection hierarchy */
.protect-cell{
  text-align:center;
}
.protect-toggle-row:checked{
  outline:2px solid rgba(30,58,138,.12);
  outline-offset:2px;
}
.message-count-cell .protected-count.active{
  /* Protected-email count may be non-zero even when whole-sender checkbox is off. */
  font-weight:800;
}


/* V0.6.15 — live sender search, corrected protection hierarchy, table jump controls */
.sender-search-label{min-width:220px}
.sender-search-input{
  min-width:220px;height:38px;padding:0 12px;border:1px solid #cbd5e1;
  border-radius:9px;background:#fff;color:#0f2747;font:inherit
}
.sender-search-input:focus{outline:2px solid rgba(57,130,247,.18);border-color:#3982f7}
.table-jump-buttons{display:inline-flex;align-items:center;gap:6px}
.compact-jump{min-height:34px;padding:6px 10px;font-size:12px}
.review-jump-buttons{margin-left:4px}
.sender-table tr.whole-sender-protected td{background:#f8fbff}
.unsubscribe-btn.is-protected{background:#eef3f8;border-color:#d5dee8;color:#5d6d7e}
@media (max-width:900px){.sender-search-label,.sender-search-input{min-width:180px}}


/* V0.6.16 — discreet arrows, optional snippets, sender-specific Review undo */
.arrow-jump{
  width:34px; min-width:34px; height:34px; padding:0;
  border:1px solid #d7e0ea; border-radius:8px;
  background:#fff; color:#18385e; font-size:17px; font-weight:800;
  line-height:1; cursor:pointer;
}
.arrow-jump:hover{background:#f4f8fc;border-color:#b8c8d9}
.review-snippet-toggle{
  display:inline-flex; align-items:center; gap:7px; white-space:nowrap;
  font-size:13px; font-weight:700; color:#42556d;
}
.review-snippet-toggle input{width:15px;height:15px}


/* V0.6.20 — Review protection persistence + row clarity */
.email-row{
  grid-template-columns:28px 92px minmax(260px,62%) minmax(145px,190px);
  justify-content:start;
  transition:background-color .12s ease, box-shadow .12s ease;
}
.email-row.is-protected{
  background:#f4fbf6;
}
.email-row.is-protected:hover{
  background:#e9f6ed;
  box-shadow:inset 3px 0 0 #9fcdb0;
}
.email-row.is-cleanable:hover{
  background:#f3f7fd;
  box-shadow:inset 3px 0 0 #b8cdec;
}
.status-pill{
  background:#eaf2ff;
  color:#365f8f;
  border:1px solid #d7e5f7;
}
.status-pill.protected{
  background:#e6f5eb;
  color:#2d714d;
  border:1px solid #cce7d5;
}

/* V0.6.21 — demo legal footer */
.site-footer{display:block;padding:22px 28px 24px}
.footer-main{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.footer-links{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.footer-contact{text-decoration:none}
.footer-demo-note{margin-top:8px;font-size:11px;color:#718096}
.legal-modal{width:min(760px,calc(100vw - 36px));max-height:min(82vh,760px);overflow:auto;text-align:left}
.legal-modal h3{margin-bottom:4px}.legal-modal h4{margin:18px 0 5px;color:#17385f;font-size:14px}
.legal-modal p{margin:0;color:#53657c;line-height:1.6}.legal-modal .legal-updated{color:#718096;font-size:12px;margin-bottom:10px}
.legal-actions{display:flex;justify-content:flex-end;margin-top:22px;padding-top:16px;border-top:1px solid #e3eaf2}
@media(max-width:720px){.footer-main{align-items:flex-start;flex-direction:column}.footer-links{gap:12px}}
