:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-background:#fafbfc;--color-foreground:#0f1419;--color-card:#fff;--color-card-foreground:#0f1419;--color-popover:#fff;--color-popover-foreground:#0f1419;--color-primary:#0284c7;--color-primary-foreground:#fff;--color-secondary:#f59e0b;--color-secondary-foreground:#fff;--color-tertiary:#e0f2fe;--color-tertiary-foreground:#0369a1;--color-tertiary-border:#8ca8b8;--color-accent:#7c3aed;--color-accent-foreground:#fff;--color-success:#10b981;--color-success-foreground:#fff;--color-info:#06b6d4;--color-info-foreground:#fff;--color-warning:#f59e0b;--color-warning-foreground:#fff;--color-destructive:#dc2626;--color-destructive-foreground:#fff;--color-muted:#f1f5f9;--color-muted-foreground:#475569;--color-border:#e2e8f0;--color-input:transparent;--color-input-bg:#f8fafc;--color-ring:#0284c7;--color-chart-1:#0284c7;--color-chart-2:#f59e0b;--color-chart-3:#10b981;--color-chart-4:#7c3aed;--color-chart-5:#06b6d4;--color-chart-6:#ec4899;--color-gradient-start:#0284c7;--color-gradient-end:#7c3aed;--color-sidebar:#fff;--color-sidebar-foreground:#0f1419;--color-sidebar-primary:#0284c7;--color-sidebar-border:#e2e8f0;--font-sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--font-mono:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--radius-sm:4px;--radius-md:6px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px}html.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-background:#0a0e14;--color-foreground:#e8edf4;--color-card:#111827;--color-card-foreground:#e8edf4;--color-popover:#1f2937;--color-popover-foreground:#e8edf4;--color-primary:#38bdf8;--color-primary-foreground:#0a0e14;--color-secondary:#fbbf24;--color-secondary-foreground:#0a0e14;--color-tertiary:#164e63;--color-tertiary-foreground:#8ddcfe;--color-tertiary-border:transparent;--color-accent:#a78bfa;--color-accent-foreground:#0a0e14;--color-success:#34d399;--color-success-foreground:#0a0e14;--color-info:#22d3ee;--color-info-foreground:#0a0e14;--color-warning:#fbbf24;--color-warning-foreground:#0a0e14;--color-destructive:#f87171;--color-destructive-foreground:#0a0e14;--color-muted:#1f2937;--color-muted-foreground:#d1d5db;--color-border:#374151;--color-input:#1f2937;--color-input-bg:#1f2937;--color-ring:#38bdf8;--color-chart-1:#38bdf8;--color-chart-2:#fbbf24;--color-chart-3:#34d399;--color-chart-4:#a78bfa;--color-chart-5:#22d3ee;--color-chart-6:#f472b6;--color-gradient-start:#38bdf8;--color-gradient-end:#a78bfa;--color-sidebar:#111827;--color-sidebar-foreground:#e8edf4;--color-sidebar-primary:#38bdf8;--color-sidebar-border:#374151}@media (prefers-color-scheme:dark){html:not(.js){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-background:#0a0e14;--color-foreground:#e8edf4;--color-card:#111827;--color-card-foreground:#e8edf4;--color-popover:#1f2937;--color-popover-foreground:#e8edf4;--color-primary:#38bdf8;--color-primary-foreground:#0a0e14;--color-secondary:#fbbf24;--color-secondary-foreground:#0a0e14;--color-tertiary:#164e63;--color-tertiary-foreground:#8ddcfe;--color-tertiary-border:transparent;--color-accent:#a78bfa;--color-accent-foreground:#0a0e14;--color-success:#34d399;--color-success-foreground:#0a0e14;--color-info:#22d3ee;--color-info-foreground:#0a0e14;--color-warning:#fbbf24;--color-warning-foreground:#0a0e14;--color-destructive:#f87171;--color-destructive-foreground:#0a0e14;--color-muted:#1f2937;--color-muted-foreground:#d1d5db;--color-border:#374151;--color-input:#1f2937;--color-input-bg:#1f2937;--color-ring:#38bdf8;--color-chart-1:#38bdf8;--color-chart-2:#fbbf24;--color-chart-3:#34d399;--color-chart-4:#a78bfa;--color-chart-5:#22d3ee;--color-chart-6:#f472b6;--color-gradient-start:#38bdf8;--color-gradient-end:#a78bfa;--color-sidebar:#111827;--color-sidebar-foreground:#e8edf4;--color-sidebar-primary:#38bdf8;--color-sidebar-border:#374151}}
.container{max-width:1280px;margin-inline:auto;padding-inline:1.5rem}.section{padding-block:5rem}.grid{gap:1.5rem;display:grid}.flex-center{justify-content:center;align-items:center;display:flex}.grid-cols-1{grid-template-columns:1fr}@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}@media (min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.lg\:grid-cols-6{grid-template-columns:repeat(6,1fr)}}.text-center{text-align:center}.mx-auto{margin-inline:auto}.card{background-color:var(--color-card);color:var(--color-card-foreground);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:1.5rem;transition:box-shadow .2s}.card:hover{box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.card--flat{border-radius:var(--radius-lg)}.card--muted{background-color:var(--color-muted);color:var(--color-foreground);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:1.5rem;transition:box-shadow .2s}.card--muted:hover{box-shadow:0 10px 25px -5px #00000014,0 8px 10px -6px #0000000f}.btn{border-radius:var(--radius-lg);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:500;line-height:1.5;transition:opacity .15s,box-shadow .15s,background-color .15s;display:inline-flex}.btn:hover{opacity:.9}.btn--primary{background-color:var(--color-primary);color:var(--color-primary-foreground)}.btn--primary:hover{background-color:color-mix(in srgb,var(--color-primary-foreground)8%,var(--color-primary))}.btn--secondary{background-color:var(--color-secondary);color:var(--color-secondary-foreground)}.btn--secondary:hover{background-color:color-mix(in srgb,var(--color-secondary-foreground)8%,var(--color-secondary))}.btn--tertiary{background-color:var(--color-tertiary);color:var(--color-tertiary-foreground);border-color:var(--color-tertiary-border,transparent)}.btn--tertiary:hover{background-color:color-mix(in srgb,var(--color-tertiary-foreground)8%,var(--color-tertiary))}.btn--accent{background-color:var(--color-accent);color:var(--color-accent-foreground)}.btn--success{background-color:var(--color-success);color:var(--color-success-foreground)}.btn--danger{background-color:var(--color-destructive);color:var(--color-destructive-foreground)}.btn--ghost{color:var(--color-primary);border-color:var(--color-primary);background:0 0}.btn--lg{padding:.75rem 2rem;font-size:1rem;box-shadow:0 6px 18px #00000029}.btn:disabled,.btn--disabled,.btn[aria-disabled=true]{cursor:not-allowed;pointer-events:none;background-color:var(--color-muted);color:var(--color-muted-foreground);border-color:var(--color-border);box-shadow:none;opacity:.65}.btn:disabled:hover,.btn--disabled:hover,.btn[aria-disabled=true]:hover{opacity:.65}.badge{border-radius:var(--radius-full);align-items:center;gap:.25rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.badge--success{background-color:color-mix(in srgb,var(--color-success)15%,transparent);color:var(--color-success)}.badge--info{background-color:color-mix(in srgb,var(--color-info)15%,transparent);color:var(--color-info)}.badge--warning{background-color:color-mix(in srgb,var(--color-warning)15%,transparent);color:var(--color-warning)}.badge--destructive{background-color:color-mix(in srgb,var(--color-destructive)15%,transparent);color:var(--color-destructive)}.text-foreground{color:var(--color-foreground)}.text-muted{color:var(--color-muted-foreground)}.text-primary{color:var(--color-primary)}.text-secondary{color:var(--color-secondary)}.text-accent{color:var(--color-accent)}.text-success{color:var(--color-success)}.text-info{color:var(--color-info)}.text-warning{color:var(--color-warning)}.text-destructive{color:var(--color-destructive)}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.bg-background{background-color:var(--color-background)}.bg-card{background-color:var(--color-card)}.bg-muted{background-color:var(--color-muted)}.bg-primary{background-color:var(--color-primary)}.bg-secondary{background-color:var(--color-secondary)}.bg-accent{background-color:var(--color-accent)}.icon-box{border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.icon-box--primary{background-color:color-mix(in srgb,var(--color-primary)15%,transparent);color:var(--color-primary)}.icon-box--secondary{background-color:color-mix(in srgb,var(--color-secondary)15%,transparent);color:var(--color-secondary)}.icon-box--accent{background-color:color-mix(in srgb,var(--color-accent)15%,transparent);color:var(--color-accent)}.icon-box--success{background-color:color-mix(in srgb,var(--color-success)15%,transparent);color:var(--color-success)}.transition-colors{transition:color .15s,background-color .15s,border-color .15s}.transition-shadow{transition:box-shadow .2s}.transition-transform{transition:transform .3s}.alert{border-radius:var(--radius-lg);border:1px solid;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.alert--success{background-color:color-mix(in srgb,var(--color-success)10%,transparent);border-color:color-mix(in srgb,var(--color-success)20%,transparent);color:var(--color-success)}.alert--info{background-color:color-mix(in srgb,var(--color-info)10%,transparent);border-color:color-mix(in srgb,var(--color-info)20%,transparent);color:var(--color-info)}.alert--warning{background-color:color-mix(in srgb,var(--color-warning)10%,transparent);border-color:color-mix(in srgb,var(--color-warning)20%,transparent);color:var(--color-warning)}.alert--destructive{background-color:color-mix(in srgb,var(--color-destructive)10%,transparent);border-color:color-mix(in srgb,var(--color-destructive)20%,transparent);color:var(--color-destructive)}
*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);background-color:var(--color-background);color:var(--color-foreground);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;font-weight:400;line-height:1.5;transition:background-color .3s,color .3s}body{background-color:var(--color-background);min-width:320px;min-height:100vh;color:var(--color-foreground)}h1,h2,h3,h4,h5,h6{color:var(--color-foreground);font-weight:700;line-height:1.25}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-bottom:1rem;line-height:1.6}ul{margin-bottom:1rem;margin-left:1.5rem}li{margin-bottom:.5rem}a{color:var(--color-foreground);font-weight:500;text-decoration:none;transition:color .15s}a:hover{color:var(--color-primary)}button{cursor:pointer;font-family:inherit}.link-button{cursor:pointer;color:inherit;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}img,video{max-width:100%;height:auto;display:block}:focus-visible{outline:2px solid var(--color-ring);outline-offset:2px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-muted)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}
.Navbar-module__69vndq__nav{z-index:40;background-color:color-mix(in srgb,var(--color-background)96%,transparent);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);align-items:center;gap:1rem;padding:.75rem 1.5rem;display:flex;position:sticky;top:0}.Navbar-module__69vndq__logo{vertical-align:middle;width:auto;height:32px;padding-right:16px;display:inline-block;transform:translateY(-3px)}.Navbar-module__69vndq__desktopLinks{align-items:center;gap:1rem;display:flex}.Navbar-module__69vndq__link{color:var(--color-muted-foreground);align-items:center;font-size:.875rem;line-height:1;transition:color .15s;display:inline-flex}.Navbar-module__69vndq__link:hover{color:var(--color-foreground)}.Navbar-module__69vndq__spacer{white-space:nowrap;align-items:center;gap:.5rem;margin-left:auto;display:flex}.Navbar-module__69vndq__link-button{color:inherit;cursor:pointer;font:inherit;background:0 0;border:none;align-items:center;padding:0;display:inline-flex}.Navbar-module__69vndq__authActions{align-items:center;gap:.5rem;display:inline-flex}.Navbar-module__69vndq__primaryButton{display:inline-flex}.Navbar-module__69vndq__desktopOnly{display:none}.Navbar-module__69vndq__mobileLogoLink{align-items:center;display:flex}.Navbar-module__69vndq__mobileLogo{object-fit:contain;border-radius:var(--radius-sm);width:36px;height:36px}.Navbar-module__69vndq__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;display:flex}.Navbar-module__69vndq__hamburgerBar{background-color:var(--color-foreground);border-radius:2px;width:100%;height:2px;transition:transform .25s,opacity .25s;display:block}.Navbar-module__69vndq__hamburgerBar.Navbar-module__69vndq__hamburgerOpen:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__69vndq__hamburgerBar.Navbar-module__69vndq__hamburgerOpen:nth-child(2){opacity:0}.Navbar-module__69vndq__hamburgerBar.Navbar-module__69vndq__hamburgerOpen:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__69vndq__overlay{z-index:49;background:#00000073;position:fixed;inset:0}.Navbar-module__69vndq__mobileMenu{z-index:50;background-color:var(--color-card);border-right:1px solid var(--color-border);flex-direction:column;gap:.25rem;width:min(300px,80vw);height:100dvh;padding:1.25rem 1.5rem;transition:transform .3s;display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.Navbar-module__69vndq__mobileMenuOpen{transform:translate(0)}.Navbar-module__69vndq__mobileMenuHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Navbar-module__69vndq__mobileMenuLogo{object-fit:contain;width:auto;height:28px}.Navbar-module__69vndq__mobileMenuClose{cursor:pointer;color:var(--color-muted-foreground);background:0 0;border:none;padding:4px;font-size:1.25rem;line-height:1}.Navbar-module__69vndq__mobileMenuLink{color:var(--color-foreground);border-radius:var(--radius-md);align-items:center;padding:.75rem .5rem;font-size:1rem;transition:background-color .15s;display:flex}.Navbar-module__69vndq__mobileMenuLink:hover{background-color:var(--color-muted)}.Navbar-module__69vndq__mobileMenuTheme{padding:.75rem .5rem}.Navbar-module__69vndq__mobileMenuUser{border-top:1px solid var(--color-border);flex-direction:column;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.Navbar-module__69vndq__mobileMenuUserName{color:var(--color-foreground);font-weight:600}.Navbar-module__69vndq__mobileMenuSignOut{justify-content:center;width:100%}@media (min-width:768px){.Navbar-module__69vndq__desktopOnly{align-items:center;display:flex}.Navbar-module__69vndq__desktopLinks{display:flex}.Navbar-module__69vndq__hamburger,.Navbar-module__69vndq__mobileLogoLink,.Navbar-module__69vndq__overlay,.Navbar-module__69vndq__mobileMenu{display:none!important}}@media (max-width:767px){.Navbar-module__69vndq__desktopLinks{display:none}}
.ThemeToggle-module__qT0wWa__wrapper{display:inline-flex;position:relative}.ThemeToggle-module__qT0wWa__trigger{border-radius:var(--radius-md);border:1px solid var(--color-border);width:36px;height:36px;color:var(--color-muted-foreground);cursor:pointer;background-color:#0000;justify-content:center;align-items:center;transition:color .2s,background-color .2s,transform .3s,box-shadow .3s;display:inline-flex}.ThemeToggle-module__qT0wWa__trigger:hover{color:var(--color-foreground);background-color:var(--color-muted);transform:rotate(15deg);box-shadow:0 0 10px #0284c759}.ThemeToggle-module__qT0wWa__trigger:focus-visible{outline:2px solid var(--color-ring);outline-offset:2px}.ThemeToggle-module__qT0wWa__triggerIcon{width:20px;height:20px;transition:transform .35s}.ThemeToggle-module__qT0wWa__trigger:hover .ThemeToggle-module__qT0wWa__triggerIcon{transform:scale(1.1)}.ThemeToggle-module__qT0wWa__popover{z-index:100;background-color:var(--color-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);min-width:190px;padding:4px;animation:.15s ease-out ThemeToggle-module__qT0wWa__themePopoverIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 30px #0000001f,0 2px 8px #0000000f}.ThemeToggle-module__qT0wWa__popoverLeft{left:0;right:auto}@keyframes ThemeToggle-module__qT0wWa__themePopoverIn{0%{opacity:0;transform:translateY(-4px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.ThemeToggle-module__qT0wWa__option{border-radius:var(--radius-md);width:100%;color:var(--color-foreground);cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:8px 12px;font-family:inherit;font-size:.875rem;transition:background-color .15s;display:flex}.ThemeToggle-module__qT0wWa__option:hover{background-color:var(--color-muted)}.ThemeToggle-module__qT0wWa__option:focus-visible{outline:2px solid var(--color-ring);outline-offset:-2px}.ThemeToggle-module__qT0wWa__optionActive{background-color:var(--color-muted);font-weight:600}.ThemeToggle-module__qT0wWa__optionIcon{width:18px;height:18px;color:var(--color-muted-foreground);flex-shrink:0}.ThemeToggle-module__qT0wWa__optionActive .ThemeToggle-module__qT0wWa__optionIcon{color:var(--color-primary)}.ThemeToggle-module__qT0wWa__optionLabel{text-align:left;flex:1}.ThemeToggle-module__qT0wWa__checkmark{color:var(--color-primary);flex-shrink:0}
.Footer-module__3Oj__W__footer{border-top:1px solid var(--color-border);background-color:var(--color-card);margin-top:5rem}.Footer-module__3Oj__W__footerInner{max-width:1280px;margin-inline:auto;padding:3rem 1.5rem}.Footer-module__3Oj__W__footerGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Footer-module__3Oj__W__footerGrid{grid-template-columns:2fr 1fr 1fr}}.Footer-module__3Oj__W__brand{flex-direction:column;gap:1rem;display:flex}.Footer-module__3Oj__W__brandLogo{align-items:center;gap:.5rem;display:flex}.Footer-module__3Oj__W__brandIcon{border-radius:var(--radius-lg);background-color:color-mix(in srgb,var(--color-primary)10%,transparent);justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;display:flex}.Footer-module__3Oj__W__brandName{color:var(--color-foreground);font-size:1.25rem;font-weight:700}.Footer-module__3Oj__W__brandDescription{color:var(--color-muted-foreground);max-width:28rem;font-size:.875rem;line-height:1.6}.Footer-module__3Oj__W__linkColumn h4{color:var(--color-foreground);margin-bottom:.75rem;font-weight:700}.Footer-module__3Oj__W__linkList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__3Oj__W__linkList li{margin:0}.Footer-module__3Oj__W__linkList a{color:var(--color-muted-foreground);font-size:.875rem;transition:color .15s}.Footer-module__3Oj__W__linkList a:hover{color:var(--color-foreground)}.Footer-module__3Oj__W__bottomBar{border-top:1px solid var(--color-border);flex-direction:column;align-items:center;gap:1rem;margin-top:3rem;padding-top:2rem;display:flex}@media (min-width:768px){.Footer-module__3Oj__W__bottomBar{flex-direction:row;justify-content:space-between}}.Footer-module__3Oj__W__copyright{color:var(--color-muted-foreground);font-size:.875rem}.Footer-module__3Oj__W__policyLinks{gap:1.5rem;font-size:.875rem;display:flex}.Footer-module__3Oj__W__policyLinks a{color:var(--color-muted-foreground);transition:color .15s}.Footer-module__3Oj__W__policyLinks a:hover{color:var(--color-foreground)}@media (max-width:640px){.Footer-module__3Oj__W__footer{flex-direction:column;align-items:flex-start}}
