: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));border-radius:.375rem;padding:.5rem .75rem}.content-container{padding:1.5rem}.section{margin-bottom:2rem}.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;padding:1rem}.highlight-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.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}@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}}
