*,:after,:before{box-sizing:border-box}:root{--background:#fff;--foreground:#1a1a1a;--card:#fff;--card-foreground:#1a1a1a;--popover:#fff;--popover-foreground:#1a1a1a;--primary:#333;--primary-foreground:#fff;--secondary:#f5f5f5;--secondary-foreground:#333;--muted:#f5f5f5;--muted-foreground:#666;--accent:#f5f5f5;--accent-foreground:#333;--destructive:#dc2626;--destructive-foreground:#fff;--border:#e5e5e5;--input:#e5e5e5;--ring:#333;--radius:.65rem}.dark{--background:#0a0a0a;--foreground:#ededed;--card:#171717;--card-foreground:#ededed;--popover:#171717;--popover-foreground:#ededed;--primary:oklch(60% .15 260);--primary-foreground:#fafafa;--secondary:#262626;--secondary-foreground:#ededed;--muted:#262626;--muted-foreground:#a3a3a3;--accent:oklch(45% .15 180);--accent-foreground:#fafafa;--destructive:oklch(60% .25 10);--destructive-foreground:#fff;--border:#262626;--input:#262626;--ring:oklch(30% 0 0)}html{color-scheme:light dark}body{color:var(--foreground);font-family:system-ui,-apple-system,sans-serif;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bg-background,body{background-color:var(--background)}.bg-card{background-color:var(--card)}.bg-popover{background-color:var(--popover)}.bg-primary{background-color:var(--primary)}.bg-secondary{background-color:var(--secondary)}.bg-muted{background-color:var(--muted)}.bg-accent{background-color:var(--accent)}.bg-destructive{background-color:var(--destructive)}.text-foreground{color:var(--foreground)}.text-card-foreground{color:var(--card-foreground)}.text-popover-foreground{color:var(--popover-foreground)}.text-primary-foreground{color:var(--primary-foreground)}.text-secondary-foreground{color:var(--secondary-foreground)}.text-muted-foreground{color:var(--muted-foreground)}.text-accent-foreground{color:var(--accent-foreground)}.text-destructive-foreground{color:var(--destructive-foreground)}.border-border{border-color:var(--border)}.border-input{border-color:var(--input)}.ring-ring{--tw-ring-color:var(--ring)}.outline-ring\/50{outline-color:color-mix(in srgb,var(--ring) 50%,transparent)}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-9{height:2.25rem}.h-16{height:4rem}.h-screen{height:100vh}.w-full{width:100%}.w-10{width:2.5rem}.w-40{width:10rem}.w-20{width:5rem}.w-64{width:16rem}.min-h-screen{min-height:100vh}.h-\[calc\(100vh-4rem\)\]{height:calc(100vh - 4rem)}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.pt-0{padding-top:0}.pt-16{padding-top:4rem}.pr-2{padding-right:.5rem}.m-0{margin:0}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.ml-64{margin-left:16rem}.mx-auto{margin-left:auto;margin-right:auto}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.block{display:block}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.flex-col{flex-direction:column}.flex-1{flex:1 1 0%}.flex-wrap{flex-wrap:wrap}.fixed{position:fixed}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.top-0{top:0}.top-16{top:4rem}.left-0{left:0}.right-0{right:0}.z-50{z-index:50}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.tracking-tight{letter-spacing:-.025em}.tracking-normal{letter-spacing:0}.text-center{text-align:center}.whitespace-nowrap{white-space:nowrap}.cursor-pointer{cursor:pointer}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-90{opacity:.9}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.scroll-m-20{scroll-margin:5rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-lg{border-radius:var(--radius)}.rounded-xl{border-radius:calc(var(--radius) + 4px)}.rounded-full{border-radius:9999px}.border{border-style:solid;border-width:1px}.border-0{border-width:0}.border-b{border-bottom-style:solid;border-bottom-width:1px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.lg\:text-5xl{font-size:3rem;line-height:1}}.max-w-7xl{max-width:80rem}.max-w-6xl{max-width:72rem}.max-w-5xl{max-width:64rem}.max-w-4xl{max-width:56rem}.max-w-sm{max-width:24rem}.max-w-full{max-width:100%}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.hover\:bg-accent:hover{background-color:var(--accent)}.hover\:text-accent-foreground:hover{color:var(--accent-foreground)}.hover\:bg-secondary\/80:hover{background-color:color-mix(in srgb,var(--secondary) 80%,transparent)}.hover\:bg-destructive\/90:hover{background-color:color-mix(in srgb,var(--destructive) 90%,transparent)}.hover\:bg-primary\/90:hover{background-color:color-mix(in srgb,var(--primary) 90%,transparent)}.hover\:bg-muted:hover{background-color:var(--muted)}.hover\:underline:hover{text-decoration-line:underline}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--ring)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color:var(--ring)}.focus-visible\:ring-offset-2:focus-visible{box-shadow:0 0 0 2px var(--background)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-50:disabled{opacity:.5}.peer-disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.peer-disabled\:opacity-70:disabled{opacity:.7}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}scrollbar-width:thin;scrollbar-color:var(--border) transparent;.equation-block{overflow-x:auto;scrollbar-width:none}.equation-block::-webkit-scrollbar{display:none}.placeholder\:text-muted-foreground::-moz-placeholder{color:var(--muted-foreground)}.placeholder\:text-muted-foreground::placeholder{color:var(--muted-foreground)}.file\:border-0::file-selector-button{border-width:0}.file\:bg-transparent::file-selector-button{background:transparent}.file\:text-sm::file-selector-button{font-size:.875rem}.file\:font-medium::file-selector-button{font-weight:500}[role=button]:not(:disabled),button:not(:disabled){cursor:pointer}input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--background);border:1px solid var(--input);border-radius:calc(var(--radius) - 2px);color:var(--foreground);font-size:.875rem;line-height:1.25;padding:.5rem .75rem;transition:border-color .15s,box-shadow .15s;width:100%}input::-moz-placeholder{color:var(--muted-foreground)}input::placeholder{color:var(--muted-foreground)}input:focus{box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--ring);outline:2px solid transparent;outline-offset:2px}input:disabled{cursor:not-allowed;opacity:.5}label{color:var(--foreground);display:inline-block;font-size:.875rem;font-weight:500;line-height:1.25}label:has(+*) label:has(+*),label:has(+input:disabled){opacity:.7}.rounded-lg.border{box-shadow:0 1px 2px #0000000d}.first\:mt-0:first-child{margin-top:0}.last\:mb-0:last-child{margin-bottom:0}.underline-offset-4{text-underline-offset:4px}.form-group{gap:12px}.form-group,.form-row{display:flex;flex-direction:column}.form-row{gap:4px}
