@import"https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap";@custom-variant dark (&:is(.dark *));:root{--font-size: 14px;--background: #ffffff;--foreground: oklch(.145 0 0);--card: #ffffff;--card-foreground: oklch(.145 0 0);--popover: oklch(1 0 0);--popover-foreground: oklch(.145 0 0);--primary: #030213;--primary-foreground: oklch(1 0 0);--secondary: oklch(.95 .0058 264.53);--secondary-foreground: #030213;--muted: #ececf0;--muted-foreground: #717182;--accent: #e9ebef;--accent-foreground: #030213;--destructive: #d4183d;--destructive-foreground: #ffffff;--border: rgba(0, 0, 0, .1);--input: transparent;--input-background: #f3f3f5;--switch-background: #cbced4;--font-weight-medium: 500;--font-weight-normal: 400;--ring: oklch(.708 0 0);--chart-1: oklch(.646 .222 41.116);--chart-2: oklch(.6 .118 184.704);--chart-3: oklch(.398 .07 227.392);--chart-4: oklch(.828 .189 84.429);--chart-5: oklch(.769 .188 70.08);--radius: .625rem;--sidebar: oklch(.985 0 0);--sidebar-foreground: oklch(.145 0 0);--sidebar-primary: #030213;--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.97 0 0);--sidebar-accent-foreground: oklch(.205 0 0);--sidebar-border: oklch(.922 0 0);--sidebar-ring: oklch(.708 0 0)}.dark{--background: #020617;--foreground: #dae2fd;--card: rgba(30, 41, 59, .7);--card-foreground: #dae2fd;--popover: #131b2e;--popover-foreground: #dae2fd;--primary: #d2bbff;--primary-foreground: #3f008e;--secondary: #89ceff;--secondary-foreground: #00344d;--muted: #171f33;--muted-foreground: #ccc3d8;--accent: #222a3d;--accent-foreground: #dae2fd;--destructive: #ffb4ab;--destructive-foreground: #690005;--border: rgba(210, 187, 255, .1);--input: #060e20;--ring: rgba(124, 58, 237, .5);--font-weight-medium: 500;--font-weight-normal: 400;--chart-1: #7c3aed;--chart-2: #00a2e6;--chart-3: #d2bbff;--chart-4: #10B981;--chart-5: #ffafd3;--sidebar: #131b2e;--sidebar-foreground: #dae2fd;--sidebar-primary: #7c3aed;--sidebar-primary-foreground: #ede0ff;--sidebar-accent: #2d3449;--sidebar-accent-foreground: #dae2fd;--sidebar-border: rgba(210, 187, 255, .1);--sidebar-ring: rgba(124, 58, 237, .5);--lp-bg-deep: #020617;--lp-surface-glass: rgba(30, 41, 59, .7);--lp-primary-container: #7c3aed;--lp-secondary-container: #00a2e6;--lp-on-primary-container: #ede0ff;--lp-on-surface-variant: #ccc3d8;--lp-surface-container-low: #131b2e;--lp-surface-container: #171f33;--lp-surface-container-high: #222a3d;--lp-surface-container-highest: #2d3449;--lp-surface-container-lowest: #060e20;--lp-outline: #958da1;--lp-success: #10B981;--lp-error-container: #93000a}@theme inline{ --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-input-background: var(--input-background); --color-switch-background: var(--switch-background); --color-ring: var(--ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); }@layer base{*{@apply border-border outline-ring/50;}body{@apply bg-background text-foreground;}}@layer base{:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h1{font-size:var(--text-2xl);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h2{font-size:var(--text-xl);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h3{font-size:var(--text-lg);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h4{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) p{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) label{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) button{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) input{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5}}html{font-size:var(--font-size)}@layer base{body{font-family:Geist,system-ui,sans-serif}}@layer utilities{.glass-card{background:rgba(30,41,59,.7);backdrop-filter:blur(12px);border:1px solid rgba(210,187,255,.1);transition:all .3s ease}.glass-card:hover{background:rgba(30,41,59,.85);border-color:#d2bbff40;box-shadow:0 0 20px #7c3aed26}.glow-button{background:linear-gradient(135deg,#7c3aed 0%,#00a2e6 100%)}.glow-button:hover{filter:brightness(1.1)}.input-glow:focus-within{border-color:#7c3aed!important;box-shadow:0 0 15px #7c3aed33}.lp-bg{background-color:#020617}.lp-sidebar{background-color:#131b2e;border-right:1px solid rgba(210,187,255,.1)}.lp-nav-active{background-color:#7c3aed;color:#ede0ff}.lp-nav-item{color:#ccc3d8;transition:all .2s ease}.lp-nav-item:hover{background-color:#2d3449;color:#dae2fd}.lp-badge-success{background-color:#10b9811a;color:#10b981}.lp-badge-warn{background-color:#ffb4ab1a;color:#ffb4ab}.lp-badge-active{background-color:#d2bbff1a;color:#d2bbff}.progress-ring-circle{transition:stroke-dashoffset .35s;transform:rotate(-90deg);transform-origin:50% 50%}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0b1326}::-webkit-scrollbar-thumb{background:#2d3449;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#4a4455}
