@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600&family=Merriweather:wght@400;700&display=swap";:root{--primary:#03cffc;--primary-foreground:#06303a;--primary-hover:#11b8e0;--primary-active:#0a9cc0;--primary-soft:#e2f9ff;--background:#f8fafc;--foreground:#1e293b;--card:#fff;--card-foreground:#1e293b;--popover:#fff;--popover-foreground:#1e293b;--secondary:#e5e7eb;--secondary-foreground:#374151;--muted:#f3f4f6;--muted-foreground:#6b7280;--accent:#cdf3fc;--accent-foreground:#0e5a6b;--border:#d1d5db;--input:#d1d5db;--ring:#03cffc;--destructive:#ef4444;--destructive-foreground:#fff;--destructive-soft:#fee2e2;--success:#16a34a;--success-foreground:#fff;--success-soft:#dcfce7;--warning:#f59e0b;--warning-foreground:#4a2c02;--warning-soft:#fef3c7;--info:#0ea5e9;--info-foreground:#fff;--info-soft:#e0f2fe;--sentiment-positive:#16a34a;--sentiment-neutral:#94a3b8;--sentiment-negative:#ef4444;--chart-1:#03cffc;--chart-2:#06b6d4;--chart-3:#0891b2;--chart-4:#0e7490;--chart-5:#155e75;--sidebar:#f3f4f6;--sidebar-foreground:#1e293b;--sidebar-primary:#03cffc;--sidebar-primary-foreground:#06303a;--sidebar-accent:#cdf3fc;--sidebar-accent-foreground:#0e5a6b;--sidebar-border:#d1d5db;--sidebar-ring:#03cffc;--font-sans:"Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-serif:"Merriweather", Georgia, "Times New Roman", serif;--font-mono:"JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace;--text-2xs:.6875rem;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.375rem;--text-2xl:1.75rem;--text-3xl:2.25rem;--text-4xl:3rem;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--leading-tight:1.2;--leading-snug:1.35;--leading-normal:1.55;--leading-relaxed:1.7;--tracking-tight:-.02em;--tracking-normal:0;--tracking-wide:.04em;--tracking-wider:.08em;--space-0:0;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--control-sm:2rem;--control-md:2.5rem;--control-lg:3rem;--container-sm:40rem;--container-md:56rem;--container-lg:72rem;--radius:.5rem;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-full:9999px;--shadow-xs:0 1px 2px -1px #00000014;--shadow-sm:0 1px 3px -1px #0000001a, 0 1px 2px -1px #0000000f;--shadow-md:0 4px 8px -1px #0000001a, 0 2px 4px -2px #0000000f;--shadow-lg:0 10px 20px -3px #0000001f, 0 4px 8px -4px #00000014;--shadow-xl:0 20px 32px -8px #00000029;--ring-width:3px;--ring-offset:2px;--ease-standard:cubic-bezier(.2, 0, 0, 1);--ease-out:cubic-bezier(0, 0, .2, 1);--duration-fast:.12s;--duration-base:.18s;--duration-slow:.26s}.dark{--primary:#38d9fc;--primary-foreground:#042530;--primary-hover:#5fe2fd;--primary-active:#15c3ec;--primary-soft:#0c3a47;--background:#0f172a;--foreground:#e2e8f0;--card:#1e293b;--card-foreground:#e2e8f0;--popover:#1e293b;--popover-foreground:#e2e8f0;--secondary:#2d3748;--secondary-foreground:#d1d5db;--muted:#1e293b;--muted-foreground:#9ca3af;--accent:#15485a;--accent-foreground:#d6f6ff;--border:#4b5563;--input:#4b5563;--ring:#38d9fc;--destructive:#ef4444;--destructive-foreground:#0f172a;--destructive-soft:#3b1d1d;--success:#22c55e;--success-foreground:#0f172a;--success-soft:#16331f;--warning:#f59e0b;--warning-foreground:#0f172a;--warning-soft:#3a2a08;--info:#38bdf8;--info-foreground:#0f172a;--info-soft:#0c2a3a;--sentiment-positive:#22c55e;--sentiment-neutral:#94a3b8;--sentiment-negative:#f87171;--chart-1:#38d9fc;--chart-2:#22d3ee;--chart-3:#06b6d4;--chart-4:#0891b2;--chart-5:#0e7490;--sidebar:#1e293b;--sidebar-foreground:#e2e8f0;--sidebar-primary:#38d9fc;--sidebar-primary-foreground:#042530;--sidebar-accent:#15485a;--sidebar-accent-foreground:#d6f6ff;--sidebar-border:#4b5563;--sidebar-ring:#38d9fc}*,:before,:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}a{color:var(--primary-active);text-decoration:none}:focus-visible{outline:var(--ring-width) solid color-mix(in srgb, var(--ring) 60%, transparent);outline-offset:var(--ring-offset)}@keyframes monito-spin{to{transform:rotate(360deg)}}.scroll-area::-webkit-scrollbar{width:10px}.scroll-area::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--muted-foreground) 30%, transparent);border:3px solid var(--background);border-radius:8px}.clamp2{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.art-card{transition:box-shadow .18s cubic-bezier(.2,0,0,1),transform .18s cubic-bezier(.2,0,0,1),border-color .18s}.art-card:hover{box-shadow:var(--shadow-md);border-color:color-mix(in srgb, var(--primary) 50%, var(--border));transform:translateY(-2px)}.hover-accent{transition:all .15s}.hover-accent:hover{border-color:var(--primary);background:var(--accent)}.hover-primary{transition:all .15s}.hover-primary:hover{border-color:var(--primary);color:var(--primary-active)}
