:root{--background:210 20% 98%;--foreground:220 25% 10%;--card:0 0% 100%;--card-foreground:220 25% 10%;--popover:0 0% 100%;--popover-foreground:220 25% 10%;--primary:222 30% 24%;--primary-foreground:0 0% 100%;--secondary:206 43% 90%;--secondary-foreground:220 25% 20%;--muted:206 43% 90%;--muted-foreground:220 10% 46%;--accent:38 92% 50%;--accent-foreground:220 25% 10%;--destructive:0 84% 63%;--destructive-foreground:0 0% 100%;--success:142 76% 36%;--success-foreground:0 0% 100%;--warning:38 92% 50%;--warning-foreground:220 25% 10%;--info:199 89% 48%;--info-foreground:0 0% 100%;--border:218 13% 83%;--input:218 13% 83%;--ring:222 30% 24%;--radius:0.625rem;--sidebar-background:222 30% 24%;--sidebar-foreground:215 20% 94%;--sidebar-primary:220 14% 41%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:220 25% 16%;--sidebar-accent-foreground:215 20% 94%;--sidebar-border:220 20% 18%;--sidebar-ring:220 14% 41%;--sidebar-width:16rem;--sidebar-width-icon:3rem;--chart-1:222 30% 24%;--chart-2:38 92% 50%;--chart-3:199 89% 48%;--chart-4:142 76% 36%;--chart-5:280 60% 50%}.dark{--background:220 25% 8%;--foreground:210 20% 98%;--card:220 25% 12%;--card-foreground:210 20% 98%;--popover:220 25% 12%;--popover-foreground:210 20% 98%;--primary:206 43% 90%;--primary-foreground:220 25% 8%;--secondary:220 20% 20%;--secondary-foreground:210 20% 98%;--muted:220 20% 20%;--muted-foreground:220 10% 60%;--accent:38 92% 55%;--accent-foreground:220 25% 8%;--destructive:0 84% 57%;--destructive-foreground:0 0% 100%;--success:142 76% 45%;--success-foreground:0 0% 100%;--warning:38 92% 55%;--warning-foreground:220 25% 8%;--info:199 89% 55%;--info-foreground:220 25% 8%;--border:220 20% 22%;--input:220 20% 22%;--ring:206 43% 90%;--sidebar-background:222 30% 24%;--sidebar-foreground:215 20% 94%;--sidebar-primary:220 14% 41%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:220 25% 12%;--sidebar-accent-foreground:215 20% 94%;--sidebar-border:220 20% 15%;--sidebar-ring:220 14% 41%;--chart-1:206 43% 90%;--chart-2:38 92% 55%;--chart-3:199 89% 55%;--chart-4:142 76% 45%;--chart-5:280 60% 55%}*,:after,:before{box-sizing:border-box;margin:0;padding:0;border:0 solid hsl(var(--border))}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:Inter,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit;min-height:100vh;background-color:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,system-ui,sans-serif;font-size:1rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}hr{height:0;color:inherit;border-top-width:1px}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;-moz-appearance:button;appearance:button}:-moz-focusring{outline:auto}input::placeholder,textarea::placeholder{opacity:1;color:hsl(var(--muted-foreground))}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:hsl(var(--muted-foreground)/.3);border-radius:4px}::-webkit-scrollbar-thumb:hover{background-color:hsl(var(--muted-foreground)/.5)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes accordion-down{0%{height:0}to{height:var(--radix-accordion-content-height)}}@keyframes accordion-up{0%{height:var(--radix-accordion-content-height)}to{height:0}}@keyframes enter{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes exit{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.animate-fade-in{animation:fade-in .3s ease-out}.animate-fade-up{animation:fade-up .4s ease-out}.animate-spin{animation:spin 1s linear infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-enter{animation:enter .2s ease-out}.animate-exit{animation:exit .15s ease-in}@media print{aside{display:none!important}}.home{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100vh;padding:45px;max-width:1024px;margin:0 auto;overflow:hidden}@media (max-width:400px){.home{padding:24px}}.home .content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1}.home .content h1{text-align:center;font-size:2rem;font-weight:700;margin:1.5rem 0;color:hsl(var(--foreground))}.home .links{display:flex;align-items:center;gap:12px}.home .links a{text-decoration:none;padding:.5rem 1rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;transition:opacity .15s ease}.home .links a:hover{opacity:.9}.home .links .admin{color:hsl(var(--primary-foreground));background:hsl(var(--primary))}.home .links .docs{color:hsl(var(--foreground));background:transparent;border:1px solid hsl(var(--border))}.home .footer{display:flex;align-items:center;gap:8px}@media (max-width:1024px){.home .footer{flex-direction:column;gap:6px}}.home .footer p{margin:0;font-size:.875rem;color:hsl(var(--muted-foreground))}.home .footer .codeLink{text-decoration:none;padding:.125rem .5rem;background:hsl(var(--muted));border-radius:calc(var(--radius) - 4px);font-size:.8125rem;color:hsl(var(--foreground))}