.navigation{position:fixed;top:0;left:0;right:0;z-index:50;background:#ffffffb3;-webkit-backdrop-filter:blur(12px) saturate(180%);backdrop-filter:blur(12px) saturate(180%);border-bottom:1px solid rgba(0,0,0,.06);transition:all .3s cubic-bezier(.4,0,.2,1)}.navigation.scrolled{background:#ffffffe6;border-bottom:1px solid var(--border);box-shadow:var(--shadow-md)}.nav-container{max-width:1280px;margin:0 auto;padding:0 1.5rem;height:70px;display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav-logo{display:flex;align-items:center}.logo-image{height:40px;width:auto}.nav-links{display:none;gap:2rem;flex:1;justify-content:center}@media (min-width: 768px){.nav-links{display:flex}}.nav-link{background:none;border:none;font-size:.9375rem;font-weight:500;color:var(--foreground);cursor:pointer;transition:color .2s cubic-bezier(.4,0,.2,1);position:relative;padding:.5rem 0}.nav-link:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:var(--primary);transition:width .2s cubic-bezier(.4,0,.2,1)}.nav-link:hover{color:var(--primary)}.nav-link:hover:before{width:100%}.nav-link.active{color:var(--primary)}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--primary),#d97706)}.nav-cta{display:none}@media (min-width: 768px){.nav-cta{display:inline-flex}}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.5rem;z-index:52}@media (min-width: 768px){.mobile-menu-toggle{display:none}}.hamburger{display:flex;flex-direction:column;gap:4px;width:24px}.hamburger span{display:block;width:100%;height:2px;background:var(--foreground);transition:all .2s ease}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media (max-width: 767px){.nav-links.mobile-open{display:flex;flex-direction:column;position:fixed;top:70px;left:0;right:0;background:var(--background);padding:2rem;gap:1.5rem;box-shadow:var(--shadow-2xl);z-index:51;border-bottom:1px solid var(--border)}.nav-links.mobile-open .nav-link{font-size:1.125rem;text-align:left}.nav-links.mobile-open .nav-link:before{left:0;transform:none}}.mobile-overlay{position:fixed;top:70px;left:0;right:0;bottom:0;background:#00000080;z-index:49}.hero{min-height:90vh;display:flex;align-items:center;background:linear-gradient(135deg,var(--accent) 0%,var(--background) 50%,var(--muted) 100%);padding-top:70px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:60%;height:120%;background:radial-gradient(circle,rgba(245,158,11,.08) 0%,transparent 70%);pointer-events:none}.hero-container{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;position:relative;z-index:1}@media (min-width: 1024px){.hero-container{grid-template-columns:.8fr 1.2fr;gap:3rem}}.hero-content{max-width:500px}@media (min-width: 1024px){.hero-content{max-width:480px;padding-right:2rem}}.hero-title{font-family:var(--font-display);font-size:2.5rem;font-weight:700;line-height:1.15;color:var(--foreground);margin-bottom:1.5rem;letter-spacing:-.02em}@media (min-width: 640px){.hero-title{font-size:3rem}}@media (min-width: 1024px){.hero-title{font-size:3.5rem}}.hero-subtitle{font-size:1.125rem;line-height:1.7;color:var(--muted-foreground);margin-bottom:2rem;max-width:550px}@media (min-width: 1024px){.hero-subtitle{font-size:1.25rem}}.hero-cta-group{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (min-width: 640px){.hero-cta-group{flex-direction:row;gap:1.5rem}}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#f59e0b1f;border:1px solid rgba(245,158,11,.25);border-radius:var(--radius-lg);font-size:.875rem;color:var(--accent-foreground);font-weight:500;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-badge svg{color:var(--primary)}.hero-visual{display:flex;justify-content:center;align-items:center}.hero-visual-placeholder{width:100%;max-width:900px;aspect-ratio:16 / 10;background:linear-gradient(135deg,var(--card) 0%,var(--muted) 100%);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-2xl);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;padding:.75rem}@media (min-width: 1024px){.hero-visual-placeholder{max-width:100%}}.hero-visual-placeholder:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:var(--radius-xl);padding:2px;background:linear-gradient(135deg,rgba(245,158,11,.3),transparent 50%,rgba(245,158,11,.1));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.5}.hero-visual-placeholder img{position:relative;z-index:1}@media (max-width: 1023px){.hero-visual{order:-1}}.problem-section{background:linear-gradient(to bottom,var(--background) 0%,var(--muted) 100%);position:relative}.market-context{max-width:900px;margin:0 auto 4rem;padding:2.5rem;background:linear-gradient(135deg,var(--accent) 0%,rgba(255,251,235,.8) 100%);border:1px solid rgba(245,158,11,.3);border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow-lg);position:relative}.market-context:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:var(--radius-xl);padding:1px;background:linear-gradient(135deg,rgba(245,158,11,.4),transparent);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.market-intro{font-size:1.125rem;line-height:1.8;color:var(--accent-foreground);margin:0}.market-intro strong{color:var(--primary);font-weight:600}.pain-points{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.pain-points{grid-template-columns:repeat(3,1fr)}}.pain-point-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-sm);position:relative}.pain-point-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-xl);background:linear-gradient(135deg,transparent,rgba(245,158,11,.03));opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.pain-point-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-6px);border-color:#f59e0b33}.pain-point-card:hover:after{opacity:1}.pain-point-icon{display:flex;justify-content:center;margin-bottom:1.5rem;color:var(--primary);position:relative;z-index:1}.pain-point-title{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:1rem;position:relative;z-index:1}.pain-point-description{font-size:1rem;line-height:1.6;color:var(--muted-foreground);position:relative;z-index:1}.solution-section{background:linear-gradient(to bottom,var(--muted) 0%,var(--background) 100%);position:relative}.solution-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.solution-intro{max-width:800px;margin:0 auto 4rem;font-size:1.25rem;line-height:1.6;text-align:center;color:var(--muted-foreground)}@media (min-width: 1024px){.solution-intro{font-size:1.375rem}}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:5rem}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2.5rem;box-shadow:var(--shadow-md);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),transparent);opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1)}.feature-card:hover{box-shadow:var(--shadow-2xl);transform:translateY(-6px);border-color:#f59e0b4d}.feature-card:hover:before{opacity:1}.feature-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--accent) 0%,rgba(255,251,235,.6) 100%);border-radius:var(--radius-lg);color:var(--primary);box-shadow:var(--shadow-sm);position:relative;z-index:1}.feature-title{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:var(--foreground);margin-bottom:1rem;position:relative;z-index:1}.feature-description{font-size:1rem;line-height:1.6;color:var(--foreground);margin-bottom:1rem;position:relative;z-index:1}.feature-detail{font-size:.875rem;line-height:1.5;color:var(--muted-foreground);font-style:italic;padding-top:1rem;border-top:1px solid var(--border)}.technology-section{text-align:center;padding:3rem 0}.technology-title{font-size:1.5rem;font-weight:600;color:var(--foreground);margin-bottom:2rem}.technology-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;max-width:800px;margin:0 auto}.technology-badge{padding:.75rem 1.5rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);font-size:.9375rem;font-weight:500;color:var(--muted-foreground);transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:var(--shadow-xs)}.technology-badge:hover{background:var(--background);color:var(--foreground);border-color:var(--primary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.how-it-works-section{background:linear-gradient(to bottom,var(--background) 0%,var(--accent) 100%);position:relative}.section-subtitle{font-size:1.125rem;color:var(--muted-foreground);margin-bottom:4rem}.steps-container{max-width:1000px;margin:0 auto}.step-item{display:grid;grid-template-columns:auto 1fr;gap:2rem;margin-bottom:3rem}@media (max-width: 767px){.step-item{grid-template-columns:1fr;gap:1rem}}.step-number-wrapper{display:flex;flex-direction:column;align-items:center;position:relative}.step-number{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--primary) 0%,#d97706 100%);color:var(--primary-foreground);display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;flex-shrink:0;box-shadow:var(--shadow-lg);position:relative}.step-number:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background:linear-gradient(135deg,rgba(245,158,11,.3),transparent);z-index:-1;opacity:.6}.step-connector{width:2px;flex:1;background:linear-gradient(to bottom,var(--primary),var(--border));margin-top:1rem;min-height:100px}@media (max-width: 767px){.step-connector{display:none}}.step-content-wrapper{padding-top:.5rem}.step-content{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-lg);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.step-content:hover{box-shadow:var(--shadow-xl);transform:translate(4px);border-color:#f59e0b33}.step-header{display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.step-title{font-family:var(--font-display);font-size:1.75rem;font-weight:600;color:var(--foreground)}.step-time{font-size:.875rem;font-weight:600;color:var(--primary);padding:.25rem .75rem;background:var(--accent);border-radius:var(--radius-md)}.step-description{font-size:1rem;line-height:1.6;color:var(--foreground);margin-bottom:1.5rem}.step-details{list-style:none;padding:1rem;margin:1.5rem 0;background:var(--muted);border-left:3px solid var(--primary);border-radius:var(--radius-md)}.step-details li{font-size:.9375rem;line-height:1.8;color:var(--foreground);position:relative;padding-left:1.5rem}.step-details li:before{content:"→";position:absolute;left:0;color:var(--primary);font-weight:700}.step-visual-placeholder{margin-top:1.5rem;padding:1rem;background:var(--muted);border:1px dashed var(--border);border-radius:var(--radius-md);min-height:150px}.step-visual-placeholder:has(.step-carousel),.step-visual-placeholder:has(.step-image-tiled),.step-visual-placeholder:has(.step-image-single){padding:0;background:transparent;border:none}.step-image-tiled{position:relative;width:100%;min-height:400px;display:flex;align-items:flex-start;justify-content:flex-start;padding:0}.step-tiled-image{border-radius:var(--radius-md);box-shadow:var(--shadow-lg);object-fit:contain;max-width:65%;height:auto}.step-tiled-left{position:relative;z-index:1}.step-tiled-right{position:absolute;bottom:0;right:0;z-index:2;box-shadow:var(--shadow-2xl);max-width:60%}.step-image-single{width:100%;display:flex;justify-content:center;align-items:center}.step-single-image{width:75%;height:auto;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);object-fit:contain}.step-carousel{width:100%;position:relative;display:flex;flex-direction:column;gap:1rem;padding:0}.step-carousel-wrapper{width:100%;border-radius:var(--radius-md);position:relative}.step-carousel-sizer{visibility:hidden;width:100%}.step-carousel-sizer img{width:100%;height:auto;display:block}.step-carousel-track{position:absolute;top:0;left:0;width:300%;height:100%;display:grid;grid-auto-flow:column;grid-auto-columns:calc(100% / 3);border-radius:var(--radius-md);transition:transform .8s cubic-bezier(.4,0,.2,1);will-change:transform}.step-carousel-wrapper{width:100%;border-radius:var(--radius-md);position:relative;overflow:hidden}.step-carousel-image{width:100%;height:100%;box-shadow:var(--shadow-lg);display:block;grid-row:1;object-fit:contain;object-position:center}.step-carousel-image-small{width:70%;height:70%;place-self:center;object-fit:contain}.carousel-indicators{display:flex;gap:.5rem;justify-content:center;padding:.5rem 0}.carousel-indicator{width:8px;height:8px;border-radius:50%;border:none;background:var(--border);cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);padding:0}.carousel-indicator:hover{background:var(--muted-foreground);transform:scale(1.2)}.carousel-indicator.active{background:var(--primary);width:24px;border-radius:4px}.placeholder-icon{margin-bottom:.5rem;color:var(--primary);display:flex;flex-direction:column;align-items:center}.placeholder-text{font-size:.875rem;color:var(--muted-foreground);font-weight:500;margin-top:.5rem}.comparison-callout{max-width:800px;margin:4rem auto 0;padding:2rem;background:linear-gradient(135deg,var(--accent) 0%,rgba(255,251,235,.6) 100%);border:2px solid var(--primary);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;text-align:center;box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.comparison-callout:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,rgba(245,158,11,.15),transparent 70%);pointer-events:none}.comparison-old{font-size:1.125rem;font-weight:500;color:var(--muted-foreground);text-decoration:line-through;position:relative;z-index:1}.comparison-new{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--primary);position:relative;z-index:1}.comparison-callout svg{color:var(--primary);flex-shrink:0;position:relative;z-index:1}@media (max-width: 640px){.comparison-callout{flex-direction:column;gap:1rem}.comparison-callout svg{transform:rotate(90deg)}}.request-demo-section{background:linear-gradient(135deg,var(--accent) 0%,var(--background) 50%,var(--muted) 100%);min-height:100vh;display:flex;align-items:center;position:relative}.request-demo-section:before{content:"";position:absolute;top:-50%;left:-20%;width:60%;height:120%;background:radial-gradient(circle,rgba(245,158,11,.06) 0%,transparent 70%);pointer-events:none}.request-demo-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start;position:relative;z-index:1}@media (min-width: 1024px){.request-demo-grid{grid-template-columns:1fr 1fr;gap:4rem}}.demo-content{max-width:600px}@media (max-width: 1023px){.demo-content{max-width:100%}}.demo-title{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--foreground);margin-bottom:1rem;letter-spacing:-.02em}@media (min-width: 1024px){.demo-title{font-size:3rem}}.demo-subtitle{font-size:1.125rem;line-height:1.6;color:var(--muted-foreground);margin-bottom:3rem}.demo-benefits{padding:2rem;background:linear-gradient(135deg,var(--muted) 0%,var(--background) 100%);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md)}.benefits-title{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:1.5rem}.benefits-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.benefits-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:1rem;line-height:1.5;color:var(--foreground)}.benefits-list svg{flex-shrink:0;margin-top:.125rem}.demo-form-wrapper{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:2.5rem;box-shadow:var(--shadow-2xl);position:relative}.demo-form-wrapper:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:var(--radius-xl);padding:2px;background:linear-gradient(135deg,rgba(245,158,11,.3),transparent 50%,rgba(245,158,11,.1));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:.4}@media (min-width: 640px){.demo-form-wrapper{padding:3rem}}.demo-form{width:100%;position:relative;z-index:1}.form-row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 640px){.form-row{grid-template-columns:1fr 1fr}}.required{color:var(--destructive)}.demo-submit-btn{width:100%;margin-top:.5rem}.demo-submit-btn:disabled{opacity:.6;cursor:not-allowed}.form-privacy{margin-top:1rem;font-size:.875rem;color:var(--muted-foreground);text-align:center;line-height:1.5}.form-error-message{padding:1rem;background:#ef44441a;border:1px solid var(--destructive);border-radius:var(--radius-md);color:var(--destructive);font-size:.875rem;margin-bottom:1rem}.success-message{text-align:center;padding:2rem 0;position:relative;z-index:1}.success-icon{display:flex;justify-content:center;margin-bottom:1.5rem}.success-title{font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--foreground);margin-bottom:1rem}.success-text{font-size:1.125rem;color:var(--muted-foreground);margin-bottom:2rem}.success-message .btn{min-width:200px}.footer{background:linear-gradient(to bottom,var(--muted) 0%,var(--background) 100%);padding:4rem 0 2rem;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--border),transparent)}.footer-divider{max-width:1280px;margin:0 auto 3rem;height:1px;background:var(--border)}.footer-container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:3rem;margin-bottom:3rem}@media (min-width: 768px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr;gap:4rem}}.footer-brand{max-width:400px}.footer-logo{margin-bottom:1rem}.footer-logo-image{height:36px;width:auto}.footer-tagline{font-size:1rem;color:var(--muted-foreground);margin-bottom:1.5rem;line-height:1.5}.footer-copyright{font-size:.875rem;color:var(--muted-foreground)}.footer-heading{font-size:1rem;font-weight:600;color:var(--foreground);margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.05em}.footer-nav{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.footer-link{background:none;border:none;padding:0;font-size:.9375rem;color:var(--muted-foreground);cursor:pointer;transition:color .15s ease;text-align:left;text-decoration:none}.footer-link:hover{color:var(--primary)}.footer-legal{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid var(--border)}.footer-legal-link{font-size:.875rem}.footer-contact-info{margin-bottom:1.5rem}.footer-email{font-size:.9375rem;color:var(--muted-foreground);text-decoration:none;transition:color .15s ease}.footer-email:hover{color:var(--primary)}.footer-social{display:flex;gap:1rem}.footer-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md);background:var(--background);border:1px solid var(--border);color:var(--muted-foreground);transition:all .25s cubic-bezier(.4,0,.2,1);text-decoration:none;box-shadow:var(--shadow-xs)}.footer-social-link:hover{color:var(--primary);border-color:var(--primary);background:var(--accent);transform:translateY(-3px);box-shadow:var(--shadow-md)}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.animate-in{opacity:1;transform:translateY(0)}html{scroll-behavior:smooth}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (min-width: 640px){.container{padding:0 2rem}}.section{padding:5rem 0}@media (min-width: 1024px){.section{padding:8rem 0}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;border-radius:var(--radius-lg);font-weight:600;font-size:1rem;transition:all .15s ease;cursor:pointer;border:none;text-decoration:none}.btn:active{transform:scale(.98)}.btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{background-color:#d97706;box-shadow:var(--shadow-md)}.btn-secondary{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-secondary:hover{background-color:var(--accent);border-color:#d97706}.btn-large{padding:1rem 2.5rem;font-size:1.125rem}.btn-small{padding:.5rem 1rem;font-size:.875rem}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm);transition:all .25s cubic-bezier(.4,0,.2,1);position:relative}.card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius-lg);padding:1px;background:linear-gradient(135deg,rgba(245,158,11,.1),transparent);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.card:hover{box-shadow:var(--shadow-xl);transform:translateY(-4px);border-color:#f59e0b33}.card:hover:before{opacity:1}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--foreground)}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;background:var(--background);border:1px solid var(--border);border-radius:var(--radius-md);font-size:1rem;transition:border-color .15s ease;font-family:var(--font-sans)}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 3px #f59e0b1a}.form-input.error,.form-select.error,.form-textarea.error{border-color:var(--destructive)}.form-error{color:var(--destructive);font-size:.875rem;margin-top:.25rem}.form-textarea{min-height:100px;resize:vertical}.grid{display:grid;gap:2rem}.grid-cols-1{grid-template-columns:1fr}@media (min-width: 768px){.grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.grid-cols-3{grid-template-columns:repeat(3,1fr)}}.text-center{text-align:center}.text-muted{color:var(--muted-foreground)}.section-title{font-family:var(--font-display);font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--foreground);letter-spacing:-.02em}@media (min-width: 1024px){.section-title{font-size:3rem}}.spinner{display:inline-block;width:1rem;height:1rem;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spinner .75s linear infinite}@keyframes spinner{to{transform:rotate(360deg)}}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}:root{--background: #ffffff;--foreground: #262626;--card: #ffffff;--card-foreground: #262626;--popover: #ffffff;--popover-foreground: #262626;--primary: #f59e0b;--primary-foreground: #000000;--secondary: #f3f4f6;--secondary-foreground: #4b5563;--muted: #f9fafb;--muted-foreground: #6b7280;--accent: #fffbeb;--accent-foreground: #92400e;--destructive: #ef4444;--destructive-foreground: #ffffff;--border: #e5e7eb;--input: #e5e7eb;--ring: #f59e0b;--chart-1: #f59e0b;--chart-2: #d97706;--chart-3: #b45309;--chart-4: #92400e;--chart-5: #78350f;--sidebar: #f9fafb;--sidebar-foreground: #262626;--sidebar-primary: #f59e0b;--sidebar-primary-foreground: #ffffff;--sidebar-accent: #fffbeb;--sidebar-accent-foreground: #92400e;--sidebar-border: #e5e7eb;--sidebar-ring: #f59e0b;--font-sans: Inter, system-ui, -apple-system, sans-serif;--font-display: "DM Sans", Inter, sans-serif;--font-mono: "JetBrains Mono", "Courier New", monospace;--radius: .5rem;--shadow-x: 0px;--shadow-y: 4px;--shadow-blur: 8px;--shadow-spread: -1px;--shadow-opacity: .1;--shadow-color: hsl(0 0% 0%);--shadow-2xs: 0px 1px 2px 0px hsl(0 0% 0% / .05);--shadow-xs: 0px 1px 3px 0px hsl(0 0% 0% / .1), 0px 1px 2px -1px hsl(0 0% 0% / .1);--shadow-sm: 0px 2px 4px -1px hsl(0 0% 0% / .06), 0px 4px 6px -1px hsl(0 0% 0% / .1);--shadow: 0px 4px 6px -1px hsl(0 0% 0% / .1), 0px 2px 4px -2px hsl(0 0% 0% / .1);--shadow-md: 0px 6px 16px -4px hsl(0 0% 0% / .12), 0px 4px 8px -2px hsl(0 0% 0% / .08);--shadow-lg: 0px 10px 24px -4px hsl(0 0% 0% / .15), 0px 8px 16px -4px hsl(0 0% 0% / .1);--shadow-xl: 0px 20px 32px -8px hsl(0 0% 0% / .18), 0px 12px 24px -8px hsl(0 0% 0% / .12);--shadow-2xl: 0px 32px 64px -12px hsl(0 0% 0% / .25);--tracking-normal: 0em;--spacing: .25rem}.dark{--background: #171717;--foreground: #e5e5e5;--card: #262626;--card-foreground: #e5e5e5;--popover: #262626;--popover-foreground: #e5e5e5;--primary: #f59e0b;--primary-foreground: #000000;--secondary: #262626;--secondary-foreground: #e5e5e5;--muted: #1f1f1f;--muted-foreground: #a3a3a3;--accent: #92400e;--accent-foreground: #fde68a;--destructive: #ef4444;--destructive-foreground: #ffffff;--border: #404040;--input: #404040;--ring: #f59e0b;--chart-1: #fbbf24;--chart-2: #d97706;--chart-3: #92400e;--chart-4: #b45309;--chart-5: #92400e;--sidebar: #0f0f0f;--sidebar-foreground: #e5e5e5;--sidebar-primary: #f59e0b;--sidebar-primary-foreground: #ffffff;--sidebar-accent: #92400e;--sidebar-accent-foreground: #fde68a;--sidebar-border: #404040;--sidebar-ring: #f59e0b;--font-sans: Inter, system-ui, -apple-system, sans-serif;--font-display: "DM Sans", Inter, sans-serif;--font-mono: "JetBrains Mono", "Courier New", monospace;--radius: .5rem;--shadow-x: 0px;--shadow-y: 4px;--shadow-blur: 8px;--shadow-spread: -1px;--shadow-opacity: .1;--shadow-color: hsl(0 0% 0%);--shadow-2xs: 0px 1px 2px 0px hsl(0 0% 0% / .2);--shadow-xs: 0px 1px 3px 0px hsl(0 0% 0% / .3), 0px 1px 2px -1px hsl(0 0% 0% / .3);--shadow-sm: 0px 2px 4px -1px hsl(0 0% 0% / .24), 0px 4px 6px -1px hsl(0 0% 0% / .3);--shadow: 0px 4px 6px -1px hsl(0 0% 0% / .3), 0px 2px 4px -2px hsl(0 0% 0% / .3);--shadow-md: 0px 6px 16px -4px hsl(0 0% 0% / .36), 0px 4px 8px -2px hsl(0 0% 0% / .24);--shadow-lg: 0px 10px 24px -4px hsl(0 0% 0% / .45), 0px 8px 16px -4px hsl(0 0% 0% / .3);--shadow-xl: 0px 20px 32px -8px hsl(0 0% 0% / .54), 0px 12px 24px -8px hsl(0 0% 0% / .36);--shadow-2xl: 0px 32px 64px -12px hsl(0 0% 0% / .6)}body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@theme inline{ --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --color-chart-1: var(--chart-1); --color-chart-2: var(--chart-2); --color-chart-3: var(--chart-3); --color-chart-4: var(--chart-4); --color-chart-5: var(--chart-5); --color-sidebar: var(--sidebar); --color-sidebar-foreground: var(--sidebar-foreground); --color-sidebar-primary: var(--sidebar-primary); --color-sidebar-primary-foreground: var(--sidebar-primary-foreground); --color-sidebar-accent: var(--sidebar-accent); --color-sidebar-accent-foreground: var(--sidebar-accent-foreground); --color-sidebar-border: var(--sidebar-border); --color-sidebar-ring: var(--sidebar-ring); --font-sans: var(--font-sans); --font-display: var(--font-display); --font-mono: var(--font-mono); --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --shadow-2xs: var(--shadow-2xs); --shadow-xs: var(--shadow-xs); --shadow-sm: var(--shadow-sm); --shadow: var(--shadow); --shadow-md: var(--shadow-md); --shadow-lg: var(--shadow-lg); --shadow-xl: var(--shadow-xl); --shadow-2xl: var(--shadow-2xl); }
