/* PHASE_M2_R5F3_FRONTEND_DOMAIN_MODULES_R1: moved from /assets/css/modules/001-001-inline-style-001.css */
/* Extracted to named module by PHASE_M2_R5F2_FRONTEND_NAMED_MODULES_R2_FIXED from assets/css/blocks/001-inline-style-001.css */
/* Extracted from frontend/index.html by PHASE_M2_R5F1_FRONTEND_MODULAR_SPLIT_R1: inline-style-001 */
:root{
      --bg:#f4f7fb;--card:#fff;--ink:#152033;--muted:#64748b;--line:#e2e8f0;--brand:#0f766e;--brand2:#115e59;
      --danger:#b91c1c;--warn:#b45309;--ok:#15803d;--blue:#1d4ed8;--soft:#f8fafc;--shadow:0 12px 28px rgba(15,23,42,.08)
    }
    *{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--ink)}
    .hidden{display:none!important}.wrap{max-width:1400px;margin:0 auto;padding:18px}.top{display:flex;gap:12px;align-items:center;justify-content:space-between;margin-bottom:16px}.brand{display:flex;gap:10px;align-items:center}.logo{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,var(--brand),#14b8a6);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;box-shadow:var(--shadow)}h1{font-size:21px;margin:0}h2{font-size:18px;margin:0}.sub{font-size:12px;color:var(--muted);margin-top:2px}.card{background:var(--card);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.pad{padding:16px}.grid{display:grid;gap:14px}.grid-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
    button,.btn{border:0;border-radius:12px;padding:10px 13px;background:var(--brand);color:#fff;font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:13px}button:hover,.btn:hover{background:var(--brand2)}button.secondary,.btn.secondary{background:#334155}button.light,.btn.light{background:#f8fafc;color:#0f172a;border:1px solid var(--line)}button.danger,.btn.danger{background:var(--danger)}button.warn,.btn.warn{background:var(--warn)}button.ok,.btn.ok{background:var(--ok)}button.blue,.btn.blue{background:var(--blue)}button:disabled{opacity:.55;cursor:not-allowed}.row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.between{display:flex;align-items:center;justify-content:space-between;gap:12px}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 16px}.tab{background:#fff;color:#0f172a;border:1px solid var(--line)}.tab.active{background:var(--brand);color:#fff;border-color:var(--brand)}input,select,textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:11px 12px;font:inherit;color:var(--ink)}label{font-size:12px;color:var(--muted);font-weight:800;margin-bottom:6px;display:block}.field{display:flex;flex-direction:column;gap:6px}.login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.loginbox{width:min(450px,100%)}.loginbox h2{margin:0 0 6px}.muted{color:var(--muted)}.small{font-size:12px}.stat{padding:16px}.stat .num{font-size:28px;font-weight:950;margin-top:4px}.stat .label{font-size:12px;color:var(--muted);font-weight:800}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:900;background:#eef2ff;color:#3730a3}.pill.ok{background:#dcfce7;color:#166534}.pill.warn{background:#fef3c7;color:#92400e}.pill.danger{background:#fee2e2;color:#991b1b}.pill.info{background:#dbeafe;color:#1e40af}.list{display:flex;flex-direction:column;gap:10px}.item{padding:14px;border:1px solid var(--line);border-radius:16px;background:#fff}.item-title{font-weight:950}.item-meta{font-size:12px;color:var(--muted);margin-top:4px}.item-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.tablewrap{overflow:auto;border-radius:16px;border:1px solid var(--line)}table{width:100%;border-collapse:collapse;background:#fff}th,td{padding:11px 10px;border-bottom:1px solid var(--line);text-align:left;font-size:13px;vertical-align:top}th{font-size:12px;color:var(--muted);background:#f8fafc;position:sticky;top:0}.toast{position:fixed;right:18px;bottom:18px;background:#0f172a;color:#fff;border-radius:14px;padding:12px 14px;box-shadow:var(--shadow);max-width:420px;z-index:99}.err{background:#991b1b}.oktoast{background:#166534}.notice{padding:12px;border-radius:14px;background:#ecfeff;border:1px solid #a5f3fc;color:#155e75}.warnbox{padding:12px;border-radius:14px;background:#fffbeb;border:1px solid #fde68a;color:#92400e}.modal{position:fixed;inset:0;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;padding:18px;z-index:80}.modalbox{width:min(760px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:16px}.kbd{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#f1f5f9;border:1px solid var(--line);border-radius:8px;padding:2px 6px}.footer{margin-top:18px;color:var(--muted);font-size:12px;text-align:center}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.loading{opacity:.65;pointer-events:none}.split{display:grid;grid-template-columns:1.25fr .75fr;gap:14px}.chipbar{display:flex;gap:8px;flex-wrap:wrap}.chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:800;color:#334155}.chip.active{background:#0f766e;color:#fff;border-color:#0f766e}.progress{height:10px;background:#e2e8f0;border-radius:999px;overflow:hidden}.progress span{display:block;height:100%;background:var(--brand);border-radius:999px}.dangertext{color:var(--danger);font-weight:900}.oktext{color:var(--ok);font-weight:900}.warntext{color:var(--warn);font-weight:900}
    @media(max-width:1050px){.grid-6,.grid-5,.grid-4,.grid-3,.grid-2,.split{grid-template-columns:1fr}.top,.between{align-items:flex-start;flex-direction:column}.wrap{padding:12px}th,td{font-size:12px}.item-actions .btn,.item-actions button{flex:1 1 auto}.tabs{overflow:auto;flex-wrap:nowrap}.tab{white-space:nowrap}}
  
/* PHASE5T_STEP6_REPORTS_BUTTON_VISIBILITY_FIX_R1_START */
#tab-reports button,
#tab-reports .light,
#tab-reports .phase5s3m-r2-btn,
#tab-reports .phase5s3m-r2-actions button,
#tab-reports .phase5s3m-r2-actions .light,
#tab-reports .phase5s3m-r2-actions .phase5s3m-r2-btn,
#tab-reports .phase5s3m-actions button,
#tab-reports .phase5s3m-actions .phase5s3m-btn,
#phase5s3mR2EssentialReportsStack button,
#phase5s3mR2EssentialReportsStack .phase5s3m-r2-btn,
#phase5s3mR2EssentialReportsStack .phase5s3m-r2-actions button,
#phase5s3mR2EssentialReportsStack .phase5s3m-r2-actions .phase5s3m-r2-btn {
  appearance: none !important;
  background: #dbe7f5 !important;
  background-image: none !important;
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
  border: 1px solid #94a3b8 !important;
  border-radius: 12px !important;
  min-height: 40px !important;
  padding: 9px 14px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-indent: 0 !important;
}

#tab-reports button:hover,
#tab-reports .light:hover,
#tab-reports .phase5s3m-r2-btn:hover,
#tab-reports .phase5s3m-r2-actions button:hover,
#tab-reports .phase5s3m-r2-actions .light:hover,
#tab-reports .phase5s3m-r2-actions .phase5s3m-r2-btn:hover,
#tab-reports .phase5s3m-actions button:hover,
#tab-reports .phase5s3m-actions .phase5s3m-btn:hover,
#phase5s3mR2EssentialReportsStack button:hover,
#phase5s3mR2EssentialReportsStack .phase5s3m-r2-btn:hover,
#phase5s3mR2EssentialReportsStack .phase5s3m-r2-actions button:hover,
#phase5s3mR2EssentialReportsStack .phase5s3m-r2-actions .phase5s3m-r2-btn:hover {
  background: #c7d8ee !important;
  background-image: none !important;
  border-color: #64748b !important;
  color: #0b1f44 !important;
  -webkit-text-fill-color: #0b1f44 !important;
}

#tab-reports button:focus,
#tab-reports .light:focus,
#tab-reports .phase5s3m-r2-btn:focus,
#tab-reports .phase5s3m-r2-actions button:focus,
#tab-reports .phase5s3m-r2-actions .light:focus,
#tab-reports .phase5s3m-r2-actions .phase5s3m-r2-btn:focus,
#phase5s3mR2EssentialReportsStack button:focus,
#phase5s3mR2EssentialReportsStack .phase5s3m-r2-btn:focus {
  outline: 2px solid #3b82f6 !important;
  outline-offset: 2px !important;
}
/* PHASE5T_STEP6_REPORTS_BUTTON_VISIBILITY_FIX_R1_END */



/* PHASE5ZAF_R3_WHATSAPP_TEMPLATE_MANUAL_LOG_R1_STYLE_START */
.phase5zafr3-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:14px;align-items:start}
.phase5zafr3-template-list{display:grid;gap:8px;max-height:360px;overflow:auto;padding-right:4px}
.phase5zafr3-template{border:1px solid var(--line);border-radius:14px;padding:11px;background:#fff;cursor:pointer}
.phase5zafr3-template.active{border-color:#0f766e;background:#ecfdf5}
.phase5zafr3-template b{display:block}.phase5zafr3-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.phase5zafr3-msg{min-height:180px;white-space:pre-wrap}.phase5zafr3-report{max-height:320px;overflow:auto}
@media(max-width:1050px){.phase5zafr3-grid{grid-template-columns:1fr}.phase5zafr3-actions button,.phase5zafr3-actions .btn{flex:1 1 auto}}
/* PHASE5ZAF_R3_WHATSAPP_TEMPLATE_MANUAL_LOG_R1_STYLE_END */

/* PHASE_M2_R4H_CLEAN_MANUAL_ASSIGN_UI_R2_CSS_START */
.phase-m2-r4h-note{font-size:12px;color:#475569;margin-top:8px;line-height:1.45}
.phase-m2-r4h-grid{display:grid;grid-template-columns:minmax(260px,1.2fr) minmax(220px,.8fr);gap:12px;align-items:end}
.phase-m2-r4h-status{font-size:12px;color:#475569;margin-top:8px}
.phase-m2-r4h-result-title{font-weight:900;color:#0f172a}
.phase-m2-r4h-result-meta{font-size:12px;color:#64748b;margin-top:3px;line-height:1.35}
.phase-m2-r4h-target{min-width:240px}
.phase-m2-r4h-history{max-height:280px;overflow:auto}
@media(max-width:1050px){.phase-m2-r4h-grid{grid-template-columns:1fr}.phase-m2-r4h-target{min-width:0;width:100%}}
/* PHASE_M2_R4H_CLEAN_MANUAL_ASSIGN_UI_R2_CSS_END */
