@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--font-size: 16px;--background: #ffffff;--foreground: #1a1a1a;--card: #f8fafc;--card-foreground: #1a1a1a;--popover: #ffffff;--popover-foreground: #1a1a1a;--primary: #1a1a1a;--primary-foreground: #ffffff;--secondary: #f1f5f9;--secondary-foreground: #475569;--muted: #f1f5f9;--muted-foreground: #64748b;--accent: #14b8a6;--accent-foreground: #ffffff;--destructive: #d4183d;--destructive-foreground: #ffffff;--border: #e2e8f0;--input: transparent;--input-background: #f3f3f5;--switch-background: #cbced4;--font-weight-medium: 500;--font-weight-normal: 400;--ring: oklch(0.708 0 0);--chart-1: oklch(0.646 0.222 41.116);--chart-2: oklch(0.6 0.118 184.704);--chart-3: oklch(0.398 0.07 227.392);--chart-4: oklch(0.828 0.189 84.429);--chart-5: oklch(0.769 0.188 70.08);--radius: 0.625rem;--sidebar: oklch(0.985 0 0);--sidebar-foreground: oklch(0.145 0 0);--sidebar-primary: #030213;--sidebar-primary-foreground: oklch(0.985 0 0);--sidebar-accent: oklch(0.97 0 0);--sidebar-accent-foreground: oklch(0.205 0 0);--sidebar-border: oklch(0.922 0 0);--sidebar-ring: oklch(0.708 0 0)}@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)}input,textarea,select,button{color:var(--foreground);background-color:var(--input-background);border:1px solid var(--input);border-radius:.375rem;padding:.25rem .75rem;font-size:1rem;transition:color .2s,box-shadow .2s;outline:none}input::placeholder,textarea::placeholder,select::placeholder,button::placeholder{color:var(--muted-foreground)}input::selection,textarea::selection,select::selection,button::selection{background:var(--primary);color:var(--primary-foreground)}input:disabled,textarea:disabled,select:disabled,button:disabled{pointer-events:none;cursor:not-allowed;opacity:.5}@media(min-width: 768px){input,textarea,select,button{font-size:.875rem}}input:focus-visible,textarea:focus-visible,select:focus-visible,button:focus-visible{border-color:var(--ring);box-shadow:0 0 0 3px var(--ring)}input[aria-invalid=true],textarea[aria-invalid=true],select[aria-invalid=true],button[aria-invalid=true]{border-color:var(--destructive);box-shadow:0 0 0 3px var(--destructive)}input[type=checkbox],input[type=radio]{padding:0;width:auto;accent-color:var(--primary);scale:1.15}input[type=range]{--track-height: 14px;--thumb-size: 22px;--bg-track: var(--input-background);--fill: var(--primary);--thumb-border: 2px;-webkit-appearance:none;appearance:none;width:100%;height:var(--track-height);background:rgba(0,0,0,0);cursor:pointer;--value: 18}input[type=range]::-webkit-slider-runnable-track{height:var(--track-height);border-radius:999px;background:linear-gradient(to right, var(--fill) 0 0);background-size:calc(var(--value)*1%) 100%;background-repeat:no-repeat;box-shadow:none;border:none;background-color:var(--bg-track)}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:var(--thumb-size);height:var(--thumb-size);border-radius:50%;background:#fff;margin-top:calc((var(--track-height) - var(--thumb-size))/2);box-shadow:0 0 0 var(--thumb-border) rgba(0,0,0,.06);border:1px solid rgba(0,0,0,.12);transition:transform .12s ease}input[type=range]:active::-webkit-slider-thumb{transform:scale(1.03)}input[type=range]::-moz-range-track{height:var(--track-height);border-radius:999px;background:var(--bg-track)}input[type=range]::-moz-range-progress{height:var(--track-height);border-radius:999px;background:var(--fill)}input[type=range]::-moz-range-thumb{width:var(--thumb-size);height:var(--thumb-size);border-radius:50%;background:#fff;border:1px solid rgba(0,0,0,.12);box-shadow:0 0 0 var(--thumb-border) rgba(0,0,0,.06)}input[type=range]:focus{outline:none}input[type=range]:focus::-webkit-slider-thumb{box-shadow:0 0 0 4px rgba(11,11,11,.06)}
