@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box}:root{font-family:Montserrat,system-ui,sans-serif;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--gap: 20px;--snapshot-h: clamp(240px, 28vh, 320px);--snapshot-max: 360px;--row-mid: clamp(180px, 20vh, 240px);--mid-max: 315px;--row-short: clamp(160px, 18vh, 220px);--short-max: 290px;--culture-h: clamp(220px, 24vh, 340px);--culture-max: 420px;--page-pad-x: 1.5rem;--page-pad-top: 1rem;--page-pad-bottom: 2rem;--card-bg: #ffffff;--card-border: #e5e7eb;--page-bg: #f3f4f6;--text: #111827;--muted: #6b7280;--shadow: 0 1px 2px rgba(0, 0, 0, .06);--chart-grid: #e5e7eb;--chart-axis: #6b7280;--tooltip-bg: #ffffff;--tooltip-text: #111827;--tooltip-border: #d1d5db}body.dark{--card-bg: #111827;--card-border: #374151;--page-bg: #0f172a;--text: #f3f4f6;--muted: #9ca3af;--shadow: 0 1px 3px rgba(0, 0, 0, .35);--chart-grid: #334155;--chart-axis: #9ca3af;--tooltip-bg: #1f2937;--tooltip-text: #f9fafb;--tooltip-border: #475569}html,body,#root{min-height:100%}body{margin:0;min-width:320px;min-height:100vh;background:var(--page-bg);color:var(--text);transition:background-color .25s,color .25s}body.light{background:var(--page-bg);color:var(--text)}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}button{font-family:inherit;cursor:pointer;transition:all .2s ease}.dashboard-grid{display:grid;gap:var(--gap);align-items:stretch;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;box-sizing:border-box;grid-template-areas:"snapshot snapshot" "trend    topic" "timeline topic" "timeline feature" "response insights" "response insights" "culture  culture";grid-template-rows:minmax(var(--snapshot-h),var(--snapshot-max)) minmax(var(--row-mid),var(--mid-max)) minmax(var(--row-mid),var(--mid-max)) minmax(var(--row-short),var(--short-max)) minmax(var(--row-short),var(--short-max)) minmax(var(--culture-h),auto)}.snapshot{grid-area:snapshot}.trend{grid-area:trend}.timeline{grid-area:timeline}.topic{grid-area:topic}.feature{grid-area:feature}.response{grid-area:response}.insights{grid-area:insights}.culture{grid-area:culture}.cell{min-height:0;min-width:0;display:flex;align-items:stretch;overflow:hidden;border-radius:12px;box-sizing:border-box}.cell>*{flex:1 1 auto;min-height:0;min-width:0;height:100%;display:flex;flex-direction:column;box-sizing:border-box}.widget{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;overflow:hidden;padding:1rem;color:var(--text);box-shadow:var(--shadow);display:flex;flex-direction:column;min-height:0;min-width:0;box-sizing:border-box}.cell .recharts-responsive-container{flex:1 1 auto;min-height:0!important;min-width:0!important;height:100%!important}.cell svg,.cell canvas{max-width:100%;box-sizing:border-box}@media(max-width:1000px){.dashboard-grid{grid-template-columns:1fr;grid-template-areas:"snapshot" "trend" "topic" "timeline" "feature" "response" "insights" "culture";grid-template-rows:auto}.dashboard-grid .cell.trend,.dashboard-grid .cell.feature,.dashboard-grid .cell.response,.dashboard-grid .cell.insights{min-height:320px}.dashboard-grid .cell.timeline,.dashboard-grid .cell.topic,.dashboard-grid .cell.culture{min-height:380px}.dashboard-grid .cell.snapshot{min-height:340px}}
