/* V26072202: brand exposure monthly operations analysis. */
.exposure-analysis-mode{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;width:min(320px,100%);margin:14px 18px 0;padding:3px;border:1px solid #dce5ef;border-radius:8px;background:#eef3f8}
.exposure-analysis-mode button{display:inline-flex;min-height:34px;align-items:center;justify-content:center;gap:6px;border:0;border-radius:8px;background:transparent;color:var(--c-muted);font:650 11px var(--font);cursor:pointer}
.exposure-analysis-mode button.active{background:var(--c-surface);color:#1677e8;box-shadow:0 1px 4px rgba(15,23,42,.1)}
.exposure-analysis-mode svg{width:15px;height:15px}
.exposure-ops-monthly{padding:14px 18px 20px;background:var(--c-fill)}
.exposure-ops-detail{padding-top:2px}
.exposure-ops-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:12px 2px 14px}
.exposure-ops-kicker{display:block;margin-bottom:5px;color:#1476e6;font:750 9px var(--font);letter-spacing:0}
.exposure-ops-hero h2{margin:0;color:#0f172a;font:750 22px/1.25 var(--font);letter-spacing:0}
.exposure-ops-hero p{margin:5px 0 0;color:var(--c-muted);font:500 11px/1.5 var(--font)}
.exposure-ops-controls{display:flex;align-items:flex-end;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.exposure-ops-filter{display:grid;min-width:0;gap:5px}.exposure-ops-controls label{color:var(--c-muted);font:650 10px var(--font)}
.exposure-ops-controls select{min-height:36px}.exposure-ops-controls #exposure-ops-month{width:142px}.exposure-ops-controls #exposure-ops-week{width:178px}
.exposure-ops-controls .btn,.exposure-ops-controls .toolbtn,#exposure-ops-sync-actions{display:inline-flex;min-height:36px;align-items:center;justify-content:center;gap:6px;line-height:1;white-space:nowrap}
.exposure-ops-controls svg,#exposure-ops-sync-actions svg{display:block;width:15px;height:15px;flex:0 0 15px}
.exposure-ops-role-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:12px}
.exposure-ops-role-tabs button{display:flex;min-height:48px;align-items:center;justify-content:center;gap:8px;border:1px solid #e1e8f0;border-radius:8px;background:var(--c-surface);color:#334155;font:650 12px var(--font);cursor:pointer;box-shadow:0 1px 3px rgba(15,23,42,.03)}
.exposure-ops-role-tabs button:hover{border-color:#a7ccf7;color:#1476e6}
.exposure-ops-role-tabs button.active{border-color:#8abef7;background:var(--c-primary-soft);color:#116dcc;box-shadow:inset 0 0 0 1px rgba(22,119,232,.08)}
.exposure-ops-role-tabs svg{width:17px;height:17px}
.exposure-ai-card{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;align-items:start;margin-bottom:12px;padding:17px 18px;border:1px solid #dce9f8;border-radius:8px;background:var(--c-primary-soft);overflow:hidden}
.exposure-ai-card.is-clickable{cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}
.exposure-ai-card.is-clickable:hover,.exposure-ai-card.is-clickable:focus-visible{border-color:#8ebef2;background:#e7f3ff;box-shadow:0 0 0 3px rgba(36,127,234,.1);outline:0}
.exposure-ai-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:var(--c-primary);color:#fff;box-shadow:0 7px 16px rgba(36,127,234,.18)}
.exposure-ai-icon svg{width:22px;height:22px}
.exposure-ai-heading{display:flex;align-items:center;gap:8px;margin-bottom:3px}
.exposure-ai-heading>b{font:750 12px var(--font);color:#0f172a}
.exposure-ai-source{padding:2px 6px;border:1px solid #cbd9e8;border-radius:4px;background:rgba(255,255,255,.78);color:var(--c-muted);font:650 9px var(--font)}
.exposure-ai-source.ready{border-color:#b7dfcb;background:#f0faf5;color:#23845b}
.exposure-ai-card h3{margin:0 0 4px;color:#0f172a;font:750 14px/1.45 var(--font);letter-spacing:0}
.exposure-ai-card p{margin:0;color:#42556a;font:500 11px/1.65 var(--font)}
.exposure-ai-open{display:inline-flex;align-items:center;gap:5px;margin-top:8px;color:#1674cf;font:650 9px var(--font)}
.exposure-ai-open svg{width:13px;height:13px}
.exposure-ops-kpis{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin-bottom:12px;border:1px solid var(--c-line);border-radius:8px;background:var(--c-surface);overflow:hidden}
.exposure-ops-kpi{position:relative;display:flex;min-width:0;min-height:126px;flex-direction:column;padding:15px 14px;border-right:1px solid #e7edf3}
.exposure-ops-kpi:last-child{border-right:0}
.exposure-ops-kpi-head{display:flex;align-items:center;justify-content:space-between;gap:8px;color:var(--c-muted);font:650 10px var(--font)}
.exposure-ops-kpi-head svg{width:18px;height:18px;color:var(--c-primary)}
.exposure-ops-kpi>b{display:block;margin:12px 0 6px;color:#0b1324;font:760 22px/1 var(--font);letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.exposure-ops-kpi>small{margin-top:auto;color:var(--c-muted);font:500 9px/1.4 var(--font)}
.exposure-ops-delta{display:inline-flex;width:max-content;align-items:center;padding:2px 5px;border-radius:4px;background:#eff9f3;color:#2a9463;font:650 9px/1.3 var(--font);white-space:nowrap}
.exposure-ops-delta.down{background:#fff1f1;color:#d14848}
.exposure-ops-delta.neutral{background:var(--c-fill);color:var(--c-muted)}
.exposure-ops-grid{display:grid;gap:12px;margin-bottom:12px}
.exposure-ops-grid.charts{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}
.exposure-ops-grid.bottom{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)}
.exposure-ops-panel{min-width:0;border:1px solid var(--c-line);border-radius:8px;background:var(--c-surface);box-shadow:0 2px 7px rgba(15,23,42,.03)}
.exposure-ops-panel-head{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:12px;padding:12px 15px;border-bottom:1px solid var(--c-line)}
.exposure-ops-panel-head>div:first-child{display:flex;min-width:0;flex-direction:column;gap:3px}
.exposure-ops-panel-head span{color:#172033;font:750 12px var(--font)}
.exposure-ops-panel-head small{color:#8a98a9;font:500 9px var(--font)}
.exposure-ops-legend{display:flex!important;flex-direction:row!important;align-items:center;gap:5px!important;color:var(--c-muted);font:550 9px var(--font);white-space:nowrap}
.exposure-ops-legend i{width:7px;height:7px;border-radius:2px;background:var(--c-primary)}
.exposure-ops-legend i.posts{background:#91c5fb}.exposure-ops-legend i.engagement{background:#54b987}
.exposure-role-chart{display:grid;gap:12px;padding:18px 15px}
.exposure-role-chart-row{display:grid;grid-template-columns:82px minmax(120px,1fr) 80px;gap:10px;align-items:center;width:100%;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}
.exposure-role-chart-row:hover .role-name{color:#1476e6}
.role-name{display:flex;align-items:center;gap:7px;color:#334155;font:650 10px var(--font)}
.role-name i{width:7px;height:7px;border-radius:50%}
.role-bars{display:grid;gap:4px;align-content:center}
.role-bar{display:block;height:8px;border-radius:2px;background:var(--c-primary);min-width:0;transition:width .2s ease}
.role-bar.posts{height:6px;background:#a4cff9}
.role-number{text-align:right}
.role-number b{display:block;color:var(--c-ink);font:700 11px var(--font)}
.role-number small{display:block;margin-top:2px;color:var(--c-muted);font:500 8px var(--font);white-space:nowrap}
.exposure-bubble-wrap{padding:4px 10px 8px}
.exposure-bubble-wrap svg{display:block;width:100%;height:auto;max-height:270px}
.exposure-bubble-wrap .grid{stroke:#d9e1e9;stroke-width:1;stroke-dasharray:4 4}
.exposure-bubble-wrap .axis{stroke:#b8c4d1;stroke-width:1}
.exposure-bubble-wrap text{fill:#56667a;font:500 10px var(--font)}
.exposure-bubble-wrap .axis-label{fill:#7d8c9c;font-size:9px}
.exposure-ops-table-scroll{overflow:auto}
.exposure-ops-table-scroll table{width:100%;border-collapse:collapse}
.exposure-ops-table-scroll th,.exposure-ops-table-scroll td{padding:11px 12px;border-bottom:1px solid var(--c-line);text-align:left;white-space:nowrap}
.exposure-ops-table-scroll th{background:var(--c-fill);color:var(--c-muted);font:650 9px var(--font)}
.exposure-ops-table-scroll td{color:#475569;font:500 10px var(--font)}
.exposure-ops-table-scroll td b{color:var(--c-ink)}
.exposure-contribution{display:flex;align-items:center;gap:7px}
.exposure-contribution>span{width:64px;height:7px;border-radius:3px;background:#e8eef5;overflow:hidden}
.exposure-contribution i{display:block;height:100%;border-radius:3px;background:#6eaaf1}
.exposure-contribution>b{font-size:9px}
.exposure-ops-status{display:inline-flex;padding:3px 7px;border-radius:4px;background:#eef5ff;color:#236eba;font:650 9px var(--font)}
.exposure-ops-status.good{background:#eaf8f0;color:#218459}.exposure-ops-status.bad{background:#fff0f0;color:#c84545}.exposure-ops-status.neutral{background:var(--c-fill);color:var(--c-muted)}
.exposure-action-list{display:grid}
.exposure-action-row{display:grid;grid-template-columns:30px minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:11px 14px;border-bottom:1px solid var(--c-line)}
.exposure-action-row:last-child{border-bottom:0}
.exposure-action-icon{display:grid;width:28px;height:28px;place-items:center;border-radius:8px;background:color-mix(in srgb,var(--action-color) 12%,white);color:var(--action-color)}
.exposure-action-icon svg{width:14px;height:14px}
.exposure-action-row>div{min-width:0}
.exposure-action-row b{display:block;color:var(--c-ink);font:650 10px/1.45 var(--font)}
.exposure-action-row small{display:block;margin-top:2px;color:#8290a2;font:500 8px/1.45 var(--font);white-space:normal}
.exposure-action-due{color:var(--c-muted);font:600 9px var(--font);white-space:nowrap}
.exposure-action-new{padding:3px 6px;border-radius:4px;background:#fff4df;color:#9a650e;font:650 8px var(--font);white-space:nowrap}
.exposure-action-row select{width:76px;min-height:30px;padding:0 6px;font-size:9px}
.exposure-ops-empty{display:grid;min-height:170px;place-items:center;padding:24px;color:var(--c-muted);font:550 10px var(--font)}
.exposure-ops-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:exposure-spin .7s linear infinite}
@keyframes exposure-spin{to{transform:rotate(360deg)}}
.exposure-target-modal{width:min(980px,calc(100vw - 28px))!important;max-width:980px!important}
.exposure-ai-prompt-modal .modal{width:min(720px,calc(100vw - 28px));max-width:720px;background:var(--c-surface)}
.exposure-ai-modal-close{display:grid!important;width:34px;min-width:34px;height:34px;min-height:34px;padding:0!important;place-items:center}.exposure-ai-modal-close svg{width:16px;height:16px}
.exposure-ai-prompt-modal .modal-body{padding:18px 20px 20px}
.exposure-ai-prompt-scope{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding:11px 12px;border:1px solid #dce8f5;border-radius:8px;background:#f4f9ff}
.exposure-ai-prompt-scope>svg{width:20px;height:20px;color:var(--c-primary)}
.exposure-ai-prompt-scope b,.exposure-ai-prompt-scope span{display:block}.exposure-ai-prompt-scope b{color:#223047;font:700 11px var(--font)}.exposure-ai-prompt-scope span{margin-top:3px;color:#718197;font:500 9px var(--font)}
.exposure-ai-prompt-field{display:grid;gap:6px}.exposure-ai-prompt-field textarea{width:100%;min-height:154px;padding:12px;resize:vertical;font:500 11px/1.65 var(--font)}
.exposure-ai-prompt-actions{display:flex;justify-content:space-between;gap:8px;margin-top:16px}.exposure-ai-prompt-actions :is(.btn,.toolbtn){display:inline-flex;align-items:center;justify-content:center;gap:6px}.exposure-ai-prompt-actions svg{width:15px;height:15px}
.exposure-ai-report-modal .modal{width:min(920px,calc(100vw - 28px));max-width:920px;max-height:92vh;background:var(--c-surface)}
.exposure-ai-report-modal .modal>.hd>div{display:grid;gap:3px}.exposure-ai-report-modal .modal>.hd small{color:#8795a5;font:500 9px var(--font)}
.exposure-ai-report-modal .modal-body{overflow:auto;padding:0 22px 22px}
.exposure-ai-report-lead{padding:24px 0 20px;border-bottom:1px solid #e6ebf1}.exposure-ai-report-lead>span,.exposure-ai-report-prompt>span{color:var(--c-primary);font:700 9px var(--font);text-transform:uppercase}.exposure-ai-report-lead h2{margin:7px 0 8px;color:#182235;font:750 19px/1.45 var(--font);letter-spacing:0}.exposure-ai-report-lead p{margin:0;color:#526276;font:500 11px/1.75 var(--font)}
.exposure-ai-report-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid #e6ebf1}.exposure-ai-report-section{min-width:0;padding:18px 18px 18px 0}.exposure-ai-report-section+section{padding-left:18px;border-left:1px solid #e6ebf1}.exposure-ai-report-section h3{margin:0 0 9px;color:#26354a;font:700 11px var(--font)}.exposure-ai-report-section.good h3{color:#25845d}.exposure-ai-report-section.warn h3{color:#b56a13}.exposure-ai-report-section.data h3{color:#617187}.exposure-ai-report-section ul{margin:0;padding-left:16px;color:#526276;font:500 10px/1.65 var(--font)}.exposure-ai-report-section p{margin:0;color:#8a97a6;font:500 10px/1.65 var(--font)}
.exposure-ai-report-actions{padding:19px 0 8px}.exposure-ai-report-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.exposure-ai-report-title h3{margin:0;color:#26354a;font:700 12px var(--font)}.exposure-ai-report-title span{padding:3px 7px;border-radius:999px;background:#edf3f9;color:#60738b;font:650 9px var(--font)}.exposure-ai-report-actions>div:not(.exposure-ai-report-title){display:grid;grid-template-columns:74px minmax(0,1fr) auto;gap:12px;align-items:start;padding:11px 0;border-bottom:1px solid var(--c-line)}.exposure-ai-report-role{display:inline-flex;min-height:24px;align-items:center;justify-content:center;padding:3px 7px;border-radius:8px;background:var(--c-primary-soft);color:#2672bc;font:650 9px var(--font)}.exposure-ai-report-actions b{display:block;color:#2d3a4d;font:650 10px/1.5 var(--font)}.exposure-ai-report-actions p{margin:3px 0 0;color:#8492a3;font:500 9px/1.5 var(--font)}.exposure-ai-report-actions time{color:#607086;font:600 9px var(--font);white-space:nowrap}.exposure-ai-report-empty{padding:16px 0!important;color:#8795a5!important}.exposure-ai-report-prompt{margin-top:16px;padding:13px 14px;border-radius:8px;background:#f6f8fa}.exposure-ai-report-prompt p{margin:5px 0 0;color:#5f6f82;font:500 10px/1.6 var(--font)}
.exposure-target-month{display:flex;align-items:end;gap:14px;margin-bottom:12px;padding:12px;border:1px solid #e4eaf1;border-radius:8px;background:var(--c-fill)}
.exposure-target-month .fld{width:180px}.exposure-target-month>span{padding-bottom:8px;color:var(--c-muted);font:500 10px/1.5 var(--font)}
.exposure-target-role{display:grid;grid-template-columns:130px repeat(4,minmax(110px,1fr));gap:10px;align-items:end;padding:12px 0;border-bottom:1px solid #e8edf3}
.exposure-target-role>div:first-child{display:flex;align-items:center;gap:8px;padding-bottom:10px;color:var(--c-ink);font-size:11px}
.exposure-target-role>div:first-child svg{width:17px;height:17px;color:var(--c-primary)}
.exposure-target-role .fld label{font-size:9px}
.exposure-target-role input{min-height:36px}
.exp-ch-role{min-width:0}
.exposure-week-modal .modal{width:min(760px,calc(100vw - 28px));max-width:760px;max-height:92vh;background:var(--c-surface)}
.exposure-week-modal .modal>.hd>div{display:grid;gap:3px}.exposure-week-modal .modal>.hd small{color:var(--c-muted);font:500 12px var(--font)}
.exposure-week-modal .modal-body{overflow:auto;padding:18px 22px 22px}
.exposure-week-month{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:12px;padding:13px 14px;border:1px solid #e1e7ee;border-radius:10px;background:var(--c-fill)}
.exposure-week-month .fld{width:180px}.exposure-week-status{display:grid;min-width:0;gap:3px;text-align:right}.exposure-week-status b{color:var(--c-ink2);font:700 12px var(--font)}.exposure-week-status span{color:var(--c-muted);font:500 12px/1.45 var(--font)}
.exposure-week-guide{display:flex;align-items:flex-start;gap:9px;margin-bottom:12px;color:var(--c-muted);font:500 12px/1.55 var(--font)}.exposure-week-guide svg{width:16px;height:16px;flex:0 0 16px;margin-top:1px;color:var(--c-primary)}
.exposure-week-error{margin-bottom:12px;padding:10px 12px;border:1px solid var(--c-bad);border-radius:10px;background:var(--c-bad-soft);color:var(--c-bad-ink);font:600 12px/1.5 var(--font)}
.exposure-week-rows{display:grid;border-top:1px solid var(--c-line)}
.exposure-week-row{display:grid;grid-template-columns:90px minmax(150px,1fr) 24px minmax(150px,1fr) 40px;gap:10px;align-items:end;padding:12px 0;border-bottom:1px solid var(--c-line)}
.exposure-week-number{display:flex;min-height:40px;align-items:center;gap:8px}.exposure-week-number span{display:grid;width:26px;height:26px;place-items:center;border-radius:10px;background:var(--c-primary-soft);color:var(--c-primary);font:700 12px var(--font)}.exposure-week-number b{color:var(--c-ink2);font:700 12px var(--font);white-space:nowrap}
.exposure-week-row .fld{gap:5px}.exposure-week-row .fld label{font-size:12px}.exposure-week-row input{min-height:40px}
.exposure-week-arrow{padding-bottom:12px;color:var(--c-muted);font:550 12px var(--font);text-align:center}.exposure-week-remove{width:40px;height:40px;padding:0!important}.exposure-week-remove svg{width:15px;height:15px;color:var(--c-bad)}
.exposure-week-add{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:6px;margin-top:12px}.exposure-week-add svg{width:15px;height:15px}
.exposure-week-actions{display:flex;align-items:center;gap:8px;margin-top:18px;padding-top:16px;border-top:1px solid var(--c-line)}.exposure-week-actions :is(.btn,.toolbtn){display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:6px}.exposure-week-actions svg{width:15px;height:15px}

@media(max-width:900px){
  .exposure-ops-hero{align-items:stretch;flex-direction:column;gap:12px}.exposure-ops-controls{justify-content:flex-start}
  .exposure-ops-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.exposure-ops-kpi:nth-child(3){border-right:0}.exposure-ops-kpi:nth-child(-n+3){border-bottom:1px solid #e7edf3}
  .exposure-ops-grid.charts,.exposure-ops-grid.bottom{grid-template-columns:1fr}
  .exposure-target-role{grid-template-columns:110px repeat(2,minmax(120px,1fr))}.exposure-target-role .fld:nth-child(4){grid-column:2}.exposure-target-role .fld:nth-child(5){grid-column:3}
  .exposure-week-row{grid-template-columns:80px minmax(130px,1fr) 20px minmax(130px,1fr) 40px}
}
@media(max-width:700px){
  .exposure-analysis-mode{width:calc(100% - 24px);margin:12px}
  .exposure-ops-monthly{padding:10px 12px 16px}
  .exposure-ops-hero{padding-top:8px}
  .exposure-ops-hero h2{font-size:18px}.exposure-ops-controls{display:grid;grid-template-columns:1fr 1fr;justify-content:stretch}.exposure-ops-filter{width:100%}.exposure-ops-controls #exposure-ops-month,.exposure-ops-controls #exposure-ops-week{width:100%}.exposure-ops-controls .btn,.exposure-ops-controls .toolbtn{width:100%;justify-content:center}.exposure-ops-controls #exposure-ops-ai{grid-column:1/-1}
  .exposure-ops-role-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.exposure-ops-role-tabs button{min-height:42px;font-size:10px}
  .exposure-ai-card{grid-template-columns:36px minmax(0,1fr);gap:10px;padding:14px 12px}.exposure-ai-icon{width:36px;height:36px}.exposure-ai-card h3{font-size:12px}.exposure-ai-card p{font-size:10px}
  .exposure-ops-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.exposure-ops-kpi{min-height:112px;padding:13px 12px;border-bottom:1px solid #e7edf3}.exposure-ops-kpi:nth-child(odd){border-right:1px solid #e7edf3}.exposure-ops-kpi:nth-child(even){border-right:0}.exposure-ops-kpi:nth-last-child(-n+2){border-bottom:0}.exposure-ops-kpi>b{font-size:19px}
  .exposure-ops-panel-head{align-items:flex-start;flex-direction:column}.exposure-ops-panel-head .toolbtn{width:100%;justify-content:center}.exposure-ops-legend{white-space:normal}
  .exposure-role-chart-row{grid-template-columns:70px minmax(90px,1fr) 68px}.role-number small{white-space:normal}
  .exposure-bubble-wrap{overflow-x:auto}.exposure-bubble-wrap svg{width:620px;max-width:none}
  .exposure-action-row{grid-template-columns:30px minmax(0,1fr) auto}.exposure-action-due{grid-column:2}.exposure-action-row select,.exposure-action-new{grid-column:3;grid-row:1/3}
  .exposure-target-month{align-items:stretch;flex-direction:column}.exposure-target-month .fld{width:100%}.exposure-target-month>span{padding:0}
  .exposure-target-role{grid-template-columns:1fr 1fr}.exposure-target-role>div:first-child{grid-column:1/-1}.exposure-target-role .fld:nth-child(4),.exposure-target-role .fld:nth-child(5){grid-column:auto}
  .modal-mask.exposure-week-modal{padding:0!important;align-items:stretch!important}.modal-mask.exposure-week-modal .modal{width:100vw!important;height:100dvh!important;margin:0!important;max-width:none!important;max-height:100dvh!important;border-radius:0!important}.exposure-week-modal .modal-body{min-height:0;padding:14px 16px 20px}.exposure-week-month{align-items:stretch;flex-direction:column;gap:11px}.exposure-week-month .fld{width:100%}.exposure-week-status{text-align:left}.exposure-week-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 40px;gap:8px;align-items:center}.exposure-week-number{grid-column:1/-1;min-height:30px}.exposure-week-row .fld{align-self:end}.exposure-week-row .fld:nth-of-type(2){grid-column:1/2}.exposure-week-row .fld:nth-of-type(3){grid-column:2/3}.exposure-week-arrow{display:none}.exposure-week-remove{grid-column:3;grid-row:2;align-self:end}.exposure-week-actions{display:grid;grid-template-columns:1fr 1fr}.exposure-week-actions .grow{display:none}.exposure-week-actions #exposure-week-reset{grid-column:1/-1}.exposure-week-actions .btn,.exposure-week-actions .toolbtn{width:100%}
  .exposure-ai-prompt-modal,.exposure-ai-report-modal{padding:0!important}.exposure-ai-prompt-modal .modal,.exposure-ai-report-modal .modal{width:100vw!important;height:100dvh;max-width:none!important;max-height:100dvh;border-radius:0}.exposure-ai-prompt-modal .modal-body{padding:16px}.exposure-ai-prompt-actions{display:grid;grid-template-columns:1fr}.exposure-ai-prompt-actions .btn{grid-row:1}.exposure-ai-report-modal .modal-body{min-height:0;padding:0 16px 18px}.exposure-ai-report-lead h2{font-size:16px}.exposure-ai-report-grid{grid-template-columns:1fr}.exposure-ai-report-section{padding:15px 0}.exposure-ai-report-section+section{padding-left:0;border-top:1px solid #e6ebf1;border-left:0}.exposure-ai-report-actions>div:not(.exposure-ai-report-title){grid-template-columns:70px minmax(0,1fr)}.exposure-ai-report-actions time{grid-column:2}
}
@media(prefers-reduced-motion:reduce){.exposure-role-chart-row .role-bar{transition:none}.exposure-ops-spinner{animation:none}}
