@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";: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}body{margin:0;min-width:320px;min-height:100vh;transition:background-color .25s,color .25s}body.light{background-color:#fff;color:#000}body.dark{background-color:#121212;color:#fff}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;grid-template-areas:"snapshot snapshot" "trend    topic" "timeline topic" "timeline feature" "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}.cell>*{flex:1 1 auto;min-height:0;min-width:0;height:100%;display:flex;flex-direction:column}.widget{background:var(--card-bg);border:1px solid var(--card-border);border-radius:12px;overflow:hidden;padding:1rem;display:flex;flex-direction:column;min-height:0;min-width:0}.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%}@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}}
