@use "@angular/material" as mat;:root{--bg: #0d0d14;--surface: #1a1a2e;--surface-2: #232340;--border: rgba(255, 255, 255, .08);--primary: #7c3aed;--primary-hover: #6d28d9;--primary-glow: rgba(124, 58, 237, .3);--accent: #06b6d4;--accent-glow: rgba(6, 182, 212, .3);--danger: #ef4444;--success: #22c55e;--warning: #f59e0b;--text: #f1f5f9;--text-muted: #94a3b8;--text-faint: #475569;--hover-bg: rgba(255, 255, 255, .06);--radius: 12px;--radius-sm: 8px;--transition: .15s ease}html.light-theme{@include mat.theme((color: (primary: mat.$violet-palette,tertiary: mat.$cyan-palette,theme-type: light,),density: 0,));--bg: #f4f4f8;--surface: #ffffff;--surface-2: #ebebf6;--border: rgba(0, 0, 0, .1);--primary: #7c3aed;--primary-hover: #6d28d9;--primary-glow: rgba(124, 58, 237, .1);--accent: #0891b2;--accent-glow: rgba(8, 145, 178, .1);--danger: #dc2626;--success: #16a34a;--warning: #d97706;--text: #0f172a;--text-muted: #475569;--text-faint: #94a3b8;--hover-bg: rgba(0, 0, 0, .05)}html{@include mat.theme((color: (primary: mat.$violet-palette,tertiary: mat.$cyan-palette,theme-type: dark,),typography: Inter,density: 0,));}*{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--text-faint);border-radius:3px}
