@import"https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap";:root{color-scheme:light;--brand-blue: #0088bb;--brand-blue-light: #00bbee;--brand-gray: #74777b;--brand-red: #ee1133;--brand-red-light: #ff5a5a;--brand-yellow: #ffbb44;--brand-yellow-light: #ffcc88;--brand-black: #000000;--surface-white: #ffffff}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:PT Sans,Segoe UI,sans-serif;background:#fff;color:var(--brand-black);overflow-x:hidden;overflow-y:hidden}html,body,#root{height:100%;width:100%}.AppShell{height:100vh;display:flex;flex-direction:column;gap:20px;padding:20px 28px}.HeaderPanel{background:linear-gradient(180deg,var(--brand-blue) 0%,var(--brand-blue-light) 100%);color:#fff;border-bottom:1px solid var(--brand-blue);padding:16px 0 18px;text-align:center}.HeaderLogos{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:18px;padding:12px 0}.HeaderLogo{height:36px;width:auto}.HeaderLinks{display:flex;align-items:center;justify-content:center;gap:24px;margin-top:6px}.HeaderLink{background:transparent;border:none;color:#fff;font-size:.95rem;font-weight:500;cursor:pointer;padding:4px 0;text-decoration:none}.HeaderLinkActive{font-weight:700;border-bottom:2px solid #ffffff}.ContentGrid{display:flex;position:relative;gap:20px;align-items:stretch;flex:1;width:100%;min-height:0;min-width:0}.InputPanel{flex:0 0 30%;display:flex;flex-direction:column;gap:12px;padding:20px;border:1px solid #e1e5e8;height:100%;min-height:0;min-width:0}.RightColumn{flex:1 1 0;display:flex;flex-direction:column;gap:20px;min-width:0;min-height:0}.RatingPanel{flex:0 0 auto;padding:20px;border:1px solid #e1e5e8;min-width:0}.TopicsPanel{flex:1 1 0;display:flex;flex-direction:column;gap:12px;padding:20px;border:1px solid #e1e5e8;min-height:0;min-width:0}.InsightsOverlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#ffffffb3;z-index:2}.HistogramContainer{display:flex;align-items:flex-end;flex-wrap:nowrap;gap:6px;height:200px;padding:8px 0 4px;max-width:100%;overflow-x:auto}.HistogramBarWrapper{display:grid;grid-template-rows:1fr auto auto;align-items:end;gap:4px;flex:1;height:100%}.HistogramBar{width:100%;background:#dbe5ea;transition:height .3s ease}.HistogramBarActive{background:var(--brand-blue)}.HistogramLabel{font-size:.7rem;color:var(--brand-gray);text-align:center;height:1rem}.HistogramSubLabel{font-size:.65rem;color:var(--brand-gray);text-align:center;line-height:1.1;height:2rem}.RatingCard{display:flex;align-items:center;justify-content:space-between;gap:16px}.RatingEmoji{font-size:2.5rem}.RatingPercent{font-size:2rem;font-weight:600}.FooterPanel{display:flex;align-items:center;justify-content:center;padding:12px 0;background:#f2f2f2;border-top:1px solid #e1e5e8}.FooterText{font-size:.85rem;color:var(--brand-gray)}.TopicsPage{display:flex;flex-direction:column;gap:12px;height:100%}.TopicsTableWrapper{border:1px solid #e1e5e8;overflow:auto;height:100%}.TopicsTable{width:100%;border-collapse:collapse;font-size:.92rem}.TopicsTable th,.TopicsTable td{border-bottom:1px solid #e1e5e8;padding:12px 14px;text-align:left;vertical-align:top}.TopicsTable th{background:#f7f7f7;font-weight:700;color:var(--brand-black);position:sticky;top:0;z-index:1}@media (max-width: 960px){body{overflow-x:hidden;overflow-y:auto}html,body,#root{height:auto}.AppShell{height:auto;min-height:100vh;padding:16px 16px 0}.ContentGrid{display:block}.HistogramContainer{overflow-x:auto;padding-bottom:8px}.HistogramBarWrapper{min-width:42px;flex:0 0 auto}.InsightsOverlay{display:none}.RightColumn{order:1;width:100%;display:block}.InputPanel{order:2;height:auto;width:100%;display:block}.TopicsPanel{width:100%;display:block}}
