.header{position:sticky;top:0;z-index:50;width:100%;border-bottom:1px solid rgba(203,213,225,.5);background-color:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s ease}.dark .header{border-bottom-color:#33415580;background-color:#0f172af2}@supports (backdrop-filter: blur(12px)){.header{background-color:#ffffffbf}.dark .header{background-color:#0f172abf}}.header-container{max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:640px){.header-container{padding:0 1.5rem}}@media(min-width:1024px){.header-container{padding:0 2rem}}.header-content{display:flex;height:4rem;align-items:center;justify-content:space-between}.header-logo-section{display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:opacity .3s ease}.header-logo-section:hover{opacity:.8}.header-logo{display:flex;height:3rem;width:auto;max-width:200px;align-items:center;justify-content:center;transition:all .3s ease}.header-logo-section:hover .header-logo{transform:scale(1.05)}.header-logo-image{height:100%;width:auto;max-width:100%;object-fit:contain;transition:all .3s ease}.header-nav{display:flex;align-items:center;gap:.5rem}@media(min-width:640px){.header-nav{gap:1.5rem}}.nav-button{padding:.5rem .75rem;border-radius:.375rem;transition:all .3s ease;border:none;background:none;cursor:pointer;font-size:1rem;font-weight:500}.nav-button.active{color:#0891b2;background-color:#06b6d41a}.dark .nav-button.active{color:#22d3ee}.nav-button.inactive{color:#334155}.dark .nav-button.inactive{color:#cbd5e1}.nav-button.inactive:hover{color:#0891b2;background-color:#f1f5f9}.dark .nav-button.inactive:hover{color:#22d3ee;background-color:#1e293b80}.cta-button{padding:.625rem 1.25rem;border-radius:.5rem;background:linear-gradient(135deg,#06b6d4,#0891b2);color:#fff;border:none;cursor:pointer;font-size:.9375rem;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px #06b6d44d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #06b6d466;background:linear-gradient(135deg,#0891b2,#06b6d4)}.theme-toggle{padding:.5rem;border-radius:.5rem;background-color:#f1f5f9;color:#334155;border:none;cursor:pointer;transition:all .3s ease}.dark .theme-toggle{background-color:#1e293b80;color:#cbd5e1}.theme-toggle:hover{background-color:#e2e8f0;color:#0891b2}.dark .theme-toggle:hover{background-color:#33415580;color:#22d3ee}@media(max-width:768px){.nav-button{display:none}.cta-button{padding:.5rem .875rem;font-size:.875rem}}.footer{background-color:#fffc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid rgba(203,213,225,.5);margin-top:auto;transition:all .3s ease}.dark .footer{background-color:#0f172acc;border-top-color:#33415580}.footer-container{max-width:80rem;margin:0 auto;padding:2rem 1rem}@media(min-width:640px){.footer-container{padding:2rem 1.5rem}}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-section-title{color:#0f172a;margin-bottom:1rem;font-size:1rem;font-weight:500}.dark .footer-section-title{color:#fff}.footer-text{color:#475569;font-size:.875rem;line-height:1.5}.dark .footer-text{color:#94a3b8}.footer-links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.footer-link{color:#475569;font-size:.875rem;text-decoration:none;transition:color .3s ease;background:none;border:none;padding:0;cursor:pointer;text-align:left}.dark .footer-link{color:#94a3b8}.footer-link:hover,.footer-link.active{color:#0891b2}.dark .footer-link:hover,.dark .footer-link.active{color:#22d3ee}.footer-social-links{display:flex;gap:1rem}.footer-social-link{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background-color:#f1f5f9;border:1px solid rgba(203,213,225,.5);border-radius:.5rem;transition:all .3s ease;text-decoration:none}.dark .footer-social-link{background-color:#1e293b80;border-color:#33415580}.footer-social-link:hover{border-color:#06b6d44d;background-color:#06b6d41a}.footer-social-icon{width:1.25rem;height:1.25rem;color:#475569;transition:color .3s ease}.dark .footer-social-icon{color:#94a3b8}.footer-social-link:hover .footer-social-icon{color:#0891b2}.dark .footer-social-link:hover .footer-social-icon{color:#22d3ee}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(203,213,225,.5)}.dark .footer-bottom{border-top-color:#33415580}.footer-bottom-content{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media(min-width:640px){.footer-bottom-content{flex-direction:row}}.footer-copyright{color:#475569;font-size:.875rem}.dark .footer-copyright{color:#94a3b8}.footer-made-with{display:flex;align-items:center;gap:.5rem;color:#475569;font-size:.875rem}.dark .footer-made-with{color:#94a3b8}.footer-heart{width:1rem;height:1rem;color:#06b6d4;fill:#06b6d4}@media(max-width:768px){.footer{padding-bottom:5rem}}.mobile-nav{display:none}@media(max-width:768px){.mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fffffffa;border-top:1px solid rgba(6,182,212,.3);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:1000;justify-content:space-around;padding:.5rem 1rem .75rem;box-shadow:0 -2px 20px #00000014}.dark .mobile-nav{background:#0f172afa;border-top-color:#06b6d466;box-shadow:0 -2px 20px #0006}.mobile-nav-button{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem 1rem;background:none;border:none;cursor:pointer;transition:all .2s ease;color:#64748b;border-radius:.75rem;min-width:80px}.dark .mobile-nav-button{color:#94a3b8}.mobile-nav-button.active{color:#06b6d4;background:#06b6d41a}.dark .mobile-nav-button.active{color:#22d3ee;background:#06b6d426}.mobile-nav-button:active{transform:scale(.95)}.mobile-nav-icon{width:1.5rem;height:1.5rem;transition:all .2s ease}.mobile-nav-button.active .mobile-nav-icon{transform:translateY(-2px)}.mobile-nav-label{font-size:.75rem;font-weight:500;transition:all .2s ease}.mobile-nav-button.active .mobile-nav-label{font-weight:600}}@supports (padding-bottom: env(safe-area-inset-bottom)){@media(max-width:768px){.mobile-nav{padding-bottom:calc(.75rem + env(safe-area-inset-bottom))}}}.home-container{min-height:100vh;padding:2rem 1rem}.home-content{max-width:1200px;margin:0 auto}.section-title{font-size:2.25rem;font-weight:700;color:#0f172a;margin-bottom:2rem;text-align:center}.dark .section-title{color:#f8fafc}.hero-section-construction{display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 1rem 6rem;gap:2rem}.hero-logo-main{display:flex;justify-content:center;margin-bottom:1rem}.hero-logo-image{max-width:300px;width:100%;height:auto}.hero-title-construction{font-size:3.5rem;font-weight:800;line-height:1.2;color:#0f172a;margin:0}.dark .hero-title-construction{color:#f8fafc}.hero-location-accent{color:#06b6d4}.hero-subtitle-construction{font-size:1.25rem;color:#64748b;max-width:700px;margin:0 auto;font-style:italic}.dark .hero-subtitle-construction{color:#94a3b8}.services-pills{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-top:1rem}.service-pill{padding:.5rem 1rem;background:#06b6d41a;color:#06b6d4;border:1px solid rgba(6,182,212,.3);border-radius:9999px;font-size:.875rem;font-weight:600}.dark .service-pill{background:#06b6d426;border-color:#06b6d466}.certifications-badges{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}.cert-badge{padding:.5rem 1rem;background:#ffffff80;border:1px solid rgba(6,182,212,.2);border-radius:8px;font-size:.875rem;font-weight:600;color:#0f172a}.dark .cert-badge{background:#0f172a80;border:1px solid rgba(6,182,212,.3);color:#f8fafc}.hero-cta-buttons{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:2rem}.btn-primary-large,.btn-secondary-large{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:8px;font-weight:700;text-decoration:none;transition:all .2s ease;font-size:1rem}.btn-primary-large{background:#06b6d4;color:#fff;border:2px solid #06b6d4}.btn-primary-large:hover{background:#0891b2;border-color:#0891b2;transform:translateY(-2px);box-shadow:0 10px 20px #06b6d44d}.btn-secondary-large{background:transparent;color:#06b6d4;border:2px solid rgba(6,182,212,.5)}.dark .btn-secondary-large{border-color:#06b6d499}.btn-secondary-large:hover{background:#06b6d41a;border-color:#06b6d4;transform:translateY(-2px)}.scroll-indicator{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:3rem;animation:bounce 2s infinite}.scroll-text{font-size:.75rem;font-weight:700;letter-spacing:.1em;color:#64748b}.dark .scroll-text{color:#94a3b8}.scroll-arrow{width:24px;height:24px;color:#06b6d4}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.services-section{margin-bottom:6rem}.services-intro{text-align:center;max-width:800px;margin:0 auto 3rem;color:#64748b;font-size:1.125rem;line-height:1.7}.dark .services-intro{color:#94a3b8}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{position:relative;aspect-ratio:3/2;border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .3s ease}.service-card:hover{transform:translateY(-8px)}.service-image{width:100%;height:100%;object-fit:cover}.service-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0f172a4d,#0f172acc);display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:2rem;gap:1rem}.service-name{font-size:1.5rem;font-weight:700;color:#fff;text-align:center}.service-btn{padding:.5rem 1.5rem;background:transparent;color:#06b6d4;border:2px solid #06b6d4;border-radius:8px;font-weight:700;font-size:.875rem;cursor:pointer;transition:all .2s ease}.service-btn:hover{background:#06b6d4;color:#fff}.full-width-banner{position:relative;width:100vw;left:50%;right:50%;margin:0 -50vw 6rem;height:400px;background:url(https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?w=1600&h=400&fit=crop) center/cover;display:flex;align-items:center;justify-content:center}.banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172ab3}.banner-text{position:relative;z-index:1;font-size:2.5rem;font-weight:900;color:#fff;text-align:center;padding:0 2rem;max-width:1200px;margin:0 auto;letter-spacing:.02em}.certifications-section{margin-bottom:6rem;text-align:center}.certifications-text{max-width:800px;margin:0 auto 3rem;color:#64748b;font-size:1.125rem;line-height:1.7}.dark .certifications-text{color:#94a3b8}.certifications-logos{display:flex;gap:3rem;justify-content:center;align-items:center;margin-bottom:2rem}.cert-logo-placeholder{width:200px;height:150px;background:#06b6d41a;border:2px solid rgba(6,182,212,.3);border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#06b6d4;text-align:center;transition:all .3s ease}.dark .cert-logo-placeholder{background:#06b6d426;border-color:#06b6d466}.cert-logo-placeholder:hover{transform:scale(1.05);border-color:#06b6d4}.cert-cta{margin-top:2rem}.btn-secondary{background:transparent;color:#06b6d4;border:2px solid rgba(6,182,212,.5);padding:.875rem 1.75rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s ease;font-size:.9375rem;display:inline-flex;align-items:center;gap:.5rem}.dark .btn-secondary{border-color:#06b6d499}.btn-secondary:hover{background:#06b6d41a;border-color:#06b6d4;transform:translateY(-2px)}.services-cta-section{text-align:center;padding:4rem 2rem;background:#06b6d40d;border:1px solid rgba(6,182,212,.2);border-radius:16px;margin:4rem 0 6rem}.dark .services-cta-section{background:#06b6d414;border-color:#06b6d44d}.services-cta-title{font-size:2.5rem;font-weight:800;color:#0f172a;margin-bottom:1rem}.dark .services-cta-title{color:#f8fafc}.services-cta-description{font-size:1.125rem;color:#64748b;margin-bottom:2rem}.dark .services-cta-description{color:#94a3b8}.services-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:1024px){.hero-title-construction{font-size:3rem}.services-grid{grid-template-columns:repeat(2,1fr)}.banner-text{font-size:2rem}}@media(max-width:768px){.home-container{padding:1rem .5rem 2rem}.hero-section-construction{padding:2rem 1rem 4rem}.hero-title-construction{font-size:2rem}.hero-subtitle-construction{font-size:1rem}.hero-logo-image{max-width:200px}.services-pills{gap:.5rem}.service-pill{font-size:.75rem;padding:.4rem .8rem}.certifications-badges{gap:.75rem}.cert-badge{font-size:.75rem}.hero-cta-buttons{flex-direction:column;width:100%}.btn-primary-large,.btn-secondary-large{width:100%;justify-content:center}.section-title{font-size:1.75rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.full-width-banner{height:300px}.banner-text{font-size:1.5rem;padding:0 1rem}.certifications-logos{flex-direction:column;gap:1.5rem}.services-cta-section{padding:3rem 1.5rem;margin-bottom:4rem}.services-cta-title{font-size:2rem}.services-cta-buttons{flex-direction:column}.services-cta-buttons .btn-primary-large,.services-cta-buttons .btn-secondary-large{width:100%;justify-content:center}}@media(max-width:480px){.hero-title-construction{font-size:1.75rem}.banner-text,.service-name{font-size:1.25rem}.services-cta-title{font-size:1.75rem}}.contact-page{min-height:100vh;padding:2rem 1rem}.contact-page-content{max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:3rem}.contact-title{font-size:2.5rem;font-weight:700;color:#0f172a;margin-bottom:1rem}.dark .contact-title{color:#f8fafc}.contact-subtitle{font-size:1.125rem;color:#64748b}.dark .contact-subtitle{color:#94a3b8}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.contact-form-section{order:1}.contact-form{background:#ffffff80;border:1px solid rgba(6,182,212,.2);border-radius:16px;padding:2rem}.dark .contact-form{background:#0f172a80;border:1px solid rgba(6,182,212,.3)}.form-group{margin-bottom:1.5rem}.form-label{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#0f172a;font-weight:600}.dark .form-label{color:#f8fafc}.form-input,.form-textarea{width:100%;padding:.875rem 1rem;border:1px solid rgba(6,182,212,.3);border-radius:8px;background:#fffc;color:#0f172a;font-size:1rem;transition:all .2s ease}.dark .form-input,.dark .form-textarea{background:#0f172acc;color:#f8fafc;border-color:#06b6d466}.form-input:focus,.form-textarea:focus{outline:none;border-color:#06b6d4;box-shadow:0 0 0 3px #06b6d41a}.form-textarea{resize:vertical;min-height:120px}.form-input-error{border-color:#dc2626!important;background-color:#ef44440d}.dark .form-input-error{background-color:#ef44441a}.form-input-error:focus{border-color:#dc2626!important;box-shadow:0 0 0 3px #ef44441a!important}.form-error{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;color:#dc2626;font-size:.875rem;font-weight:500}.dark .form-error{color:#ef4444}.form-char-counter{margin-top:.5rem;font-size:.875rem;color:#64748b;text-align:right}.dark .form-char-counter{color:#94a3b8}.form-checkbox-group{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.form-checkbox{width:1.25rem;height:1.25rem;margin-top:.125rem;border:2px solid rgba(6,182,212,.3);border-radius:.25rem;cursor:pointer;transition:all .2s ease;flex-shrink:0}.form-checkbox:checked{background-color:#06b6d4;border-color:#06b6d4}.form-checkbox:focus{outline:none;box-shadow:0 0 0 3px #06b6d41a}.form-checkbox-label{color:#334155;font-size:.875rem;line-height:1.4;cursor:pointer;-webkit-user-select:none;user-select:none}.dark .form-checkbox-label{color:#cbd5e1}.dark .form-checkbox{border-color:#06b6d466}.form-submit-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;background:#06b6d4;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.form-submit-btn:hover:not(:disabled){background:#0891b2;transform:translateY(-2px);box-shadow:0 10px 20px #06b6d44d}.form-submit-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{width:1.25rem;height:1.25rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-status{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:8px;margin-top:1rem;font-weight:500}.form-status-success{background:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.3)}.form-status-error{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.3)}.contact-info-section{order:2}.contact-info-card{background:#ffffff80;border:1px solid rgba(6,182,212,.2);border-radius:16px;padding:2rem;position:sticky;top:2rem}.dark .contact-info-card{background:#0f172a80;border:1px solid rgba(6,182,212,.3)}.contact-info-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.dark .contact-info-title{color:#f8fafc}.contact-info-items{display:flex;flex-direction:column;gap:1.5rem}.contact-info-item{display:flex;gap:1rem}.contact-info-icon{width:1.5rem;height:1.5rem;color:#06b6d4;flex-shrink:0}.contact-info-label{font-size:.875rem;color:#64748b;margin-bottom:.25rem}.dark .contact-info-label{color:#94a3b8}.contact-info-value{color:#0f172a;font-weight:600;text-decoration:none;transition:color .2s ease}.dark .contact-info-value{color:#f8fafc}.contact-info-value:hover{color:#06b6d4}.contact-divider{height:1px;background:#06b6d433;margin:2rem 0}.contact-social-title{font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:1rem}.dark .contact-social-title{color:#f8fafc}.contact-social-links{display:flex;gap:1rem}.contact-certifications-box{margin-top:1rem}.contact-cert-badges{display:flex;flex-wrap:wrap;gap:.75rem}.contact-cert-badge{padding:.5rem 1rem;background:#06b6d41a;color:#06b6d4;border:1px solid rgba(6,182,212,.3);border-radius:8px;font-size:.875rem;font-weight:600}.dark .contact-cert-badge{background:#06b6d426;border-color:#06b6d466}@media(max-width:768px){.contact-page{padding:1rem .5rem 5rem}.contact-header{margin-bottom:2rem}.contact-title{font-size:1.75rem}.contact-subtitle{font-size:1rem}.contact-grid{grid-template-columns:1fr;gap:1.5rem}.contact-form-section{order:1}.contact-info-section{order:2}.contact-form,.contact-info-card{padding:1.5rem}.contact-info-card{position:static}}.service-detail-container{min-height:100vh;padding:2rem 1rem;background:var(--color-background);width:100%}.service-detail-content{max-width:1200px;margin:0 auto}.back-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--color-primary);text-decoration:none;font-weight:600;margin-bottom:2rem;transition:color .3s ease;background:none;border:none;cursor:pointer;padding:0;font-size:1rem}.back-link:hover{color:var(--color-primary-dark)}.service-detail-hero{position:relative;width:100%;height:400px;border-radius:1rem;overflow:hidden;margin-bottom:3rem}.service-detail-image{width:100%;height:100%;object-fit:cover}.service-detail-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000004d,#0009)}.service-detail-title{position:absolute;bottom:2rem;left:2rem;right:2rem;color:#fff;font-size:3rem;font-weight:700;z-index:1;margin:0}.service-detail-description{background:var(--color-surface);padding:3rem;border-radius:1rem;margin-bottom:3rem;box-shadow:0 4px 6px #0000001a}.service-detail-description p{font-size:1.125rem;line-height:1.8;color:var(--color-text);margin:0}@media(max-width:768px){.service-detail-hero{height:300px}.service-detail-title{font-size:2rem;bottom:1.5rem;left:1.5rem;right:1.5rem}.service-detail-description{padding:2rem}.service-detail-description p{font-size:1rem}}.app-container{min-height:100vh;background:#f8fafc;transition:background-color .3s ease}.dark .app-container{background:#0f172a}.app-main{position:relative;z-index:1}/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-font-weight:initial;--tw-duration:initial;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-cyan-500:oklch(71.5% .143 215.221);--color-cyan-600:oklch(60.9% .126 221.723);--color-slate-50:oklch(98.4% .003 247.858);--color-slate-100:oklch(96.8% .007 247.896);--color-slate-300:oklch(86.9% .022 252.894);--color-slate-400:oklch(70.4% .04 256.788);--color-slate-600:oklch(44.6% .043 257.281);--color-slate-700:oklch(37.2% .044 257.287);--color-slate-800:oklch(27.9% .041 260.031);--color-slate-900:oklch(20.8% .042 265.755);--color-white:#fff;--spacing:.25rem;--container-3xl:48rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-2xl:1.5rem;--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--radius-2xl:1rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){*{outline-color:color-mix(in oklab,var(--ring)50%,transparent)}}body{background-color:var(--background);color:var(--foreground)}html{font-size:var(--font-size)}h1{font-size:var(--text-2xl);font-weight:var(--font-weight-medium);line-height:1.5}h2{font-size:var(--text-xl);font-weight:var(--font-weight-medium);line-height:1.5}h3{font-size:var(--text-lg);font-weight:var(--font-weight-medium);line-height:1.5}h4,label,button{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}input{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5}}@layer components;@layer utilities{.visible{visibility:visible}.mx-auto{margin-inline:auto}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.inline-flex{display:inline-flex}.h-4{height:calc(var(--spacing)*4)}.h-5{height:calc(var(--spacing)*5)}.w-4{width:calc(var(--spacing)*4)}.w-5{width:calc(var(--spacing)*5)}.max-w-3xl{max-width:var(--container-3xl)}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing)*2)}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-lg{border-radius:var(--radius)}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-cyan-500{border-color:var(--color-cyan-500)}.border-cyan-500\/20{border-color:#00b7d733}@supports (color:color-mix(in lab,red,red)){.border-cyan-500\/20{border-color:color-mix(in oklab,var(--color-cyan-500)20%,transparent)}}.border-cyan-500\/50{border-color:#00b7d780}@supports (color:color-mix(in lab,red,red)){.border-cyan-500\/50{border-color:color-mix(in oklab,var(--color-cyan-500)50%,transparent)}}.bg-cyan-500{background-color:var(--color-cyan-500)}.bg-transparent{background-color:#0000}.bg-white\/50{background-color:#ffffff80}@supports (color:color-mix(in lab,red,red)){.bg-white\/50{background-color:color-mix(in oklab,var(--color-white)50%,transparent)}}.p-8{padding:calc(var(--spacing)*8)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-8{padding-inline:calc(var(--spacing)*8)}.py-2{padding-block:calc(var(--spacing)*2)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-cyan-500{color:var(--color-cyan-500)}.text-slate-600{color:var(--color-slate-600)}.text-slate-700{color:var(--color-slate-700)}.text-slate-900{color:var(--color-slate-900)}.text-white{color:var(--color-white)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}@media(hover:hover){.hover\:-translate-y-0\.5:hover{--tw-translate-y:calc(var(--spacing)*-.5);translate:var(--tw-translate-x)var(--tw-translate-y)}.hover\:-translate-y-1:hover{--tw-translate-y:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.hover\:border-cyan-500:hover{border-color:var(--color-cyan-500)}.hover\:border-cyan-600:hover{border-color:var(--color-cyan-600)}.hover\:bg-cyan-500\/10:hover{background-color:#00b7d71a}@supports (color:color-mix(in lab,red,red)){.hover\:bg-cyan-500\/10:hover{background-color:color-mix(in oklab,var(--color-cyan-500)10%,transparent)}}.hover\:bg-cyan-600:hover{background-color:var(--color-cyan-600)}.hover\:bg-slate-100:hover{background-color:var(--color-slate-100)}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-cyan-500\/20:hover{--tw-shadow-color:#00b7d733}@supports (color:color-mix(in lab,red,red)){.hover\:shadow-cyan-500\/20:hover{--tw-shadow-color:color-mix(in oklab,color-mix(in oklab,var(--color-cyan-500)20%,transparent)var(--tw-shadow-alpha),transparent)}}.hover\:shadow-cyan-500\/30:hover{--tw-shadow-color:#00b7d74d}@supports (color:color-mix(in lab,red,red)){.hover\:shadow-cyan-500\/30:hover{--tw-shadow-color:color-mix(in oklab,color-mix(in oklab,var(--color-cyan-500)30%,transparent)var(--tw-shadow-alpha),transparent)}}}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.dark\:border-cyan-500\/30:is(.dark *){border-color:#00b7d74d}@supports (color:color-mix(in lab,red,red)){.dark\:border-cyan-500\/30:is(.dark *){border-color:color-mix(in oklab,var(--color-cyan-500)30%,transparent)}}.dark\:bg-slate-900\/50:is(.dark *){background-color:#0f172b80}@supports (color:color-mix(in lab,red,red)){.dark\:bg-slate-900\/50:is(.dark *){background-color:color-mix(in oklab,var(--color-slate-900)50%,transparent)}}.dark\:text-slate-50:is(.dark *){color:var(--color-slate-50)}.dark\:text-slate-300:is(.dark *){color:var(--color-slate-300)}.dark\:text-slate-400:is(.dark *){color:var(--color-slate-400)}@media(hover:hover){.dark\:hover\:bg-slate-800:is(.dark *):hover{background-color:var(--color-slate-800)}}}:root{--font-size:16px;--background:#fff;--foreground:oklch(14.5% 0 0);--card:#fff;--card-foreground:oklch(14.5% 0 0);--popover:oklch(100% 0 0);--popover-foreground:oklch(14.5% 0 0);--primary:#030213;--primary-foreground:oklch(100% 0 0);--secondary:oklch(95% .0058 264.53);--secondary-foreground:#030213;--muted:#ececf0;--muted-foreground:#717182;--accent:#e9ebef;--accent-foreground:#030213;--destructive:#d4183d;--destructive-foreground:#fff;--border:#0000001a;--input:transparent;--input-background:#f3f3f5;--switch-background:#cbced4;--font-weight-medium:500;--font-weight-normal:400;--ring:oklch(70.8% 0 0);--chart-1:oklch(64.6% .222 41.116);--chart-2:oklch(60% .118 184.704);--chart-3:oklch(39.8% .07 227.392);--chart-4:oklch(82.8% .189 84.429);--chart-5:oklch(76.9% .188 70.08);--radius:.625rem;--sidebar:oklch(98.5% 0 0);--sidebar-foreground:oklch(14.5% 0 0);--sidebar-primary:#030213;--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(97% 0 0);--sidebar-accent-foreground:oklch(20.5% 0 0);--sidebar-border:oklch(92.2% 0 0);--sidebar-ring:oklch(70.8% 0 0)}.dark{--background:oklch(14.5% 0 0);--foreground:oklch(98.5% 0 0);--card:oklch(14.5% 0 0);--card-foreground:oklch(98.5% 0 0);--popover:oklch(14.5% 0 0);--popover-foreground:oklch(98.5% 0 0);--primary:oklch(98.5% 0 0);--primary-foreground:oklch(20.5% 0 0);--secondary:oklch(26.9% 0 0);--secondary-foreground:oklch(98.5% 0 0);--muted:oklch(26.9% 0 0);--muted-foreground:oklch(70.8% 0 0);--accent:oklch(26.9% 0 0);--accent-foreground:oklch(98.5% 0 0);--destructive:oklch(39.6% .141 25.723);--destructive-foreground:oklch(63.7% .237 25.331);--border:oklch(26.9% 0 0);--input:oklch(26.9% 0 0);--ring:oklch(43.9% 0 0);--font-weight-medium:500;--font-weight-normal:400;--chart-1:oklch(48.8% .243 264.376);--chart-2:oklch(69.6% .17 162.48);--chart-3:oklch(76.9% .188 70.08);--chart-4:oklch(62.7% .265 303.9);--chart-5:oklch(64.5% .246 16.439);--sidebar:oklch(20.5% 0 0);--sidebar-foreground:oklch(98.5% 0 0);--sidebar-primary:oklch(48.8% .243 264.376);--sidebar-primary-foreground:oklch(98.5% 0 0);--sidebar-accent:oklch(26.9% 0 0);--sidebar-accent-foreground:oklch(98.5% 0 0);--sidebar-border:oklch(26.9% 0 0);--sidebar-ring:oklch(43.9% 0 0)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
