:root{font-family:system-ui,-apple-system,sans-serif;color:#26282a;background:#f7f6f4}*{box-sizing:border-box}body{margin:0}.shell{max-width:1100px;margin:auto;padding:28px 22px 70px}h1{font-size:clamp(28px,4vw,40px);font-weight:600;letter-spacing:-.035em}a{color:#185f53}header,.topline{display:flex;justify-content:space-between;align-items:center;gap:15px}header{border-bottom:1px solid #ddd;margin-bottom:22px}small,.muted{color:#676767}.notice{background:#eaf3ef;padding:13px;border-left:3px solid #2f6658;line-height:1.5}.filters,.agreement-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.filters{align-items:end;margin:22px 0}.agreement-form{margin-top:28px}label{display:block;font-size:13px;font-weight:600}input,select,textarea{display:block;width:100%;padding:12px;margin-top:7px;border:1px solid #b9bebc;border-radius:6px;font:inherit;background:white;min-height:44px}textarea{resize:vertical}button,.button{display:inline-block;border:0;border-radius:6px;background:#2f6658;color:white;padding:13px 18px;font:inherit;cursor:pointer;text-decoration:none;min-height:44px}.secondary{background:white;color:#185f53;border:1px solid #b9bebc}.list{display:grid;gap:8px}.list a{background:white;border:1px solid #ddd;border-radius:7px;padding:14px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px;text-decoration:none;color:inherit;align-items:center}.stage{color:#185f53;font-size:13px}.fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.fields div{padding:12px;background:white;border:1px solid #ddd;overflow-wrap:anywhere}.fields dt{color:#666;font-size:12px}.fields dd{margin:6px 0 0}.login{max-width:480px;padding-top:12vh}.login form{display:grid;gap:18px}.login button{margin-top:10px}.error,#feedback{color:#a03824}.agreement-form button{justify-self:start}@media(max-width:650px){.shell{padding:20px 18px 50px}.filters,.agreement-form,.fields{grid-template-columns:1fr}.list a{grid-template-columns:1fr}.list a span{font-size:13px}.topline p{font-size:13px}}

.user-row{background:white;border:1px solid #ddd;border-radius:7px;padding:14px;display:grid;grid-template-columns:1fr 2fr 1fr;gap:10px;overflow-wrap:anywhere}@media(max-width:650px){.user-row{grid-template-columns:1fr}.topline{flex-wrap:wrap}}

.user-card{background:white;border:1px solid #ddd;border-radius:7px;padding:14px;display:grid;gap:12px}.user-card .user-row{border:0;padding:0}.user-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:end}.user-actions form{display:flex;gap:8px;align-items:end}.user-actions select{width:auto;min-width:150px}.user-actions button{padding:10px 14px;min-height:44px}.danger{color:#a03824;border-color:#a03824}

.tabs{display:flex;gap:8px;margin:18px 0}.tab{padding:9px 14px;border:1px solid #b9bebc;border-radius:6px;text-decoration:none;color:#185f53;background:white}.tab.active{background:#2f6658;color:white;border-color:#2f6658}.toolbar{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0}.toolbar button{background:white;color:#185f53;border:1px solid #b9bebc;padding:8px 12px;min-height:40px;min-width:40px}.editor{background:white;border:1px solid #b9bebc;border-radius:6px;min-height:340px;padding:18px;line-height:1.6;overflow-wrap:anywhere}.editor:empty:before{content:attr(data-placeholder);color:#999}.editor img{max-width:100%;height:auto}.editor blockquote{border-left:3px solid #2f6658;margin-left:0;padding-left:14px;color:#444}.editor.readonly{background:#fbfaf8}.press-controls{display:flex;gap:14px;align-items:end;margin-top:14px}.press-controls select{width:auto;min-width:200px}

[hidden]{display:none!important}

.email-preview{background:white;border:1px solid #ddd;border-radius:8px;padding:22px;margin-top:16px;max-width:760px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.email-head{border-bottom:1px solid #eee;padding-bottom:10px;margin-bottom:14px;display:grid;gap:4px}.email-preview table{width:100%;border-collapse:collapse;font-size:14px;margin:8px 0 18px}.email-preview th{text-align:left;color:#676767;font-size:12px;border-bottom:2px solid #2f6658;padding:6px 8px}.email-preview td{border-bottom:1px solid #eee;padding:6px 8px;overflow-wrap:anywhere}.report-group h3{margin-bottom:4px}

.bell{position:relative}.badge{position:absolute;top:-8px;right:-8px;background:#a03824;color:white;border-radius:999px;font-size:12px;padding:2px 7px}.list a.unread{border-left:3px solid #2f6658;background:#f4faf7}

/* Dashboard */
.header-actions{display:flex;gap:10px;align-items:center}.kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:20px 0}.kpi{background:white;border:1px solid #ddd;border-radius:8px;padding:16px;display:grid;gap:2px;text-decoration:none;color:inherit}.kpi strong{font-size:28px;color:#2f6658}.kpi span{font-size:13px;color:#676767}.quicknav{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.dashboard{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.panel{background:white;border:1px solid #ddd;border-radius:8px;padding:18px}.panel h2{font-size:17px;margin:0 0 12px}.stagebar{display:grid;grid-template-columns:150px 1fr 34px;gap:10px;align-items:center;padding:5px 0;text-decoration:none;color:inherit;font-size:13px}.stagebar-track{background:#eee;border-radius:4px;height:10px;overflow:hidden}.stagebar-fill{display:block;height:100%;background:#2f6658;border-radius:4px}@media(max-width:650px){.kpis{grid-template-columns:repeat(2,1fr)}.stagebar{grid-template-columns:110px 1fr 28px;font-size:12px}}

/* Theme picker */
.theme-picker{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-top:14px}.theme-option{display:flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #b9bebc;border-radius:8px;cursor:pointer;font-weight:400}.theme-option input{min-height:0;width:auto;margin:0;display:inline}.swatch{display:inline-flex;width:34px;height:22px;border-radius:4px;overflow:hidden;border:1px solid #999}.swatch-bg{flex:1}.swatch-accent{width:10px}.theme-preview-claro .swatch-bg{background:#f7f6f4}.theme-preview-claro .swatch-accent{background:#2f6658}.theme-preview-oscuro .swatch-bg{background:#1b1d1f}.theme-preview-oscuro .swatch-accent{background:#4c9e8c}.theme-preview-sdc .swatch-bg{background:#ffffff}.theme-preview-sdc .swatch-accent{background:#40b7b4}.theme-preview-sdcnoche .swatch-bg{background:#05070d}.theme-preview-sdcnoche .swatch-accent{background:#40b7b4}

/* Tema oscuro */
[data-theme='oscuro']{color-scheme:dark}[data-theme='oscuro'] body{background:#151719;color:#e6e4e1}[data-theme='oscuro'] a{color:#7fc7b8}[data-theme='oscuro'] h1,[data-theme='oscuro'] h2,[data-theme='oscuro'] h3{color:#f2f0ed}[data-theme='oscuro'] small,[data-theme='oscuro'] .muted,[data-theme='oscuro'] .kpi span,[data-theme='oscuro'] .fields dt{color:#9aa0a3}[data-theme='oscuro'] input,[data-theme='oscuro'] select,[data-theme='oscuro'] textarea{background:#22262a;color:#e6e4e1;border-color:#454b50}[data-theme='oscuro'] button,[data-theme='oscuro'] .button{background:#2f6658;color:#fff}[data-theme='oscuro'] .secondary{background:#22262a;color:#7fc7b8;border-color:#454b50}[data-theme='oscuro'] .danger{color:#e08a78;border-color:#e08a78}[data-theme='oscuro'] header{border-color:#333}[data-theme='oscuro'] .notice{background:#1e2a26;border-left-color:#4c9e8c}[data-theme='oscuro'] .list a,[data-theme='oscuro'] .user-card,[data-theme='oscuro'] .fields div,[data-theme='oscuro'] .kpi,[data-theme='oscuro'] .panel,[data-theme='oscuro'] .email-preview,[data-theme='oscuro'] .editor,[data-theme='oscuro'] .tab{background:#1d2024;border-color:#363b40;color:#e6e4e1}[data-theme='oscuro'] .tab.active{background:#2f6658;color:#fff}[data-theme='oscuro'] .toolbar button{background:#22262a;color:#7fc7b8;border-color:#454b50}[data-theme='oscuro'] .list a.unread{background:#1c2925;border-left-color:#4c9e8c}[data-theme='oscuro'] .stagebar{color:#e6e4e1}[data-theme='oscuro'] .stagebar-track{background:#333}[data-theme='oscuro'] .stagebar-fill{background:#4c9e8c}[data-theme='oscuro'] .email-preview th{color:#9aa0a3;border-color:#4c9e8c}[data-theme='oscuro'] .email-preview td{border-color:#2c3136}[data-theme='oscuro'] .email-head{border-color:#2c3136}[data-theme='oscuro'] .editor.readonly{background:#191c1f}[data-theme='oscuro'] .editor blockquote{color:#b9bebc;border-left-color:#4c9e8c}[data-theme='oscuro'] .kpi strong{color:#7fc7b8}[data-theme='oscuro'] .theme-option{background:#22262a;border-color:#454b50}[data-theme='oscuro'] .editor:empty:before{color:#666}

/* Tema SDC (claro, turquesa marca) */
[data-theme='sdc'] body{background:#f4f8f8;color:#10161a}[data-theme='sdc'] a{color:#0d7a77}[data-theme='sdc'] button,[data-theme='sdc'] .button{background:#40b7b4;color:#06201f}[data-theme='sdc'] .secondary{background:white;color:#0d7a77;border-color:#9fd8d6}[data-theme='sdc'] .danger{color:#a03824;border-color:#a03824}[data-theme='sdc'] .notice{background:#e4f5f4;border-left-color:#40b7b4}[data-theme='sdc'] .kpi strong,[data-theme='sdc'] .stage{color:#0d7a77}[data-theme='sdc'] .stagebar-fill{background:#40b7b4}[data-theme='sdc'] .list a.unread{background:#eef9f8;border-left-color:#40b7b4}[data-theme='sdc'] .tab.active{background:#40b7b4;color:#06201f;border-color:#40b7b4}[data-theme='sdc'] .tab{color:#0d7a77;border-color:#9fd8d6}[data-theme='sdc'] .toolbar button{color:#0d7a77;border-color:#9fd8d6}[data-theme='sdc'] .email-preview th{border-color:#40b7b4}[data-theme='sdc'] .editor blockquote{border-left-color:#40b7b4}

/* Tema SDC Noche */
[data-theme='sdcnoche']{color-scheme:dark}[data-theme='sdcnoche'] body{background:#05070d;color:#e8ecef}[data-theme='sdcnoche'] a{color:#40b7b4}[data-theme='sdcnoche'] h1,[data-theme='sdcnoche'] h2,[data-theme='sdcnoche'] h3{color:#f4f7f9}[data-theme='sdcnoche'] small,[data-theme='sdcnoche'] .muted,[data-theme='sdcnoche'] .kpi span,[data-theme='sdcnoche'] .fields dt{color:#8b96a0}[data-theme='sdcnoche'] input,[data-theme='sdcnoche'] select,[data-theme='sdcnoche'] textarea{background:#0d1420;color:#e8ecef;border-color:#28364a}[data-theme='sdcnoche'] button,[data-theme='sdcnoche'] .button{background:#40b7b4;color:#06201f}[data-theme='sdcnoche'] .secondary{background:#0d1420;color:#40b7b4;border-color:#28364a}[data-theme='sdcnoche'] .danger{color:#e08a78;border-color:#e08a78}[data-theme='sdcnoche'] header{border-color:#1b2636}[data-theme='sdcnoche'] .notice{background:#0a1a1c;border-left-color:#40b7b4}[data-theme='sdcnoche'] .list a,[data-theme='sdcnoche'] .user-card,[data-theme='sdcnoche'] .fields div,[data-theme='sdcnoche'] .kpi,[data-theme='sdcnoche'] .panel,[data-theme='sdcnoche'] .email-preview,[data-theme='sdcnoche'] .editor,[data-theme='sdcnoche'] .tab{background:#0a101c;border-color:#1b2636;color:#e8ecef}[data-theme='sdcnoche'] .tab.active{background:#40b7b4;color:#06201f}[data-theme='sdcnoche'] .toolbar button{background:#0d1420;color:#40b7b4;border-color:#28364a}[data-theme='sdcnoche'] .list a.unread{background:#0a1a1c;border-left-color:#40b7b4}[data-theme='sdcnoche'] .stagebar{color:#e8ecef}[data-theme='sdcnoche'] .stagebar-track{background:#1b2636}[data-theme='sdcnoche'] .stagebar-fill{background:#40b7b4}[data-theme='sdcnoche'] .email-preview th{color:#8b96a0;border-color:#40b7b4}[data-theme='sdcnoche'] .email-preview td{border-color:#16202f}[data-theme='sdcnoche'] .email-head{border-color:#16202f}[data-theme='sdcnoche'] .editor.readonly{background:#080d16}[data-theme='sdcnoche'] .editor blockquote{color:#aeb9c2;border-left-color:#40b7b4}[data-theme='sdcnoche'] .kpi strong{color:#40b7b4}[data-theme='sdcnoche'] .theme-option{background:#0d1420;border-color:#28364a}[data-theme='sdcnoche'] .editor:empty:before{color:#5a6672}

[data-theme='oscuro'],[data-theme='oscuro'] body{background:#151719;min-height:100vh}[data-theme='sdcnoche'],[data-theme='sdcnoche'] body{background:#05070d;min-height:100vh}[data-theme='sdc'],[data-theme='sdc'] body{background:#f4f8f8;min-height:100vh}
