@charset "UTF-8";*{box-sizing:border-box}html{font-family:Inter,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";scroll-behavior:smooth;overflow-x:hidden}body{margin:0;min-height:100%;background:#faf9f6;color:#1a1612;overflow-x:hidden;width:100%}::selection{background:#d9770626;color:#1a1612}.container{width:min(1200px,100% - 48px);margin:0 auto;max-width:100%}@media(max-width:768px){.container{width:calc(100% - 32px);padding:0}}.main{padding:6rem 0;min-height:calc(100vh - 200px)}@media(max-width:768px){.main{padding:4rem 0}}section{margin-bottom:5rem;width:100%;max-width:100%}section:last-child{margin-bottom:0}section.container{padding-left:0;padding-right:0}@media(max-width:768px){section{margin-bottom:4rem}section.container{width:calc(100% - 32px);margin-left:auto;margin-right:auto}}.page-header{margin-bottom:4rem}.page-header h1{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1.1;color:#1a1612;letter-spacing:-.02em;margin:0 0 1rem}.page-header p{font-size:1.25rem;color:#5a5451;line-height:1.7;margin:0}@media(max-width:768px){.page-header{margin-bottom:3rem}}.page-header-with-graphic{display:grid;grid-template-columns:1fr auto;align-items:center;gap:3rem}.page-header-with-graphic.graphic-left{grid-template-columns:auto 1fr}.page-header-with-graphic.graphic-left .page-header-graphic{order:-1}.page-header-with-graphic .page-header-content h1{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1.1;color:#1a1612;letter-spacing:-.02em;margin:0 0 1rem}.page-header-with-graphic .page-header-content p{font-size:1.25rem;color:#5a5451;line-height:1.7;margin:0}.page-header-with-graphic .page-header-graphic{width:200px;height:150px;flex-shrink:0}.page-header-with-graphic .page-header-graphic svg{width:100%;height:100%}@media(max-width:968px){.page-header-with-graphic{gap:2rem}.page-header-with-graphic .page-header-graphic{width:180px;height:130px}}@media(max-width:768px){.page-header-with-graphic{grid-template-columns:1fr;gap:1.5rem}.page-header-with-graphic.graphic-left{grid-template-columns:1fr}.page-header-with-graphic .page-header-graphic{order:-1;width:75%;height:auto;aspect-ratio:4/3;justify-self:center}}.header{position:sticky;top:0;z-index:20;background:#faf9f6;border-bottom:1px solid #ede9e4}.headerInner{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.5rem 0}@media(max-width:768px){.headerInner{flex-direction:row;flex-wrap:nowrap}}.brand{font-size:1rem;font-weight:600;color:#1a1612;text-decoration:none;display:flex;align-items:center;gap:.75rem;border-radius:.5rem}.brand:focus{outline:none}.brand:focus-visible{outline:2px solid #d97706;outline-offset:2px}.brand-logo{height:24px;width:auto}.brand-text{font-size:1rem;font-weight:600}.nav{font-size:.875rem}@media(max-width:768px){.nav{position:absolute;top:100%;left:0;right:0;width:100%;overflow:hidden;visibility:hidden;pointer-events:none;transition:visibility 0s linear .3s}.nav.navOpen{visibility:visible;pointer-events:auto;transition-delay:0s;box-shadow:0 4px 6px #0000001a}.nav.navOpen .navPanel{transform:translateY(0);opacity:1}}.navPanel{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem}@media(max-width:768px){.navPanel{width:100%;flex-direction:column;align-items:flex-start;gap:1rem;padding:1.5rem 1rem;background:#faf9f6;border-bottom:1px solid #ede9e4;transform:translateY(-100%);opacity:0;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1);will-change:transform,opacity}}.menuToggle{align-items:center;justify-content:center;flex-direction:column;gap:6px;width:44px;height:44px;border-radius:999px;border:1px solid #e0dbd3;background:transparent;color:#1a1612;cursor:pointer;display:none}.menuToggle:focus{outline:none}.menuToggle:focus-visible{outline:2px solid #d97706;outline-offset:2px}.menuToggle span{display:block;width:18px;height:2px;background:#1a1612;border-radius:999px;transition:all .2s ease}.menuToggle:hover{border-color:#d97706}@media(max-width:768px){.menuToggle{display:flex;margin-left:auto}}.navLink{color:#5a5451;text-decoration:none;font-weight:500;transition:color .2s ease;border-radius:.5rem}.navLink:focus{outline:none}.navLink:focus-visible{outline:2px solid #d97706;outline-offset:2px}.navLink:hover{color:#1a1612}.navLinkActive{color:#d97706;font-weight:600}@media(max-width:768px){.mobileMenuOverlay{position:fixed;inset:0;background:#1a16124d;z-index:10}}.footer{background:#f5f3ef;border-top:1px solid #e0dbd3;padding:4rem 0;margin-top:5rem}@media(max-width:768px){.footer{padding:3rem 0}}.footer-content{display:flex;justify-content:space-between;align-items:center;color:#5a5451;font-size:.875rem}@media(max-width:768px){.footer-content{flex-direction:column;gap:1rem}}.footer-nav{display:flex;gap:1.5rem}.footer-link{color:#5a5451;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#1a1612}.hero{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;margin-bottom:6rem;min-height:600px;width:100%;max-width:100%}.hero .content{width:100%;max-width:100%}.hero .content h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;color:#1a1612;letter-spacing:-.02em;margin:0 0 1.5rem;max-width:100%;word-wrap:break-word}.hero .content p{font-size:1.25rem;line-height:1.7;color:#5a5451;margin:0 0 2.5rem;max-width:100%}.hero .illustration{display:flex;align-items:center;justify-content:center;min-height:400px;width:100%;max-width:100%}.hero .illustration svg{max-width:100%;height:auto}@media(max-width:968px){.hero{grid-template-columns:1fr;gap:4rem;min-height:auto}.hero .illustration{min-height:250px}.hero .content h1{font-size:clamp(2rem,8vw,2.5rem)}.hero .content p{font-size:1rem}}.hero-headline{font-size:clamp(3rem,6vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;background:linear-gradient(135deg,#1a1612,#7c2d12);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 1.5rem}.hero-subtitle{font-size:1.25rem;line-height:1.7;color:#5a5451;max-width:600px;margin:0 0 2.5rem}.trust-section{margin:6rem 0;padding:5rem 0;border-top:1px solid #ede9e4;border-bottom:1px solid #ede9e4;width:100%;max-width:100%}@media(max-width:768px){.trust-section{margin:4rem 0;padding:3rem 0}}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:4rem;text-align:center;width:100%}@media(max-width:768px){.trust-grid{grid-template-columns:1fr;gap:2.5rem}}.trust-stat{padding:2.5rem 0}.stat-number{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:#d97706;margin-bottom:.75rem}.stat-label{font-size:1rem;color:#5a5451;font-weight:500}.section-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1.1;color:#1a1612;letter-spacing:-.02em;text-align:center;margin-bottom:4rem;max-width:100%;word-wrap:break-word}@media(max-width:768px){.section-title{font-size:clamp(1.5rem,6vw,2rem);margin-bottom:2.5rem}}.value-proposition-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;width:100%}@media(max-width:968px){.value-proposition-grid{grid-template-columns:1fr;gap:2.5rem}}.value-proposition-item{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem}@media(max-width:968px){.value-proposition-item{justify-content:center;text-align:left}}.value-proposition-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d977061a,#f5a6230d);border-radius:1rem;color:#d97706}.value-proposition-icon svg{width:24px;height:24px}.value-proposition-content{display:flex;flex-direction:column;gap:.5rem}.value-proposition-title{font-size:1.25rem;font-weight:700;color:#1a1612}.value-proposition-description{font-size:1rem;color:#5a5451;line-height:1.7}.cta-section{background:#f5f3ef;border:1px solid #e0dbd3;border-radius:1.25rem;padding:4rem;text-align:center;margin-top:5rem;width:100%;max-width:100%}.cta-section h2{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1.1;color:#1a1612;margin:0 0 1rem}.cta-section p{margin:0 0 2rem;color:#5a5451;font-size:1.25rem;max-width:100%}.cta-section .cta-group{justify-content:center}@media(max-width:768px){.cta-section{padding:2.5rem 1.5rem}.cta-section h2{font-size:1.375rem}.cta-section p{font-size:1rem}}.cta-section-epic{background:linear-gradient(135deg,#f5f3ef,#fff5ee);border:2px solid #e0dbd3;border-radius:1.25rem;padding:6rem 4rem;text-align:center;margin-top:6rem;position:relative;overflow:hidden;width:100%;max-width:100%}.cta-section-epic:before{content:"";position:absolute;top:-50%;right:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(217,119,6,.1) 0%,transparent 70%);border-radius:999px;pointer-events:none}.cta-section-epic h2{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1.1;color:#1a1612;position:relative;z-index:1;margin:0 0 1rem}.cta-section-epic p{position:relative;z-index:1;font-size:1.25rem;margin:0 0 2.5rem;margin-left:auto;margin-right:auto}.cta-section-epic .cta-group{position:relative;z-index:1;justify-content:center}@media(max-width:768px){.cta-section-epic{padding:3rem 1.5rem;margin-top:4rem}.cta-section-epic:before{width:300px;height:300px}.cta-section-epic h2{font-size:clamp(1.5rem,6vw,2rem)}.cta-section-epic p{font-size:1rem;max-width:100%}}.prose{display:grid;gap:2rem;font-size:1.05rem;line-height:1.75;max-width:900px;width:100%;margin:0 auto}@media(max-width:768px){.prose{max-width:100%}}.prose h1{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1.1;color:#1a1612;letter-spacing:-.02em;margin:2.5rem 0 1rem}.prose h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.1;color:#1a1612;margin:2.5rem 0 1rem}.prose h3{font-size:1.375rem;font-weight:600;line-height:1.5;color:#1a1612;margin:1.5rem 0 1rem}.prose p,.prose li{color:#5a5451;margin:0}.prose a{color:#d97706;text-decoration:none;font-weight:500}.prose a:hover{text-decoration:underline}.prose ul,.prose ol{padding-left:2rem;margin:0;display:grid;gap:.75rem}.prose ul li{list-style:disc}.prose ol li{list-style:decimal}.article{max-width:720px;width:100%;margin:0 auto;padding:2.5rem 0}@media(max-width:768px){.article{padding:1.5rem 0}}.article-header{margin-bottom:3rem;padding-bottom:2.5rem;border-bottom:1px solid #e0dbd3}@media(max-width:768px){.article-header{margin-bottom:2.5rem;padding-bottom:2rem}}.article-meta{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.875rem;color:#6b6560}.article-meta .article-date{display:flex;align-items:center;gap:.5rem}.article-meta .article-divider{width:4px;height:4px;background:#e0dbd3;border-radius:50%}.article-meta .article-author{color:#5a5451;font-weight:500}.article-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:800;line-height:1.1;color:#1a1612;letter-spacing:-.02em;margin:0 0 1.5rem}.article-description{font-size:1.25rem;line-height:1.7;color:#5a5451;margin:0}.article-content{display:grid;gap:1.5rem}.article-content h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.1;color:#1a1612;margin:2.5rem 0 0;padding-top:2rem;border-top:1px solid #ede9e4}.article-content h2:first-child{margin-top:0;padding-top:0;border-top:none}.article-content h3{font-size:1.375rem;font-weight:600;line-height:1.5;color:#1a1612;margin:1.5rem 0 0}.article-content p{color:#5a5451;line-height:1.75;margin:0}.article-content>p:first-of-type{font-size:1.25rem;color:#5a5451}.article-content strong{color:#1a1612;font-weight:600}.article-content a{color:#d97706;text-decoration:none;font-weight:500;transition:color .2s ease}.article-content a:hover{color:#7c2d12;text-decoration:underline}.article-content ul,.article-content ol{margin:0;padding-left:1.5rem;display:grid;gap:.75rem}.article-content ul li{list-style:none;position:relative;padding-left:1rem;color:#5a5451}.article-content ul li:before{content:"";position:absolute;left:0;top:.7em;width:6px;height:6px;background:#d97706;border-radius:50%}.article-content ol{counter-reset:list-counter;padding-left:0}.article-content ol li{list-style:none;counter-increment:list-counter;position:relative;padding-left:2.5rem;color:#5a5451}.article-content ol li:before{content:counter(list-counter);position:absolute;left:0;top:0;width:24px;height:24px;background:linear-gradient(135deg,#d977061a,#f5a6230d);border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:#7c2d12}.article-content blockquote{margin:2rem 0;padding:2rem 2.5rem;background:linear-gradient(135deg,#d977060a,#f5a62305);border-left:4px solid #d97706;border-radius:0 1rem 1rem 0}.article-content blockquote p{font-size:1.25rem;font-style:italic;color:#1a1612;margin:0}.article-content hr{border:none;height:1px;background:#e0dbd3;margin:2.5rem 0}.article-content pre{margin:1.5rem 0;padding:1.5rem;background:#f5f3ef;border:1px solid #e0dbd3;border-radius:1rem;overflow-x:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.875rem;line-height:1.7}.article-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em;background:#ede9e4;color:#7c2d12;padding:2px 6px;border-radius:4px}.article-content pre code{background:none;padding:0;color:inherit}.insights-grid{display:grid;gap:2rem;margin-bottom:3rem}.insight-card{display:block;text-decoration:none;background:#fff;border:1px solid #e0dbd3;border-radius:1.25rem;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.insight-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#d97706,#f5a623);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.insight-card:hover{border-color:#d97706;box-shadow:0 16px 30px #d977061f;transform:translateY(-4px)}.insight-card:hover:before{transform:scaleX(1)}.insight-card:hover .insight-card-title{color:#d97706}.insight-card:hover .insight-card-arrow{transform:translate(4px);color:#d97706}@media(max-width:768px){.insight-card{padding:2rem}}.insight-card-meta{font-size:.875rem;color:#6b6560;margin-bottom:.75rem}.insight-card-title{font-size:1.375rem;font-weight:600;line-height:1.5;color:#1a1612;margin:0 0 .75rem;transition:color .2s ease;display:flex;align-items:center;justify-content:space-between;gap:1rem}.insight-card-arrow{font-size:1.25rem;color:#6b6560;transition:all .2s ease;flex-shrink:0}.insight-card-description{font-size:1rem;color:#5a5451;line-height:1.7;margin:0}.insights-footer{text-align:center;padding-top:2.5rem;border-top:1px solid #ede9e4}.insights-footer p{color:#5a5451;margin:0}.insights-footer p a{color:#d97706;font-weight:500;text-decoration:none}.insights-footer p a:hover{text-decoration:underline}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin:3rem 0;width:100%}@media(min-width:768px)and (max-width:968px){.grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.grid{grid-template-columns:1fr;gap:2rem;margin:2.5rem 0}}@media(max-width:480px){.grid{gap:1.5rem;margin:2rem 0}}.grid.grid-2{grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.grid.grid-2{grid-template-columns:1fr}}.grid.grid-3{grid-template-columns:repeat(3,1fr)}@media(min-width:768px)and (max-width:968px){.grid.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.grid.grid-3{grid-template-columns:1fr}}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin:2.5rem 0;width:100%}@media(min-width:768px)and (max-width:968px){.services-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.services-grid{grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}}.services-grid.services-grid-3{grid-template-columns:repeat(3,1fr)}@media(min-width:768px)and (max-width:968px){.services-grid.services-grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services-grid.services-grid-3{grid-template-columns:1fr}}.services-grid.services-grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:968px){.services-grid.services-grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.services-grid.services-grid-4{grid-template-columns:1fr}}.card{background:#fff;border:1px solid #e0dbd3;border-radius:1.25rem;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;width:100%;max-width:100%}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#d97706,#f5a623);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.card:hover{border-color:#d97706;box-shadow:0 16px 30px #d977061f;transform:translateY(-4px)}.card:hover:before{transform:scaleX(1)}.card:hover .card-icon-wrapper{background:linear-gradient(135deg,#d9770626,#f5a6231a);transform:scale(1.05)}.card:hover .card-title{color:#d97706}.card:hover .card-graphic-wrapper{transform:scale(1.02)}@media(max-width:768px){.card{padding:2rem}}.card-icon-wrapper{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d977061a,#f5a6230d);border-radius:1rem;margin-bottom:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.card-icon-wrapper{width:48px;height:48px}}.card-icon{font-size:2rem;line-height:1;display:block}@media(max-width:768px){.card-icon{font-size:1.75rem}}.card-graphic-wrapper{width:100%;height:120px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.card-graphic-wrapper svg{max-width:100%;max-height:100%;width:auto;height:auto}.card-title{font-size:1.375rem;font-weight:600;line-height:1.5;color:#1a1612;margin:0 0 1rem;transition:color .3s ease}.card-description{margin:0 0 1rem;font-size:1rem;color:#5a5451;line-height:1.7}.card h3{font-size:1.375rem;font-weight:600;line-height:1.5;color:#1a1612;margin:0 0 1rem}.card p{margin:0 0 .75rem;font-size:1rem;color:#5a5451}.card p:last-child{margin-bottom:0}.card ul{margin:1rem 0 0;padding-left:1.5rem;display:grid;gap:.75rem;color:#5a5451;font-size:.875rem}.card-accent{background:linear-gradient(135deg,#d9770608,#f5a62305);border-color:#d9770633}.card-accent:hover{background:linear-gradient(135deg,#d9770614,#f5a6230a)}.card-gradient{background:linear-gradient(135deg,#fff,#fff5ee80)}.card-gradient:hover{background:linear-gradient(135deg,#fff,#fff5ee)}.card-link{text-decoration:none;display:block;cursor:pointer}.card-link:focus{outline:none}.card-link:focus-visible{outline:2px solid #d97706;outline-offset:2px}.card-link{border-radius:1.25rem}.card-link:hover .card-title{text-decoration:none}.card-link:focus-visible .card{border-color:#d97706}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 2rem;border-radius:1rem;background:#1a1612;color:#fff;font-weight:600;font-size:1rem;text-decoration:none;border:2px solid #1a1612;transition:all .2s ease;cursor:pointer;min-height:44px;text-align:center}.btn:focus{outline:none}.btn:focus-visible{outline:2px solid #d97706;outline-offset:2px}.btn:hover{transform:translateY(-1px);box-shadow:0 8px 16px #1a16124d}.btn.btn-secondary{background:transparent;color:#1a1612}.btn.btn-secondary:hover{background:#ede9e4}.btn.btn-accent{background:#d97706;border-color:#d97706;color:#fff}.btn.btn-accent:hover{background:#7c2d12;border-color:#7c2d12}@media(max-width:768px){.btn{width:100%;padding:1rem 1.5rem}}.btn.btn-large{padding:1rem 2.5rem;font-size:1.05rem;min-height:50px}@media(max-width:768px){.btn.btn-large{width:100%;padding:1rem 1.5rem}}.cta-group{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2.5rem;width:100%;max-width:100%}@media(max-width:768px){.cta-group{flex-direction:column;gap:.75rem}.cta-group .btn{max-width:100%}}form{display:grid;gap:1.5rem}.honeypot{position:absolute;left:-9999px;top:-9999px;opacity:0;height:0;width:0;pointer-events:none}label{display:grid;gap:.5rem;font-weight:500;font-size:.875rem;color:#1a1612}input,select,textarea{padding:.75rem 1rem;border:1px solid #e0dbd3;border-radius:1rem;font-family:Inter,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;background:#fff;color:#1a1612;transition:all .2s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:#d97706;box-shadow:0 0 0 3px #d9770626}textarea{resize:vertical;min-height:120px}form button[type=submit]{background:#d97706;color:#fff;border-color:#d97706;border:none;font-weight:600;cursor:pointer;min-height:44px;border-radius:1rem}form button[type=submit]:focus{outline:none}form button[type=submit]:focus-visible{outline:2px solid #d97706;outline-offset:2px}form button[type=submit]:hover{background:#7c2d12;border-color:#7c2d12}.form-field{display:grid;gap:.5rem}.form-field label{display:flex;align-items:center;gap:.25rem}.form-field .required-marker{color:#d97706}.form-field .field-footer{display:flex;justify-content:space-between;align-items:center;min-height:1.25rem;font-size:.75rem}.form-field .field-error-message{color:#dc2626}.form-field .char-counter{margin-left:auto;color:#6b6560;transition:color .2s ease}.form-field .char-counter.near-limit{color:#d97706}.form-field .char-counter.at-limit{color:#dc2626;font-weight:500}.form-field input.field-error,.form-field textarea.field-error{border-color:#dc2626}.form-field input.field-error:focus,.form-field textarea.field-error:focus{outline-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.form-container{position:relative;min-height:400px}.form-content{transition:all .4s cubic-bezier(.4,0,.2,1)}.form-content.form-exiting{animation:formSlideOut .4s ease-out forwards;pointer-events:none}.success-container{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.success-icon-wrapper{position:relative;width:120px;height:120px;margin-bottom:2rem;animation:successPop .6s cubic-bezier(.34,1.56,.64,1) forwards}.success-circle{position:absolute;inset:0}.success-circle svg{width:100%;height:100%}.success-circle circle{fill:none;stroke:#d97706;stroke-width:3;stroke-linecap:round;stroke-dasharray:166;stroke-dashoffset:166;animation:circleDraw .6s .2s ease-out forwards;transform-origin:center;transform:rotate(-90deg)}.success-checkmark{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.success-checkmark svg{width:50px;height:50px}.success-checkmark path{fill:none;stroke:#d97706;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:50;stroke-dashoffset:50;animation:checkmarkDraw .4s .5s ease-out forwards}.success-rings{position:absolute;inset:-20px;pointer-events:none}.success-rings .ring{position:absolute;inset:0;border:2px solid #d97706;border-radius:50%;opacity:0}.success-rings .ring:nth-child(1){animation:ringExpand 1s .3s ease-out forwards}.success-rings .ring:nth-child(2){animation:ringExpand 1s .5s ease-out forwards}.success-rings .ring:nth-child(3){animation:ringExpand 1s .7s ease-out forwards}.success-particles{position:absolute;inset:0;pointer-events:none;overflow:visible}.particle{position:absolute;top:50%;left:50%;width:8px;height:8px;border-radius:50%;animation:particleBurst .8s ease-out forwards}.particle:nth-child(1){--tx: 93px;--ty: 0px;background:#d97706;animation-delay:.23s}.particle:nth-child(2){--tx: 99.5929214352px;--ty: 57.5px;background:#f5a623;animation-delay:.26s}.particle:nth-child(3){--tx: 58.5px;--ty: 101.3249722428px;background:#7c2d12;animation-delay:.29s}.particle:nth-child(4){--tx: 0px;--ty: 115px;background:#d97706;animation-delay:.32s}.particle:nth-child(5){--tx: -49px;--ty: 84.8704895709px;background:#f5a623;animation-delay:.35s}.particle:nth-child(6){--tx: -79.6743371482px;--ty: 46px;background:#7c2d12;animation-delay:.38s}.particle:nth-child(7){--tx: -81px;--ty: 0px;background:#d97706;animation-delay:.41s}.particle:nth-child(8){--tx: -77.9422863406px;--ty: -45px;background:#f5a623;animation-delay:.44s}.particle:nth-child(9){--tx: -59px;--ty: -102.1909976466px;background:#7c2d12;animation-delay:.47s}.particle:nth-child(10){--tx: 0px;--ty: -106px;background:#d97706;animation-delay:.5s}.particle:nth-child(11){--tx: 53px;--ty: -91.7986928012px;background:#f5a623;animation-delay:.53s}.particle:nth-child(12){--tx: 98.7268960314px;--ty: -57px;background:#7c2d12;animation-delay:.56s}.success-title{font-size:1.8rem;font-weight:600;color:#1a1612;margin-bottom:.75rem;animation:fadeIn .5s .4s ease-out forwards;opacity:0}.success-description{font-size:1.05rem;color:#5a5451;max-width:300px;line-height:1.7;animation:fadeIn .5s .5s ease-out forwards;opacity:0}.form-submitting button[type=submit]{position:relative;overflow:hidden}.form-submitting button[type=submit]:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}.about-hero{text-align:center;max-width:800px;margin:0 auto 6rem}.about-hero h1{font-size:clamp(2.5rem,5vw,3.75rem);line-height:1.1;margin-bottom:1.5rem}.about-hero .lead{font-size:1.25rem;color:#5a5451;line-height:1.7;margin:0}.split-section{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center;margin:6rem 0}.split-section.reverse{direction:rtl}.split-section.reverse>*{direction:ltr}@media(max-width:968px){.split-section{grid-template-columns:1fr;gap:4rem}.split-section.reverse{direction:ltr}}.split-section-content h2{font-size:clamp(1.8rem,3vw,2.4rem);margin:0 0 1.5rem;color:#1a1612}.split-section-content p{font-size:1.05rem;line-height:1.7;color:#5a5451;margin:0 0 1rem}.split-section-content p:last-child{margin-bottom:0}.split-section-visual{position:relative;min-height:300px;display:flex;align-items:center;justify-content:center}.timeline{position:relative;padding:4rem 0;margin:6rem 0}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,transparent 0%,#d97706 10%,#d97706 90%,transparent 100%);transform:translate(-50%)}@media(max-width:968px){.timeline:before{left:12px}}.timeline-item{display:grid;grid-template-columns:1fr auto 1fr;gap:3rem;align-items:center;margin-bottom:5rem;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-item:hover .timeline-dot{transform:scale(1.3);box-shadow:0 0 0 8px #d9770633}@media(max-width:968px){.timeline-item{grid-template-columns:auto 1fr;gap:2rem}}.timeline-content{background:#fff;border:2px solid #e0dbd3;border-radius:1.25rem;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.timeline-content:hover{border-color:#d97706;box-shadow:0 16px 30px #d977061f;transform:translateY(-4px)}.timeline-content h3{font-size:1.375rem;margin:0 0 .75rem;color:#d97706}.timeline-content p,.timeline-content ul,.timeline-content ol{font-size:1rem;color:#5a5451;margin:0;line-height:1.7}.timeline-content ul,.timeline-content ol{padding-left:1.5rem;display:grid;gap:.75rem}.timeline-dot{width:24px;height:24px;background:#d97706;border:4px solid #faf9f6;border-radius:999px;box-shadow:0 0 0 4px #f5a623;z-index:1;transition:all .3s ease}@media(max-width:968px){.timeline-empty{display:none}}.value-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin:4rem 0}.value-item{text-align:center;padding:2.5rem}.value-item:hover .value-icon{background:linear-gradient(135deg,#d9770633,#f5a6231a);transform:scale(1.1) rotate(5deg)}.value-item h3{font-size:1.25rem;margin:0 0 .75rem;color:#1a1612}.value-item p{font-size:1rem;color:#5a5451;line-height:1.7;margin:0}.value-icon{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#d977061a,#f5a6230d);border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.highlight-box{background:linear-gradient(135deg,#f5f3ef,#fff9f5);border-left:4px solid #d97706;border-radius:1rem;padding:3rem;margin:5rem 0}.highlight-box h2{font-size:clamp(1.5rem,3vw,2rem);margin:0 0 1.5rem;color:#1a1612}.highlight-box p{font-size:1.05rem;color:#5a5451;line-height:1.7;margin:0}.case-studies{display:flex;flex-direction:column;gap:4rem;margin-bottom:6rem}.case-study{display:grid;grid-template-columns:280px 1fr;gap:4rem;background:#fff;border:2px solid #e0dbd3;border-radius:1.25rem;padding:3rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.case-study:hover{border-color:#d97706;box-shadow:0 16px 30px #d977061f;transform:translateY(-4px)}@media(max-width:968px){.case-study{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:480px){.case-study{padding:2.5rem}}.case-study-impact{display:flex;flex-direction:column;gap:2rem;padding-right:3rem;border-right:2px solid #e0dbd3}@media(max-width:968px){.case-study-impact{flex-direction:row;align-items:flex-end;gap:3rem;padding-right:0;padding-bottom:2.5rem;border-right:none;border-bottom:2px solid #e0dbd3}}@media(max-width:480px){.case-study-impact{flex-direction:column;align-items:flex-start;gap:1.5rem}}.impact-primary{display:flex;flex-direction:column;gap:.5rem}.impact-stat{font-size:clamp(3.5rem,6vw,5rem);font-weight:800;line-height:1;background:linear-gradient(135deg,#d97706,#7c2d12);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:480px){.impact-stat{font-size:3rem}}.impact-label{font-size:1rem;font-weight:600;color:#5a5451;text-transform:uppercase;letter-spacing:.05em}.impact-secondary{display:flex;flex-direction:column;gap:.5rem;padding-top:1.5rem;border-top:1px solid #e0dbd3}@media(max-width:968px){.impact-secondary{padding-top:0;border-top:none;padding-left:2.5rem;border-left:1px solid #e0dbd3}}@media(max-width:480px){.impact-secondary{padding-left:0;border-left:none;padding-top:1.5rem;border-top:1px solid #e0dbd3}}.impact-stat-small{font-size:1.8rem;font-weight:700;color:#d97706}.impact-label-small{font-size:.875rem;color:#6b6560;text-transform:uppercase;letter-spacing:.05em}.case-study-content{display:flex;flex-direction:column;gap:2rem}.case-study-header h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.1;color:#1a1612;margin:0 0 .5rem}.case-study-subtitle{font-size:.875rem;color:#6b6560;font-weight:500}.case-study-narrative{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}@media(max-width:968px){.case-study-narrative{grid-template-columns:1fr;gap:2rem}}.narrative-block{display:flex;flex-direction:column;gap:.75rem}.narrative-block p{font-size:1rem;color:#5a5451;line-height:1.7;margin:0}.narrative-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.narrative-block.before .narrative-label{color:#6b6560}.narrative-block.after .narrative-label{color:#d97706}.error-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#faf9f6;padding:2rem;text-align:center}.error-page-404{position:relative;padding:0;overflow:hidden}.error-graphic{position:absolute;inset:0;z-index:1}.error-graphic .mars-404-graphic{width:100%;height:100%;object-fit:cover}.error-page-404 .error-content{position:relative;z-index:10;margin-top:auto;padding:2.5rem 2.5rem 4rem;background:linear-gradient(to top,rgba(250,249,246,.95) 0%,rgba(250,249,246,.8) 60%,transparent 100%);width:100%}.error-page-404 .error-content h1{color:#1a1612;font-size:1.8rem;margin-bottom:.75rem}@media(min-width:768px){.error-page-404 .error-content h1{font-size:2.4rem}}.error-page-404 .error-content p{color:#5a5451;font-size:1.05rem;max-width:400px;margin:0 auto 1.5rem;line-height:1.7}.error-content h1{font-size:2.4rem;color:#1a1612;margin-bottom:1rem}.error-content p{font-size:1.25rem;color:#5a5451;margin-bottom:2rem;max-width:500px}.error-stack{background:#ede9e4;padding:1.5rem;border-radius:1rem;overflow-x:auto;text-align:left;max-width:800px;margin-bottom:2rem;font-size:.875rem;color:#5a5451}.legal-page{max-width:800px;margin:0 auto;padding:2.5rem 0}.legal-page h1{font-size:2.4rem;color:#1a1612;margin-bottom:.75rem}@media(min-width:768px){.legal-page h1{font-size:3.75rem}}.legal-page .legal-updated{color:#6b6560;font-size:.875rem;margin-bottom:2.5rem}.legal-section{margin-bottom:2rem}.legal-section h2{font-size:1.375rem;color:#1a1612;margin-bottom:1rem;padding-top:1rem;border-top:1px solid #ede9e4}.legal-section h2:first-child{border-top:none;padding-top:0}.legal-section h3{font-size:1.25rem;color:#1a1612;margin-top:1.5rem;margin-bottom:.75rem}.legal-section p{color:#5a5451;line-height:1.7;margin-bottom:1rem}.legal-section p:last-child{margin-bottom:0}.legal-section ul{color:#5a5451;line-height:1.7;margin-bottom:1rem;padding-left:1.5rem}.legal-section ul li{margin-bottom:.5rem;position:relative}.legal-section ul li::marker{color:#d97706}.legal-section a{color:#d97706;text-decoration:none;transition:color .2s ease}.legal-section a:hover{color:#7c2d12;text-decoration:underline}.legal-section strong{color:#1a1612;font-weight:600}.admin-layout{min-height:100vh;background:#f5f3ef}.admin-page{min-height:100vh;display:flex;flex-direction:column}.admin-login-page{align-items:center;justify-content:center;padding:2.5rem 2rem;background:linear-gradient(135deg,#f5f3ef,#efece6)}.admin-login-container{width:100%;max-width:400px;background:#fff;padding:2.5rem;border-radius:1.125rem;border:1px solid #e0dbd3;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.admin-login-container h1{margin:0 0 2rem;font-size:1.8rem;font-weight:600;color:#1a1612;text-align:center}.admin-login-brand{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2rem;text-decoration:none}.admin-login-logo{height:32px;width:auto}.admin-login-brand-text{font-size:1.25rem;font-weight:600;color:#1a1612}.admin-login-form{display:flex;flex-direction:column;gap:1.5rem}.admin-login-form label{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;font-weight:500;color:#5a5451}.admin-login-form input{padding:.75rem 1rem;font-size:1rem;border:1px solid #e0dbd3;border-radius:.5rem;background:#faf9f6;transition:border-color .2s ease,box-shadow .2s ease}.admin-login-form input:focus{outline:none;border-color:#d97706;box-shadow:0 0 0 3px #d977061a}.admin-login-form .error-message{margin:0;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;font-size:.875rem}.admin-login-form button{margin-top:.75rem}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e0dbd3;flex-shrink:0}.admin-header h1{margin:0;font-size:1.25rem;font-weight:600;color:#1a1612}.admin-header-actions{display:flex;align-items:center;gap:1.5rem}.admin-user{font-size:.875rem;color:#5a5451}.admin-main{flex:1;padding:2rem;max-width:1400px;width:100%;margin:0 auto;box-sizing:border-box}.admin-section{background:#fff;border-radius:1.125rem;border:1px solid #e0dbd3;padding:2rem;box-shadow:0 1px 3px #0000000d}.admin-section h2{margin:0;font-size:1.25rem;font-weight:600;color:#1a1612}.admin-section-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.admin-unread-count{margin-left:.75rem;padding:.25rem .75rem;background:#d97706;color:#fff;font-size:.75rem;font-weight:600;border-radius:999px}.admin-filter-tabs{display:flex;gap:.5rem}.admin-filter-tab{padding:.5rem 1rem;font-size:.875rem;color:#5a5451;text-decoration:none;border-radius:.5rem;transition:background .2s ease,color .2s ease}.admin-filter-tab:hover{background:#f5f3ef;color:#1a1612}.admin-filter-tab.active{background:#d97706;color:#fff}.admin-empty{color:#6b6560;font-style:italic}.admin-table-wrapper{overflow-x:auto;margin:0 -2rem;padding:0 2rem}.admin-table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-table th,.admin-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #ede9e4;vertical-align:middle}.admin-table th{font-weight:600;color:#5a5451;background:#faf9f6;white-space:nowrap}.admin-table tbody tr{transition:background .2s ease}.admin-table tbody tr:hover{background:#faf9f6}.admin-table tbody tr.unread{font-weight:500}.admin-table tbody tr.read{color:#5a5451}.admin-table a{color:#7c2d12;text-decoration:none}.admin-table a:hover{text-decoration:underline}.admin-table .nowrap{white-space:nowrap}.admin-table .message-cell{max-width:300px;word-break:break-word}.admin-status-dot{display:inline-block;width:10px;height:10px;border-radius:50%}.admin-status-dot.unread{background:#d97706}.admin-status-dot.read{background:#e0dbd3}.admin-pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #ede9e4}.admin-pagination .disabled{opacity:.5;pointer-events:none}.admin-pagination-info{font-size:.875rem;color:#5a5451}.admin-header-back{display:flex;flex-direction:column;gap:.25rem}.admin-back-link{font-size:.875rem;color:#5a5451;text-decoration:none}.admin-back-link:hover{color:#7c2d12}.admin-contact-detail{background:#fff;border-radius:1.125rem;border:1px solid #e0dbd3;padding:2.5rem;box-shadow:0 1px 3px #0000000d}.admin-contact-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #ede9e4}.admin-contact-header h2{margin:0;font-size:1.8rem;font-weight:600;color:#1a1612}.admin-contact-header time{font-size:.875rem;color:#6b6560}.admin-contact-title{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.admin-read-badge{padding:.25rem .75rem;background:#f5f3ef;color:#5a5451;font-size:.75rem;font-weight:500;border-radius:.5rem}.admin-contact-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.admin-contact-meta>div{display:flex;flex-direction:column;gap:.25rem}.admin-contact-meta dt{font-size:.75rem;font-weight:600;color:#6b6560;text-transform:uppercase;letter-spacing:.05em}.admin-contact-meta dd{margin:0;font-size:1rem;color:#1a1612}.admin-contact-meta dd a{color:#7c2d12;text-decoration:none}.admin-contact-meta dd a:hover{text-decoration:underline}.admin-contact-message{margin-bottom:2rem}.admin-contact-message h3{margin:0 0 1rem;font-size:.875rem;font-weight:600;color:#6b6560;text-transform:uppercase;letter-spacing:.05em}.admin-contact-message-content{background:#faf9f6;border-radius:1rem;padding:1.5rem;font-size:1rem;line-height:1.7;color:#1a1612}.admin-contact-message-content p{margin:0}.admin-contact-message-content p+p{margin-top:1rem}.admin-contact-actions{display:flex;gap:1rem;padding-top:1.5rem;border-top:1px solid #ede9e4}@media(max-width:768px){.admin-header{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem}.admin-main,.admin-section{padding:1rem}.admin-table-wrapper{margin:0 -1rem;padding:0 1rem}.admin-contact-detail,.admin-login-page{padding:1.5rem}}.text-center{text-align:center}.mb-large{margin-bottom:3rem}.mt-large{margin-top:3rem}.muted{color:#6b6560}.lead{font-size:1.25rem;line-height:1.7;color:#5a5451}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInStagger{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes pulseSlow{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.15;transform:scale(1.05)}}@keyframes pulseSlower{0%,to{opacity:.2;transform:scale(1)}50%{opacity:.1;transform:scale(1.08)}}@keyframes pulseSlowest{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.15;transform:scale(1.1)}}@keyframes growUp{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes dash{to{stroke-dashoffset:0}}@keyframes draw{to{stroke-dashoffset:0}}@keyframes meteor{0%{transform:translate(0) translateY(0);opacity:0}5%{opacity:1}95%{opacity:1}to{transform:translate(300px) translateY(150px);opacity:0}}.animate-fade-in{animation:fadeIn .6s ease-out}.animate-fade-in-stagger{animation:fadeInStagger .6s ease-out forwards;opacity:0}.animate-float{animation:float 3s ease-in-out infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-pulse-slow{animation:pulseSlow 4s ease-in-out infinite}.animate-pulse-slower{animation:pulseSlower 6s ease-in-out infinite}.animate-pulse-slowest{animation:pulseSlowest 8s ease-in-out infinite}.animate-grow-up{animation:growUp .8s ease-out forwards}.animate-dash{animation:dash 2s linear infinite}.animate-draw{animation:draw 1.5s ease-out forwards}.animate-meteor{animation:meteor 4s linear infinite}.animate-meteor-slow{animation:meteor 6s linear infinite}.animate-meteor-fast{animation:meteor 3s linear infinite}@keyframes formSlideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-20px) scale(.95)}}@keyframes successPop{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes checkmarkDraw{0%{stroke-dashoffset:50}to{stroke-dashoffset:0}}@keyframes circleDraw{0%{stroke-dashoffset:166}to{stroke-dashoffset:0}}@keyframes particleFloat{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-100px) scale(0)}}@keyframes particleBurst{0%{opacity:1;transform:translate(0) scale(1)}to{opacity:0;transform:translate(var(--tx),var(--ty)) scale(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes ringExpand{0%{opacity:.6;transform:scale(.8)}to{opacity:0;transform:scale(2)}}.stagger-animation>*{animation:fadeInStagger .6s ease-out forwards;opacity:0}.stagger-animation>*:nth-child(1){animation-delay:.1s}.stagger-animation>*:nth-child(2){animation-delay:.2s}.stagger-animation>*:nth-child(3){animation-delay:.3s}.stagger-animation>*:nth-child(4){animation-delay:.4s}.stagger-animation>*:nth-child(5){animation-delay:.5s}.stagger-animation>*:nth-child(6){animation-delay:.6s}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@layer theme,base,components,utilities;@layer theme{@theme default{ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --color-red-50: oklch(97.1% .013 17.38); --color-red-100: oklch(93.6% .032 17.717); --color-red-200: oklch(88.5% .062 18.334); --color-red-300: oklch(80.8% .114 19.571); --color-red-400: oklch(70.4% .191 22.216); --color-red-500: oklch(63.7% .237 25.331); --color-red-600: oklch(57.7% .245 27.325); --color-red-700: oklch(50.5% .213 27.518); --color-red-800: oklch(44.4% .177 26.899); --color-red-900: oklch(39.6% .141 25.723); --color-red-950: oklch(25.8% .092 26.042); --color-orange-50: oklch(98% .016 73.684); --color-orange-100: oklch(95.4% .038 75.164); --color-orange-200: oklch(90.1% .076 70.697); --color-orange-300: oklch(83.7% .128 66.29); --color-orange-400: oklch(75% .183 55.934); --color-orange-500: oklch(70.5% .213 47.604); --color-orange-600: oklch(64.6% .222 41.116); --color-orange-700: oklch(55.3% .195 38.402); --color-orange-800: oklch(47% .157 37.304); --color-orange-900: oklch(40.8% .123 38.172); --color-orange-950: oklch(26.6% .079 36.259); --color-amber-50: oklch(98.7% .022 95.277); --color-amber-100: oklch(96.2% .059 95.617); --color-amber-200: oklch(92.4% .12 95.746); --color-amber-300: oklch(87.9% .169 91.605); --color-amber-400: oklch(82.8% .189 84.429); --color-amber-500: oklch(76.9% .188 70.08); --color-amber-600: oklch(66.6% .179 58.318); --color-amber-700: oklch(55.5% .163 48.998); --color-amber-800: oklch(47.3% .137 46.201); --color-amber-900: oklch(41.4% .112 45.904); --color-amber-950: oklch(27.9% .077 45.635); --color-yellow-50: oklch(98.7% .026 102.212); --color-yellow-100: oklch(97.3% .071 103.193); --color-yellow-200: oklch(94.5% .129 101.54); --color-yellow-300: oklch(90.5% .182 98.111); --color-yellow-400: oklch(85.2% .199 91.936); --color-yellow-500: oklch(79.5% .184 86.047); --color-yellow-600: oklch(68.1% .162 75.834); --color-yellow-700: oklch(55.4% .135 66.442); --color-yellow-800: oklch(47.6% .114 61.907); --color-yellow-900: oklch(42.1% .095 57.708); --color-yellow-950: oklch(28.6% .066 53.813); --color-lime-50: oklch(98.6% .031 120.757); --color-lime-100: oklch(96.7% .067 122.328); --color-lime-200: oklch(93.8% .127 124.321); --color-lime-300: oklch(89.7% .196 126.665); --color-lime-400: oklch(84.1% .238 128.85); --color-lime-500: oklch(76.8% .233 130.85); --color-lime-600: oklch(64.8% .2 131.684); --color-lime-700: oklch(53.2% .157 131.589); --color-lime-800: oklch(45.3% .124 130.933); --color-lime-900: oklch(40.5% .101 131.063); --color-lime-950: oklch(27.4% .072 132.109); --color-green-50: oklch(98.2% .018 155.826); --color-green-100: oklch(96.2% .044 156.743); --color-green-200: oklch(92.5% .084 155.995); --color-green-300: oklch(87.1% .15 154.449); --color-green-400: oklch(79.2% .209 151.711); --color-green-500: oklch(72.3% .219 149.579); --color-green-600: oklch(62.7% .194 149.214); --color-green-700: oklch(52.7% .154 150.069); --color-green-800: oklch(44.8% .119 151.328); --color-green-900: oklch(39.3% .095 152.535); --color-green-950: oklch(26.6% .065 152.934); --color-emerald-50: oklch(97.9% .021 166.113); --color-emerald-100: oklch(95% .052 163.051); --color-emerald-200: oklch(90.5% .093 164.15); --color-emerald-300: oklch(84.5% .143 164.978); --color-emerald-400: oklch(76.5% .177 163.223); --color-emerald-500: oklch(69.6% .17 162.48); --color-emerald-600: oklch(59.6% .145 163.225); --color-emerald-700: oklch(50.8% .118 165.612); --color-emerald-800: oklch(43.2% .095 166.913); --color-emerald-900: oklch(37.8% .077 168.94); --color-emerald-950: oklch(26.2% .051 172.552); --color-teal-50: oklch(98.4% .014 180.72); --color-teal-100: oklch(95.3% .051 180.801); --color-teal-200: oklch(91% .096 180.426); --color-teal-300: oklch(85.5% .138 181.071); --color-teal-400: oklch(77.7% .152 181.912); --color-teal-500: oklch(70.4% .14 182.503); --color-teal-600: oklch(60% .118 184.704); --color-teal-700: oklch(51.1% .096 186.391); --color-teal-800: oklch(43.7% .078 188.216); --color-teal-900: oklch(38.6% .063 188.416); --color-teal-950: oklch(27.7% .046 192.524); --color-cyan-50: oklch(98.4% .019 200.873); --color-cyan-100: oklch(95.6% .045 203.388); --color-cyan-200: oklch(91.7% .08 205.041); --color-cyan-300: oklch(86.5% .127 207.078); --color-cyan-400: oklch(78.9% .154 211.53); --color-cyan-500: oklch(71.5% .143 215.221); --color-cyan-600: oklch(60.9% .126 221.723); --color-cyan-700: oklch(52% .105 223.128); --color-cyan-800: oklch(45% .085 224.283); --color-cyan-900: oklch(39.8% .07 227.392); --color-cyan-950: oklch(30.2% .056 229.695); --color-sky-50: oklch(97.7% .013 236.62); --color-sky-100: oklch(95.1% .026 236.824); --color-sky-200: oklch(90.1% .058 230.902); --color-sky-300: oklch(82.8% .111 230.318); --color-sky-400: oklch(74.6% .16 232.661); --color-sky-500: oklch(68.5% .169 237.323); --color-sky-600: oklch(58.8% .158 241.966); --color-sky-700: oklch(50% .134 242.749); --color-sky-800: oklch(44.3% .11 240.79); --color-sky-900: oklch(39.1% .09 240.876); --color-sky-950: oklch(29.3% .066 243.157); --color-blue-50: oklch(97% .014 254.604); --color-blue-100: oklch(93.2% .032 255.585); --color-blue-200: oklch(88.2% .059 254.128); --color-blue-300: oklch(80.9% .105 251.813); --color-blue-400: oklch(70.7% .165 254.624); --color-blue-500: oklch(62.3% .214 259.815); --color-blue-600: oklch(54.6% .245 262.881); --color-blue-700: oklch(48.8% .243 264.376); --color-blue-800: oklch(42.4% .199 265.638); --color-blue-900: oklch(37.9% .146 265.522); --color-blue-950: oklch(28.2% .091 267.935); --color-indigo-50: oklch(96.2% .018 272.314); --color-indigo-100: oklch(93% .034 272.788); --color-indigo-200: oklch(87% .065 274.039); --color-indigo-300: oklch(78.5% .115 274.713); --color-indigo-400: oklch(67.3% .182 276.935); --color-indigo-500: oklch(58.5% .233 277.117); --color-indigo-600: oklch(51.1% .262 276.966); --color-indigo-700: oklch(45.7% .24 277.023); --color-indigo-800: oklch(39.8% .195 277.366); --color-indigo-900: oklch(35.9% .144 278.697); --color-indigo-950: oklch(25.7% .09 281.288); --color-violet-50: oklch(96.9% .016 293.756); --color-violet-100: oklch(94.3% .029 294.588); --color-violet-200: oklch(89.4% .057 293.283); --color-violet-300: oklch(81.1% .111 293.571); --color-violet-400: oklch(70.2% .183 293.541); --color-violet-500: oklch(60.6% .25 292.717); --color-violet-600: oklch(54.1% .281 293.009); --color-violet-700: oklch(49.1% .27 292.581); --color-violet-800: oklch(43.2% .232 292.759); --color-violet-900: oklch(38% .189 293.745); --color-violet-950: oklch(28.3% .141 291.089); --color-purple-50: oklch(97.7% .014 308.299); --color-purple-100: oklch(94.6% .033 307.174); --color-purple-200: oklch(90.2% .063 306.703); --color-purple-300: oklch(82.7% .119 306.383); --color-purple-400: oklch(71.4% .203 305.504); --color-purple-500: oklch(62.7% .265 303.9); --color-purple-600: oklch(55.8% .288 302.321); --color-purple-700: oklch(49.6% .265 301.924); --color-purple-800: oklch(43.8% .218 303.724); --color-purple-900: oklch(38.1% .176 304.987); --color-purple-950: oklch(29.1% .149 302.717); --color-fuchsia-50: oklch(97.7% .017 320.058); --color-fuchsia-100: oklch(95.2% .037 318.852); --color-fuchsia-200: oklch(90.3% .076 319.62); --color-fuchsia-300: oklch(83.3% .145 321.434); --color-fuchsia-400: oklch(74% .238 322.16); --color-fuchsia-500: oklch(66.7% .295 322.15); --color-fuchsia-600: oklch(59.1% .293 322.896); --color-fuchsia-700: oklch(51.8% .253 323.949); --color-fuchsia-800: oklch(45.2% .211 324.591); --color-fuchsia-900: oklch(40.1% .17 325.612); --color-fuchsia-950: oklch(29.3% .136 325.661); --color-pink-50: oklch(97.1% .014 343.198); --color-pink-100: oklch(94.8% .028 342.258); --color-pink-200: oklch(89.9% .061 343.231); --color-pink-300: oklch(82.3% .12 346.018); --color-pink-400: oklch(71.8% .202 349.761); --color-pink-500: oklch(65.6% .241 354.308); --color-pink-600: oklch(59.2% .249 .584); --color-pink-700: oklch(52.5% .223 3.958); --color-pink-800: oklch(45.9% .187 3.815); --color-pink-900: oklch(40.8% .153 2.432); --color-pink-950: oklch(28.4% .109 3.907); --color-rose-50: oklch(96.9% .015 12.422); --color-rose-100: oklch(94.1% .03 12.58); --color-rose-200: oklch(89.2% .058 10.001); --color-rose-300: oklch(81% .117 11.638); --color-rose-400: oklch(71.2% .194 13.428); --color-rose-500: oklch(64.5% .246 16.439); --color-rose-600: oklch(58.6% .253 17.585); --color-rose-700: oklch(51.4% .222 16.935); --color-rose-800: oklch(45.5% .188 13.697); --color-rose-900: oklch(41% .159 10.272); --color-rose-950: oklch(27.1% .105 12.094); --color-slate-50: oklch(98.4% .003 247.858); --color-slate-100: oklch(96.8% .007 247.896); --color-slate-200: oklch(92.9% .013 255.508); --color-slate-300: oklch(86.9% .022 252.894); --color-slate-400: oklch(70.4% .04 256.788); --color-slate-500: oklch(55.4% .046 257.417); --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-slate-950: oklch(12.9% .042 264.695); --color-gray-50: oklch(98.5% .002 247.839); --color-gray-100: oklch(96.7% .003 264.542); --color-gray-200: oklch(92.8% .006 264.531); --color-gray-300: oklch(87.2% .01 258.338); --color-gray-400: oklch(70.7% .022 261.325); --color-gray-500: oklch(55.1% .027 264.364); --color-gray-600: oklch(44.6% .03 256.802); --color-gray-700: oklch(37.3% .034 259.733); --color-gray-800: oklch(27.8% .033 256.848); --color-gray-900: oklch(21% .034 264.665); --color-gray-950: oklch(13% .028 261.692); --color-zinc-50: oklch(98.5% 0 0); --color-zinc-100: oklch(96.7% .001 286.375); --color-zinc-200: oklch(92% .004 286.32); --color-zinc-300: oklch(87.1% .006 286.286); --color-zinc-400: oklch(70.5% .015 286.067); --color-zinc-500: oklch(55.2% .016 285.938); --color-zinc-600: oklch(44.2% .017 285.786); --color-zinc-700: oklch(37% .013 285.805); --color-zinc-800: oklch(27.4% .006 286.033); --color-zinc-900: oklch(21% .006 285.885); --color-zinc-950: oklch(14.1% .005 285.823); --color-neutral-50: oklch(98.5% 0 0); --color-neutral-100: oklch(97% 0 0); --color-neutral-200: oklch(92.2% 0 0); --color-neutral-300: oklch(87% 0 0); --color-neutral-400: oklch(70.8% 0 0); --color-neutral-500: oklch(55.6% 0 0); --color-neutral-600: oklch(43.9% 0 0); --color-neutral-700: oklch(37.1% 0 0); --color-neutral-800: oklch(26.9% 0 0); --color-neutral-900: oklch(20.5% 0 0); --color-neutral-950: oklch(14.5% 0 0); --color-stone-50: oklch(98.5% .001 106.423); --color-stone-100: oklch(97% .001 106.424); --color-stone-200: oklch(92.3% .003 48.717); --color-stone-300: oklch(86.9% .005 56.366); --color-stone-400: oklch(70.9% .01 56.259); --color-stone-500: oklch(55.3% .013 58.071); --color-stone-600: oklch(44.4% .011 73.639); --color-stone-700: oklch(37.4% .01 67.558); --color-stone-800: oklch(26.8% .007 34.298); --color-stone-900: oklch(21.6% .006 56.043); --color-stone-950: oklch(14.7% .004 49.25); --color-black: #000; --color-white: #fff; --spacing: .25rem; --breakpoint-sm: 40rem; --breakpoint-md: 48rem; --breakpoint-lg: 64rem; --breakpoint-xl: 80rem; --breakpoint-2xl: 96rem; --container-3xs: 16rem; --container-2xs: 18rem; --container-xs: 20rem; --container-sm: 24rem; --container-md: 28rem; --container-lg: 32rem; --container-xl: 36rem; --container-2xl: 42rem; --container-3xl: 48rem; --container-4xl: 56rem; --container-5xl: 64rem; --container-6xl: 72rem; --container-7xl: 80rem; --text-xs: .75rem; --text-xs--line-height: calc(1 / .75); --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-xl--line-height: calc(1.75 / 1.25); --text-2xl: 1.5rem; --text-2xl--line-height: calc(2 / 1.5); --text-3xl: 1.875rem; --text-3xl--line-height: 1.2 ; --text-4xl: 2.25rem; --text-4xl--line-height: calc(2.5 / 2.25); --text-5xl: 3rem; --text-5xl--line-height: 1; --text-6xl: 3.75rem; --text-6xl--line-height: 1; --text-7xl: 4.5rem; --text-7xl--line-height: 1; --text-8xl: 6rem; --text-8xl--line-height: 1; --text-9xl: 8rem; --text-9xl--line-height: 1; --font-weight-thin: 100; --font-weight-extralight: 200; --font-weight-light: 300; --font-weight-normal: 400; --font-weight-medium: 500; --font-weight-semibold: 600; --font-weight-bold: 700; --font-weight-extrabold: 800; --font-weight-black: 900; --tracking-tighter: -.05em; --tracking-tight: -.025em; --tracking-normal: 0em; --tracking-wide: .025em; --tracking-wider: .05em; --tracking-widest: .1em; --leading-tight: 1.25; --leading-snug: 1.375; --leading-normal: 1.5; --leading-relaxed: 1.625; --leading-loose: 2; --radius-xs: .125rem; --radius-sm: .25rem; --radius-md: .375rem; --radius-lg: .5rem; --radius-xl: .75rem; --radius-2xl: 1rem; --radius-3xl: 1.5rem; --radius-4xl: 2rem; --shadow-2xs: 0 1px rgb(0 0 0 / .05); --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / .05); --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1); --shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1); --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1); --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1); --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / .25); --inset-shadow-2xs: inset 0 1px rgb(0 0 0 / .05); --inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / .05); --inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / .05); --drop-shadow-xs: 0 1px 1px rgb(0 0 0 / .05); --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / .15); --drop-shadow-md: 0 3px 3px rgb(0 0 0 / .12); --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / .15); --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / .1); --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / .15); --text-shadow-2xs: 0px 1px 0px rgb(0 0 0 / .15); --text-shadow-xs: 0px 1px 1px rgb(0 0 0 / .2); --text-shadow-sm: 0px 1px 0px rgb(0 0 0 / .075), 0px 1px 1px rgb(0 0 0 / .075), 0px 2px 2px rgb(0 0 0 / .075); --text-shadow-md: 0px 1px 1px rgb(0 0 0 / .1), 0px 1px 2px rgb(0 0 0 / .1), 0px 2px 4px rgb(0 0 0 / .1); --text-shadow-lg: 0px 1px 2px rgb(0 0 0 / .1), 0px 3px 2px rgb(0 0 0 / .1), 0px 4px 8px rgb(0 0 0 / .1); --ease-in: cubic-bezier(.4, 0, 1, 1); --ease-out: cubic-bezier(0, 0, .2, 1); --ease-in-out: cubic-bezier(.4, 0, .2, 1); --animate-spin: spin 1s linear infinite; --animate-ping: ping 1s cubic-bezier(0, 0, .2, 1) infinite; --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite; --animate-bounce: bounce 1s infinite; @keyframes spin { to { transform: rotate(360deg); } } @keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } } @keyframes pulse { 50% { opacity: .5; } } @keyframes bounce { 0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(.8, 0, 1, 1); } 50% { transform: none; animation-timing-function: cubic-bezier(0, 0, .2, 1); } } --blur-xs: 4px; --blur-sm: 8px; --blur-md: 12px; --blur-lg: 16px; --blur-xl: 24px; --blur-2xl: 40px; --blur-3xl: 64px; --perspective-dramatic: 100px; --perspective-near: 300px; --perspective-normal: 500px; --perspective-midrange: 800px; --perspective-distant: 1200px; --aspect-video: 16 / 9; --default-transition-duration: .15s; --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1); --default-font-family: --theme(--font-sans, initial); --default-font-feature-settings: --theme( --font-sans--font-feature-settings, initial ); --default-font-variation-settings: --theme( --font-sans--font-variation-settings, initial ); --default-mono-font-family: --theme(--font-mono, initial); --default-mono-font-feature-settings: --theme( --font-mono--font-feature-settings, initial ); --default-mono-font-variation-settings: --theme( --font-mono--font-variation-settings, initial ); }@theme default inline reference{ --blur: 8px; --shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1); --shadow-inner: inset 0 2px 4px 0 rgb(0 0 0 / .05); --drop-shadow: 0 1px 2px rgb(0 0 0 / .1), 0 1px 1px rgb(0 0 0 / .06); --radius: .25rem; --max-width-prose: 65ch; }}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:--theme(--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:--theme(--default-font-feature-settings,normal);font-variation-settings:--theme(--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:--theme(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:--theme(--default-mono-font-feature-settings,normal);font-variation-settings:--theme(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}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{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}: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: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,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-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]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{@tailwind utilities;}
