/* V7.2 unified design tokens & engagement surfaces */
:root,[data-bs-theme="light"]{
 --v72-page:#f6f8fb;--v72-surface:#fff;--v72-surface-2:#f1f4f8;--v72-text:#17202a;--v72-muted:#667085;--v72-border:#dfe5ec;--v72-shadow:0 12px 30px rgba(15,23,42,.07);--v72-primary:#0b263d;--v72-gold:#c99527;
}
[data-bs-theme="dark"]{
 --v72-page:#0b1118;--v72-surface:#111a24;--v72-surface-2:#182331;--v72-text:#f5f7fa;--v72-muted:#b9c2cf;--v72-border:#2a394b;--v72-shadow:0 12px 30px rgba(0,0,0,.28);--v72-primary:#eaf2f8;--v72-gold:#e2b44b;
}
html,body{background:var(--v72-page);color:var(--v72-text)}
.panel,.settings-card,.role-feature-v6,.dash-kpi,.admin-stat,.panel-soft,.card{background:var(--v72-surface);color:var(--v72-text);border-color:var(--v72-border)!important;box-shadow:var(--v72-shadow)}
.text-muted,.form-text,small{color:var(--v72-muted)!important}.table{--bs-table-bg:transparent;--bs-table-color:var(--v72-text);--bs-table-border-color:var(--v72-border)}
.form-control,.form-select,.input-group-text{background:var(--v72-surface);color:var(--v72-text);border-color:var(--v72-border)}.form-control:focus,.form-select:focus{background:var(--v72-surface);color:var(--v72-text);border-color:var(--v72-gold);box-shadow:0 0 0 .2rem color-mix(in srgb,var(--v72-gold) 20%,transparent)}
.btn{font-weight:700}.btn-soft-v6{background:var(--v72-surface-2)!important;color:var(--v72-text)!important;border:1px solid var(--v72-border)!important}.btn-soft-v6:hover{background:var(--v72-primary)!important;color:var(--v72-page)!important}.btn-outline-dark{color:var(--v72-text);border-color:color-mix(in srgb,var(--v72-text) 35%,transparent)}[data-bs-theme="dark"] .btn-dark{background:#f0f4f8;color:#101820;border-color:#f0f4f8}[data-bs-theme="dark"] .btn-outline-dark{color:#f6f8fb;border-color:#667789}[data-bs-theme="dark"] .btn-light{background:#202d3a;color:#fff;border-color:#304357}
.form-check-input{border:2px solid #98a2b3;background-color:var(--v72-surface);box-shadow:none}.form-check-input:checked{background-color:#16a36a;border-color:#16a36a}.form-check-input:checked[type="checkbox"]{--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-switch .form-check-input{width:2.7rem;height:1.4rem}

/* Status language */
.status-pill-v72{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;padding:.35rem .65rem;font-size:.78rem;font-weight:800}.status-pill-v72.draft{background:#eef2f6;color:#475467}.status-pill-v72.review{background:#fff4d6;color:#8a6100}.status-pill-v72.changes{background:#e7f5ff;color:#0967a7}.status-pill-v72.published{background:#dcfce7;color:#166534}.status-pill-v72.rejected{background:#fee2e2;color:#991b1b}[data-bs-theme="dark"] .status-pill-v72.draft{background:#293646;color:#d7deea}[data-bs-theme="dark"] .status-pill-v72.review{background:#4b3a0a;color:#ffe5a1}[data-bs-theme="dark"] .status-pill-v72.changes{background:#0c3c5c;color:#bde6ff}[data-bs-theme="dark"] .status-pill-v72.published{background:#123d2a;color:#b9f6d2}[data-bs-theme="dark"] .status-pill-v72.rejected{background:#4d1b1b;color:#ffc9c9}

/* Promotion packages */
.promotion-hero-v72{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1.5rem;border:1px solid var(--v72-border);background:linear-gradient(135deg,var(--v72-surface),var(--v72-surface-2));border-radius:22px}.promotion-package-grid-v72{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.promotion-package-card-v72{position:relative;display:flex;flex-direction:column;gap:.4rem;padding:1rem;border:1px solid var(--v72-border);border-radius:18px;background:var(--v72-surface);cursor:pointer;transition:.2s}.promotion-package-card-v72:hover{transform:translateY(-2px);box-shadow:var(--v72-shadow)}.promotion-package-card-v72 input{position:absolute;opacity:0}.promotion-package-card-v72:has(input:checked){border-color:var(--v72-gold);box-shadow:0 0 0 3px color-mix(in srgb,var(--v72-gold) 18%,transparent)}.promotion-package-check-v72{position:absolute;top:10px;left:10px;width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:var(--v72-surface-2);color:transparent}.promotion-package-card-v72:has(input:checked) .promotion-package-check-v72{background:#16a36a;color:#fff}.promotion-package-card-v72 strong{font-size:1rem}.promotion-package-card-v72 small{min-height:40px}.promotion-package-card-v72 div{margin-top:auto;display:flex;flex-direction:column}.promotion-package-card-v72 b{font-size:1.3rem;color:var(--v72-gold)}.promotion-how-v72{display:grid;gap:12px}.promotion-how-v72>div{display:flex;gap:.8rem;align-items:center;padding:.8rem;border-radius:14px;background:var(--v72-surface-2)}.promotion-how-v72 i{width:42px;height:42px;border-radius:12px;background:var(--v72-primary);color:var(--v72-page);display:grid;place-items:center}.promotion-how-v72 span{display:flex;flex-direction:column}.promotion-admin-packages-v72{display:grid;gap:10px}.promotion-admin-package-v72,.promotion-new-package-v72{padding:12px;border:1px solid var(--v72-border);border-radius:15px;background:var(--v72-surface-2)}

/* Collections */
.collection-list-v72{display:grid;gap:8px}.collection-list-v72>a{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1rem;border:1px solid var(--v72-border);border-radius:14px;color:var(--v72-text);text-decoration:none;background:var(--v72-surface)}.collection-list-v72>a.active{border-color:var(--v72-gold);background:color-mix(in srgb,var(--v72-gold) 10%,var(--v72-surface))}.collection-list-v72>a span{display:grid;grid-template-columns:auto 1fr;gap:0 .65rem;align-items:center}.collection-list-v72>a i{grid-row:1/3}.collection-list-v72 small{grid-column:2}.collection-public-hero-v72,.trends-hero-v72{padding:2rem;border-radius:24px;background:linear-gradient(135deg,var(--v72-primary),#163d5a);color:#fff}.collection-public-hero-v72 p,.trends-hero-v72 p{color:#d9e5ef}.collection-modal-v72{background:var(--v72-surface);color:var(--v72-text)}

/* Trends & insights */
.trend-topic-grid-v72{display:grid;gap:8px}.trend-topic-grid-v72 a{display:grid;grid-template-columns:36px 1fr auto;gap:.7rem;align-items:center;padding:.85rem;border-radius:14px;color:var(--v72-text);text-decoration:none;border:1px solid var(--v72-border);background:var(--v72-surface-2)}.trend-topic-grid-v72 b{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--v72-primary);color:var(--v72-page)}.trend-topic-grid-v72 span{display:flex;flex-direction:column}.author-month-v72{text-align:center}.author-month-avatar-v72{width:86px;height:86px;border-radius:50%;margin:1rem auto;overflow:hidden;background:var(--v72-surface-2);display:grid;place-items:center;font-size:2rem}.author-month-avatar-v72 img{width:100%;height:100%;object-fit:cover}.insight-row-v72,.content-opportunity-v72{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--v72-border)}.insight-row-v72 span,.content-opportunity-v72>div{display:flex;flex-direction:column}

/* Review quality and diff */
.review-checklist-v72{display:grid;gap:8px;padding:12px;border:1px solid var(--v72-border);border-radius:15px;background:var(--v72-surface-2)}.review-checklist-head-v72{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:.35rem}.review-checklist-v72 label{display:flex;align-items:center;gap:.65rem;padding:.65rem;border-radius:12px;background:var(--v72-surface);cursor:pointer}.review-checklist-v72 label input{position:absolute;opacity:0}.check-ui-v72{width:24px;height:24px;border-radius:7px;border:2px solid #98a2b3;display:grid;place-items:center;color:transparent}.review-checklist-v72 label:has(input:checked) .check-ui-v72{background:#16a36a;border-color:#16a36a;color:#fff}.revision-diff-summary-v72{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:12px}.revision-diff-summary-v72 span{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .55rem;border-radius:999px;background:#fff4d6;color:#805b00;font-size:.78rem;font-weight:700}.revision-diff-list-v72 article>div>div:first-child{background:color-mix(in srgb,#ef4444 7%,var(--v72-surface));border-radius:10px;padding:.65rem}.revision-diff-list-v72 article>div>div:last-child{background:color-mix(in srgb,#22c55e 8%,var(--v72-surface));border-radius:10px;padding:.65rem}

/* Reading continuity */
.btn-continue-reading-v72{display:inline-grid;grid-template-columns:auto 1fr auto;gap:.55rem;align-items:center;background:#0f6cbd;color:#fff!important;border:0}.btn-continue-reading-v72 small{color:#dbeafe!important}.wizard-save-state-v72{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:.78rem;color:var(--v72-muted)}

/* Newsletter */
.newsletter-preview-v72{display:grid;gap:8px}.newsletter-preview-v72>div{display:flex;gap:.7rem;align-items:center;padding:.7rem;border-radius:12px;background:var(--v72-surface-2)}.newsletter-preview-v72 span{display:flex;flex-direction:column}.newsletter-history-v72{display:grid;gap:2px;padding:.7rem 0;border-bottom:1px solid var(--v72-border)}

/* Mobile */
@media(max-width:991.98px){.promotion-package-grid-v72{grid-template-columns:repeat(2,minmax(0,1fr))}.promotion-hero-v72{align-items:flex-start;flex-direction:column}.admin-nav{position:relative!important;top:auto!important}}
@media(max-width:575.98px){.promotion-package-grid-v72{grid-template-columns:1fr}.review-checklist-head-v72{align-items:flex-start;flex-direction:column}.trends-hero-v72,.collection-public-hero-v72{padding:1.4rem}.content-opportunity-v72{align-items:flex-start;flex-direction:column}.wizard-save-state-v72{align-items:flex-start}.btn{min-height:42px}.item-primary-actions-v6>.btn{width:100%;justify-content:center}.modal-dialog{margin:.55rem}}
.pdf-page-note-v72{border:1px solid var(--v72-border);background:var(--v72-surface);color:var(--v72-text);border-radius:999px;padding:.3rem .55rem;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;gap:.3rem}.pdf-page-note-v72:hover{border-color:var(--v72-gold);color:var(--v72-gold)}
.author-opportunity-grid-v72{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.author-opportunity-grid-v72 a{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:.65rem;padding:.75rem;border:1px solid var(--v72-border);border-radius:14px;color:var(--v72-text);text-decoration:none;background:var(--v72-surface-2)}.author-opportunity-grid-v72 a>i:first-child{width:36px;height:36px;border-radius:10px;background:#fff4d6;color:#8a6100;display:grid;place-items:center}.author-opportunity-grid-v72 span{display:flex;flex-direction:column}@media(max-width:575.98px){.author-opportunity-grid-v72{grid-template-columns:1fr}}
.home-trends-v72{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-trends-v72 a{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:.65rem;padding:.85rem;border-radius:14px;background:var(--v72-surface);border:1px solid var(--v72-border);color:var(--v72-text);text-decoration:none}.home-trends-v72 a>b{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:var(--v72-primary);color:var(--v72-page)}.home-trends-v72 span{display:flex;flex-direction:column}.home-author-month-v72{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1.5rem;border-radius:20px;background:var(--v72-surface);border:1px solid var(--v72-border);color:var(--v72-text);text-decoration:none}.home-author-month-v72>div{width:76px;height:76px;border-radius:50%;overflow:hidden;background:var(--v72-surface-2);display:grid;place-items:center;margin:.8rem}.home-author-month-v72 img{width:100%;height:100%;object-fit:cover}@media(max-width:575.98px){.home-trends-v72{grid-template-columns:1fr}}

/* V7.2 typography and solid admin structure */
body{font-size:clamp(.94rem,.25vw + .9rem,1rem);line-height:1.7}
h1,.h1{font-size:clamp(1.75rem,2.8vw,2.7rem);font-weight:900;line-height:1.2}h2,.h2{font-size:clamp(1.35rem,2vw,2rem);font-weight:850;line-height:1.3}h3,.h3{font-size:clamp(1.05rem,1.3vw,1.4rem);font-weight:800}.panel,.settings-card,.admin-stat,.dash-kpi{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.admin-shell .panel{border:1px solid var(--v72-border)}
.roles-overview-v71{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:1rem}.roles-overview-v71 article{padding:1rem 1.1rem;border:1px solid var(--v72-border);border-radius:16px;background:var(--v72-surface);box-shadow:var(--v72-shadow);display:flex;flex-direction:column}.roles-overview-v71 strong{font-size:1.45rem;color:var(--v72-text)}.roles-overview-v71 small{color:var(--v72-muted)!important;font-weight:700}.roles-sidebar-v61{background:var(--v72-surface)!important;border:1px solid var(--v72-border)!important}.role-item-v61{color:var(--v72-text)!important}.role-item-v61:hover{background:var(--v72-surface-2)!important}.role-item-v61.active{background:color-mix(in srgb,var(--v72-gold) 14%,var(--v72-surface))!important;border-color:color-mix(in srgb,var(--v72-gold) 55%,var(--v72-border))!important}.role-item-v61 small{color:var(--v72-muted)!important}.role-item-icon-v61{background:var(--v72-surface-2)!important}.permissions-panel-v61,.permissions-head-v61,.permission-group-v71,.permission-card-v61{background:var(--v72-surface)!important;color:var(--v72-text)!important;border-color:var(--v72-border)!important}.permissions-head-v61{border-bottom:1px solid var(--v72-border)!important}.permission-group-head-v61{background:var(--v72-surface-2)!important}.permission-card-v61:hover{border-color:var(--v72-gold)!important;transform:translateY(-1px)}.permission-card-v61:has(input:checked){border-color:#16a36a!important;background:color-mix(in srgb,#16a36a 8%,var(--v72-surface))!important}.permissions-savebar-v61{background:var(--v72-surface-2)!important;border-top:1px solid var(--v72-border)!important}
.pdf-page-note-v72.has-note{background:color-mix(in srgb,#16a36a 12%,var(--v72-surface));border-color:#16a36a;color:#13734f}.reading-page-state-v72{display:inline-flex;align-items:center;gap:.45rem;padding:.38rem .65rem;border-radius:999px;background:var(--v72-surface-2);color:var(--v72-text);font-weight:800;font-size:.78rem}
@media(max-width:767.98px){.roles-overview-v71{grid-template-columns:1fr}.roles-sidebar-v61{position:static!important}.admin-page-heading-v61{gap:.75rem;flex-direction:column;align-items:stretch}.permissions-head-v61{padding:1rem!important}.permissions-savebar-v61{position:sticky;bottom:0;z-index:4;flex-direction:column;align-items:stretch!important}.permissions-savebar-v61 .btn{width:100%}}
.wizard-subsection-v72{padding:1rem;border:1px solid var(--v72-border);border-radius:18px;background:var(--v72-surface-2)}.wizard-subsection-head-v72{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.wizard-subsection-head-v72>span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:var(--v72-primary);color:var(--v72-page)}.wizard-subsection-head-v72 h3{margin:0;font-size:1rem}.wizard-subsection-head-v72 p{margin:2px 0 0;color:var(--v72-muted);font-size:.78rem}.newsletter-switch-v72{display:flex;align-items:center;gap:.65rem;padding:.7rem;border:1px solid var(--v72-border);border-radius:14px;background:var(--v72-surface-2)}.newsletter-switch-v72 span{display:flex;flex-direction:column}.newsletter-switch-v72 small{font-size:.68rem}
