.skip-link{position:absolute;top:-100px;left:1rem;padding:.6rem 1.1rem;background:var(--theme-purple);color:#fff;text-decoration:none;font-weight:600;border-radius:var(--theme-radius);z-index:200;transition:top .2s}.skip-link:focus{top:1rem}.site-header{position:sticky;top:0;z-index:100;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--theme-border);box-shadow:var(--theme-shadow)}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:72px;gap:1rem}.site-header .container.site-header__inner{padding-left:0;padding-right:0}.site-header__brand{justify-self:start}.site-header__logo-wrap{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--theme-text);transition:color .2s}.site-header__logo-wrap:hover{color:var(--theme-purple)}.site-header__logo-badge{display:flex;align-items:center;justify-content:center;flex-shrink:0}.site-header__logo-badge img{width:40px;height:40px;-o-object-fit:contain;object-fit:contain;display:block}.site-header__logo-text{font-weight:700;font-size:1.2rem;letter-spacing:-.02em}.site-header__nav{display:flex;align-items:center;justify-content:center;gap:.5rem;list-style:none;margin:0;padding:0}.site-header .nav a:not(.nav-dropdown__trigger){display:inline-flex;align-items:center;color:var(--theme-text-muted);text-decoration:none;font-weight:500;font-size:.9375rem;padding:.5rem 1rem;border-radius:9999px;transition:color .2s,background .2s}.site-header .nav a:not(.nav-dropdown__trigger):hover{color:var(--theme-primary, var(--theme-purple));background:var(--theme-purple-bg)}.site-header .nav a:not(.nav-dropdown__trigger)[aria-current=page]{color:var(--theme-primary, var(--theme-purple));background:var(--theme-purple-bg)}.site-header .nav .nav-cta{border:none!important}.site-header__social{justify-self:end;display:flex;align-items:center;gap:.75rem}.site-header__social-link{width:40px;height:40px;border-radius:50%;background:var(--theme-text-muted);color:#fff;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.site-header__social-link:hover{opacity:.85}.site-header__social-link svg{flex-shrink:0}.site-header .nav-toggle{display:none;background:none;border:none;padding:.5rem;cursor:pointer;color:var(--theme-text);font-size:1.25rem;grid-column:3;justify-self:end}@media(max-width:768px){.site-header__inner{grid-template-columns:1fr auto}.site-header .nav-toggle{display:flex;align-items:center;justify-content:center;font-size:1.75rem;min-width:48px;min-height:48px;padding:.5rem}.site-header .nav-toggle .nav-toggle__icon-menu{display:inline}.site-header .nav-toggle .nav-toggle__icon-close,.site-header__nav,.site-header__social,.site-header__inner.is-nav-open .nav-toggle .nav-toggle__icon-menu{display:none}.site-header__inner.is-nav-open .nav-toggle .nav-toggle__icon-close{display:inline}.site-header__inner.is-nav-open .site-header__social{display:none}.site-header__inner.is-nav-open .site-header__nav{display:flex;position:fixed;inset:72px 0 0;min-height:calc(100dvh - 72px);height:calc(100dvh - 72px);z-index:9998;background:var(--theme-paper, #fff);flex-direction:column;align-items:stretch;gap:.25rem;padding:1.5rem 1.25rem 2rem;justify-content:center;overflow-y:auto;-webkit-overflow-scrolling:touch}.site-header__inner.is-nav-open .site-header__nav a{padding:.875rem 1rem;display:block;border-radius:9999px;font-size:1.0625rem;text-align:center}.site-header__inner.is-nav-open .site-header__nav a:hover{background:var(--theme-purple-bg)}}.nav-dropdown{position:relative}.nav-dropdown:after{content:"";position:absolute;left:0;right:0;top:100%;height:.5rem}.nav-dropdown__trigger{display:inline-flex;align-items:center;color:var(--theme-text-muted);text-decoration:none;font-weight:500;font-size:.9375rem;padding:.5rem 1rem;border-radius:9999px;transition:color .2s,background .2s}.nav-dropdown__trigger:hover,.nav-dropdown__trigger[aria-current=page],.nav-dropdown:focus-within .nav-dropdown__trigger{color:var(--theme-primary, var(--theme-purple));background:var(--theme-purple-bg)}.nav-dropdown__menu{position:absolute;top:100%;left:0;margin:0;padding:.5rem;margin-top:.25rem;min-width:15rem;list-style:none;background:var(--theme-paper);border:1px solid var(--theme-border);border-radius:12px;box-shadow:0 10px 40px #00000014,0 2px 8px #0000000a;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s,transform .2s ease;transform:translateY(-4px);z-index:50}.nav-dropdown:hover .nav-dropdown__menu,.nav-dropdown:focus-within .nav-dropdown__menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.nav-dropdown__menu li{margin:0}.nav-dropdown__menu a{display:block;padding:.625rem 1rem;font-size:.9375rem;font-weight:500;color:var(--theme-text);text-decoration:none;border-radius:8px;transition:background .15s,color .15s}.nav-dropdown__menu a:hover,.nav-dropdown__menu a[aria-current=page]{background:var(--theme-purple-bg);color:var(--theme-primary, var(--theme-purple))}@media(max-width:768px){.nav-dropdown:after{display:none}.site-header__inner.is-nav-open .nav-dropdown__menu,.site-header__nav.is-open .nav-dropdown__menu{position:static;opacity:1;visibility:visible;pointer-events:auto;margin-top:.5rem;margin-left:1rem;box-shadow:none;border:none;border-left:2px solid var(--theme-border);border-radius:0 0 0 6px;padding-left:.75rem;background:transparent}}.site-footer{margin-top:auto;background:var(--theme-paper);color:var(--theme-text);border-top:1px solid var(--theme-border)}.footer-newsletter{padding:2.5rem 0 0}.footer-newsletter__inner{display:grid;gap:1.5rem;align-items:start}@media(min-width:768px){.footer-newsletter__inner{grid-template-columns:1fr 1.2fr;align-items:center;gap:2rem}}.footer-newsletter__title{font-size:clamp(1.35rem,3vw,1.75rem);font-weight:700;color:var(--theme-text);margin:0 0 .25rem;line-height:1.25}.footer-newsletter__sub{font-size:1rem;font-weight:600;color:var(--theme-text);margin:0}.footer-newsletter__info{display:flex;align-items:flex-start;gap:.5rem;font-size:.9375rem;color:var(--theme-text-muted);margin:0 0 1rem}.footer-newsletter__icon{flex-shrink:0;display:inline-flex;color:var(--theme-text)}.footer-newsletter__form{display:flex;flex-direction:column;width:100%;max-width:100%;gap:.5rem}.footer-newsletter__form-row{display:flex;width:100%}.footer-newsletter__form-row .footer-newsletter__input{flex:1;min-width:0;height:48px;padding:0 1rem;font-size:.9375rem;color:var(--theme-input-color);background:var(--theme-input-bg);border:1px solid var(--theme-input-border-strong);border-right:none;border-radius:var(--theme-input-radius) 0 0 var(--theme-input-radius);outline:none;transition:border-color .2s,background .2s}.footer-newsletter__input::-moz-placeholder{color:var(--theme-input-placeholder-color)}.footer-newsletter__input::placeholder{color:var(--theme-input-placeholder-color)}.footer-newsletter__input:focus{border-color:var(--theme-input-focus-border);background:var(--theme-input-bg);box-shadow:0 0 0 3px var(--theme-input-focus-ring)}.footer-newsletter__input:focus-visible{outline:2px solid var(--theme-input-focus-border);outline-offset:2px}.footer-newsletter__form-row .footer-newsletter__btn{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;padding:0;background:var(--theme-purple);color:#fff;border:none;border-radius:0 8px 8px 0;cursor:pointer;transition:background .2s,opacity .2s}.footer-newsletter__btn:hover{background:var(--theme-purple-light);opacity:.95}.footer-newsletter__btn:focus-visible{outline:2px solid var(--theme-paper);outline-offset:2px}.footer-newsletter__msg{margin:0;font-size:.875rem}.footer-newsletter__msg--success{color:var(--theme-success, #059669)}.footer-newsletter__msg--error{color:var(--theme-error, #b91c1c)}.footer-newsletter__sep{height:1px;margin-top:2.5rem;margin-bottom:0;background:var(--theme-border);width:100%}.footer-main{padding:2.5rem 0 2rem}.footer-main__inner{display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:640px){.footer-main__inner{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-main__inner{grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:2.5rem}}.footer-col__title{font-size:1rem;font-weight:700;color:var(--theme-text);margin:0 0 1rem}.footer-col__list{list-style:none;margin:0;padding:0}.footer-col__list li{margin-bottom:.5rem}.footer-col__list:not(.footer-col__list--contact) a{display:inline-flex;align-items:center;gap:.65rem;color:var(--theme-text-muted);text-decoration:none;font-size:.9375rem;transition:color .2s}.footer-col__list:not(.footer-col__list--contact) a:before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;font-size:.6em;color:var(--theme-purple);flex-shrink:0}.footer-col__list a:hover{color:var(--theme-purple)}.footer-col__list--contact a{color:var(--theme-text-muted)}.footer-col__list--contact li{font-size:.9375rem;color:var(--theme-text-muted);line-height:1.5}.footer-col--brand .footer-brand{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--theme-text);font-weight:700;font-size:1.25rem;margin-bottom:.75rem}.footer-col--brand .footer-brand:hover{color:var(--theme-purple);opacity:.9}.footer-brand__logo{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;overflow:hidden}.footer-brand__logo img{width:28px;height:28px;-o-object-fit:contain;object-fit:contain}.footer-col__desc{font-size:.9375rem;color:var(--theme-text-muted);line-height:1.55;margin:0 0 1.25rem;max-width:28ch}.footer-social{display:flex;gap:.75rem}.footer-social__link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--theme-border);color:var(--theme-text);transition:background .2s,border-color .2s,color .2s}.footer-social__link:hover{background:var(--theme-purple);border-color:var(--theme-purple);color:#fff}.footer-copyright{background:var(--theme-bg);padding:1rem 0;border-top:1px solid var(--theme-border)}.footer-copyright__text{margin:0;font-size:.875rem;color:var(--theme-text-muted);text-align:center}.container{max-width:min(var(--theme-container-max),100% - 3rem);margin-inline:auto;padding-inline:1.5rem}@media(min-width:768px){.container{padding-inline:2rem}}@media(min-width:1024px){.container{padding-inline:2.5rem}}#main-content>section:nth-of-type(odd){background:var(--theme-paper)}#main-content>section:nth-of-type(2n){background:var(--theme-bg)}.content-section{padding-top:4.5rem;padding-bottom:4.5rem}@media(min-width:768px){.content-section{padding-top:5.5rem;padding-bottom:5.5rem}}@media(min-width:1024px){.content-section{padding-top:6rem;padding-bottom:6rem}}.content-section__label{font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--theme-purple);margin-bottom:.75rem}.content-section__title{font-size:clamp(2rem,4.5vw,2.75rem);font-weight:700;letter-spacing:-.02em;color:var(--theme-text);margin:0 0 1rem;line-height:1.2}.content-section__lead{font-size:1.125rem;line-height:1.7;color:var(--theme-text-muted);max-width:60ch;margin-bottom:2.5rem}.about-split{padding:4rem 0 5rem;background:var(--theme-paper)}@media(min-width:1024px){.about-split{padding:5.5rem 0 6.5rem}}.about-split__grid{display:grid;gap:2rem;align-items:start}@media(min-width:1024px){.about-split__grid{grid-template-columns:1fr 1fr;gap:3rem}}.about-split__left{position:relative}.about-split__image{width:100%;aspect-ratio:4/3;border-radius:var(--theme-card-radius);background:var(--theme-purple-bg);overflow:hidden}.about-split__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about-split__badge{position:absolute;bottom:2rem;left:1rem;width:5.5rem;height:5.5rem;border-radius:50%;border:4px solid var(--theme-purple);background:var(--theme-paper);display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:var(--theme-shadow-md)}.about-split__badge-number{font-size:1.25rem;font-weight:800;color:var(--theme-text);line-height:1.2}.about-split__badge-label{font-size:.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-purple);text-align:center;line-height:1.2;padding:0 4px}.about-split__right .about-split__label{display:inline-block;font-size:.875rem;font-weight:600;color:var(--theme-text);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.04em}.about-split__right .about-split__title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;letter-spacing:-.02em;color:var(--theme-text);margin:0 0 1rem;line-height:1.25}.about-split__right .about-split__lead{font-size:.9375rem;color:var(--theme-text-muted);line-height:1.6;margin:0 0 1.5rem}.about-split__tabs{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.about-split__tab{padding:.6rem 1.1rem;font-size:.875rem;font-weight:600;color:var(--theme-text-muted);background:var(--theme-bg);border:1px solid var(--theme-border);border-radius:var(--theme-radius-sm);cursor:pointer;transition:background .2s,color .2s,border-color .2s}.about-split__tab:hover{color:var(--theme-text)}.about-split__tab.is-active{background:var(--theme-paper);color:var(--theme-text);border-color:var(--theme-border-strong);box-shadow:var(--theme-shadow)}.about-split__tab-content{display:none;font-size:.9375rem;color:var(--theme-text-muted);line-height:1.6;margin-bottom:1.5rem}.about-split__tab-content.is-active{display:block}.about-split__updates{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.about-split__update{display:flex;align-items:flex-start;gap:.75rem}.about-split__update-icon{width:2.75rem;height:2.75rem;flex-shrink:0;border-radius:var(--theme-radius-sm);background:var(--theme-purple);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.about-split__update-text{font-size:.875rem;font-weight:600;color:var(--theme-text);margin:0;line-height:1.35}.about-split__actions{display:flex;flex-wrap:wrap;gap:.75rem}.about-split__btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.35rem;font-size:.9375rem;font-weight:600;border-radius:var(--theme-radius);background:var(--theme-purple);color:#fff;text-decoration:none;border:none;transition:opacity .2s}.about-split__btn-primary:hover{opacity:.95}.about-split__btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.75rem 1.35rem;font-size:.9375rem;font-weight:600;border-radius:var(--theme-radius);background:var(--theme-bg);color:var(--theme-text);text-decoration:none;border:1px solid var(--theme-border);transition:border-color .2s,color .2s}.about-split__btn-secondary:hover{border-color:var(--theme-purple);color:var(--theme-purple)}.why-choose-us{padding:4.5rem 0 5rem;background:var(--theme-paper)}@media(min-width:1024px){.why-choose-us{padding:5.5rem 0 6rem}}.why-choose-us__grid{display:grid;gap:2.5rem;align-items:start}@media(min-width:1024px){.why-choose-us__grid{grid-template-columns:1fr 1fr;gap:3rem;align-items:center}}.why-choose-us__label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--theme-text);margin:0 0 .5rem}.why-choose-us__label-dot{width:8px;height:8px;border-radius:50%;background:var(--theme-purple);flex-shrink:0}.why-choose-us__title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;letter-spacing:-.02em;color:var(--theme-text);margin:0 0 1.5rem;line-height:1.2}.why-choose-us__blurbs{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.75rem}.why-choose-us__blurb{display:flex;align-items:flex-start;gap:1rem}.why-choose-us__blurb-icon{flex-shrink:0;width:48px;height:48px;border-radius:10px;background:var(--theme-purple);color:#fff;display:flex;align-items:center;justify-content:center}.why-choose-us__blurb-icon--dark{background:var(--theme-text)}.why-choose-us__blurb-icon svg{width:24px;height:24px}.why-choose-us__blurb-text{min-width:0}.why-choose-us__blurb-title{font-size:1rem;font-weight:700;color:var(--theme-text);margin:0 0 .35rem}.why-choose-us__blurb-desc{font-size:.9375rem;line-height:1.55;color:var(--theme-text-muted);margin:0}.why-choose-us__actions{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem}.why-choose-us__btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;border-radius:9999px;background:var(--theme-purple);color:#fff;text-decoration:none;border:none;transition:opacity .2s,transform .1s}.why-choose-us__btn:hover{opacity:.95}.why-choose-us__contact{display:flex;align-items:center}a.why-choose-us__contact{text-decoration:none;color:inherit;cursor:pointer;gap:.75rem}.why-choose-us__contact-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:var(--theme-purple);color:#fff;display:flex;align-items:center;justify-content:center}.why-choose-us__contact-icon svg{width:20px;height:20px}.why-choose-us__contact-label{font-size:.875rem;font-weight:700;color:var(--theme-text);margin:0 0 .15rem}.why-choose-us__contact-value{font-size:.9375rem;color:var(--theme-text-muted);text-decoration:none;transition:color .2s}a.why-choose-us__contact:hover .why-choose-us__contact-value{color:var(--theme-purple)}.why-choose-us__right{position:relative}.why-choose-us__visual{position:relative;margin-top:1rem}@media(min-width:1024px){.why-choose-us__visual{margin-top:0}}.why-choose-us__img-wrap{border-radius:var(--theme-card-radius);overflow:hidden;background:var(--theme-bg)}.why-choose-us__img-wrap--main{width:100%;aspect-ratio:3/2}.why-choose-us__img-wrap--main img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.why-choose-us__img-wrap--overlap{position:absolute;right:0;bottom:-1.5rem;width:55%;max-width:280px;aspect-ratio:4/3;box-shadow:var(--theme-shadow-md)}.why-choose-us__img-wrap--overlap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.why-choose-us__deco{position:absolute;color:var(--theme-purple);opacity:.6;pointer-events:none}.why-choose-us__deco--squiggle{top:-.5rem;right:-.5rem}.why-choose-us__deco--waves{bottom:1rem;left:0}.faq-section{padding:4.5rem 0 5rem;background:var(--theme-bg)}@media(min-width:1024px){.faq-section{padding:5.5rem 0 6rem}}.faq-section__grid{display:grid;gap:2.5rem;align-items:start}@media(min-width:1024px){.faq-section__grid{grid-template-columns:1fr 1fr;gap:3rem;align-items:start}}.faq-section__image-wrap{width:100%;aspect-ratio:3/4;max-height:420px;border-radius:var(--theme-card-radius);overflow:hidden;background:var(--theme-paper)}.faq-section__image-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.faq-section__contact-card{margin-top:-.75rem;margin-left:1rem;margin-right:1rem;padding:1.75rem 1.5rem;background:var(--theme-purple);color:#fff;border-radius:var(--theme-card-radius);box-shadow:var(--theme-shadow-md)}.faq-section__contact-title{font-size:1.0625rem;font-weight:700;margin:0 0 1rem;line-height:1.35;letter-spacing:-.01em}.faq-section__contact-link{display:flex;align-items:center;gap:.75rem;color:#fff;text-decoration:none;font-size:.9375rem;font-weight:500;transition:opacity .2s}.faq-section__contact-link:hover{opacity:.9}.faq-section__contact-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#fff3}.faq-section__contact-icon svg{width:20px;height:20px}.faq-section__label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--theme-text);margin:0 0 .5rem}.faq-section__label-dot{width:8px;height:8px;border-radius:50%;background:var(--theme-purple);flex-shrink:0}.faq-section__title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;letter-spacing:-.02em;color:var(--theme-text);margin:0 0 1.5rem;line-height:1.2}.faq-accordion{display:flex;flex-direction:column;gap:.75rem}.faq-accordion__item{border-radius:var(--theme-radius);background:var(--theme-paper);border:1px solid var(--theme-border);overflow:hidden}.faq-accordion__trigger{display:flex;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;text-align:left;font-family:inherit;font-size:.9375rem;font-weight:600;color:var(--theme-text);background:none;border:none;cursor:pointer;transition:background .2s}.faq-accordion__trigger:hover{background:var(--theme-bg)}.faq-accordion__num{flex-shrink:0;font-weight:700;color:var(--theme-purple)}.faq-accordion__q{flex:1;min-width:0}.faq-accordion__icon{flex-shrink:0;width:2rem;height:2rem;border-radius:50%;background:var(--theme-purple-bg);color:var(--theme-purple);display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1;font-weight:400}.faq-accordion__panel{padding:0 1.25rem 1.25rem}.faq-accordion__panel p{font-size:.9375rem;line-height:1.6;color:var(--theme-text-muted);margin:0;padding-left:1.5rem}@media(min-width:768px){.faq-accordion__panel p{padding-left:2rem}}.faq-accordion__item--open .faq-accordion__icon{background:var(--theme-purple);color:#fff}.stats-grid{display:grid;gap:1.25rem;margin-top:1.5rem}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stats-block{padding:1.5rem;border-radius:var(--theme-radius);background:var(--theme-paper);border:1px solid var(--theme-border);box-shadow:var(--theme-card-shadow)}.stats-block h4{font-size:1rem;font-weight:600;color:var(--theme-text);margin:0 0 .5rem}.stats-block p{font-size:.9375rem;color:var(--theme-text-muted);margin:0;line-height:1.55}.error-page{padding:4rem 0 5rem}.error-page__inner{max-width:36rem}.error-page__code{font-size:4rem;font-weight:700;line-height:1;color:var(--theme-text-muted);opacity:.4;margin:0 0 .5rem}.error-page__title{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;color:var(--theme-text);margin:0 0 1rem;line-height:1.25}.error-page__message{font-size:1rem;line-height:1.6;color:var(--theme-text-secondary);margin:0 0 1.5rem}.error-page__actions{display:flex;flex-wrap:wrap;gap:.75rem}.error-page__btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;border-radius:var(--theme-radius);text-decoration:none;transition:opacity .2s}.error-page__btn:hover{opacity:.9}.error-page__btn--primary{background:var(--theme-purple);color:#fff;border:0}.error-page__btn--secondary{background:transparent;color:var(--theme-purple);border:2px solid var(--theme-purple)}.hero{position:relative;overflow:hidden;min-height:calc(100vh - 72px);display:flex;align-items:center;padding-top:3rem;padding-bottom:3rem}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(165deg,var(--theme-purple-bg) 0%,transparent 50%),radial-gradient(ellipse 80% 60% at 70% 10%,var(--theme-purple-bg),transparent 50%),radial-gradient(ellipse 60% 50% at 20% 90%,var(--theme-purple-bg),transparent 45%);pointer-events:none;z-index:0}.hero>*{position:relative;z-index:1;width:100%}@media(min-width:768px){.hero{padding-top:4rem;padding-bottom:4rem}}.hero__eyebrow{font-size:1rem;letter-spacing:.02em;margin-bottom:.5rem}.hero__badge{display:inline-block;font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--theme-purple);background:var(--theme-purple-bg);padding:.5rem 1rem;border-radius:9999px;margin-bottom:2rem}.hero__title{font-size:clamp(2.5rem,6vw,4.25rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;color:var(--theme-text);margin-bottom:1.25rem}.hero__title .gradient-word{color:var(--theme-purple)}@supports ((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text){.hero__title .gradient-word{background:linear-gradient(135deg,var(--theme-purple) 0%,var(--theme-purple-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}}.hero__lead{font-size:1.25rem;line-height:1.7;color:var(--theme-text-secondary);max-width:48ch;margin-left:auto;margin-right:auto;margin-bottom:0}@media(min-width:768px){.hero__lead{font-size:1.375rem}}.hero__cta{margin-top:3rem;display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.hero__cta .btn-primary{padding:.875rem 1.75rem;font-size:1rem;font-weight:600;border-radius:var(--theme-radius);box-shadow:var(--theme-btn-primary-shadow);transition:box-shadow .2s,transform .15s}.hero__cta .btn-primary:hover{box-shadow:var(--theme-btn-primary-shadow-hover)}.hero__cta .btn-secondary{padding:.875rem 1.75rem;font-size:1rem;font-weight:600;border-radius:var(--theme-radius);border:2px solid var(--theme-border);background:var(--theme-paper);color:var(--theme-text);transition:border-color .2s,color .2s}.hero__cta .btn-secondary:hover{border-color:var(--theme-purple);color:var(--theme-purple)}.section-label{font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--theme-purple);margin-bottom:.5rem}.feature-card{position:relative;padding:2rem 1.75rem;border-radius:1.25rem 1.5rem;background:var(--theme-overlay-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);color:var(--blurb-text);box-shadow:0 4px 24px #00000014;transition:box-shadow .25s ease,transform .25s ease,background .25s ease;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;text-align:left}.feature-card:hover{background:var(--theme-overlay-bg-strong);box-shadow:0 12px 40px #00000026;transform:translateY(-4px)}.feature-card__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:10px;background:var(--theme-purple);color:#fff;margin-bottom:1.25rem}.feature-card__icon svg{width:24px;height:24px}.feature-card h3{font-size:1.2rem;font-weight:700;letter-spacing:-.01em;margin:0 0 .5rem;color:var(--blurb-text)}.feature-card p{font-size:.9375rem;line-height:1.55;color:var(--blurb-text-muted);margin:0;flex:1}.feature-card__sep{display:block;height:1px;width:100%;background:var(--blurb-sep);margin:1.25rem 0 1rem}.feature-card .card-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.9375rem;font-weight:700;color:var(--blurb-text);text-decoration:none;transition:gap .2s}.feature-card:hover .card-link{gap:.5rem}.feature-card .card-link:after{content:"→"}@media(prefers-reduced-motion:reduce){.feature-card:hover{transform:none}}.services-section{background:linear-gradient(165deg,#fef2f2e6,#fee2e266 40%,#fff9)}.about-hero{padding:4rem 0 4.5rem;position:relative}.about-hero--ambient:before{content:"";position:absolute;inset:0;background:linear-gradient(165deg,var(--theme-purple-bg) 0%,transparent 55%),radial-gradient(ellipse 70% 50% at 80% 20%,var(--theme-purple-bg),transparent 50%);pointer-events:none;z-index:0}.about-hero--ambient .about-hero__inner{position:relative;z-index:1}@media(min-width:768px){.about-hero{padding:5.5rem 0 6rem}}.about-hero__inner{max-width:42rem}.about-hero__label{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--theme-text-muted);margin-bottom:.5rem}.about-hero__dot{width:8px;height:8px;border-radius:50%;background:var(--theme-purple);flex-shrink:0}.about-hero__badge{display:inline-block;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--theme-purple);background:var(--theme-purple-bg);padding:.4rem .85rem;border-radius:9999px;margin-bottom:1.25rem}.about-hero__title{font-size:clamp(2.25rem,4.5vw,3rem);font-weight:700;letter-spacing:-.03em;color:var(--theme-text);margin:0 0 1.25rem;line-height:1.15}.about-hero__lead{font-size:1.1875rem;line-height:1.65;color:var(--theme-text-secondary);margin:0}.page-header{padding:4rem 0 4.5rem;position:relative}.page-header:before{content:"";position:absolute;inset:0;background:linear-gradient(165deg,rgba(150,30,30,.12) 0%,rgba(150,30,30,.04) 50%,transparent 75%),radial-gradient(ellipse 70% 50% at 80% 20%,rgba(150,30,30,.14),transparent 50%),radial-gradient(ellipse 50% 40% at 20% 80%,rgba(150,30,30,.06),transparent 45%);pointer-events:none;z-index:0}.page-header--plain:before{display:none}.page-header .container{position:relative;padding-bottom:2rem}.page-header__inner{position:relative;z-index:1;max-width:42rem}.page-header__breadcrumb{position:absolute;bottom:-5rem;left:2.5rem;right:0;font-size:.875rem;color:var(--theme-text-muted);margin:0;padding-block:.75rem}.page-header__breadcrumb-link{color:var(--theme-purple);text-decoration:none}.page-header__breadcrumb-link:hover{text-decoration:underline}.page-header__breadcrumb-sep{margin:0 .35rem}.page-header__breadcrumb-current{color:var(--theme-text)}.page-header__label{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--theme-text-muted);margin-bottom:.5rem}.page-header__dot{width:8px;height:8px;border-radius:50%;background:var(--theme-purple);flex-shrink:0}.page-header__badge{display:inline-block;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--theme-purple);padding:.4rem .85rem;border-radius:var(--theme-radius-sm);margin-bottom:1.25rem}.page-header__title{font-size:clamp(2.25rem,4.5vw,3rem);font-weight:700;letter-spacing:-.03em;color:var(--theme-text);margin:0 0 1.25rem;line-height:1.15}.page-header__lead{font-size:1.1875rem;line-height:1.65;color:var(--theme-text-secondary);margin:0}.page-header__link-wrap{margin:1.25rem 0 0}.page-header__link{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:var(--theme-purple);text-decoration:none}.page-header__link:hover{text-decoration:underline}@media(min-width:768px){.page-header{padding:5.5rem 0 6rem}.page-header .container{padding-bottom:2.5rem}}.about-section{padding:4.5rem 0}@media(min-width:768px){.about-section{padding:5.5rem 0}}.about-section__title{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;letter-spacing:-.02em;color:var(--theme-text);margin:0 0 1.75rem;line-height:1.25}.about-who__card{width:100%;padding:2rem 1.75rem;border-radius:var(--theme-card-radius);background:var(--theme-paper);border:1px solid var(--theme-border);box-shadow:var(--theme-card-shadow)}@media(min-width:768px){.about-who__card{display:grid;grid-template-columns:1fr auto;gap:2.5rem;align-items:center;padding:2.25rem 2.5rem}}.about-who__content{max-width:none;min-width:0}.about-who__logo-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:140px;height:140px;margin-left:auto;margin-right:auto;padding:1.5rem;border-radius:var(--theme-card-radius);background:var(--theme-purple-bg);border:1px solid var(--theme-border)}@media(min-width:768px){.about-who__logo-wrap{width:160px;height:160px;margin-left:0;margin-right:0}}.about-who__logo{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.about-who__p{font-size:1.0625rem;line-height:1.7;color:var(--theme-text);margin:0 0 1.25rem}.about-who__p:last-child{margin-bottom:0}.about-mission__grid{display:grid;gap:1.5rem}@media(min-width:768px){.about-mission__grid{grid-template-columns:repeat(3,1fr);gap:2.25rem}}.about-mission__card{padding:2rem 1.75rem;border-radius:var(--theme-card-radius);background:var(--theme-paper);border:1px solid var(--theme-border);box-shadow:var(--theme-card-shadow);transition:box-shadow .25s ease,border-color .25s ease,transform .25s ease;position:relative;overflow:hidden}.about-mission__card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--theme-purple),transparent);opacity:0;transition:opacity .25s ease}.about-mission__card:hover{box-shadow:var(--theme-card-shadow-hover);border-color:var(--theme-border-strong);transform:translateY(-2px)}.about-mission__card:hover:before{opacity:1}@media(prefers-reduced-motion:reduce){.about-mission__card:hover{transition:none;transform:none}}.about-mission__card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.about-mission__card-icon{display:flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;min-width:3.25rem;border-radius:14px;background:var(--theme-purple-bg);color:var(--theme-purple);font-size:1.25rem;flex-shrink:0;box-shadow:0 2px 10px #0000000f}.about-mission__card-icon i{font-size:inherit}.about-mission__card-title{font-size:1.1875rem;font-weight:700;letter-spacing:-.02em;color:var(--theme-text);margin:0;line-height:1.3}.about-mission__card-text{font-size:.9375rem;line-height:1.7;color:var(--theme-text-muted);margin:0}.about-do__grid{display:grid;gap:2rem;align-items:start}@media(min-width:1024px){.about-do__grid{grid-template-columns:.45fr .55fr;gap:3rem;align-items:stretch}}.about-do__image-wrap{position:relative;overflow:hidden;border-radius:16px}@media(min-width:1024px){.about-do__image-wrap{min-height:480px}}.about-do__img{width:100%;height:100%;min-height:280px;-o-object-fit:cover;object-fit:cover;display:block}@media(min-width:1024px){.about-do__img{min-height:100%}}.about-do__overlay{position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem;padding:1.25rem 1.5rem;background:#0009;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:12px;color:#fff}.about-do__overlay-title{font-size:1.125rem;font-weight:700;margin:0 0 .35rem;line-height:1.3}.about-do__overlay-text{font-size:.8125rem;line-height:1.5;opacity:.95;margin:0 0 .75rem}.about-do__overlay-stats{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.about-do__overlay-badge{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;padding:.25rem .5rem;font-size:.875rem;font-weight:700;background:var(--theme-primary, var(--theme-purple));color:#fff;border-radius:9999px}.about-do__overlay-meta{font-size:.8125rem;font-weight:500;opacity:.95}.about-do__content{display:flex;flex-direction:column;gap:1.25rem}.about-do__label{display:inline-block;font-size:.875rem;font-weight:600;color:var(--theme-primary, var(--theme-purple));margin:0;text-transform:uppercase;letter-spacing:.04em}.about-do__title{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;letter-spacing:-.02em;color:var(--theme-text);margin:0 0 .25rem;line-height:1.25}.about-do__lead{font-size:1rem;line-height:1.7;color:var(--theme-text-muted);margin:0}.about-do__benefits{display:grid;grid-template-columns:1fr;gap:.5rem 2rem;margin:0;padding:0;list-style:none}@media(min-width:640px){.about-do__benefits{grid-template-columns:1fr 1fr}}.about-do__benefit-item{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:var(--theme-text);margin:0}.about-do__benefit-item:before{content:"✓";flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;background:var(--theme-primary, var(--theme-purple));color:#fff;font-size:.75rem;font-weight:700;line-height:1}.about-do__cards{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:.25rem}@media(min-width:640px){.about-do__cards{grid-template-columns:repeat(3,1fr)}}.about-do__card{padding:1.25rem;border-radius:var(--theme-card-radius);background:var(--theme-paper);border:1px solid var(--theme-border);box-shadow:var(--theme-card-shadow);transition:box-shadow .2s ease,border-color .2s ease}.about-do__card:hover{box-shadow:var(--theme-card-shadow-hover);border-color:var(--theme-border-strong)}.about-do__card-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:10px;background:var(--theme-primary, var(--theme-purple));color:#fff;margin-bottom:1rem}.about-do__card-icon svg{width:24px;height:24px}.about-do__card-title{font-size:1rem;font-weight:700;color:var(--theme-text);margin:0 0 .35rem;line-height:1.3}.about-do__card-text{font-size:.875rem;line-height:1.55;color:var(--theme-text-muted);margin:0}.about-do__cta{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;border-radius:var(--theme-radius);background:var(--theme-primary, var(--theme-purple));color:#fff;text-decoration:none;box-shadow:var(--theme-btn-primary-shadow);transition:opacity .2s,transform .1s;margin-top:.5rem}.about-do__cta:hover{opacity:.95}.about-do__cta:active{transform:scale(.98)}.service-page-content{background:var(--theme-bg);padding-top:4rem;padding-bottom:0}@media(min-width:768px){.service-page-content{padding-top:5rem}}.service-detail{padding:0 0 2rem}@media(min-width:768px){.service-detail{padding-bottom:2.5rem}}.service-detail .container{padding-top:0}.service-detail__overview{margin-bottom:2.5rem}.service-detail__overview-title{font-size:1.25rem;font-weight:700;color:var(--theme-text);margin:0 0 1rem;line-height:1.3}.service-detail__overview-body{font-size:1.0625rem;line-height:1.7;color:var(--theme-text-secondary);margin:0}.service-detail__grid{display:grid;gap:1.5rem}@media(min-width:768px){.service-detail__grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}}.service-detail__card{padding:1.75rem 1.5rem;border-radius:var(--theme-card-radius);background:var(--theme-paper);border:1px solid var(--theme-border);box-shadow:var(--theme-card-shadow);transition:box-shadow .2s ease,border-color .2s ease}.service-detail__card:hover{box-shadow:var(--theme-card-shadow-hover);border-color:var(--theme-border-strong)}.service-detail__card-title{font-size:1.125rem;font-weight:700;color:var(--theme-text);margin:0 0 .75rem;line-height:1.3}.service-detail__card-body{font-size:.9375rem;line-height:1.65;color:var(--theme-text-secondary);margin:0}.terms-section,.privacy-section{border-radius:.75rem;border:1px solid var(--theme-border);background:var(--theme-paper);padding:1.5rem;margin-bottom:1.5rem}.terms-section h2,.privacy-section h2{font-size:1rem;font-weight:600;color:var(--theme-text);margin:0 0 .5rem}.terms-section p,.terms-section li,.privacy-section p,.privacy-section li{margin:0 0 .75rem;font-size:.875rem;line-height:1.6;color:var(--theme-text-muted)}.terms-section p:last-child,.terms-section li:last-child,.privacy-section p:last-child,.privacy-section li:last-child{margin-bottom:0}.terms-section ul,.privacy-section ul{margin:0 0 .75rem;padding-left:1.25rem}.contact-card{display:grid;grid-template-columns:1fr;max-width:100%;background:var(--theme-paper);border-radius:var(--theme-card-radius);box-shadow:var(--theme-shadow-md);overflow:hidden}.contact-card__image{min-height:280px;background:linear-gradient(135deg,var(--theme-purple-bg) 0%,var(--theme-contact-card-gradient-end) 100%);position:relative}.contact-card__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.contact-card__form-wrap{padding:2rem 1.5rem}.contact-card__form-inner{max-width:32rem}.contact-card__title{font-size:1.75rem;font-weight:700;color:var(--theme-text);line-height:1.25;margin-bottom:.5rem}.contact-card__lead{font-size:.9375rem;color:var(--theme-text-muted);line-height:1.55;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.contact-form__field{display:flex;flex-direction:column}.contact-form__input{display:block;margin-top:.25rem;width:100%;border-radius:var(--theme-input-radius);border:1px solid var(--theme-input-border-strong);background:var(--theme-input-bg);color:var(--theme-input-color);padding:.625rem .875rem;font-size:.9375rem}.contact-form__input:focus{outline:none;border-color:var(--theme-input-focus-border);box-shadow:0 0 0 3px var(--theme-input-focus-ring)}.contact-form__input:focus-visible{outline:2px solid var(--theme-input-focus-border);outline-offset:2px}.contact-form__submit{padding-top:.25rem}.contact-form__btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;color:#fff;background:var(--theme-primary, var(--theme-purple));border:none;border-radius:var(--theme-radius);cursor:pointer;box-shadow:var(--theme-btn-primary-shadow);transition:opacity .2s,transform .1s}.contact-form__btn:hover{opacity:.95}.contact-form__btn:active{transform:scale(.98)}.contact-form__btn:focus-visible{outline:2px solid var(--theme-paper);outline-offset:2px}.contact-form__btn:disabled{opacity:.7;cursor:not-allowed}.contact-form__btn--secondary{margin-top:1rem;background:var(--theme-bg);color:var(--theme-text);border:1px solid var(--theme-border-strong)}.contact-form__btn--secondary:hover{background:var(--theme-border)}.contact-form__field-error{min-height:1.25rem}.contact-form__field-error:empty{display:none}.contact-form__errors{padding:.75rem 1rem;border-radius:var(--theme-radius);background:#dc262614;color:var(--theme-danger);font-size:.875rem}.contact-form__errors[hidden]{display:none}.contact-success-view{text-align:center;padding:1rem 0}.contact-success__icon{font-size:2.5rem;color:var(--theme-success);margin-bottom:1rem}.contact-success__message{font-size:1rem;color:var(--theme-text);line-height:1.5;margin:0 0 1rem}@media(min-width:1024px){.contact-card{grid-template-columns:.9fr 1.1fr}.contact-card__image{min-height:420px}.contact-card__form-wrap{padding:2.5rem 3rem;display:flex;align-items:center}.contact-card__form-inner{width:100%}}.cta-section{position:relative;padding:2.25rem 0 2.75rem;overflow:hidden}.cta-section__bg{position:absolute;inset:0;background:linear-gradient(105deg,var(--theme-primary, #961e1e) 0%,#a02222 50%,rgba(180,50,50,.92) 100%);pointer-events:none}.cta-section__bg:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 100% 50%,rgba(255,248,248,.08) 0%,transparent 55%);pointer-events:none}.cta-section__inner{position:relative;z-index:1;padding:0 1.5rem;display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:center}@media(min-width:768px){.cta-section__inner{grid-template-columns:1fr auto;gap:2rem;padding:0 2rem}}.cta-section__content{text-align:center}@media(min-width:768px){.cta-section__content{text-align:left}}.cta-section__action{display:flex;justify-content:center;flex-shrink:0}@media(min-width:768px){.cta-section__action{justify-content:flex-end}}.cta-section__eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ffffffd9;margin:0 0 .5rem}.cta-section__title{font-size:clamp(1.5rem,3.5vw,2rem);font-weight:800;letter-spacing:-.04em;line-height:1.2;color:#fff;margin:0 0 .5rem}.cta-section__lead{font-size:1rem;line-height:1.6;color:#ffffffe6;margin:0;max-width:28rem}@media(min-width:768px){.cta-section__lead{max-width:none}}.cta-section__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;border-radius:9999px;background:#fff;color:var(--theme-primary, #961e1e);text-decoration:none;box-shadow:0 2px 10px #00000026;border:2px solid transparent;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.cta-section__btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0003;opacity:.98}.cta-section__btn:focus-visible{outline:none;border-color:#fff;box-shadow:0 0 0 3px #ffffff80}.cta-section__btn-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;transition:transform .2s ease}.cta-section__btn:hover .cta-section__btn-icon{transform:translate(4px)}@media(min-width:768px){.cta-section{padding:2.75rem 0 3.25rem}}.animate-in-view .scroll-animate-content>*{opacity:0;transform:translateY(20px);transition:opacity .45s ease-out,transform .45s ease-out}.animate-in-view .scroll-animate-content>*:nth-child(1){transition-delay:0ms}.animate-in-view .scroll-animate-content>*:nth-child(2){transition-delay:60ms}.animate-in-view .scroll-animate-content>*:nth-child(3){transition-delay:.12s}.animate-in-view .scroll-animate-content>*:nth-child(4){transition-delay:.18s}.animate-in-view .scroll-animate-content>*:nth-child(5){transition-delay:.24s}.animate-in-view .scroll-animate-content>*:nth-child(6){transition-delay:.3s}.animate-in-view .scroll-animate-content>*:nth-child(n+7){transition-delay:.36s}.animate-in-view.is-visible .scroll-animate-content>*{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.animate-in-view .scroll-animate-content>*{transform:none;transition-duration:.2s}.animate-in-view .scroll-animate-content>*:nth-child(n+2){transition-delay:0ms}}.welcome-login-form{display:flex;flex-direction:column;justify-content:center;min-height:100dvh;min-height:100vh;padding:1.5rem 1.25rem 2rem}@media(max-width:1023px){.welcome-login-form{position:relative;min-height:100dvh;min-height:100vh;padding:env(safe-area-inset-top) 1.25rem env(safe-area-inset-bottom) 1.25rem;padding-top:max(1.5rem,env(safe-area-inset-top));padding-bottom:max(2rem,env(safe-area-inset-bottom));display:flex;flex-direction:column;justify-content:center;background:var(--theme-bg)}.welcome-login-form:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% 0%,var(--welcome-login-orb, rgba(150, 30, 30, .06)),transparent 55%),radial-gradient(ellipse 60% 40% at 80% 100%,var(--welcome-login-orb-2, rgba(150, 30, 30, .04)),transparent 50%);pointer-events:none;z-index:0}html.theme-red .welcome-login-form:before{--welcome-login-orb: rgba(150, 30, 30, .08);--welcome-login-orb-2: rgba(150, 30, 30, .05)}.welcome-login-form>*{position:relative;z-index:1}.welcome-login-content{width:100%;max-width:22rem;margin:0 auto;padding:0}.welcome-login-header{text-align:left;margin-bottom:2.5rem}.welcome-login__title{margin:0 0 .5rem}.welcome-login__subtitle{font-size:.9375rem;color:var(--theme-text-muted);margin:0 0 1.5rem;line-height:1.5}.welcome-login-header .logo-link{display:inline-block;padding-top:1rem;padding-bottom:1rem;text-decoration:none;color:var(--theme-text)}.welcome-login-header .logo-link:hover{opacity:.9}.welcome-login-header .subtitle{font-size:.9375rem;color:var(--theme-text-muted)}.welcome-login__form{display:flex;flex-direction:column;gap:1.5rem}.welcome-login__form>div{margin:0}.welcome-login__form .btn-submit{margin-top:0}.welcome-login__status{margin-bottom:1.5rem}.welcome-login-footer{margin-top:2.5rem;font-size:.875rem;color:var(--theme-text-muted);text-align:center}.welcome-login-content input[type=email],.welcome-login-content input[type=password]{min-height:2.75rem;padding:.75rem 1rem;font-size:1rem;border-radius:var(--theme-input-radius);border:1px solid var(--theme-input-border-strong);background:var(--theme-input-bg);color:var(--theme-input-color);transition:border-color .2s ease,box-shadow .2s ease}.welcome-login-content input:hover{border-color:var(--theme-input-focus-border)}.welcome-login-content input:focus{outline:none;border-color:var(--theme-input-focus-border);box-shadow:0 0 0 3px var(--theme-input-focus-ring)}.welcome-login-content .btn-submit{width:100%;min-height:2.75rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;border-radius:var(--theme-radius-sm, .5rem);background:var(--theme-purple);color:#fff;border:none;box-shadow:var(--theme-btn-primary-shadow, 0 2px 8px rgba(150, 30, 30, .25));transition:opacity .2s,transform .1s}.welcome-login-content .btn-submit:hover{opacity:.95}.welcome-login-content .btn-submit:active{transform:scale(.98)}@media(prefers-reduced-motion:reduce){.welcome-login-content .btn-submit{transition:none}.welcome-login-content .btn-submit:active{transform:none}}}.auth-page{width:100%}.auth-form{display:flex;flex-direction:column;gap:1.25rem;margin-top:0}.auth-form__field{display:flex;flex-direction:column;gap:.375rem;margin:0}.auth-form__field--row{flex-direction:row;align-items:center;justify-content:space-between;gap:1rem}.auth-form__field--actions{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.75rem;padding-top:.25rem}.auth-form__field--submit{padding-top:.25rem}.auth-page__link{font-size:.875rem;font-weight:500;color:var(--theme-purple);text-decoration:none}.auth-page__link:hover{text-decoration:underline}.auth-page__checkbox-label{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--theme-text)}.auth-page__checkbox-label span{color:var(--theme-text-muted)}.auth-page__checkbox-label input[type=checkbox]{border-radius:.25rem;border-color:var(--theme-border-strong);color:var(--theme-purple)}.auth-page__checkbox-label input[type=checkbox]:focus{--tw-ring-color: rgba(150, 30, 30, .3)}.auth-page__status{margin-bottom:1rem}.auth-page__alert{margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem;border-radius:var(--theme-radius-sm, .5rem);border:1px solid var(--theme-success);background:var(--theme-success-bg);color:var(--theme-success)}.auth-page__btn--secondary{width:100%;min-height:2.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;border-radius:var(--theme-radius-sm, .5rem);border:1px solid var(--theme-border-strong);background:transparent;color:var(--theme-text);transition:background-color .2s}.auth-page__btn--secondary:hover{background:var(--theme-bg)}.auth-page__btn--auto{width:100%;min-width:8rem}@media(min-width:640px){.auth-page__btn--auto{width:auto}}.auth-page__footer--spaced{margin-top:1.5rem}.auth-page__footer--tight{margin-top:.25rem}.auth-form--row{flex-direction:row;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.auth-form--row form{flex:1;min-width:12rem}.auth-page__label{display:block;font-size:.875rem;font-weight:600;color:var(--theme-text);line-height:1.4}.auth-page .auth-form{margin-top:1.5rem}.auth-page__title{font-size:1.25rem;font-weight:700;color:var(--theme-text);margin:0 0 .25rem;line-height:1.3}.auth-page__subtitle{font-size:.875rem;color:var(--theme-text-muted);margin:0 0 1.5rem;line-height:1.5}.auth-page__social-label{font-size:.8125rem;color:var(--theme-text-muted);margin:0 0 .75rem}.auth-page__social-buttons{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1.25rem}.auth-page__social-btn{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:50%;border:1px solid var(--theme-border-strong);background:var(--theme-paper);color:var(--theme-text);text-decoration:none;transition:opacity .2s,border-color .2s}.auth-page__social-btn:hover{opacity:.9;border-color:var(--theme-purple)}.auth-page__divider{display:flex;align-items:center;gap:.75rem;margin:0 0 1.25rem;font-size:.8125rem;color:var(--theme-text-muted)}.auth-page__divider:before,.auth-page__divider:after{content:"";flex:1;height:1px;background:var(--theme-border)}.auth-page__input{display:block;width:100%;box-sizing:border-box;min-height:2.75rem;padding:.75rem 1rem;font-size:1rem;border-radius:var(--theme-input-radius);border:1px solid var(--theme-input-border-strong);background:var(--theme-input-bg);color:var(--theme-input-color);transition:border-color .2s ease,box-shadow .2s ease}.auth-page__input:hover{border-color:var(--theme-input-focus-border)}.auth-page__input:focus{outline:none;border-color:var(--theme-input-focus-border);box-shadow:0 0 0 3px var(--theme-input-focus-ring)}.auth-page__input::-moz-placeholder{color:var(--theme-input-placeholder-color);opacity:.8}.auth-page__input::placeholder{color:var(--theme-input-placeholder-color);opacity:.8}.auth-page__input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px var(--theme-input-bg) inset}.auth-page__input--readonly{background:var(--theme-bg);opacity:.9}.auth-page__value{display:block;width:100%;padding:.75rem 1rem;font-size:1rem;border-radius:var(--theme-input-radius);border:1px solid var(--theme-input-border-strong);background:var(--theme-bg);color:var(--theme-input-placeholder-color);margin:0}.auth-page__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:2.75rem;padding:.75rem 1.25rem;font-size:1rem;font-weight:600;border-radius:var(--theme-radius-sm, .5rem);background:var(--theme-purple);color:#fff;border:none;box-shadow:var(--theme-btn-primary-shadow, 0 2px 8px rgba(150, 30, 30, .25));transition:opacity .2s,transform .1s;cursor:pointer}.auth-page__btn .fa-solid{font-size:.875rem;opacity:.9}.auth-page__btn:hover{opacity:.95}.auth-page__btn:active{transform:scale(.98)}@media(prefers-reduced-motion:reduce){.auth-page__btn{transition:none}.auth-page__btn:active{transform:none}}.auth-page__footer{margin-top:1.5rem;font-size:.875rem;color:var(--theme-text-muted);text-align:center}.auth-page__footer a{color:var(--theme-purple);font-weight:500;text-decoration:none}.auth-page__footer a:hover{text-decoration:underline}.auth-page__error,ul.auth-page__error{font-size:.8125rem;color:var(--theme-error, #b91c1c);margin:0;padding:0;list-style:none}ul.auth-page__error li+li{margin-top:.25rem}.guest-flash{margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem;border-radius:var(--theme-radius-sm, .5rem);border:1px solid transparent}.guest-flash--success{background:var(--theme-success-bg, rgba(34, 197, 94, .1));border-color:var(--theme-success, #16a34a);color:var(--theme-success, #16a34a)}.guest-flash--error{background:var(--theme-danger-bg, rgba(185, 28, 28, .1));border-color:var(--theme-danger, #b91c1c);color:var(--theme-danger, #b91c1c)}.auth-page .space-y-4>*+*{margin-top:1rem}.auth-page .space-y-5>*+*{margin-top:1.25rem}
