:root{--landing-primary: #000000;--landing-primary-soft: #1a1a1a;--landing-accent: #0066ff;--landing-accent-hover: #0052cc;--landing-btn-primary-text: #ffffff;--landing-btn-primary-hover-text: #ffffff;--landing-bg: #ffffff;--landing-bg-subtle: #fafafa;--landing-bg-card: #ffffff;--landing-text: #000000;--landing-text-secondary: #666666;--landing-text-muted: #999999;--landing-border: #e5e5e5;--landing-border-light: #f0f0f0;--landing-space-xs: .5rem;--landing-space-sm: 1rem;--landing-space-md: 1.5rem;--landing-space-lg: 2.5rem;--landing-space-xl: 4rem;--landing-space-2xl: 6rem;--landing-space-3xl: 8rem;--landing-font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif;--landing-font-heading: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica", "Arial", sans-serif;--landing-text-xs: .75rem;--landing-text-sm: .875rem;--landing-text-base: 1rem;--landing-text-lg: 1.125rem;--landing-text-xl: 1.25rem;--landing-text-2xl: 1.5rem;--landing-text-3xl: 2rem;--landing-text-4xl: 2.5rem;--landing-text-5xl: 3rem;--landing-text-6xl: 4rem;--landing-shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--landing-shadow-md: 0 4px 12px rgba(0, 0, 0, .06);--landing-shadow-lg: 0 8px 24px rgba(0, 0, 0, .08);--landing-radius-sm: 4px;--landing-radius-md: 8px;--landing-radius-lg: 12px;--landing-radius-xl: 16px;--landing-radius-full: 9999px;--landing-nav-height: 64px;--landing-transition: all .2s ease;--landing-transition-slow: all .4s cubic-bezier(.4, 0, .2, 1);--landing-content-max: min(92vw, 1200px);--landing-hero-inner-max: min(90vw, 900px);--landing-text-column-max: min(42rem, 88vw);--landing-cta-inner-max: min(700px, 92vw)}:root[data-theme=dark]{--landing-primary: #ffffff;--landing-primary-soft: #e5e5e5;--landing-accent: #ffffff;--landing-btn-primary-text: #000000;--landing-btn-primary-hover-text: #000000;--landing-bg: #0a0a0a;--landing-bg-subtle: #161616;--landing-bg-card: #161616;--landing-text: #f5f5f5;--landing-text-secondary: #a3a3a3;--landing-text-muted: #737373;--landing-border: #2a2a2a;--landing-border-light: #1f1f1f}@media(min-width:1280px){:root{--landing-content-max: min(90vw, 1320px);--landing-hero-inner-max: min(86vw, 1020px);--landing-text-column-max: min(44rem, 82vw);--landing-cta-inner-max: min(780px, 72vw)}}@media(min-width:1536px){:root{--landing-content-max: min(88vw, 1480px);--landing-hero-inner-max: min(82vw, 1180px);--landing-text-column-max: min(46rem, 76vw);--landing-cta-inner-max: min(860px, 65vw)}}@media(min-width:1920px){:root{--landing-content-max: min(86vw, 1720px);--landing-hero-inner-max: min(78vw, 1320px);--landing-text-column-max: min(48rem, 70vw);--landing-cta-inner-max: min(960px, 58vw)}}html:has(.landing-page){background:var(--landing-bg)!important}body:has(.landing-page){background:var(--landing-bg);color:var(--landing-text);margin:0;padding:0}.landing-page{background:var(--landing-bg);color:var(--landing-text);font-family:var(--landing-font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column;min-height:100vh;scroll-behavior:smooth}.landing-page #site-content,.landing-page .page-content{width:100%;max-width:none;margin:0;box-sizing:border-box;flex:1 0 auto}.landing-page .landing-footer{flex-shrink:0}.landing-page .component-wrapper{width:100%;max-width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box}.landing-page .component-wrapper--bleed-outer{width:100%;max-width:none;margin-left:0;margin-right:0}.landing-page .component-wrapper--bleed-inner{width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:color-mix(in srgb,var(--landing-bg) 80%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--landing-border);transition:var(--landing-transition)}.landing-nav__container{max-width:var(--landing-content-max);width:100%;margin:0 auto;height:var(--landing-nav-height);padding:0 var(--landing-space-lg);display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.landing-nav__user-menu-nav{display:none}.landing-nav__logo{font-size:var(--landing-text-lg);font-weight:600;color:var(--landing-text);text-decoration:none;letter-spacing:-.02em}.landing-nav__links{display:flex;gap:var(--landing-space-lg);align-items:center}.landing-nav__link{color:var(--landing-text-secondary);text-decoration:none;font-size:var(--landing-text-sm);font-weight:500;transition:var(--landing-transition);cursor:pointer}.landing-nav__link:hover{color:var(--landing-text)}.landing-nav__cta{background:var(--landing-primary);color:var(--landing-btn-primary-text, #ffffff);padding:var(--landing-space-xs) var(--landing-space-md);border-radius:var(--landing-radius-full);font-size:var(--landing-text-sm);font-weight:500;text-decoration:none;transition:var(--landing-transition);border:none;cursor:pointer}.landing-nav__cta:hover{background:var(--landing-primary-soft);color:var(--landing-btn-primary-hover-text, var(--landing-btn-primary-text, #ffffff))!important;transform:translateY(-1px)}.landing-nav__mobile-toggle{display:none;background:none;border:none;cursor:pointer;padding:var(--landing-space-xs);color:var(--landing-text)}.landing-hero{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:var(--landing-space-3xl) var(--landing-space-lg);position:relative;overflow:hidden}.landing-hero--left-aligned{text-align:left;justify-content:flex-start}.landing-hero--left-aligned .landing-hero__container{margin:0}.landing-hero--left-aligned .landing-hero__badge{margin-left:0}.landing-hero--left-aligned .landing-hero__subtitle{margin-left:0;margin-right:0}.landing-hero--left-aligned .landing-hero__cta-group{justify-content:flex-start}.landing-hero--split{text-align:left}.landing-hero--split .landing-hero__container{display:grid;grid-template-columns:1fr 1fr;gap:var(--landing-space-3xl);align-items:center;max-width:var(--landing-hero-inner-max);margin:0 auto}.landing-hero--split .landing-hero__content{display:flex;flex-direction:column}.landing-hero--split .landing-hero__badge{align-self:flex-start}.landing-hero--split .landing-hero__subtitle{margin-left:0;margin-right:0}.landing-hero--split .landing-hero__cta-group{justify-content:flex-start}.landing-hero--split .landing-hero__image{width:100%;aspect-ratio:4 / 3;-o-object-fit:cover;object-fit:cover;border-radius:var(--landing-radius-lg)}@media(max-width:768px){.landing-hero--split .landing-hero__container{grid-template-columns:1fr;text-align:center}.landing-hero--split .landing-hero__badge{align-self:center}.landing-hero--split .landing-hero__subtitle{margin-left:auto;margin-right:auto}.landing-hero--split .landing-hero__cta-group{justify-content:center}.landing-hero--split .landing-hero__image{display:none}}.landing-hero__container{max-width:var(--landing-hero-inner-max);width:100%;margin:0 auto;box-sizing:border-box}.landing-hero__badge{display:inline-flex;align-items:center;gap:var(--landing-space-xs);padding:var(--landing-space-xs) var(--landing-space-md);background:var(--landing-bg-subtle);border:1px solid var(--landing-border);border-radius:var(--landing-radius-full);font-size:var(--landing-text-sm);color:var(--landing-text-secondary);margin-bottom:var(--landing-space-lg);transition:var(--landing-transition)}.landing-hero__badge:hover{border-color:var(--landing-accent)}.landing-hero__title{font-size:var(--landing-text-6xl);font-weight:600;line-height:1.1;letter-spacing:-.03em;margin:0 0 var(--landing-space-lg);color:var(--landing-text)}.landing-hero__subtitle{font-size:var(--landing-text-xl);line-height:1.6;color:var(--landing-text-secondary);margin:0 0 var(--landing-space-xl);max-width:var(--landing-text-column-max);margin-left:auto;margin-right:auto}.landing-hero__cta-group{display:flex;gap:var(--landing-space-md);justify-content:center;align-items:center;flex-wrap:wrap}.landing-hero__cta-primary,.landing-hero__cta-secondary{padding:var(--landing-space-md) var(--landing-space-lg);border-radius:var(--landing-radius-md);font-size:var(--landing-text-base);font-weight:500;text-decoration:none;transition:var(--landing-transition);border:none;cursor:pointer;display:inline-flex;align-items:center;gap:var(--landing-space-xs)}.landing-hero__cta-primary{background:var(--landing-primary);color:var(--landing-btn-primary-text, #ffffff)}.landing-hero__cta-primary:hover{background:var(--landing-primary-soft);color:var(--landing-btn-primary-hover-text, var(--landing-btn-primary-text, #ffffff))!important;transform:translateY(-2px);box-shadow:var(--landing-shadow-md)}.landing-hero__cta-secondary{background:transparent;color:var(--landing-text);border:1px solid var(--landing-border)}.landing-hero__cta-secondary:hover{border-color:var(--landing-text);color:var(--landing-text);transform:translateY(-2px)}.landing-section{padding:var(--landing-space-xl) var(--landing-space-lg);position:relative;scroll-margin-top:80px}.landing-section__container{max-width:var(--landing-content-max);width:100%;margin:0 auto;box-sizing:border-box}.landing-section__header{text-align:center;margin-bottom:var(--landing-space-2xl)}.landing-section__badge{display:inline-block;padding:var(--landing-space-xs) var(--landing-space-md);background:var(--landing-bg-subtle);border:1px solid var(--landing-border);border-radius:var(--landing-radius-full);font-size:var(--landing-text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--landing-text-secondary);margin-bottom:var(--landing-space-md)}.landing-section__title{font-size:var(--landing-text-4xl);font-weight:600;line-height:1.2;letter-spacing:-.02em;margin:0 0 var(--landing-space-md);color:var(--landing-text)}.landing-section__subtitle{font-size:var(--landing-text-lg);line-height:1.6;color:var(--landing-text-secondary);max-width:var(--landing-text-column-max);margin:0 auto}.landing-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:var(--landing-space-xl);width:100%}@media(min-width:1536px){.landing-features{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:var(--landing-space-xl)}}.landing-feature{padding:var(--landing-space-xl);background:var(--landing-bg-card);border:1px solid var(--landing-border);border-radius:var(--landing-radius-lg);transition:var(--landing-transition-slow)}.landing-feature:hover{border-color:var(--landing-text);transform:translateY(-4px);box-shadow:var(--landing-shadow-lg)}.landing-feature__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--landing-bg-subtle);border-radius:var(--landing-radius-md);margin-bottom:var(--landing-space-md);font-size:var(--landing-text-2xl)}.landing-feature__title{font-size:var(--landing-text-xl);font-weight:600;margin:0 0 var(--landing-space-sm);color:var(--landing-text)}.landing-feature__description{font-size:var(--landing-text-base);line-height:1.6;color:var(--landing-text-secondary);margin:0}.animate-fade-in{opacity:0;transform:translateY(30px);transition:opacity var(--anim-duration, .6s) var(--anim-easing, ease),transform var(--anim-duration, .6s) var(--anim-easing, ease);transition-delay:var(--anim-delay, 0s)}.animate-fade-down{opacity:0;transform:translateY(-30px);transition:opacity var(--anim-duration, .6s) var(--anim-easing, ease),transform var(--anim-duration, .6s) var(--anim-easing, ease);transition-delay:var(--anim-delay, 0s)}.animate-fade-left,.animate-slide-left{opacity:0;transform:translate(-30px);transition:opacity var(--anim-duration, .6s) var(--anim-easing, ease),transform var(--anim-duration, .6s) var(--anim-easing, ease);transition-delay:var(--anim-delay, 0s)}.animate-fade-right,.animate-slide-right{opacity:0;transform:translate(30px);transition:opacity var(--anim-duration, .6s) var(--anim-easing, ease),transform var(--anim-duration, .6s) var(--anim-easing, ease);transition-delay:var(--anim-delay, 0s)}.animate-scale{opacity:0;transform:scale(.95);transition:opacity var(--anim-duration, .6s) var(--anim-easing, ease),transform var(--anim-duration, .6s) var(--anim-easing, ease);transition-delay:var(--anim-delay, 0s)}.animate-fade-in.is-visible,.animate-fade-down.is-visible,.animate-fade-left.is-visible,.animate-fade-right.is-visible,.animate-slide-left.is-visible,.animate-slide-right.is-visible,.animate-scale.is-visible{opacity:1;transform:none}.animate-stagger>*{opacity:0;transform:translateY(20px);transition:opacity .4s var(--anim-easing, ease),transform .4s var(--anim-easing, ease)}.animate-stagger.is-visible>*:nth-child(1){transition-delay:calc(var(--stagger-base, .1s) * 1)}.animate-stagger.is-visible>*:nth-child(2){transition-delay:calc(var(--stagger-base, .1s) * 2)}.animate-stagger.is-visible>*:nth-child(3){transition-delay:calc(var(--stagger-base, .1s) * 3)}.animate-stagger.is-visible>*:nth-child(4){transition-delay:calc(var(--stagger-base, .1s) * 4)}.animate-stagger.is-visible>*:nth-child(5){transition-delay:calc(var(--stagger-base, .1s) * 5)}.animate-stagger.is-visible>*:nth-child(6){transition-delay:calc(var(--stagger-base, .1s) * 6)}.animate-stagger.is-visible>*:nth-child(7){transition-delay:calc(var(--stagger-base, .1s) * 7)}.animate-stagger.is-visible>*:nth-child(8){transition-delay:calc(var(--stagger-base, .1s) * 8)}.animate-stagger.is-visible>*:nth-child(9){transition-delay:calc(var(--stagger-base, .1s) * 9)}.animate-stagger.is-visible>*:nth-child(10){transition-delay:calc(var(--stagger-base, .1s) * 10)}.animate-stagger.is-visible>*:nth-child(11){transition-delay:calc(var(--stagger-base, .1s) * 11)}.animate-stagger.is-visible>*:nth-child(12){transition-delay:calc(var(--stagger-base, .1s) * 12)}.animate-stagger.is-visible>*{opacity:1;transform:translateY(0)}@media(max-width:768px){.landing-nav__container{padding:0 var(--landing-space-md)}.landing-nav__links{gap:8px}.landing-nav__links>.landing-nav__link{display:none}.landing-nav__mobile-toggle{display:none}.landing-nav__user-menu-nav{display:block}.landing-hero{min-height:calc(100vh - 60px);padding:var(--landing-space-2xl) var(--landing-space-md)}.landing-hero__title{font-size:var(--landing-text-4xl)}.landing-hero__subtitle{font-size:var(--landing-text-lg)}.landing-hero__cta-group{flex-direction:column;width:100%}.landing-hero__cta-primary,.landing-hero__cta-secondary{width:100%;justify-content:center}.landing-section{padding:var(--landing-space-2xl) var(--landing-space-md)}.landing-section__title{font-size:var(--landing-text-3xl)}.landing-section__subtitle{font-size:var(--landing-text-base)}.landing-features{grid-template-columns:1fr;gap:var(--landing-space-lg)}.landing-feature{padding:var(--landing-space-lg)}}@media(max-width:480px){.landing-hero__title{font-size:var(--landing-text-3xl)}.landing-section__title{font-size:var(--landing-text-2xl)}}@media(min-width:769px){.landing-page--detail-fixed{height:100vh;height:100dvh;overflow:hidden;display:flex;flex-direction:column}.landing-page--detail-fixed #site-content{flex:1 1 auto;min-height:0;overflow:auto}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.\!container{width:100%!important}.container{width:100%}@media(min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media(min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media(min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media(min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media(min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.bottom-2{bottom:.5rem}.left-3{left:.75rem}.right-2{right:.5rem}.right-3{right:.75rem}.top-3{top:.75rem}.m-0{margin:0}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.\!grid{display:grid!important}.grid{display:grid}.hidden{display:none}.aspect-\[16\/10\]{aspect-ratio:16/10}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[18px\]{height:18px}.h-\[22px\]{height:22px}.h-\[30px\]{height:30px}.h-\[72px\]{height:72px}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-56{max-height:14rem}.max-h-60{max-height:15rem}.max-h-\[480px\]{max-height:480px}.min-h-\[120px\]{min-height:120px}.min-h-\[140px\]{min-height:140px}.min-h-\[calc\(100vh-200px\)\]{min-height:calc(100vh - 200px)}.min-h-\[calc\(100vh-64px\)\]{min-height:calc(100vh - 64px)}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-2\/3{width:66.666667%}.w-2\/5{width:40%}.w-20{width:5rem}.w-24{width:6rem}.w-4\/5{width:80%}.w-40{width:10rem}.w-5\/6{width:83.333333%}.w-52{width:13rem}.w-56{width:14rem}.w-7{width:1.75rem}.w-\[72px\]{width:72px}.w-\[95\%\]{width:95%}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-\[60px\]{min-width:60px}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-\[var\(--landing-content-max\)\]{max-width:var(--landing-content-max)}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.border-collapse{border-collapse:collapse}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pop{0%{transform:scale(1)}45%{transform:scale(.9)}to{transform:scale(1)}}.animate-pop{animation:pop .32s cubic-bezier(.34,1.56,.64,1)}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.resize-y{resize:vertical}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-\[repeat\(auto-fill\,minmax\(240px\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.break-words{overflow-wrap:break-word}.rounded-full{border-radius:var(--landing-radius-full)}.rounded-lg{border-radius:var(--landing-radius-lg)}.rounded-md{border-radius:var(--landing-radius-md)}.rounded-none{border-radius:0}.rounded-sm{border-radius:var(--landing-radius-sm)}.rounded-xl{border-radius:var(--landing-radius-xl)}.border{border-width:1px}.border-0{border-width:0px}.border-4{border-width:4px}.border-\[3px\]{border-width:3px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-border{border-color:var(--landing-border)}.border-t-foreground{border-top-color:var(--landing-text)}.bg-background{background-color:var(--landing-bg)}.bg-background-subtle{background-color:var(--landing-bg-subtle)}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-border{background-color:var(--landing-border)}.bg-destructive{background-color:var(--landing-error, #dc2626)}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-muted{background-color:var(--landing-bg-subtle)}.bg-primary{background-color:var(--landing-primary)}.bg-success{background-color:var(--landing-success, #16a34a)}.bg-transparent{background-color:transparent}.bg-warning{background-color:var(--landing-warning, #d97706)}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-24{padding-bottom:6rem}.pt-0{padding-top:0}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-20{padding-top:5rem}.pt-24{padding-top:6rem}.pt-3{padding-top:.75rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.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}.text-\[11px\]{font-size:11px}.text-\[13px\]{font-size:13px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.text-destructive{color:var(--landing-error, #dc2626)}.text-destructive-foreground{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-foreground{color:var(--landing-text)}.text-foreground-muted{color:var(--landing-text-muted)}.text-foreground-secondary{color:var(--landing-text-secondary)}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-primary{color:var(--landing-primary)}.text-primary-foreground{color:var(--landing-btn-primary-text)}.text-success{color:var(--landing-success, #16a34a)}.text-warning{color:var(--landing-warning, #d97706)}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.underline-offset-4{text-underline-offset:4px}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.fade-in{--tw-enter-opacity: 0 }.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.running{animation-play-state:running}.placeholder\:text-foreground-secondary::-moz-placeholder{color:var(--landing-text-secondary)}.placeholder\:text-foreground-secondary::placeholder{color:var(--landing-text-secondary)}.last\:border-b-0:last-child{border-bottom-width:0px}.focus-within\:w-56:focus-within{width:14rem}.focus-within\:border-foreground:focus-within{border-color:var(--landing-text)}.focus-within\:text-foreground:focus-within{color:var(--landing-text)}.hover\:bg-background-subtle:hover{background-color:var(--landing-bg-subtle)}.hover\:bg-border-light:hover{background-color:var(--landing-border-light)}.hover\:bg-muted:hover{background-color:var(--landing-bg-subtle)}.hover\:bg-primary:hover{background-color:var(--landing-primary)}.hover\:text-foreground:hover{color:var(--landing-text)}.hover\:text-primary:hover{color:var(--landing-primary)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-90:hover{opacity:.9}.focus\:border-0:focus{border-width:0px}.focus\:border-foreground:focus{border-color:var(--landing-text)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-foreground:focus{--tw-ring-color: var(--landing-text) }.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:var(--landing-bg)}.data-\[state\=active\]\:text-foreground[data-state=active]{color:var(--landing-text)}@media not all and (min-width:640px){.max-sm\:w-full{width:100%}.max-sm\:flex-col{flex-direction:column}}@media(min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:p-8{padding:2rem}}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-\[1fr_320px\]{grid-template-columns:1fr 320px}}.\[\&\:invalid\]\:text-foreground-secondary:invalid{color:var(--landing-text-secondary)}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--primary-color: #0066cc;--primary-hover: #0052a3;--secondary-color: #374151;--secondary-hover: #4b5563;--background-color: #ffffff;--surface-color: #f3f4f6;--surface-color-hover: #e5e7eb;--text-primary: #111827;--text-secondary: #4b5563;--text-muted: #6b7280;--error-color: #dc2626;--error-bg: #fee2e2;--error-text: #991b1b;--success-color: #059669;--success-bg: #d1fae5;--success-text: #065f46;--warning-color: #d97706;--warning-bg: #fef3c7;--warning-text: #92400e;--info-color: #0284c7;--info-bg: #e0f2fe;--info-text: #075985;--border-color: #e5e7eb;--border-color-hover: #d1d5db;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .05)}:root[data-theme=light]{--background-color: #ffffff;--surface-color: #f3f4f6;--surface-color-hover: #e5e7eb;--text-primary: #111827;--text-secondary: #4b5563;--text-muted: #6b7280;--border-color: #e5e7eb;--border-color-hover: #d1d5db;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .05);color:var(--text-primary)}:root[data-theme=dark]{--background-color: #0a0a0a;--surface-color: #161616;--surface-color-hover: #222222;--text-primary: #f5f5f5;--text-secondary: #a3a3a3;--text-muted: #737373;--border-color: #2a2a2a;--border-color-hover: #3a3a3a;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 4px 6px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .5)}footer{color:var(--text-primary)}footer a{color:var(--text-primary)}footer p{color:var(--text-secondary)}*{margin:0;padding:0;box-sizing:border-box}html,body,*{scrollbar-width:thin;scrollbar-color:var(--border-color) var(--background-color)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--background-color)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}html::-webkit-scrollbar{width:8px}html::-webkit-scrollbar-track{background:var(--background-color)}html::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}html::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}body{font-family:Inter,sans-serif;line-height:1.5;color:var(--text-primary);background-color:var(--background-color)}a{color:var(--primary-color);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-hover)}img{max-width:100%;height:auto}.container{width:100%;max-width:var(--landing-content-max, min(92vw, 1200px));margin:0 auto;padding:0 1rem;box-sizing:border-box}.card{background-color:var(--surface-color);border-radius:8px;box-shadow:var(--shadow-md);padding:1.5rem}.button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:6px;font-weight:500;transition:all .2s;cursor:pointer;border:none}.button-primary{background-color:var(--primary-color);color:#fff}.button-primary:hover{background-color:var(--primary-hover)}.button-secondary{background-color:var(--secondary-color);color:var(--text-primary)}.button-secondary:hover{background-color:var(--secondary-hover)}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.badge-success{background-color:var(--success-bg);color:var(--success-text)}.badge-error{background-color:var(--error-bg);color:var(--error-text)}.badge-warning{background-color:var(--warning-bg);color:var(--warning-text)}.badge-info{background-color:var(--info-bg);color:var(--info-text)}@media(max-width:768px){.container{padding:0 .5rem}}.infoproduct-card{background:var(--surface-color);border-radius:20px;overflow:hidden;border:1px solid var(--border-color);box-shadow:0 4px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.infoproduct-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #0000001f}.infoproduct-card .card-image{position:relative;width:100%;height:220px;overflow:hidden;background:linear-gradient(135deg,var(--background-color) 0%,var(--surface-color) 100%)}.infoproduct-card .card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.infoproduct-card:hover .card-image img{transform:scale(1.05)}.infoproduct-card .featured-badge{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.5rem 1rem;border-radius:100px;font-size:.8125rem;font-weight:600;box-shadow:0 4px 12px #00000026}.infoproduct-card .free-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;padding:.5rem 1rem;border-radius:100px;font-size:.8125rem;font-weight:700;box-shadow:0 4px 12px #00000026}.infoproduct-card .card-content{padding:1.5rem;display:flex;flex-direction:column;gap:.875rem;flex:1}.infoproduct-card .card-type{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;background:linear-gradient(135deg,#0066cc14,#0066cc26);color:var(--primary-color);border-radius:100px;font-size:.8125rem;font-weight:600;width:-moz-fit-content;width:fit-content}.infoproduct-card .card-title{color:var(--text-primary);font-size:1.25rem;font-weight:700;margin:0;line-height:1.4;transition:color .2s ease}.infoproduct-card .card-title:hover{color:var(--primary-color)}.infoproduct-card .card-description{color:var(--text-secondary);font-size:.9375rem;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex-grow:1}.infoproduct-card .card-footer{display:flex;flex-direction:column;gap:.75rem;margin-top:auto;padding-top:.75rem}.infoproduct-card .card-price{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.infoproduct-card .price-current{font-size:1.25rem;font-weight:800;color:var(--text-primary);letter-spacing:-.5px}.infoproduct-card .price-old{font-size:.9rem;color:var(--text-secondary);text-decoration:line-through}.infoproduct-card .price-free{font-size:1.25rem;font-weight:800;color:#22c55e}.infoproduct-card .btn-view-details{padding:.75rem 1.25rem;background:var(--primary-color);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:.9375rem;white-space:nowrap;width:100%;text-align:center}.infoproduct-card .btn-view-details:hover{background:var(--primary-hover);transform:scale(1.02)}.infoproduct-card .btn-view-details:active{transform:scale(.98)}.infoproduct-card .btn-view-details:disabled{opacity:.7;cursor:not-allowed;transform:none}@media(max-width:768px){.infoproduct-card .card-footer{gap:.5rem}}
