:root{--background:0 0% 3.9%;--foreground:0 0% 98%;--card:0 0% 3.9%;--card-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:0 0% 9%;--secondary:0 0% 14.9%;--secondary-foreground:0 0% 98%;--muted:0 0% 14.9%;--muted-foreground:0 0% 63.9%;--border:0 0% 14.9%;--input:0 0% 14.9%;--agent-1:0 0% 90%;--agent-2:0 0% 80%;--agent-3:0 0% 70%;--agent-4:0 0% 60%;--agent-5:0 0% 50%;--success:120 5% 70%;--warning:45 5% 70%;--error:0 5% 70%}body{background:hsl(var(--background));color:hsl(var(--foreground));font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.sidebar{background:hsl(var(--card));border-right:1px solid hsl(var(--border));z-index:40;width:250px;height:100vh;position:fixed;top:0;left:0;overflow-y:auto}.sidebar-header{border-bottom:1px solid hsl(var(--border));padding:1.5rem}.sidebar-brand{align-items:center;gap:.75rem;display:flex}.brand-icon{background:hsl(var(--primary));width:2rem;height:2rem;color:hsl(var(--primary-foreground));border-radius:.5rem;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.brand-text{font-size:1.125rem;font-weight:600}.sidebar-nav{padding:1rem}.nav-section{margin-bottom:1.5rem}.nav-section-title{text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));margin-bottom:.5rem;padding:0 .75rem;font-size:.75rem;font-weight:600}.nav-item{color:hsl(var(--muted-foreground));cursor:pointer;border-radius:.375rem;align-items:center;gap:.75rem;padding:.5rem .75rem;text-decoration:none;transition:all .2s;display:flex}.nav-item:hover,.nav-item.active{background:hsl(var(--secondary));color:hsl(var(--foreground))}.main-content{min-height:100vh;margin-left:250px}.main-header{z-index:30;background:hsl(var(--background));border-bottom:1px solid hsl(var(--border));flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;display:flex;position:-webkit-sticky;position:sticky;top:0}.header-left,.header-right{align-items:center;gap:1rem;display:flex}.page-title h1{margin:0;font-size:1.5rem;font-weight:600}.page-description{color:hsl(var(--muted-foreground));margin:.25rem 0 0;font-size:.875rem}.search-bar{background:hsl(var(--input));border:1px solid hsl(var(--border));border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.search-bar input{color:hsl(var(--foreground));background:0 0;border:none;outline:none;width:200px}.select{background:hsl(var(--input));border:1px solid hsl(var(--border));color:hsl(var(--foreground));-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23e5e7eb'><path fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 10.94l3.71-3.71a.75.75 0 111.06 1.06l-4.24 4.24a.75.75 0 01-1.06 0L5.21 8.29a.75.75 0 01.02-1.08z' clip-rule='evenodd'/></svg>");background-position:right .75rem center;background-repeat:no-repeat;background-size:1rem;border-radius:.375rem;padding:.5rem 2.25rem .5rem .75rem}.select:focus-visible{outline:2px solid hsl(var(--foreground));outline-offset:2px;border-color:hsl(var(--foreground))}.content-container{scroll-padding-top:var(--header-offset,96px);padding:1.5rem}.section{scroll-margin-top:var(--header-offset,96px);margin-bottom:2rem}#overview{scroll-margin-top:calc(var(--header-offset,96px) + 16px)}.section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.section-title{font-size:1.25rem;font-weight:600}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.5rem;padding:1.5rem}.card-header{margin-bottom:1rem}.card-title{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.card-title h3{color:hsl(var(--muted-foreground));margin:0;font-size:.875rem;font-weight:500}.card-description{color:hsl(var(--muted-foreground));font-size:.75rem}.metric-value{margin-bottom:.25rem;font-size:2rem;font-weight:700}.metric-subtitle{color:hsl(var(--muted-foreground));font-size:.875rem}.trend-indicator{border-radius:.25rem;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.875rem;display:flex}.trend-indicator.positive{color:hsl(var(--success));background:hsla(var(--success),.1)}.trend-indicator.negative{color:hsl(var(--error));background:hsla(var(--error),.1)}.highlights-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.highlight-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.5rem;flex-direction:column;height:100%;padding:1rem;display:flex}.highlight-summary{color:hsl(var(--muted-foreground));line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.875rem;display:-webkit-box;overflow:hidden}.highlight-footer{margin-top:auto}.highlight-footer a{flex-shrink:0;font-size:.875rem;font-weight:600;text-decoration:none}.highlight-footer a:hover{text-decoration:underline}.highlight-footer>span{line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:auto;min-width:0;display:-webkit-box;overflow:hidden}.highlight-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.highlight-header.single{justify-content:flex-start}.highlight-badge{border-radius:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500}.highlight-badge.product{background:hsla(var(--agent-1),.1);color:hsl(var(--agent-1))}.highlight-badge.research{background:hsla(var(--agent-2),.1);color:hsl(var(--agent-2))}.highlight-badge.perspective{background:hsla(var(--agent-3),.1);color:hsl(var(--agent-3))}.highlight-badge.social{background:hsla(var(--agent-4),.1);color:hsl(var(--agent-4))}.highlight-time{color:hsl(var(--muted-foreground));font-size:.75rem}.chart-container{width:100%;height:400px;position:relative}.scrollbar-themed{scrollbar-width:thin;scrollbar-color:hsla(var(--muted-foreground),.45)transparent;scrollbar-gutter:stable both-edges}.scrollbar-themed::-webkit-scrollbar{width:10px}.scrollbar-themed::-webkit-scrollbar-track{background:0 0}.scrollbar-themed::-webkit-scrollbar-thumb{background-color:hsla(var(--muted-foreground),.45);background-clip:padding-box;border:2px solid transparent;border-radius:9999px}.scrollbar-themed::-webkit-scrollbar-thumb:hover{background-color:hsla(var(--muted-foreground),.65)}@media (max-width:768px){.sidebar{transition:transform .3s;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-content{margin-left:0}.mobile-menu-toggle{display:block}}@media (min-width:769px){.mobile-menu-toggle{display:none}}
