/* Daily intelligence stays separate from governed setup; violet denotes AI-generated resources only. */
.ml-tabs{display:flex;gap:12px;border-bottom:1px solid #d6e0ef;padding:12px 0 20px;margin-bottom:24px}.ml-tabs [aria-selected=true]{background:#1556d8;color:white;border-color:#1556d8}.ml-shortcuts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.ml-shortcut{border:1px solid #d6e0ef;border-radius:18px;background:#fff;padding:22px;display:flex;flex-direction:column;align-items:flex-start;gap:14px}.ml-shortcut h3,.ml-customer h3{margin:0}.ml-shortcut p{margin:0;color:#586782;flex:1}.ml-shortcut .button{white-space:normal;text-align:left;line-height:1.5}.ml-customer{display:flex;align-items:center;gap:14px;padding:22px;margin:22px 0 32px;background:#edf3fc;border-radius:18px}.ml-customer h3{margin-right:auto}.ml-title{font-size:24px;font-weight:700}.ml-resource-heading p{color:#586782}.ml-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:20px 0}.ml-toolbar input{flex:1;min-width:230px;border:1px solid #c8d5e9;border-radius:12px;padding:14px;background:white}.ml-resource-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;align-items:start}.ml-categories{display:grid;gap:14px}.ml-category{border:1px solid #d6e0ef;border-radius:16px;overflow:hidden;background:white}.ml-category-toggle{width:100%;text-align:left;padding:18px;border:0;background:#edf3fc;color:#163154;font-weight:700;cursor:pointer}.ml-category-toggle::before{content:'−';margin-right:12px}.ml-category-toggle[aria-expanded=false]::before{content:'+'}.ml-resource{display:flex;flex-direction:column;gap:12px;width:100%;text-align:left;padding:20px;border:0;border-top:1px solid #e2e8f1;background:white;color:#172b45;cursor:pointer;line-height:1.6}.ml-resource[aria-pressed=true]{box-shadow:inset 4px 0 #1556d8}.ml-resource strong{font-size:16px}.ml-resource small{color:#586782}.ml-abstract{font-size:14px}.ml-ai-generated{background:#f4f0ff}.ml-reader{position:sticky;top:20px;border:1px solid #d6e0ef;background:white;border-radius:18px;padding:28px;min-height:440px;max-height:calc(100vh - 60px);overflow:auto;overflow-wrap:anywhere}.ml-reader h2{font-size:23px}.ml-reader p,.ml-reader dd{line-height:1.65}.ml-reader dl{display:block}.ml-reader dt{font-weight:700;margin-top:18px}.ml-reader dd{margin:8px 0}.ml-reader .button{margin-top:16px}.ml-relevance{background:#f0f5fc;border-radius:14px;padding:18px;margin:20px 0}.ml-relevance h3{margin-top:0}.ml-relevance small,.ml-provenance{color:#586782}.ml-setup-actions{margin:20px 0}.ml-graphics-dialog{width:min(1100px,94vw);max-height:90vh;border:1px solid #c8d5e9;border-radius:22px;padding:28px;overflow:auto;color:#172b45}.ml-graphics-dialog header{display:flex;gap:20px;justify-content:space-between;align-items:center}.ml-porter-graphic{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:20px;border-radius:18px;background:#edf3fc}.ml-force{border:1px solid #b9ccec;border-radius:16px;background:white;padding:18px;overflow-wrap:anywhere}.ml-force-entrants{grid-column:2;grid-row:1}.ml-force-rivalry{grid-column:2;grid-row:2}.ml-force-suppliers{grid-column:1;grid-row:2}.ml-force-buyers{grid-column:3;grid-row:2}.ml-force-substitutes{grid-column:2;grid-row:3}.ml-swot-graphic{display:grid;grid-template-columns:1fr 1fr;gap:18px}.ml-swot-graphic section{border:1px solid #c8d5e9;border-radius:16px;padding:24px;background:#eff5fc;white-space:pre-wrap;overflow-wrap:anywhere}.ml-swot-graphic .ml-swot-weaknesses,.ml-swot-graphic .ml-swot-threats{background:#fff5ed}.ml-graphics-dialog::backdrop{background:#10233ccc}.ml-tabs button:focus-visible,.ml-resource:focus-visible,.ml-category-toggle:focus-visible{outline:3px solid #3576f3;outline-offset:-3px}@media(max-width:1200px){.ml-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.ml-resource-layout{grid-template-columns:1fr}.ml-reader{position:static;max-height:none}.ml-customer{flex-wrap:wrap}.ml-customer h3{width:100%}.ml-porter-graphic,.ml-swot-graphic{display:flex;flex-direction:column}.ml-shortcuts{grid-template-columns:1fr}.ml-tabs{flex-wrap:wrap}.ml-graphics-dialog{padding:18px}}

/* Approval is visible in both the resource list and reading pane, independent of AI provenance. */
.ml-review-state{display:inline-block;width:fit-content;border-radius:8px;padding:5px 9px;font-size:12px;font-weight:700;line-height:1.5}.ml-review-state.is-approved{background:#e9f7ee;color:#21613d}.ml-review-state.is-unapproved{background:#fff1dc;color:#704c12}
