@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--background:210 40% 98%;--foreground:222 47% 11%;--muted:210 40% 96%;--muted-foreground:215 16% 47%;--card:0 0% 100%;--card-foreground:222 47% 11%;--popover:0 0% 100%;--popover-foreground:222 47% 11%;--primary:209 61% 22%;--primary-foreground:0 0% 100%;--primary-hover:210 61% 16%;--primary-muted:209 60% 96%;--secondary:210 40% 96%;--secondary-foreground:222 47% 11%;--secondary-hover:213 27% 91%;--accent:221 83% 53%;--accent-foreground:0 0% 100%;--destructive:0 72% 51%;--destructive-foreground:0 0% 100%;--border:213 27% 91%;--input:213 27% 91%;--ring:221 83% 53%;--success:162 93% 30%;--success-bg:156 72% 96%;--success-foreground:162 93% 24%;--warning:32 95% 44%;--warning-bg:43 96% 96%;--warning-foreground:26 90% 37%;--error:0 72% 51%;--error-bg:0 93% 97%;--error-foreground:0 73% 42%;--info:201 96% 40%;--info-bg:197 95% 97%;--info-foreground:201 94% 32%;--shadow-xs:0 1px 2px 0 #0f172a0d;--shadow-sm:0 1px 3px 0 #0f172a14, 0 1px 2px -1px #0f172a14;--shadow-md:0 4px 6px -1px #0f172a14, 0 2px 4px -2px #0f172a14;--shadow-lg:0 10px 15px -3px #0f172a14, 0 4px 6px -4px #0f172a14;--radius-sm:8px;--radius:12px;--radius-md:16px;--radius-lg:20px;--radius-xl:24px;--radius-full:999px;--space-4:4px;--space-8:8px;--space-12:12px;--space-16:16px;--space-24:24px;--space-32:32px;--space-40:40px;--space-48:48px;--space-64:64px;--space-80:80px;--space-96:96px;--space-128:128px;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", "Fira Code", ui-monospace, monospace;--navbar-h:64px;--max-w:1280px;--sidebar-w:260px}[data-theme=dark]{--background:222 47% 5%;--foreground:210 40% 98%;--muted:222 47% 11%;--muted-foreground:215 20% 65%;--card:222 47% 11%;--card-foreground:210 40% 98%;--popover:222 47% 11%;--popover-foreground:210 40% 98%;--primary:209 60% 35%;--primary-foreground:0 0% 100%;--primary-hover:209 59% 28%;--primary-muted:209 60% 15%;--secondary:222 47% 11%;--secondary-foreground:210 40% 98%;--secondary-hover:217 19% 17%;--accent:213 94% 68%;--accent-foreground:222 47% 5%;--destructive:0 72% 51%;--destructive-foreground:0 0% 100%;--border:217 19% 17%;--input:217 19% 17%;--ring:213 94% 68%;--success-bg:162 93% 10%;--warning-bg:32 95% 10%;--error-bg:0 72% 10%;--info-bg:201 96% 10%;--shadow-xs:0 1px 2px 0 #0003;--shadow-sm:0 1px 3px 0 #0000004d, 0 1px 2px -1px #0000004d;--shadow-md:0 4px 6px -1px #0000004d, 0 2px 4px -2px #0000004d;--shadow-lg:0 10px 15px -3px #0006, 0 4px 6px -4px #0000004d}html{-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);color:hsl(var(--foreground));background:hsl(var(--background));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:.9375rem;line-height:1.6;transition:background .2s,color .2s}h1,h2,h3,h4,h5,h6{font-family:var(--font-sans);color:hsl(var(--foreground));letter-spacing:-.01em;font-weight:600;line-height:1.3}a{color:hsl(var(--primary));text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}button{font-family:var(--font-sans);cursor:pointer;background:0 0;border:none}input,textarea,select{font-family:var(--font-sans);font-size:.875rem}::selection{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:var(--radius-full)}.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.section{padding:5rem 0}.section-sm{padding:3rem 0}.section-lg{padding:7rem 0}.section-header{text-align:center;max-width:640px;margin:0 auto 3.5rem}.section-label{letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--primary));margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:inline-block}.section-title{letter-spacing:-.02em;margin-bottom:.75rem;font-size:2rem;font-weight:700}.section-desc{color:hsl(var(--muted-foreground));font-size:1.0625rem;line-height:1.7}.btn{border-radius:var(--radius);white-space:nowrap;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.5625rem 1rem;font-size:.875rem;font-weight:500;line-height:1;text-decoration:none;transition:background .15s,color .15s,border-color .15s,box-shadow .15s;display:inline-flex}.btn:hover{text-decoration:none}.btn-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-primary:hover{background:hsl(var(--primary-hover))}.btn-secondary{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border-color:hsl(var(--border))}.btn-secondary:hover{background:hsl(var(--secondary-hover))}.btn-outline{color:hsl(var(--foreground));border-color:hsl(var(--border));background:0 0}.btn-outline:hover{background:hsl(var(--muted))}.btn-ghost{color:hsl(var(--muted-foreground));background:0 0}.btn-ghost:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.btn-destructive{background:hsl(var(--destructive));color:hsl(var(--destructive-foreground))}.btn-destructive:hover{opacity:.9}.btn-lg{border-radius:var(--radius-md);padding:.6875rem 1.5rem;font-size:.9375rem}.btn-sm{border-radius:var(--radius-sm);padding:.375rem .75rem;font-size:.8125rem}.btn-icon{border-radius:var(--radius);width:36px;height:36px;padding:0}.card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-lg);padding:1.5rem;transition:border-color .15s,box-shadow .15s}.card:hover{border-color:hsl(var(--primary) / .3);box-shadow:var(--shadow-md)}.card-flat{background:hsl(var(--muted));border-radius:var(--radius-lg);border:none;padding:1.5rem}.input-group{flex-direction:column;gap:.375rem;display:flex}.input-label{color:hsl(var(--foreground));font-size:.8125rem;font-weight:500}.input{background:hsl(var(--background));border:1px solid hsl(var(--input));border-radius:var(--radius);width:100%;height:40px;color:hsl(var(--foreground));padding:0 .75rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.input:focus{border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .15);outline:none}.input::placeholder{color:hsl(var(--muted-foreground))}textarea.input{resize:vertical;height:auto;min-height:100px;padding:.625rem .75rem}.input-error{border-color:hsl(var(--error))}.input-error:focus{box-shadow:0 0 0 2px hsl(var(--error) / .15)}.error-text{color:hsl(var(--error));font-size:.75rem}.badge{border-radius:var(--radius-full);align-items:center;gap:.25rem;padding:.125rem .625rem;font-size:.75rem;font-weight:500;line-height:1.5;display:inline-flex}.badge-default{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.badge-primary{background:hsl(var(--primary-muted));color:hsl(var(--primary))}.badge-success{background:hsl(var(--success-bg));color:hsl(var(--success-foreground))}.badge-warning{background:hsl(var(--warning-bg));color:hsl(var(--warning-foreground))}.badge-error{background:hsl(var(--error-bg));color:hsl(var(--error-foreground))}.avatar{border-radius:var(--radius-full);background:hsl(var(--muted));width:40px;height:40px;color:hsl(var(--muted-foreground));flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:600;display:flex;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.avatar-sm{width:32px;height:32px;font-size:.75rem}.avatar-lg{width:56px;height:56px;font-size:1.125rem}.separator{background:hsl(var(--border));height:1px}.spinner{border:2px solid hsl(var(--border));border-top-color:hsl(var(--primary));border-radius:50%;width:20px;height:20px;animation:.6s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.grid{gap:1.5rem;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-auto{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.flex{display:flex}.flex-col{flex-direction:column}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.text-center{text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:.4s forwards fadeIn}.delay-1{opacity:0;animation-delay:50ms}.delay-2{opacity:0;animation-delay:.1s}.delay-3{opacity:0;animation-delay:.15s}.delay-4{opacity:0;animation-delay:.2s}@media (max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.container{padding:0 1rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section{padding:3.5rem 0}.section-title{font-size:1.625rem}.hide-mobile{display:none!important}.show-mobile{display:flex!important}}
.Navbar-module__cRh5nW__navbar{height:var(--navbar-h);background:hsl(var(--background) / .85);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid hsl(var(--border));z-index:100;transition:background .2s;position:fixed;top:0;left:0;right:0}.Navbar-module__cRh5nW__scrolled{background:hsl(var(--background) / .95);box-shadow:var(--shadow-sm)}.Navbar-module__cRh5nW__inner{max-width:var(--max-w);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.Navbar-module__cRh5nW__logo{color:hsl(var(--foreground));letter-spacing:-.02em;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;display:flex}.Navbar-module__cRh5nW__logo:hover{text-decoration:none}.Navbar-module__cRh5nW__logoIcon{color:hsl(var(--primary))}.Navbar-module__cRh5nW__navLinks{align-items:center;gap:.25rem;list-style:none;display:flex}.Navbar-module__cRh5nW__navLink{color:hsl(var(--muted-foreground));border-radius:var(--radius);padding:.5rem .75rem;font-size:.875rem;font-weight:450;text-decoration:none;transition:color .15s,background .15s}.Navbar-module__cRh5nW__navLink:hover{color:hsl(var(--foreground));background:hsl(var(--muted));text-decoration:none}.Navbar-module__cRh5nW__active{color:hsl(var(--foreground));font-weight:500}.Navbar-module__cRh5nW__actions{align-items:center;gap:.375rem;display:flex}.Navbar-module__cRh5nW__themeBtn{border-radius:var(--radius);width:36px;height:36px;color:hsl(var(--muted-foreground));justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex}.Navbar-module__cRh5nW__themeBtn:hover{color:hsl(var(--foreground));background:hsl(var(--muted))}.Navbar-module__cRh5nW__loginBtn{color:hsl(var(--muted-foreground));border-radius:var(--radius);padding:.5rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s}.Navbar-module__cRh5nW__loginBtn:hover{color:hsl(var(--foreground));background:hsl(var(--muted));text-decoration:none}.Navbar-module__cRh5nW__cta{color:hsl(var(--primary-foreground));background:hsl(var(--primary));border-radius:var(--radius);padding:.5rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s}.Navbar-module__cRh5nW__cta:hover{background:hsl(var(--primary-hover));text-decoration:none}.Navbar-module__cRh5nW__hamburger{border-radius:var(--radius);width:36px;height:36px;color:hsl(var(--foreground));justify-content:center;align-items:center;display:none}.Navbar-module__cRh5nW__mobileMenu{border-bottom:1px solid hsl(var(--border));background:hsl(var(--background));flex-direction:column;padding:.5rem 1rem 1rem;display:none}.Navbar-module__cRh5nW__mobileLink{color:hsl(var(--muted-foreground));border-radius:var(--radius);padding:.625rem .5rem;font-size:.9375rem;font-weight:450;text-decoration:none;display:block}.Navbar-module__cRh5nW__mobileLink:hover{color:hsl(var(--foreground));background:hsl(var(--muted));text-decoration:none}.Navbar-module__cRh5nW__mobileDivider{background:hsl(var(--border));height:1px;margin:.5rem 0}.Navbar-module__cRh5nW__mobileActions{flex-direction:column;gap:.5rem;padding-top:.25rem;display:flex}.Navbar-module__cRh5nW__spacer{height:var(--navbar-h)}@media (max-width:768px){.Navbar-module__cRh5nW__navLinks,.Navbar-module__cRh5nW__loginBtn,.Navbar-module__cRh5nW__cta{display:none}.Navbar-module__cRh5nW__hamburger,.Navbar-module__cRh5nW__mobileMenu.Navbar-module__cRh5nW__open{display:flex}.Navbar-module__cRh5nW__mobileActions .Navbar-module__cRh5nW__loginBtn,.Navbar-module__cRh5nW__mobileActions .Navbar-module__cRh5nW__cta{text-align:center;display:block}}
.Footer-module__3hUVsW__footer{border-top:1px solid hsl(var(--border));background:hsl(var(--card));padding:4rem 0 2rem}.Footer-module__3hUVsW__inner{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.Footer-module__3hUVsW__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;display:grid}.Footer-module__3hUVsW__brand{flex-direction:column;gap:1rem;display:flex}.Footer-module__3hUVsW__brandLogo{color:hsl(var(--foreground));align-items:center;gap:.5rem;font-size:1.0625rem;font-weight:700;text-decoration:none;display:flex}.Footer-module__3hUVsW__brandLogo:hover{text-decoration:none}.Footer-module__3hUVsW__brandIcon{color:hsl(var(--primary))}.Footer-module__3hUVsW__brandDesc{color:hsl(var(--muted-foreground));max-width:280px;font-size:.8125rem;line-height:1.65}.Footer-module__3hUVsW__social{gap:.25rem;margin-top:.25rem;display:flex}.Footer-module__3hUVsW__socialLink{border-radius:var(--radius);width:32px;height:32px;color:hsl(var(--muted-foreground));justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex}.Footer-module__3hUVsW__socialLink:hover{color:hsl(var(--foreground));background:hsl(var(--muted))}.Footer-module__3hUVsW__colTitle{color:hsl(var(--foreground));margin-bottom:1rem;font-size:.8125rem;font-weight:600}.Footer-module__3hUVsW__colList{flex-direction:column;gap:.5rem;list-style:none;display:flex}.Footer-module__3hUVsW__colLink{color:hsl(var(--muted-foreground));font-size:.8125rem;text-decoration:none;transition:color .15s}.Footer-module__3hUVsW__colLink:hover{color:hsl(var(--foreground));text-decoration:none}.Footer-module__3hUVsW__bottom{border-top:1px solid hsl(var(--border));justify-content:space-between;align-items:center;margin-top:3rem;padding-top:1.5rem;display:flex}.Footer-module__3hUVsW__copyright{color:hsl(var(--muted-foreground));font-size:.8125rem}.Footer-module__3hUVsW__note{color:hsl(var(--muted-foreground));align-items:center;gap:.25rem;font-size:.8125rem;display:flex}.Footer-module__3hUVsW__heart{color:hsl(var(--primary))}@media (max-width:768px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr 1fr;gap:2rem}.Footer-module__3hUVsW__brand{grid-column:1/-1}.Footer-module__3hUVsW__bottom{text-align:center;flex-direction:column;gap:.5rem}}@media (max-width:480px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr}}
