:root{--button-outline:#0000001a;--badge-outline:#0000000d;--opaque-button-border-intensity:-8;--elevate-1:#00000008;--elevate-2:#00000014;--background:0 0% 98%;--foreground:0 0% 9%;--border:0 0% 90%;--card:0 0% 100%;--card-foreground:0 0% 9%;--card-border:0 0% 90%;--popover:0 0% 100%;--popover-foreground:0 0% 9%;--popover-border:0 0% 90%;--primary:43 74% 49%;--primary-foreground:0 0% 9%;--secondary:0 0% 90%;--secondary-foreground:0 0% 9%;--muted:0 0% 90%;--muted-foreground:0 0% 40%;--accent:43 74% 49%;--accent-foreground:0 0% 9%;--destructive:0 84% 60%;--destructive-foreground:0 0% 100%;--input:0 0% 90%;--ring:43 74% 49%;--app-font-sans:"Inter", sans-serif;--app-font-serif:"Cormorant Garamond", serif;--app-font-mono:Menlo, monospace;--radius:.5rem;--shadow-sm:0px 2px 0px 0px #0000000d, 0px 1px 2px -1px #0000000d;--shadow:0px 2px 0px 0px #0000000d, 0px 1px 2px -1px #0000000d;--shadow-md:0px 2px 0px 0px #0000000d, 0px 2px 4px -1px #0000000d;--shadow-lg:0px 2px 0px 0px #0000000d, 0px 4px 6px -1px #0000000d}.dark{--button-outline:#ffffff1a;--badge-outline:#ffffff0d;--opaque-button-border-intensity:9;--elevate-1:#ffffff0a;--elevate-2:#ffffff17;--background:0 0% 3%;--foreground:40 10% 90%;--border:43 15% 15%;--card:0 0% 5%;--card-foreground:40 10% 90%;--card-border:43 15% 15%;--popover:0 0% 5%;--popover-foreground:40 10% 90%;--popover-border:43 15% 15%;--primary:43 74% 49%;--primary-foreground:0 0% 5%;--secondary:0 0% 12%;--secondary-foreground:40 10% 90%;--muted:0 0% 12%;--muted-foreground:40 5% 60%;--accent:25 50% 45%;--accent-foreground:40 10% 90%;--destructive:0 62% 30%;--destructive-foreground:40 10% 90%;--input:43 15% 20%;--ring:43 74% 49%}:root,.dark{--color-background:hsl(var(--background));--color-foreground:hsl(var(--foreground));--color-border:hsl(var(--border));--color-primary:hsl(var(--primary));--color-primary-foreground:hsl(var(--primary-foreground));--color-secondary:hsl(var(--secondary));--color-secondary-foreground:hsl(var(--secondary-foreground));--color-muted:hsl(var(--muted));--color-muted-foreground:hsl(var(--muted-foreground));--color-accent:hsl(var(--accent));--color-accent-foreground:hsl(var(--accent-foreground));--color-card:hsl(var(--card));--color-card-foreground:hsl(var(--card-foreground))}
*{box-sizing:border-box;border-color:var(--color-border);margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}body{background-color:var(--color-background);color:var(--color-foreground);font-family:var(--app-font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--app-font-serif);font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.grid{display:grid}.text-center{text-align:center}.hidden{display:none}@media (min-width:768px){.md-flex{display:flex}.md-grid{display:grid}}
