.new-ui{--background: 40 20% 98%;--foreground: 220 25% 14%;--card: 0 0% 100%;--card-foreground: 220 25% 14%;--popover: 0 0% 100%;--popover-foreground: 220 25% 14%;--primary: 220 25% 18%;--primary-foreground: 40 20% 98%;--secondary: 38 10% 94%;--secondary-foreground: 220 25% 18%;--muted: 40 12% 95%;--muted-foreground: 220 10% 46%;--accent: 38 92% 50%;--accent-foreground: 220 25% 14%;--destructive: 0 72% 51%;--destructive-foreground: 0 0% 100%;--success: 160 60% 40%;--success-foreground: 0 0% 100%;--warning: 32 95% 52%;--warning-foreground: 220 25% 14%;--info: 210 80% 52%;--info-foreground: 0 0% 100%;--border: 40 12% 90%;--input: 40 12% 90%;--ring: 38 92% 50%;--radius: .75rem;--border-width: inherit;--sidebar-background: inherit;--sidebar-foreground: inherit;--sidebar-primary: inherit;--sidebar-primary-foreground: inherit;--sidebar-accent: inherit;--sidebar-accent-foreground: inherit;--sidebar-border: inherit;--sidebar-ring: inherit;--sidebar-muted: inherit;--nav-background: inherit;--nav-background-alt: inherit;--nav-foreground: inherit;--nav-active-background: inherit;--nav-active-accent: inherit;--nav-active-foreground: inherit;--nav-border: inherit;--score-excellent: 160 60% 40%;--score-good: 142 50% 45%;--score-fair: 38 92% 50%;--score-poor: 0 72% 51%;--chart-1: 210 80% 52%;--chart-2: 38 92% 50%;--chart-3: 160 60% 40%;--chart-4: 280 60% 55%;--chart-5: 340 65% 55%;background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--font-sans);-webkit-font-smoothing:antialiased}.dark .new-ui{--background: 220 25% 8%;--foreground: 40 20% 95%;--card: 220 25% 12%;--card-foreground: 40 20% 95%;--popover: 220 25% 12%;--popover-foreground: 40 20% 95%;--primary: 38 92% 50%;--primary-foreground: 220 25% 8%;--secondary: 220 20% 16%;--secondary-foreground: 40 20% 90%;--muted: 220 20% 16%;--muted-foreground: 220 10% 55%;--accent: 38 92% 50%;--accent-foreground: 220 25% 8%;--destructive: 0 62% 30%;--destructive-foreground: 0 0% 100%;--border: 220 20% 18%;--input: 220 20% 18%;--ring: 38 92% 50%;--border-width: inherit;--sidebar-background: inherit;--sidebar-foreground: inherit;--sidebar-primary: inherit;--sidebar-primary-foreground: inherit;--sidebar-accent: inherit;--sidebar-accent-foreground: inherit;--sidebar-border: inherit;--sidebar-ring: inherit;--sidebar-muted: inherit;--nav-background: inherit;--nav-background-alt: inherit;--nav-foreground: inherit;--nav-active-background: inherit;--nav-active-accent: inherit;--nav-active-foreground: inherit;--nav-border: inherit}.new-ui.orami-dashboard-new-ui-surface{--background: inherit;--foreground: inherit;--card: inherit;--card-foreground: inherit;--popover: inherit;--popover-foreground: inherit;--primary: inherit;--primary-foreground: inherit;--secondary: inherit;--secondary-foreground: inherit;--muted: inherit;--muted-foreground: inherit;--accent: inherit;--accent-foreground: inherit;--destructive: inherit;--destructive-foreground: inherit;--border: inherit;--input: inherit;--ring: inherit;--radius: inherit;--border-width: inherit;--sidebar-background: inherit;--sidebar-foreground: inherit;--sidebar-primary: inherit;--sidebar-primary-foreground: inherit;--sidebar-accent: inherit;--sidebar-accent-foreground: inherit;--sidebar-border: inherit;--sidebar-ring: inherit;--sidebar-muted: inherit;--nav-background: inherit;--nav-background-alt: inherit;--nav-foreground: inherit;--nav-active-background: inherit;--nav-active-accent: inherit;--nav-active-foreground: inherit;--nav-border: inherit;background-color:transparent}.new-ui .score-excellent{color:hsl(var(--score-excellent))}.new-ui .score-good{color:hsl(var(--score-good))}.new-ui .score-fair{color:hsl(var(--score-fair))}.new-ui .score-poor{color:hsl(var(--score-poor))}.new-ui .bg-score-excellent{background-color:hsl(var(--score-excellent))}.new-ui .bg-score-good{background-color:hsl(var(--score-good))}.new-ui .bg-score-fair{background-color:hsl(var(--score-fair))}.new-ui .bg-score-poor{background-color:hsl(var(--score-poor))}.new-ui .section-header{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:hsl(var(--foreground))}.new-ui .stat-value{font-size:1.5rem;line-height:2rem;font-weight:700;letter-spacing:-.025em;color:hsl(var(--foreground))}.new-ui .stat-label{font-size:.875rem;line-height:1.25rem;font-weight:500;color:hsl(var(--muted-foreground))}.new-ui .trend-positive{color:hsl(var(--score-excellent))}.new-ui .trend-negative{color:hsl(var(--score-poor))}.new-ui .glass-panel{background-color:hsl(var(--card) / .8);backdrop-filter:blur(4px);border:var(--border-width) solid hsl(var(--border));border-radius:var(--radius)}@keyframes new-ui-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes new-ui-slide-in-right{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}@keyframes new-ui-pulse-glow{0%,to{box-shadow:0 0 #f59f0a33}50%{box-shadow:0 0 0 8px #f59f0a00}}@keyframes new-ui-marquee{0%{transform:translate(0)}to{transform:translate(-33.333%)}}@keyframes orami-copilot-shine{0%{transform:translate(-160%) skew(-18deg)}to{transform:translate(160%) skew(-18deg)}}@keyframes orami-copilot-border-draw{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes orami-copilot-bounce{0%{transform:scale(1)}28%{transform:scale(.9)}58%{transform:scale(1.14)}78%{transform:scale(.98)}to{transform:scale(1)}}.new-ui .animate-fade-in{animation:new-ui-fade-in .4s ease-out forwards}.new-ui .animate-slide-in-right{animation:new-ui-slide-in-right .3s ease-out forwards}.new-ui .animate-pulse-glow{animation:new-ui-pulse-glow 2s ease-in-out infinite}.new-ui .animate-marquee{animation:new-ui-marquee 30s linear infinite}.new-ui .orami-copilot-launcher{isolation:isolate;overflow:hidden;border:var(--border-width) solid hsl(var(--primary-foreground) / .18);box-shadow:0 14px 30px hsl(var(--foreground) / .2),0 0 0 1px hsl(var(--primary-foreground) / .08) inset;transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease}.new-ui .orami-copilot-launcher:before,.new-ui .orami-copilot-launcher:after{content:"";position:absolute;pointer-events:none}.new-ui .orami-copilot-launcher:before{inset:-35% -70%;z-index:0;background:linear-gradient(105deg,transparent 35%,hsl(var(--primary-foreground) / .2) 45%,hsl(var(--primary-foreground) / .72) 50%,hsl(var(--primary-foreground) / .2) 55%,transparent 65%);opacity:0;transform:translate(-160%) skew(-18deg)}.new-ui .orami-copilot-launcher:after{inset:-1px;z-index:0;padding:2px;border-radius:inherit;background:conic-gradient(from 0turn,transparent 0deg,transparent 90deg,hsl(var(--primary-foreground) / .35) 140deg,hsl(var(--accent) / .95) 190deg,hsl(var(--primary-foreground) / .85) 235deg,transparent 300deg,transparent 360deg);opacity:0;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.new-ui .orami-copilot-launcher>svg{position:relative;z-index:1}.new-ui .orami-copilot-launcher:hover{border-color:hsl(var(--primary-foreground) / .42);box-shadow:0 18px 40px hsl(var(--foreground) / .24),0 0 0 1px hsl(var(--primary-foreground) / .18) inset,0 0 24px hsl(var(--accent) / .28);transform:translateY(-2px) scale(1.04)}.new-ui .orami-copilot-launcher:hover:before{opacity:1;animation:orami-copilot-shine .82s ease-out}.new-ui .orami-copilot-launcher:hover:after{opacity:1;animation:orami-copilot-border-draw .92s ease-out}.new-ui .orami-copilot-launcher-bounce{animation:orami-copilot-bounce .52s cubic-bezier(.22,1,.36,1)}
