*{margin:0;padding:0}:root{--primary:196 85% 45%;--primary-hover:196 85% 50%;--primary-active:196 85% 40%;--primary-foreground:210 20% 98%;--secondary:210 50% 35%;--secondary-hover:210 50% 40%;--secondary-active:210 50% 30%;--secondary-foreground:210 20% 98%;--accent:40 90% 60%;--accent-hover:40 90% 65%;--accent-active:40 90% 55%;--accent-foreground:210 20% 100%;--background:200 20% 98%;--foreground:210 15% 15%;--card:200 100% 100%;--card-foreground:210 15% 15%;--popover:200 100% 100%;--popover-foreground:210 15% 15%;--muted:200 20% 95%;--muted-foreground:210 10% 50%;--destructive:0 84.2% 60.2%;--destructive-hover:0 84.2% 55%;--destructive-foreground:210 20% 98%;--border:210 10% 85%;--input:210 10% 95%;--ring:196 85% 45%;--overlay:0 0% 0%;--backdrop:222 47% 11%;--radius:0.5rem;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--font-mono:"SF Mono",Monaco,"Cascadia Code",monospace;--shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);--transition-fast:0.15s ease;--transition-base:0.2s ease;--transition-slow:0.3s ease}.dark{--background:220 15% 10%;--foreground:210 10% 90%;--card:220 15% 15%;--card-foreground:210 10% 90%;--popover:220 15% 15%;--popover-foreground:210 10% 90%;--primary:196 60% 50%;--primary-hover:196 60% 60%;--primary-active:196 60% 45%;--primary-foreground:220 15% 10%;--secondary:210 25% 30%;--secondary-hover:210 25% 35%;--secondary-active:210 25% 25%;--secondary-foreground:210 10% 90%;--accent:40 90% 60%;--accent-hover:40 90% 65%;--accent-active:40 90% 55%;--accent-foreground:220 15% 10%;--muted:220 15% 18%;--muted-foreground:210 10% 60%;--destructive:0 50% 45%;--destructive-hover:0 50% 40%;--destructive-foreground:210 10% 90%;--border:220 10% 20%;--input:220 15% 18%;--ring:196 60% 50%;--overlay:0 0% 0%;--backdrop:222 47% 11%}@media (prefers-color-scheme:dark){:root:not(.light){--background:220 15% 10%;--foreground:210 10% 90%;--card:220 15% 15%;--card-foreground:210 10% 90%;--popover:220 15% 15%;--popover-foreground:210 10% 90%;--primary:196 60% 50%;--primary-hover:196 60% 60%;--primary-active:196 60% 45%;--primary-foreground:220 15% 10%;--secondary:210 25% 30%;--secondary-hover:210 25% 35%;--secondary-active:210 25% 25%;--secondary-foreground:210 10% 90%;--accent:40 90% 60%;--accent-hover:40 90% 65%;--accent-active:40 90% 55%;--accent-foreground:220 15% 10%;--muted:220 15% 18%;--muted-foreground:210 10% 60%;--destructive:0 50% 45%;--destructive-hover:0 50% 40%;--destructive-foreground:210 10% 90%;--border:220 10% 20%;--input:220 15% 18%;--ring:196 60% 50%}}body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:hsl(var(--background));color:hsl(var(--foreground));line-height:1.5}@media (hover:none) and (pointer:coarse){html{text-size-adjust:100%}[contenteditable=""],[contenteditable=plaintext-only],[contenteditable=true],input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]):not([type=image]):not([type=button]):not([type=submit]):not([type=reset]):not([type=color]):not([type=hidden]),select,textarea{font-size:16px!important}}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 var(--spacing-md)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:hsl(var(--muted))}::-webkit-scrollbar-thumb{background:hsl(var(--primary));border-radius:3px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--primary-hover))}:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn var(--transition-base)}.slide-up{animation:slideUp var(--transition-base)}.animate-fade-in-up{animation:fadeInUp .6s ease-out}*{box-sizing:border-box}body,html{margin:0;padding:0;background:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}a{color:inherit;text-decoration:none}