@layer payload-default;.admin-bar{width:100%;height:var(--admin-bar-height,44px);z-index:1000;position:fixed;top:0;left:0}@media (max-width:768px){.admin-bar{display:none}}.admin-bar .container{align-items:center;gap:1rem;height:100%;display:flex}.admin-bar__draft-pill{background:var(--s2s-red,#d32f2f);color:#fff;font-family:var(--mono,monospace);letter-spacing:.5px;white-space:nowrap;border-radius:9999px;flex-shrink:0;align-items:center;padding:.25rem .75rem;font-size:11px;font-weight:700;line-height:1.4;display:inline-flex}
.footer{border-top:1px solid var(--border);background:var(--footer-bg);transition:background .5s var(--ease), border-color .5s var(--ease);color:#a8a8a8;padding:80px clamp(20px,4vw,60px) 32px}.footer__inner{grid-template-columns:1.4fr repeat(3,1fr);gap:48px;max-width:1200px;margin:0 auto;display:grid}.footer__brand-col{padding-right:40px}.footer__logo{width:auto;height:28px;margin-top:-.6rem;margin-bottom:16px;margin-left:-6px;display:block}.footer__tagline{font-size:var(--text-base);color:#a8a8a8;max-width:280px;margin-bottom:28px;line-height:1.7}.footer__social{gap:12px;display:flex}.footer__social a{color:#a8a8a8;width:36px;height:36px;transition:all .25s var(--ease);border:1px solid #ffffff24;border-radius:8px;justify-content:center;align-items:center;text-decoration:none;display:flex}.footer__social a:hover{color:#fff;background:#ffffff0f;border-color:#888}.footer__social a svg{stroke:currentColor;stroke-width:1.5px;fill:none;width:14px;height:14px}.footer__contact{margin-top:20px}.footer__contact a{font-size:var(--text-sm);color:#a8a8a8;padding:3px 0;text-decoration:none;transition:color .2s;display:block}.footer__contact a:hover{color:#fff}.footer__col-title{font-family:var(--mono);font-size:var(--text-xs);letter-spacing:2px;text-transform:uppercase;color:#a8a8a8;margin-bottom:20px}.footer__col a{font-size:var(--text-base);color:#a8a8a8;padding:6px 0;text-decoration:none;transition:color .2s;display:block}.footer__col a:hover{color:#fff}.footer__bottom{max-width:1200px;font-size:var(--text-xs);color:#888;border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;margin:56px auto 0;padding-top:24px;display:flex}.footer__locations{gap:24px;display:flex}.footer__locations span{align-items:center;gap:6px;display:flex}.footer__locations span:before{content:"";background:var(--s2s-orange);opacity:.4;border-radius:50%;width:4px;height:4px}.footer__legal{gap:20px;display:flex}.footer__legal a{font-size:var(--text-xs);color:#888;text-decoration:none;transition:color .2s}.footer__legal a:hover{color:#bbb}@media (max-width:1024px){.footer__inner{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:960px){.footer__inner{grid-template-columns:1fr;gap:32px}.footer__brand-col{padding-right:0}.footer__bottom{flex-direction:column;align-items:flex-start;gap:16px}}
.nav{z-index:100;height:var(--nav-height);background:var(--nav-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--nav-border);transition:height .35s var(--ease), box-shadow .35s var(--ease);position:fixed;top:0;left:0;right:0}.nav--compact{height:var(--nav-compact);box-shadow:0 4px 20px #0000004d}.nav--navigating{cursor:progress}.nav--navigating:after{content:"";background:var(--gradient);width:40%;height:2px;animation:1.1s ease-in-out infinite nav-progress-sweep;position:absolute;bottom:-1px;left:0}@keyframes nav-progress-sweep{0%{transform:translate(-100%)}to{transform:translate(250%)}}@media (prefers-reduced-motion:reduce){.nav--navigating:after{width:100%;animation:none}}.nav--contained .nav__inner{max-width:1200px;margin:0 auto}.nav__inner{justify-content:space-between;align-items:center;height:100%;padding:0 clamp(20px,3vw,48px);display:flex}.nav__logo{flex-shrink:0;align-items:center;width:160px;text-decoration:none;display:flex}.nav__logo-img{width:auto;height:32px;transition:height .35s var(--ease), filter .5s var(--ease);filter:drop-shadow(1px 1px 1px #000);display:block}[data-theme=light] .nav__logo-img{filter:drop-shadow(0 1px 2px #00000026)}.nav--compact .nav__logo-img{height:28px}.nav__links{align-items:center;gap:2px;height:100%;margin:0;padding:0;list-style:none;display:flex}.nav__item{align-items:center;height:100%;display:flex;position:relative}.nav__link{font-family:var(--body);font-size:var(--text-base);color:var(--nav-text);letter-spacing:.2px;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:5px;height:100%;padding:0 14px;font-weight:400;text-decoration:none;transition:color .2s;display:flex;position:relative}.nav__link:hover{color:var(--nav-text-hover)}.nav__item.is-active .nav__link{color:var(--nav-text-hover);border-bottom-color:var(--s2s-orange)}.nav__item.is-active .nav__chevron{visibility:hidden}.nav__item.is-active .nav__link:after{content:"";border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid var(--s2s-orange);z-index:100;width:0;height:0;position:absolute;bottom:-7px;left:50%;transform:translate(-50%)}.nav__link.is-current{color:var(--nav-text-hover)}.nav__chevron{width:12px;height:12px;transition:transform .3s var(--ease), color .2s, opacity .2s;opacity:.35;color:var(--nav-text)}.nav__item[data-mega]:hover .nav__chevron{opacity:.8}.nav__item.is-active .nav__chevron{opacity:1;color:var(--s2s-orange);transform:rotate(180deg)}.nav__right{align-items:center;gap:8px;height:100%;display:flex}.nav__search-toggle,.nav__theme-toggle{border:1px solid var(--nav-border);cursor:pointer;width:32px;height:32px;color:var(--nav-text);transition:all .25s var(--ease);background:0 0;border-radius:6px;justify-content:center;align-items:center;display:flex;position:relative}.nav__search-toggle:hover,.nav__theme-toggle:hover{color:var(--nav-text-hover);background:var(--nav-surface-hover);border-color:var(--nav-border-hover)}.nav__search-toggle svg{width:14px;height:14px}.nav__theme-toggle svg{width:14px;height:14px;transition:transform .5s var(--ease), opacity .3s;position:absolute}[data-theme=dark] .nav__theme-toggle .theme-icon-sun{opacity:1;transform:rotate(0)}[data-theme=dark] .nav__theme-toggle .theme-icon-moon{opacity:0;transform:rotate(-90deg)}[data-theme=light] .nav__theme-toggle .theme-icon-sun{opacity:0;transform:rotate(90deg)}[data-theme=light] .nav__theme-toggle .theme-icon-moon{opacity:1;transform:rotate(0)}.nav__lang{align-items:center;height:100%;display:flex;position:relative}.nav__lang-trigger{border:1px solid var(--nav-border);width:auto;min-width:32px;height:32px;color:var(--nav-text);cursor:pointer;font-family:var(--mono);font-size:var(--text-xs,11px);letter-spacing:1px;transition:all .25s var(--ease);background:0 0;border-radius:6px;align-items:center;gap:6px;padding:0 10px;font-weight:500;display:inline-flex}.nav__lang-trigger:hover{color:var(--nav-text-hover);background:var(--nav-surface-hover);border-color:var(--nav-border-hover)}.nav__lang-trigger:focus-visible{outline:2px solid var(--s2s-orange);outline-offset:2px}.nav__lang-trigger:disabled{opacity:.6;cursor:progress}.nav__lang-trigger .ph-globe-simple{font-size:var(--icon-sm)}.nav__lang-trigger-chevron{opacity:.6;transition:transform .2s var(--ease), opacity .2s;font-size:10px}.nav__lang-trigger:hover .nav__lang-trigger-chevron,.nav__lang-trigger[aria-expanded=true] .nav__lang-trigger-chevron{opacity:1}.nav__lang-trigger-chevron.is-open{transform:rotate(180deg)}.nav__lang-dropdown{z-index:99;background:var(--mega-bg);border:1px solid var(--mega-border);-webkit-backdrop-filter:blur(40px);border-radius:12px;flex-direction:column;gap:2px;min-width:180px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 32px #00000059}.nav__lang-option{color:var(--mega-text-1);font-family:var(--body);font-size:var(--text-base);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;font-weight:500;transition:background .2s,color .2s;display:flex}.nav__lang-option:hover,.nav__lang-option:focus-visible{background:var(--mega-surface-hover);color:var(--s2s-orange);outline:none}.nav__lang-option[aria-current=true]{color:var(--s2s-orange);background:var(--mega-surface)}.nav__lang-option-name{flex:1}.nav__lang-option-check{font-size:var(--icon-sm)}.nav__cta{font-family:var(--body);font-size:var(--text-sm);letter-spacing:.3px;color:#ffffff8c;border-left:1px solid var(--nav-border);background:var(--nav-surface);transition:all .3s var(--ease);align-self:stretch;align-items:center;margin-left:8px;padding:0 28px;font-weight:500;text-decoration:none;display:flex}.nav__cta:hover{color:var(--nav-text-hover);background:var(--nav-surface-hover)}.mega-overlay{z-index:98;opacity:0;visibility:hidden;transition:opacity .35s var(--ease), visibility .35s;-webkit-backdrop-filter:blur(4px);background:#00000080;position:fixed;inset:0}.mega-overlay.is-active{opacity:1;visibility:visible}.mega-panel{top:var(--nav-height);z-index:99;background:var(--mega-bg);-webkit-backdrop-filter:blur(40px);border-bottom:1px solid var(--mega-border);max-height:calc(100vh - var(--nav-height) - 40px);opacity:0;visibility:hidden;transition:opacity .35s var(--ease), transform .35s var(--ease), visibility .35s;position:fixed;left:0;right:0;overflow-y:auto;transform:translateY(-8px)}.nav--compact~.mega-panel{top:var(--nav-compact);max-height:calc(100vh - var(--nav-compact) - 40px)}.mega-panel.is-active{opacity:1;visibility:visible;transform:translateY(0)}.mega-panel__inner{max-width:1400px;margin:0 auto;padding:40px clamp(20px,3vw,48px) 48px}.mega-cols{background:var(--mega-border);gap:1px;display:grid}.mega-cols--coaching{grid-template-columns:1fr 1.5fr 1fr}.mega-cols--bikefits{grid-template-columns:1.2fr 1.5fr 1fr}.mega-cols--labs{grid-template-columns:1fr 1fr}.mega-cols--education{grid-template-columns:1.5fr 1fr}.mega-col{background:var(--mega-bg);padding:32px}.mega-col__header{font-family:var(--mono);font-size:var(--text-xs,11px);letter-spacing:2px;text-transform:uppercase;color:var(--mega-text-3);border-bottom:1px solid var(--mega-border);margin-bottom:20px;padding-bottom:12px;font-weight:500}.mega-col__header+.mega-col__header,.mega-col__header--spaced{margin-top:16px}.mega-links{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.mega-link{cursor:pointer;border-radius:8px;align-items:center;gap:12px;padding:10px 12px;text-decoration:none;transition:background .2s;display:flex}.mega-link:hover{background:var(--mega-surface-hover)}.mega-link__icon{background:var(--mega-surface);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.mega-link:hover .mega-link__icon{background:var(--mega-surface-hover)}.mega-link__icon i{font-size:var(--icon-md);color:var(--mega-text-2);transition:color .2s}.mega-link:hover .mega-link__icon i{color:var(--s2s-orange)}.mega-link__text{flex-direction:column;display:flex}.mega-link__title{font-family:var(--body);font-size:var(--text-base);color:var(--mega-text-1);font-weight:500;line-height:1.3;transition:color .2s}.mega-link:hover .mega-link__title{color:var(--s2s-orange)}.mega-link__desc{font-size:var(--text-sm);color:var(--mega-text-3);margin-top:2px;line-height:1.3}.mega-link--cta .mega-link__icon{background:var(--gradient)}.mega-link--cta .mega-link__icon i,.mega-link--cta:hover .mega-link__icon i{color:#fff}.mega-link--cta .mega-link__title{font-weight:600}.mega-featured{background:var(--mega-surface);cursor:pointer;border-radius:12px;text-decoration:none;transition:background .2s;display:block;overflow:hidden}.mega-featured:hover{background:var(--mega-surface-hover)}.mega-featured__image-placeholder{background:linear-gradient(135deg,#d32f2f26 0%,#ff6b351a 100%);justify-content:center;align-items:center;width:100%;height:180px;display:flex}.mega-featured__image-placeholder i{font-size:var(--icon-2xl);color:var(--mega-text-3)}.mega-featured__image-placeholder--lg i{font-size:var(--icon-3xl)}.mega-cols--bikefits .mega-featured__image-placeholder{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);height:220px}.mega-featured__image-placeholder--with-image{position:relative}.mega-featured__image-placeholder--with-image img{object-fit:cover;width:100%;height:100%;display:block}.mega-featured__body{padding:20px}.mega-featured__label{font-family:var(--mono);font-size:var(--text-xs,11px);letter-spacing:1.5px;text-transform:uppercase;color:var(--s2s-orange);margin-bottom:8px}.mega-featured__title{font-family:var(--display);font-size:var(--text-md);color:var(--mega-text-1);margin-bottom:8px;font-weight:600;line-height:1.3}.mega-featured__excerpt{font-size:var(--text-base);color:var(--mega-text-3);line-height:1.5}.mega-featured__read{font-size:var(--text-sm);color:var(--s2s-orange);transition:gap .2s var(--ease);align-items:center;gap:6px;margin-top:12px;font-weight:500;display:inline-flex}.mega-featured:hover .mega-featured__read{gap:10px}.mega-promo{background:var(--gradient);border-radius:12px;flex-direction:column;justify-content:space-between;min-height:100%;padding:28px 24px;display:flex;position:relative;overflow:hidden}.mega-promo:before{content:"";pointer-events:none;background:#ffffff14;border-radius:50%;width:200px;height:200px;position:absolute;top:-40px;right:-40px}.mega-promo--with-image{--mega-promo-img-overlay-alpha:.6;background-image:linear-gradient(135deg, rgba(211, 47, 47, var(--mega-promo-img-overlay-alpha)) 0%, rgba(255, 107, 53, var(--mega-promo-img-overlay-alpha)) 100%), var(--mega-promo-img-bg);background-color:#0000;background-position:50%,50%;background-size:cover,cover}.mega-promo__icon{background:#ffffff26;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.mega-promo__icon i{font-size:var(--icon-lg);color:#fff}.mega-promo__title{font-family:var(--display);font-size:var(--text-lg);color:#fff;margin-bottom:8px;font-weight:700;line-height:1.15}.mega-promo__desc{font-size:var(--text-base);color:#fffc;margin-bottom:24px;line-height:1.5}.mega-promo__btn{color:var(--s2s-red);font-size:var(--text-base);transition:all .2s var(--ease);background:#fff;border-radius:6px;align-self:flex-start;align-items:center;gap:8px;padding:10px 20px;font-weight:600;text-decoration:none;display:inline-flex}.mega-promo__btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px #0003}.mega-location{flex-direction:column;gap:20px;display:flex}.mega-location__hero{cursor:pointer;border-radius:12px;text-decoration:none;display:block;position:relative;overflow:hidden}.mega-location__hero-placeholder{justify-content:center;align-items:center;width:100%;height:200px;display:flex}.mega-location__hero-placeholder--cpt{background:linear-gradient(135deg,#1a2a3a 0%,#2a3a4a 100%)}.mega-location__hero-placeholder--grn{background:linear-gradient(135deg,#2a3a2a 0%,#3a4a3a 100%)}.mega-location__hero-placeholder i{font-size:var(--icon-3xl);color:#ffffff26}.mega-location__hero-placeholder--with-image img{object-fit:cover;width:100%;height:100%;display:block}.mega-location__hero-label{font-family:var(--display);font-size:var(--text-lg);color:#fff;text-shadow:0 2px 8px #00000080;font-weight:700;position:absolute;bottom:12px;left:12px}.mega-location__details{flex-direction:column;gap:12px;display:flex}.mega-location__detail{font-size:var(--text-base);color:var(--mega-text-2);align-items:flex-start;gap:10px;line-height:1.5;display:flex}.mega-location__detail i{font-size:var(--icon-sm);color:var(--mega-text-3);flex-shrink:0;margin-top:2px}.mega-location__services{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.mega-location__tag{font-family:var(--mono);font-size:var(--text-xs,11px);letter-spacing:.5px;background:var(--mega-surface);color:var(--mega-text-3);border:1px solid var(--mega-border);border-radius:4px;padding:4px 10px}.mega-location__book{background:var(--gradient);color:#fff;font-size:var(--text-base);transition:all .25s var(--ease);border-radius:6px;align-self:flex-start;align-items:center;gap:8px;margin-top:4px;padding:10px 20px;font-weight:500;text-decoration:none;display:inline-flex}.mega-location__book:hover{transform:translateY(-1px);box-shadow:0 4px 16px #d32f2f4d}.mega-courses{flex-direction:column;gap:16px;display:flex}.mega-course{background:var(--mega-surface);cursor:pointer;border-radius:12px;padding:24px;text-decoration:none;transition:background .2s;display:block}.mega-course:hover{background:var(--mega-surface-hover)}.mega-course--coming-soon{opacity:.6;cursor:default}.mega-course__badge{font-family:var(--mono);font-size:var(--text-xs,11px);letter-spacing:1px;text-transform:uppercase;color:var(--s2s-orange);background:#ff6b351a;border-radius:4px;align-items:center;gap:6px;margin-bottom:12px;padding:4px 10px;display:inline-flex}.mega-course--coming-soon .mega-course__badge{color:var(--mega-text-3);background:var(--mega-surface);font-size:var(--text-sm)}.mega-course__title{font-family:var(--display);font-size:var(--text-md);color:var(--mega-text-1);margin-bottom:8px;font-weight:600;line-height:1.3}.mega-course__meta{font-size:var(--text-sm);color:var(--mega-text-3);margin-bottom:16px}.mega-course__cta{font-size:var(--text-sm);color:var(--s2s-orange);align-items:center;gap:6px;font-weight:500;display:inline-flex}.mega-partner{border:1px solid var(--mega-border);border-radius:12px;flex-direction:column;gap:16px;padding:24px;display:flex}.mega-partner__logo-placeholder{background:var(--mega-surface);width:120px;height:40px;font-family:var(--mono);font-size:var(--text-xs);color:var(--mega-text-3);border-radius:6px;justify-content:center;align-items:center;display:flex}.mega-partner__text{font-size:var(--text-base);color:var(--mega-text-2);line-height:1.5}.mega-partner__link{font-size:var(--text-sm);color:var(--s2s-orange);align-items:center;gap:6px;font-weight:500;text-decoration:none;display:inline-flex}.mega-sep{background:var(--mega-border);height:1px;margin:8px 0}.mega-link i,.mega-featured__read i,.mega-promo__btn i,.mega-partner__link i,.mega-course__cta i,.mega-location__book i{font-size:var(--icon-sm)}.mega-education-links{margin-top:20px}.nav__hamburger{border:1px solid var(--nav-border);cursor:pointer;width:36px;height:36px;transition:all .25s var(--ease);background:0 0;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:8px;display:none}.nav__hamburger:hover{background:var(--nav-surface-hover);border-color:var(--nav-border-hover)}.nav__hamburger span{background:var(--nav-text);width:16px;height:1.5px;transition:all .3s var(--ease);border-radius:1px;display:block}.nav__hamburger.is-open span:first-child{transform:rotate(45deg)translate(4px,4px)}.nav__hamburger.is-open span:nth-child(2){opacity:0}.nav__hamburger.is-open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.mobile-nav{top:var(--nav-height);z-index:90;transition:transform .4s var(--ease);background:#1a1a1a;padding:20px;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-nav.is-open{transform:translate(0)}.nav--compact~.mobile-nav{top:var(--nav-compact)}.mobile-nav__section{border-bottom:1px solid #ffffff14;padding:16px 0}.mobile-nav__section:last-child{border-bottom:none}.mobile-nav__title{font-family:var(--mono);font-size:var(--text-xs);letter-spacing:2px;text-transform:uppercase;color:#6b6b6b;margin-bottom:12px}.mobile-nav__link{font-size:var(--text-lg);color:#bdbdbd;padding:12px 0;font-weight:400;text-decoration:none;transition:color .2s;display:block}.mobile-nav__link:hover,.mobile-nav__link.is-current{color:#fff}.mobile-nav__sub-link{font-size:var(--text-base);color:#6b6b6b;padding:10px 0;text-decoration:none;transition:color .2s;display:block}.mobile-nav__sub-link:hover{color:#fff}.mobile-nav__cta{text-align:center;color:#fff;transition:all .25s var(--ease);background:#ffffff0f;border:1px solid #ffffff14;border-radius:8px;margin-top:20px;padding:16px;font-size:15px;font-weight:500;text-decoration:none;display:block}.mobile-nav__cta:hover{background:#ffffff1a}.mobile-nav__lang-section{border-bottom:1px solid #ffffff14;padding:16px 0}.mobile-nav__lang-heading{font-family:var(--mono);font-size:var(--text-xs);letter-spacing:2px;text-transform:uppercase;color:#6b6b6b;margin-bottom:12px}.mobile-nav__lang-list{flex-direction:column;gap:4px;display:flex}.mobile-nav__lang-option{text-align:left;width:100%;font-family:var(--body);font-size:var(--text-lg);color:#bdbdbd;cursor:pointer;background:0 0;border:0;align-items:center;gap:12px;padding:12px 0;font-weight:400;transition:color .2s;display:flex}.mobile-nav__lang-option:hover,.mobile-nav__lang-option:focus-visible{color:#fff;outline:none}.mobile-nav__lang-option[aria-current=true]{color:#fff}.mobile-nav__lang-option:disabled{opacity:.6;cursor:progress}.mobile-nav__lang-option .ph-globe-simple{font-size:var(--icon-base);color:#6b6b6b}.mobile-nav__lang-option-name{flex:1}.mobile-nav__lang-option-check{font-size:var(--icon-sm);color:var(--s2s-orange)}.mobile-nav__labs{gap:12px;margin-top:4px;display:flex}.mobile-nav__lab{font-size:var(--text-base);color:#bdbdbd;transition:all .25s var(--ease);background:#ffffff0f;border:1px solid #ffffff14;border-radius:8px;flex:1;align-items:center;gap:8px;padding:12px 16px;text-decoration:none;display:flex}.mobile-nav__lab:hover{color:#fff;background:#ffffff1a}@media (max-width:1100px){.mega-cols--coaching,.mega-cols--bikefits{grid-template-columns:1fr 1fr}.mega-cols--coaching .mega-col:last-child,.mega-cols--bikefits .mega-col:last-child{grid-column:1/-1}}@media (max-width:1079px){.nav__links{display:none}.nav__hamburger{display:flex}.nav__cta{display:none}.nav__right{gap:8px}}@media (min-width:1080px){.nav__hamburger{display:none}.mobile-nav{display:none!important}}@media (max-width:960px){.mega-cols{grid-template-columns:1fr!important}}
.search-overlay__backdrop{z-index:110;-webkit-backdrop-filter:blur(4px);opacity:0;animation:search-overlay-fade var(--duration-fast,.15s) var(--ease) forwards;background:#00000080;position:fixed;inset:0}.search-overlay__backdrop.is-active{opacity:1}.search-overlay{z-index:111;background:var(--mega-bg,#0a0a0af7);-webkit-backdrop-filter:blur(40px);border-bottom:1px solid var(--mega-border,#ffffff0f);animation:search-overlay-drop var(--duration-normal,.3s) var(--ease);position:fixed;top:0;left:0;right:0}@keyframes search-overlay-fade{to{opacity:1}}@keyframes search-overlay-drop{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.search-overlay__inner{width:100%;max-width:720px;padding:clamp(16px, 3vw, 28px) var(--gutter,24px) clamp(20px, 3vw, 32px);margin-inline:auto}.search-overlay__bar{background:var(--mega-surface,#ffffff0a);border:1px solid var(--mega-border,#ffffff1f);border-radius:var(--radius-l,12px);align-items:center;gap:8px;padding:6px 6px 6px 46px;display:flex;position:relative}.search-overlay__bar:focus-within{border-color:var(--s2s-orange,#ff6b35)}.search-overlay__bar-icon{font-size:var(--icon-base,20px);color:var(--mega-text-3,#fff6);position:absolute;left:16px}.search-overlay__input{min-width:0;font-family:var(--body,"DM Sans", sans-serif);font-size:var(--text-md,16px);color:var(--mega-text-1,#fff);background:0 0;border:0;outline:none;flex:1;padding:12px 4px}.search-overlay__input::placeholder{color:var(--mega-text-3,#fff6)}.search-overlay__close{cursor:pointer;border-radius:var(--radius-m,8px);width:36px;height:36px;color:var(--mega-text-2,#ffffffb3);font-size:var(--icon-md,18px);transition:background var(--duration-fast,.15s) var(--ease), color var(--duration-fast,.15s) var(--ease);background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;display:flex}.search-overlay__close:hover{background:var(--mega-surface-hover,#ffffff12);color:var(--mega-text-1,#fff)}.search-overlay__results{max-height:min(60vh,520px);margin-top:14px;overflow-y:auto}.search-overlay__empty{color:var(--mega-text-2,#ffffffb3);font-size:var(--text-base,14px);padding:16px 6px}.search-overlay__group{margin-bottom:14px}.search-overlay__group-label{font-family:var(--mono,"JetBrains Mono", monospace);font-size:var(--text-xs,11px);letter-spacing:.1em;text-transform:uppercase;color:var(--mega-text-3,#fff6);align-items:center;gap:8px;padding:4px 6px;font-weight:500;display:flex}.search-overlay__group-label i{color:var(--s2s-orange,#ff6b35);font-size:var(--icon-sm,14px)}.search-overlay__list{margin:0;padding:0;list-style:none}.search-overlay__item{text-align:left;cursor:pointer;border-radius:var(--radius-m,8px);width:100%;transition:background var(--duration-fast,.15s) var(--ease);background:0 0;border:0;padding:10px 12px;display:block}.search-overlay__item.is-active,.search-overlay__item:hover{background:var(--mega-surface-hover,#ffffff12)}.search-overlay__item-title{font-family:var(--display,"Outfit", sans-serif);font-weight:600;font-size:var(--text-base,14px);color:var(--mega-text-1,#fff);display:block}.search-overlay__item-excerpt{font-size:var(--text-sm,12px);color:var(--mega-text-2,#ffffffb3);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;line-height:1.4;display:block;overflow:hidden}.search-overlay__see-all{cursor:pointer;border:0;border-top:1px solid var(--mega-border,#ffffff0f);width:100%;font-family:var(--display,"Outfit", sans-serif);font-weight:600;font-size:var(--text-base,14px);color:var(--s2s-orange,#ff6b35);border-radius:0 0 var(--radius-m,8px) var(--radius-m,8px);transition:background var(--duration-fast,.15s) var(--ease);background:0 0;justify-content:space-between;align-items:center;gap:8px;margin-top:6px;padding:12px;display:flex}.search-overlay__see-all.is-active,.search-overlay__see-all:hover{background:var(--mega-surface-hover,#ffffff12)}
@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.p.0kjod.kaq1k69.woff2?dpl=dpl_Ar8qLWT1dN5ECUgX9fqKaovqwaLU)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2?dpl=dpl_Ar8qLWT1dN5ECUgX9fqKaovqwaLU)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_f4772f48-module__D1f3Ya__className{font-family:Outfit,Outfit Fallback;font-style:normal}.outfit_f4772f48-module__D1f3Ya__variable{--font-outfit:"Outfit", "Outfit Fallback"}
@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(../media/c3cb240f9c892514-s.p.163v2i5cux7-c.woff2?dpl=dpl_Ar8qLWT1dN5ECUgX9fqKaovqwaLU)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(../media/5c285b27cdda1fe8-s.p.0yo6-5yoeeudq.woff2?dpl=dpl_Ar8qLWT1dN5ECUgX9fqKaovqwaLU)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans Fallback;src:local(Arial);ascent-override:94.9%;descent-override:29.66%;line-gap-override:0.0%;size-adjust:104.53%}.dm_sans_c0594b02-module__azGr2G__className{font-family:DM Sans,DM Sans Fallback;font-style:normal}.dm_sans_c0594b02-module__azGr2G__variable{--font-dm-sans:"DM Sans", "DM Sans Fallback"}
@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/13bf9871fe164e7f-s.0s19wthhh_6~m.woff2?dpl=dpl_Ar8qLWT1dN5ECUgX9fqKaovqwaLU)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/cc545e633e20c56d-s.0dza.stei.9v7.woff2?dpl=dpl_Ar8qLWT1dN5ECUgX9fqKaovqwaLU)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/71b036adf157cdcf-s.03nf~dfjdkf~..woff2?dpl=dpl_Ar8qLWT1dN5ECUgX9fqKaovqwaLU)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/89b21bb081cb7469-s.0gfhww.tctz1o.woff2?dpl=dpl_Ar8qLWT1dN5ECUgX9fqKaovqwaLU)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/3fe682a82f50d426-s.p.09q3q1i5159bl.woff2?dpl=dpl_Ar8qLWT1dN5ECUgX9fqKaovqwaLU)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/70bc3e132a0a741e-s.p.1409xf.ylxg8g.woff2?dpl=dpl_Ar8qLWT1dN5ECUgX9fqKaovqwaLU)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono Fallback;src:local(Arial);ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.0%;size-adjust:134.59%}.jetbrains_mono_f607fe7-module__ljcNLq__className{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.jetbrains_mono_f607fe7-module__ljcNLq__variable{--font-jetbrains-mono:"JetBrains Mono", "JetBrains Mono Fallback"}
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}@layer theme{:root,:host{--font-sans:var(--font-body);--font-mono:var(--font-mono-brand);--color-red-500:#fb2c36;--color-black:#000;--color-white:#fff;--spacing:.25rem;--breakpoint-sm:40rem;--breakpoint-md:48rem;--breakpoint-lg:64rem;--breakpoint-xl:80rem;--breakpoint-2xl:86rem;--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:calc(1.5 / 1);--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--text-3xl:1.875rem;--text-4xl:2.25rem;--font-weight-medium:500;--font-weight-semibold:600;--tracking-tight:-.025em;--radius-xs:.125rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--font-display:var(--font-outfit,"Outfit"), system-ui, sans-serif;--font-body:var(--font-dm-sans,"DM Sans"), system-ui, sans-serif;--font-mono-brand:var(--font-jetbrains-mono,"JetBrains Mono"), monospace}@supports (color:lab(0% 0 0)){:root,:host{--color-red-500:lab(55.4814% 75.0732 48.8528)}}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}h1,h2,h3,h4,h5,h6{font-family:var(--font-display,"Outfit", system-ui, sans-serif);letter-spacing:-.3px;color:var(--foreground);font-weight:600}h1{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,1.5rem + 2vw,3rem);line-height:1.1}h2{margin-top:3rem;margin-bottom:1rem;font-size:clamp(1.625rem,1.25rem + 1.5vw,2.25rem);line-height:1.15}h3{margin-top:2rem;margin-bottom:.75rem;font-size:clamp(1.375rem,1.15rem + .8vw,1.688rem);line-height:1.3}h4{margin-top:1.5rem;margin-bottom:.75rem;font-size:clamp(1.125rem,1rem + .4vw,1.25rem);line-height:1.3}h5,h6{margin-top:1rem;margin-bottom:.5rem;font-size:1rem;line-height:1.3}p{margin-bottom:1rem}p:last-child{margin-bottom:0}:first-child:is(h1,h2,h3,h4,h5,h6){margin-top:0}*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){*{outline-color:color-mix(in oklab, var(--ring) 50%, transparent)}}html{background:var(--bg);scroll-behavior:smooth}body{min-height:100vh;color:var(--foreground);font-family:var(--body);background:0 0;font-weight:300;line-height:1.8}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.top-5{top:calc(var(--spacing) * 5)}.top-20{top:calc(var(--spacing) * 20)}.top-60{top:calc(var(--spacing) * 60)}.right-2{right:calc(var(--spacing) * 2)}.isolate{isolation:isolate}.-z-10{z-index:calc(10 * -1)}.z-10{z-index:10}.z-50{z-index:50}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-start-1{grid-column-start:1}.col-start-2{grid-column-start:2}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:86rem){.container{max-width:86rem}}.m-0{margin:calc(var(--spacing) * 0)}.-mx-1{margin-inline:calc(var(--spacing) * -1)}.-mx-4{margin-inline:calc(var(--spacing) * -4)}.mx-auto{margin-inline:auto}.my-1{margin-block:calc(var(--spacing) * 1)}.my-12{margin-block:calc(var(--spacing) * 12)}.my-16{margin-block:calc(var(--spacing) * 16)}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.25em;font-size:2.25em;font-weight:400;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose{--tw-prose-body:var(--text);--tw-prose-headings:var(--text);--tw-prose-lead:#4a5565;--tw-prose-links:#101828;--tw-prose-bold:#101828;--tw-prose-counters:#6a7282;--tw-prose-bullets:#d1d5dc;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#101828;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6a7282;--tw-prose-kbd:#101828;--tw-prose-kbd-shadows:#1018281a;--tw-prose-code:#101828;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1e2939;--tw-prose-th-borders:#d1d5dc;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5dc;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#99a1af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#99a1af;--tw-prose-invert-bullets:#4a5565;--tw-prose-invert-hr:#364153;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#364153;--tw-prose-invert-captions:#99a1af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:#ffffff1a;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5dc;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4a5565;--tw-prose-invert-td-borders:#364153;font-size:1rem;line-height:1.75}@supports (color:lab(0% 0 0)){.prose{--tw-prose-lead:lab(35.6337% -1.58697 -10.8425);--tw-prose-links:lab(8.11897% .811279 -12.254);--tw-prose-bold:lab(8.11897% .811279 -12.254);--tw-prose-counters:lab(47.7841% -.393182 -10.0268);--tw-prose-bullets:lab(85.1236% -.612259 -3.7138);--tw-prose-hr:lab(91.6229% -.159115 -2.26791);--tw-prose-quotes:lab(8.11897% .811279 -12.254);--tw-prose-quote-borders:lab(91.6229% -.159115 -2.26791);--tw-prose-captions:lab(47.7841% -.393182 -10.0268);--tw-prose-kbd:lab(8.11897% .811279 -12.254);--tw-prose-kbd-shadows:lab(8.11897% .811279 -12.254/.1);--tw-prose-code:lab(8.11897% .811279 -12.254);--tw-prose-pre-code:lab(91.6229% -.159115 -2.26791);--tw-prose-pre-bg:lab(16.1051% -1.18239 -11.7533);--tw-prose-th-borders:lab(85.1236% -.612259 -3.7138);--tw-prose-td-borders:lab(91.6229% -.159115 -2.26791);--tw-prose-invert-body:lab(85.1236% -.612259 -3.7138);--tw-prose-invert-lead:lab(65.9269% -.832707 -8.17473);--tw-prose-invert-counters:lab(65.9269% -.832707 -8.17473);--tw-prose-invert-bullets:lab(35.6337% -1.58697 -10.8425);--tw-prose-invert-hr:lab(27.1134% -.956401 -12.3224);--tw-prose-invert-quotes:lab(96.1596% -.0823438 -1.13575);--tw-prose-invert-quote-borders:lab(27.1134% -.956401 -12.3224);--tw-prose-invert-captions:lab(65.9269% -.832707 -8.17473);--tw-prose-invert-pre-code:lab(85.1236% -.612259 -3.7138);--tw-prose-invert-th-borders:lab(35.6337% -1.58697 -10.8425);--tw-prose-invert-td-borders:lab(27.1134% -.956401 -12.3224)}}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.-mt-\[10\.4rem\]{margin-top:-10.4rem}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mt-16{margin-top:calc(var(--spacing) * 16)}.mb-0{margin-bottom:calc(var(--spacing) * 0)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.table{display:table}.table-cell{display:table-cell}.table-row{display:table-row}.field-sizing-content{field-sizing:content}.size-3\.5{width:calc(var(--spacing) * 3.5);height:calc(var(--spacing) * 3.5)}.size-4{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.size-10{width:calc(var(--spacing) * 10);height:calc(var(--spacing) * 10)}.h-4{height:calc(var(--spacing) * 4)}.h-9{height:calc(var(--spacing) * 9)}.h-10{height:calc(var(--spacing) * 10)}.h-11{height:calc(var(--spacing) * 11)}.h-\[34px\]{height:34px}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-px{height:1px}.max-h-96{max-height:calc(var(--spacing) * 96)}.min-h-16{min-height:calc(var(--spacing) * 16)}.min-h-\[80vh\]{min-height:80vh}.w-4{width:calc(var(--spacing) * 4)}.w-9{width:calc(var(--spacing) * 9)}.w-auto{width:auto}.w-full{width:100%}.max-w-\[9\.375rem\]{max-width:9.375rem}.max-w-\[36\.5rem\]{max-width:36.5rem}.max-w-\[48rem\]{max-width:48rem}.max-w-none{max-width:none}.min-w-0{min-width:calc(var(--spacing) * 0)}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-default{cursor:default}.resize{resize:both}.scroll-my-1{scroll-margin-block:calc(var(--spacing) * 1)}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.gap-1{gap:calc(var(--spacing) * 1)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-8{gap:calc(var(--spacing) * 8)}.gap-x-16{column-gap:calc(var(--spacing) * 16)}.gap-y-8{row-gap:calc(var(--spacing) * 8)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.rounded{border-radius:.25rem}.rounded-\[0\.8rem\]{border-radius:.8rem}.rounded-\[4px\]{border-radius:4px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.border{border-style:var(--tw-border-style);border-width:1px}.border-none{--tw-border-style:none;border-style:none}.border-border{border-color:var(--border)}.border-error{border-color:var(--error)}.border-input{border-color:var(--input)}.border-success{border-color:var(--success)}.border-warning{border-color:var(--warning)}.bg-background{background-color:var(--background)}.bg-black{background-color:var(--color-black)}.bg-border{background-color:var(--border)}.bg-card{background-color:var(--card)}.bg-destructive{background-color:var(--destructive)}.bg-error\/30{background-color:var(--error)}@supports (color:color-mix(in lab, red, red)){.bg-error\/30{background-color:color-mix(in oklab, var(--error) 30%, transparent)}}.bg-popover{background-color:var(--popover)}.bg-primary{background-color:var(--primary)}.bg-secondary{background-color:var(--secondary)}.bg-success\/30{background-color:var(--success)}@supports (color:color-mix(in lab, red, red)){.bg-success\/30{background-color:color-mix(in oklab, var(--success) 30%, transparent)}}.bg-transparent{background-color:#0000}.bg-warning\/30{background-color:var(--warning)}@supports (color:color-mix(in lab, red, red)){.bg-warning\/30{background-color:color-mix(in oklab, var(--warning) 30%, transparent)}}.object-cover{object-fit:cover}.p-1{padding:calc(var(--spacing) * 1)}.p-4{padding:calc(var(--spacing) * 4)}.p-6{padding:calc(var(--spacing) * 6)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-8{padding-inline:calc(var(--spacing) * 8)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-28{padding-block:calc(var(--spacing) * 28)}.pt-0{padding-top:calc(var(--spacing) * 0)}.pt-16{padding-top:calc(var(--spacing) * 16)}.pr-2\.5{padding-right:calc(var(--spacing) * 2.5)}.pr-8{padding-right:calc(var(--spacing) * 8)}.pb-24{padding-bottom:calc(var(--spacing) * 24)}.pl-0{padding-left:calc(var(--spacing) * 0)}.pl-2{padding-left:calc(var(--spacing) * 2)}.pl-2\.5{padding-left:calc(var(--spacing) * 2.5)}.pl-4{padding-left:calc(var(--spacing) * 4)}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-display{font-family:var(--font-display)}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.leading-none{--tw-leading:1;line-height:1}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.break-all{word-break:break-all}.whitespace-nowrap{white-space:nowrap}.text-card-foreground{color:var(--card-foreground)}.text-current{color:currentColor}.text-destructive-foreground{color:var(--destructive-foreground)}.text-muted-foreground{color:var(--muted-foreground)}.text-popover-foreground{color:var(--popover-foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-red-500{color:var(--color-red-500)}.text-secondary-foreground{color:var(--secondary-foreground)}.text-white{color:var(--color-white)}.text-white\/25{color:#ffffff40}@supports (color:color-mix(in lab, red, red)){.text-white\/25{color:color-mix(in oklab, var(--color-white) 25%, transparent)}}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.opacity-50{opacity:.5}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a), 0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.shadow-xs{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.ring-ring\/10{--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){.ring-ring\/10{--tw-ring-color:color-mix(in oklab, var(--ring) 10%, transparent)}}.outline-hidden{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.outline-hidden{outline-offset:2px;outline:2px solid #0000}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.outline-ring\/50{outline-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){.outline-ring\/50{outline-color:color-mix(in oklab, var(--ring) 50%, transparent)}}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.drop-shadow{--tw-drop-shadow-size:drop-shadow(0 1px 2px var(--tw-drop-shadow-color,#0000001a)) drop-shadow(0 1px 1px var(--tw-drop-shadow-color,#0000000f));--tw-drop-shadow:drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.invert{--tw-invert:invert(100%);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[color\,box-shadow\]{transition-property:color,box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.select-none{-webkit-user-select:none;user-select:none}.\[mm\:ss\]{mm:ss}.paused{animation-play-state:paused}.running{animation-play-state:running}.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled~*){cursor:not-allowed}.peer-disabled\:opacity-70:is(:where(.peer):disabled~*){opacity:.7}.selection\:bg-primary ::selection,.selection\:bg-primary::selection{background-color:var(--primary)}.selection\:text-primary-foreground ::selection,.selection\:text-primary-foreground::selection{color:var(--primary-foreground)}.file\:inline-flex::file-selector-button{display:inline-flex}.file\:h-7::file-selector-button{height:calc(var(--spacing) * 7)}.file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.file\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.file\:text-foreground::file-selector-button{color:var(--foreground)}.placeholder\:text-muted-foreground::placeholder{color:var(--muted-foreground)}.last\:mb-0:last-child{margin-bottom:calc(var(--spacing) * 0)}@media (hover:hover){.hover\:bg-accent:hover{background-color:var(--accent)}.hover\:bg-destructive\/90:hover{background-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-destructive\/90:hover{background-color:color-mix(in oklab, var(--destructive) 90%, transparent)}}.hover\:bg-primary\/90:hover{background-color:var(--primary)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-primary\/90:hover{background-color:color-mix(in oklab, var(--primary) 90%, transparent)}}.hover\:bg-secondary\/80:hover{background-color:var(--secondary)}@supports (color:color-mix(in lab, red, red)){.hover\:bg-secondary\/80:hover{background-color:color-mix(in oklab, var(--secondary) 80%, transparent)}}.hover\:text-accent-foreground:hover{color:var(--accent-foreground)}.hover\:underline:hover{text-decoration-line:underline}}.focus\:bg-accent:focus{background-color:var(--accent)}.focus\:text-accent-foreground:focus{color:var(--accent-foreground)}.focus-visible\:ring-4:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.focus-visible\:outline-1:focus-visible{outline-style:var(--tw-outline-style);outline-width:1px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.has-\[\>svg\]\:px-2\.5:has(>svg){padding-inline:calc(var(--spacing) * 2.5)}.has-\[\>svg\]\:px-3:has(>svg){padding-inline:calc(var(--spacing) * 3)}.has-\[\>svg\]\:px-4:has(>svg){padding-inline:calc(var(--spacing) * 4)}.aria-invalid\:border-destructive[aria-invalid=true],.aria-invalid\:border-destructive\/60[aria-invalid=true]{border-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.aria-invalid\:border-destructive\/60[aria-invalid=true]{border-color:color-mix(in oklab, var(--destructive) 60%, transparent)}}.aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--destructive) 20%, transparent)}}.aria-invalid\:outline-destructive\/60[aria-invalid=true]{outline-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.aria-invalid\:outline-destructive\/60[aria-invalid=true]{outline-color:color-mix(in oklab, var(--destructive) 60%, transparent)}}.aria-invalid\:focus-visible\:ring-0[aria-invalid=true]:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.aria-invalid\:focus-visible\:ring-\[3px\][aria-invalid=true]:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.aria-invalid\:focus-visible\:outline-none[aria-invalid=true]:focus-visible{--tw-outline-style:none;outline-style:none}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[placeholder\]\:text-muted-foreground[data-placeholder]{color:var(--muted-foreground)}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:calc(var(--spacing) * 1);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:calc(2*var(--spacing)*-1)}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:calc(var(--spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:calc(2*var(--spacing))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:calc(var(--spacing) * 1);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:calc(2*var(--spacing)*-1)}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:calc(var(--spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:calc(2*var(--spacing))}:is(.\*\:data-\[slot\=select-value\]\:flex>*)[data-slot=select-value]{display:flex}:is(.\*\:data-\[slot\=select-value\]\:items-center>*)[data-slot=select-value]{align-items:center}:is(.\*\:data-\[slot\=select-value\]\:gap-2>*)[data-slot=select-value]{gap:calc(var(--spacing) * 2)}.data-\[state\=checked\]\:border-primary[data-state=checked]{border-color:var(--primary)}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:var(--primary)}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:var(--primary-foreground)}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation:exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.data-\[state\=open\]\:animate-in[data-state=open]{animation:enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none)}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity:0}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}@media (min-width:48rem){.md\:col-span-2{grid-column:span 2/span 2}.md\:-mx-8{margin-inline:calc(var(--spacing) * -8)}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:justify-center{justify-content:center}.md\:pl-3{padding-left:calc(var(--spacing) * 3)}.md\:text-center{text-align:center}.md\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.md\:prose-md :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:3.5rem}.md\:prose-md :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.5rem}}@media (min-width:64rem){.lg\:col-span-4{grid-column:span 4/span 4}.lg\:col-span-6{grid-column:span 6/span 6}.lg\:col-span-8{grid-column:span 8/span 8}.lg\:col-span-12{grid-column:span 12/span 12}.lg\:mb-12{margin-bottom:calc(var(--spacing) * 12)}.lg\:max-w-\[48rem\]{max-width:48rem}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.lg\:p-6{padding:calc(var(--spacing) * 6)}}@media (min-width:86rem){.\32 xl\:-mx-16{margin-inline:calc(var(--spacing) * -16)}}.dark\:ring-ring\/20:is([data-theme=dark] *){--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){.dark\:ring-ring\/20:is([data-theme=dark] *){--tw-ring-color:color-mix(in oklab, var(--ring) 20%, transparent)}}.dark\:outline-ring\/40:is([data-theme=dark] *){outline-color:var(--ring)}@supports (color:color-mix(in lab, red, red)){.dark\:outline-ring\/40:is([data-theme=dark] *){outline-color:color-mix(in oklab, var(--ring) 40%, transparent)}}.dark\:prose-invert:is([data-theme=dark] *){--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.dark\:aria-invalid\:border-destructive:is([data-theme=dark] *)[aria-invalid=true]{border-color:var(--destructive)}.dark\:aria-invalid\:ring-destructive\/40:is([data-theme=dark] *)[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\:aria-invalid\:ring-destructive\/40:is([data-theme=dark] *)[aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--destructive) 40%, transparent)}}.dark\:aria-invalid\:ring-destructive\/50:is([data-theme=dark] *)[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab, red, red)){.dark\:aria-invalid\:ring-destructive\/50:is([data-theme=dark] *)[aria-invalid=true]{--tw-ring-color:color-mix(in oklab, var(--destructive) 50%, transparent)}}.dark\:aria-invalid\:outline-destructive:is([data-theme=dark] *)[aria-invalid=true]{outline-color:var(--destructive)}.dark\:aria-invalid\:focus-visible\:ring-4:is([data-theme=dark] *)[aria-invalid=true]:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground svg:not([class*=text-]){color:var(--muted-foreground)}:is(.\*\:\[span\]\:last\:flex>*):is(span):last-child{display:flex}:is(.\*\:\[span\]\:last\:items-center>*):is(span):last-child{align-items:center}:is(.\*\:\[span\]\:last\:gap-2>*):is(span):last-child{gap:calc(var(--spacing) * 2)}.\[\&\>span\]\:line-clamp-1>span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.container{width:100%;margin-inline:auto;padding-inline:1rem}@media (min-width:40rem){.container{max-width:var(--breakpoint-sm)}}@media (min-width:48rem){.container{max-width:var(--breakpoint-md);padding-inline:2rem}}@media (min-width:64rem){.container{max-width:var(--breakpoint-lg)}}@media (min-width:80rem){.container{max-width:var(--breakpoint-xl)}}@media (min-width:86rem){.container{max-width:var(--breakpoint-2xl)}}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}:root{--background:#fff;--foreground:#0a0a0a;--card:#f2f3f7;--card-foreground:#0a0a0a;--popover:#fff;--popover-foreground:#0a0a0a;--primary:#171717;--primary-foreground:#fafafa;--secondary:#f5f5f5;--secondary-foreground:#171717;--muted:#f5f5f5;--muted-foreground:#737373;--accent:#f5f5f5;--accent-foreground:#171717;--destructive:#e40014;--destructive-foreground:#e40014;--border:#e5e5e5;--input:#e5e5e5;--ring:#a1a1a1;--chart-1:#f05100;--chart-2:#009588;--chart-3:#104e64;--chart-4:#fcbb00;--chart-5:#f99c00;--radius:.625rem;--sidebar:#fafafa;--sidebar-foreground:#0a0a0a;--sidebar-primary:#171717;--sidebar-primary-foreground:#fafafa;--sidebar-accent:#f5f5f5;--sidebar-accent-foreground:#171717;--sidebar-border:#e5e5e5;--sidebar-ring:#a1a1a1;--success:#76c7cc;--warning:#ffd294;--error:#ff847d;--s2s-red:#d32f2f;--s2s-orange:#ff6b35;--s2s-red-dark:#b71c1c;--gradient:linear-gradient(135deg, #d32f2f 0%, #ff6b35 100%);--s2s-gradient:linear-gradient(135deg, #d32f2f 0%, #ff6b35 100%);--ease:cubic-bezier(.16, 1, .3, 1);--display:var(--font-outfit,"Outfit"), system-ui, sans-serif;--body:var(--font-dm-sans,"DM Sans"), system-ui, sans-serif;--mono:var(--font-jetbrains-mono,"JetBrains Mono"), monospace;--text-xs:11px;--text-sm:12px;--text-base:14px;--text-md:16px;--text-lg:20px;--text-xl:24px;--text-2xl:28px;--text-3xl:48px;--text-4xl:52px;--icon-xs:12px;--icon-sm:14px;--icon-md:18px;--icon-base:20px;--icon-lg:24px;--icon-xl:32px;--icon-2xl:48px;--icon-3xl:64px;--grid-max:1200px;--grid-gutter:clamp(20px, 4vw, 60px);--gutter:clamp(20px, 4vw, 60px);--section-compact:clamp(48px, 6vw, 80px);--section-standard:clamp(80px, 10vw, 120px);--section-emphasis:clamp(100px, 12vw, 160px);--section-gap:clamp(40px, 5vw, 56px);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--nav-bg:#000000e6;--nav-height:72px;--nav-compact:56px;--admin-bar-height:44px;--nav-text:#ffffffa6;--nav-text-hover:#fff;--nav-border:#ffffff0f;--nav-border-hover:#ffffff1f;--nav-surface:#ffffff0a;--nav-surface-hover:#ffffff12;--mega-bg:#0a0a0af7;--mega-surface:#ffffff0a;--mega-surface-hover:#ffffff12;--mega-border:#ffffff0f;--mega-text-1:#fff;--mega-text-2:#ffffffb3;--mega-text-3:#fff6;--card-dark-bg:#1a1a1a;--card-dark-border:#3d3d3d;--card-dark-text:#fff;--radius-xs:4px;--radius-s:6px;--radius-m:8px;--radius-l:12px;--duration-fast:.15s;--duration-normal:.3s;--bg:#f2f2f2;--surface:#fff;--surface-2:#f5f5f5;--surface-3:#eee;--surface-4:#e0e0e0;--bg-alt:#eaeaea;--text-1:#111;--text-2:#444;--text-3:#666;--text-4:#00000040;--code-bg:#f0f0f0;--footer-bg:#222;--border-hover:#0000002e;--border-subtle:#0000000f;--bg-card:#fafafa;--border-md:#0000002e}@supports (color:lab(0% 0 0)){:root{--background:lab(100% 0 0);--foreground:lab(2.75381% 0 0);--card:lab(95.9187% -.12064 -1.89234);--card-foreground:lab(2.75381% 0 0);--popover:lab(100% 0 0);--popover-foreground:lab(2.75381% 0 0);--primary:lab(7.78201% -.0000149012 0);--primary-foreground:lab(98.26% 0 0);--secondary:lab(96.52% -.0000298023 .0000119209);--secondary-foreground:lab(7.78201% -.0000149012 0);--muted:lab(96.52% -.0000298023 .0000119209);--muted-foreground:lab(48.496% 0 0);--accent:lab(96.52% -.0000298023 .0000119209);--accent-foreground:lab(7.78201% -.0000149012 0);--destructive:lab(48.4493% 77.4328 61.5452);--destructive-foreground:lab(48.4493% 77.4328 61.5452);--border:lab(90.952% 0 -.0000119209);--input:lab(90.952% 0 -.0000119209);--ring:lab(66.128% -.0000298023 .0000119209);--chart-1:lab(57.1026% 64.2584 89.8886);--chart-2:lab(55.0223% -41.0774 -3.90277);--chart-3:lab(30.372% -13.1853 -18.7887);--chart-4:lab(80.1641% 16.6016 99.2089);--chart-5:lab(72.7183% 31.8672 97.9407);--sidebar:lab(98.26% 0 0);--sidebar-foreground:lab(2.75381% 0 0);--sidebar-primary:lab(7.78201% -.0000149012 0);--sidebar-primary-foreground:lab(98.26% 0 0);--sidebar-accent:lab(96.52% -.0000298023 .0000119209);--sidebar-accent-foreground:lab(7.78201% -.0000149012 0);--sidebar-border:lab(90.952% 0 -.0000119209);--sidebar-ring:lab(66.128% -.0000298023 .0000119209);--success:lab(75.2633% -25.1688 -10.4072);--warning:lab(87.2575% 11.4394 39.8324);--error:lab(69.5411% 46.9033 26.5749)}}[data-theme=dark]{--background:#0a0a0a;--foreground:#fafafa;--card:#0f0f0f;--card-foreground:#fafafa;--popover:#0a0a0a;--popover-foreground:#fafafa;--primary:#fafafa;--primary-foreground:#171717;--secondary:#262626;--secondary-foreground:#fafafa;--muted:#262626;--muted-foreground:#a1a1a1;--accent:#262626;--accent-foreground:#fafafa;--destructive:#82181a;--destructive-foreground:#fb2c36;--border:#262626;--input:#262626;--ring:#525252;--chart-1:#1447e6;--chart-2:#00bb7f;--chart-3:#f99c00;--chart-4:#ac4bff;--chart-5:#ff2357;--sidebar:#171717;--sidebar-foreground:#fafafa;--sidebar-primary:#1447e6;--sidebar-primary-foreground:#fafafa;--sidebar-accent:#262626;--sidebar-accent-foreground:#fafafa;--sidebar-border:#262626;--sidebar-ring:#525252;--success:#003033;--warning:#543200;--error:#843c38;--bg:#1a1a1a;--surface:#222;--surface-2:#202020;--surface-3:#262626;--surface-4:#2c2c2c;--bg-alt:#1e1e1e;--text-1:#e0e0e0;--text-2:#a8a8a8;--text-3:#888;--text-4:#ffffff40;--code-bg:#111;--footer-bg:#111;--border-hover:#ffffff2e;--border-subtle:#ffffff0a;--card-dark-bg:#141414;--card-dark-border:#2a2a2a;--bg-card:#1e1e1e;--border-md:#ffffff2e}@supports (color:lab(0% 0 0)){[data-theme=dark]{--background:lab(2.75381% 0 0);--foreground:lab(98.26% 0 0);--card:lab(4.4379% 0 0);--card-foreground:lab(98.26% 0 0);--popover:lab(2.75381% 0 0);--popover-foreground:lab(98.26% 0 0);--primary:lab(98.26% 0 0);--primary-foreground:lab(7.78201% -.0000149012 0);--secondary:lab(15.204% 0 -.00000596046);--secondary-foreground:lab(98.26% 0 0);--muted:lab(15.204% 0 -.00000596046);--muted-foreground:lab(66.128% -.0000298023 .0000119209);--accent:lab(15.204% 0 -.00000596046);--accent-foreground:lab(98.26% 0 0);--destructive:lab(28.5139% 44.5539 29.0463);--destructive-foreground:lab(55.4814% 75.0732 48.8528);--border:lab(15.204% 0 -.00000596046);--input:lab(15.204% 0 -.00000596046);--ring:lab(34.924% 0 0);--chart-1:lab(36.9089% 35.0961 -85.6872);--chart-2:lab(66.9756% -58.27 19.5419);--chart-3:lab(72.7183% 31.8672 97.9407);--chart-4:lab(52.0183% 66.11 -78.2316);--chart-5:lab(56.101% 79.4328 31.4532);--sidebar:lab(7.78201% -.0000149012 0);--sidebar-foreground:lab(98.26% 0 0);--sidebar-primary:lab(36.9089% 35.0961 -85.6872);--sidebar-primary-foreground:lab(98.26% 0 0);--sidebar-accent:lab(15.204% 0 -.00000596046);--sidebar-accent-foreground:lab(98.26% 0 0);--sidebar-border:lab(15.204% 0 -.00000596046);--sidebar-ring:lab(34.924% 0 0);--success:lab(17.4083% -30.5847 -12.4808);--warning:lab(24.4073% 13.346 36.1604);--error:lab(35.2211% 31.3348 17.9367)}}.gradient-text{background:var(--gradient);-webkit-text-fill-color:transparent;text-shadow:none;-webkit-background-clip:text;background-clip:text}.section-label{font-family:var(--mono);font-size:var(--text-xs,11px);letter-spacing:3px;text-transform:uppercase;color:var(--text-3);margin-bottom:var(--space-4);line-height:1.3;display:block}.section-title{font-family:var(--display);letter-spacing:-1.5px;color:var(--text-1);margin-bottom:var(--space-4);font-size:clamp(28px,4vw,48px);font-weight:700;line-height:1.1}.section-title .gradient-text{background:var(--gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.section-subtitle{font-size:var(--text-md);color:var(--text-2);max-width:600px;font-weight:300;line-height:1.7}.btn-primary{background:var(--gradient);color:#fff;font-family:var(--body);font-size:var(--text-base);transition:all .3s var(--ease);cursor:pointer;letter-spacing:.2px;border:none;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-weight:500;text-decoration:none;display:inline-flex}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 24px #d32f2f59}.btn-secondary{color:var(--text-2);font-family:var(--body);font-size:var(--text-base);border:1px solid var(--border-hover);transition:all .3s var(--ease);background:0 0;border-radius:8px;align-items:center;gap:8px;padding:14px 28px;font-weight:400;text-decoration:none;display:inline-flex}.btn-secondary:hover{color:var(--text-1);border-color:var(--text-3);background:var(--surface-2)}@media (min-width:769px){body.is-preview{padding-top:var(--admin-bar-height)}body.is-preview .nav{top:var(--admin-bar-height)}body.is-preview .mega-panel{top:calc(var(--nav-height) + var(--admin-bar-height));max-height:calc(100vh - var(--nav-height) - var(--admin-bar-height) - 40px)}body.is-preview .nav--compact~.mega-panel{top:calc(var(--nav-compact) + var(--admin-bar-height));max-height:calc(100vh - var(--nav-compact) - var(--admin-bar-height) - 40px)}body.is-preview .mobile-nav{top:calc(var(--nav-height) + var(--admin-bar-height))}body.is-preview .nav--compact~.mobile-nav{top:calc(var(--nav-compact) + var(--admin-bar-height))}}.page-breadcrumb{margin-top:var(--nav-height,72px);background:var(--bg-alt);border-bottom:1px solid var(--border)}.page-breadcrumb__inner{max-width:1200px;padding:var(--space-3) var(--gutter);align-items:center;gap:var(--space-2);font-size:var(--text-xs);color:var(--text-3);flex-wrap:wrap;margin:0 auto;display:flex}.page-breadcrumb__inner a{color:var(--text-3);transition:color var(--duration-fast);text-decoration:none}.page-breadcrumb__inner a:hover{color:var(--s2s-red)}.page-breadcrumb__inner .sep{font-size:var(--text-xs);color:var(--text-4);align-items:center;display:inline-flex}.page-breadcrumb__inner .current{color:var(--text-1)}.page-breadcrumb+*{margin-top:0}.discipline-tag{font-family:var(--mono);font-size:var(--text-xs,11px);letter-spacing:1px;text-transform:uppercase;color:var(--text-2);background:var(--bg);border:1px solid var(--border-hover);border-radius:4px;align-items:center;gap:6px;padding:6px 12px;display:inline-flex}.discipline-tag i{font-size:var(--icon-sm);color:var(--s2s-orange)}.icon-accent{color:var(--s2s-orange)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}html{opacity:0}html[data-theme=dark],html[data-theme=light]{opacity:initial}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));filter:blur(var(--tw-enter-blur,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));filter:blur(var(--tw-exit-blur,0))}}
@font-face{font-family:Phosphor;src:url(../media/phosphor-subset-regular.03fkr98u1eayi.woff2?dpl=dpl_Ar8qLWT1dN5ECUgX9fqKaovqwaLU)format("woff2");font-weight:400;font-style:normal;font-display:block}.ph{speak:never;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:Phosphor!important}@font-face{font-family:Phosphor-Light;src:url(../media/phosphor-subset-light.01rvq1q7pe.kw.woff2?dpl=dpl_Ar8qLWT1dN5ECUgX9fqKaovqwaLU)format("woff2");font-weight:400;font-style:normal;font-display:block}.ph-light{speak:never;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:Phosphor-Light!important}@font-face{font-family:Phosphor-Bold;src:url(../media/phosphor-subset-bold.15w8zdbudzrhm.woff2?dpl=dpl_Ar8qLWT1dN5ECUgX9fqKaovqwaLU)format("woff2");font-weight:400;font-style:normal;font-display:block}.ph-bold{speak:never;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:Phosphor-Bold!important}@font-face{font-family:Phosphor-Fill;src:url(../media/phosphor-subset-fill.16k5as0eikn5o.woff2?dpl=dpl_Ar8qLWT1dN5ECUgX9fqKaovqwaLU)format("woff2");font-weight:400;font-style:normal;font-display:block}.ph-fill{speak:never;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-style:normal;font-weight:400;line-height:1;font-family:Phosphor-Fill!important}.ph.ph-arrow-down:before,.ph-light.ph-arrow-down:before,.ph-bold.ph-arrow-down:before,.ph-fill.ph-arrow-down:before{content:""}.ph.ph-arrow-left:before,.ph-light.ph-arrow-left:before,.ph-bold.ph-arrow-left:before,.ph-fill.ph-arrow-left:before{content:""}.ph.ph-arrow-right:before,.ph-light.ph-arrow-right:before,.ph-bold.ph-arrow-right:before,.ph-fill.ph-arrow-right:before{content:""}.ph.ph-arrow-square-out:before,.ph-light.ph-arrow-square-out:before,.ph-bold.ph-arrow-square-out:before,.ph-fill.ph-arrow-square-out:before{content:""}.ph.ph-arrow-up:before,.ph-light.ph-arrow-up:before,.ph-bold.ph-arrow-up:before,.ph-fill.ph-arrow-up:before{content:""}.ph.ph-arrow-up-right:before,.ph-light.ph-arrow-up-right:before,.ph-bold.ph-arrow-up-right:before,.ph-fill.ph-arrow-up-right:before{content:""}.ph.ph-arrows-clockwise:before,.ph-light.ph-arrows-clockwise:before,.ph-bold.ph-arrows-clockwise:before,.ph-fill.ph-arrows-clockwise:before{content:""}.ph.ph-arrows-counter-clockwise:before,.ph-light.ph-arrows-counter-clockwise:before,.ph-bold.ph-arrows-counter-clockwise:before,.ph-fill.ph-arrows-counter-clockwise:before{content:""}.ph.ph-arrows-in-line-vertical:before,.ph-light.ph-arrows-in-line-vertical:before,.ph-bold.ph-arrows-in-line-vertical:before,.ph-fill.ph-arrows-in-line-vertical:before{content:""}.ph.ph-arrows-out:before,.ph-light.ph-arrows-out:before,.ph-bold.ph-arrows-out:before,.ph-fill.ph-arrows-out:before{content:""}.ph.ph-article:before,.ph-light.ph-article:before,.ph-bold.ph-article:before,.ph-fill.ph-article:before{content:""}.ph.ph-barbell:before,.ph-light.ph-barbell:before,.ph-bold.ph-barbell:before,.ph-fill.ph-barbell:before{content:""}.ph.ph-bell-ringing:before,.ph-light.ph-bell-ringing:before,.ph-bold.ph-bell-ringing:before,.ph-fill.ph-bell-ringing:before{content:""}.ph.ph-bezier-curve:before,.ph-light.ph-bezier-curve:before,.ph-bold.ph-bezier-curve:before,.ph-fill.ph-bezier-curve:before{content:""}.ph.ph-bicycle:before,.ph-light.ph-bicycle:before,.ph-bold.ph-bicycle:before,.ph-fill.ph-bicycle:before{content:""}.ph.ph-book-open-text:before,.ph-light.ph-book-open-text:before,.ph-bold.ph-book-open-text:before,.ph-fill.ph-book-open-text:before{content:""}.ph.ph-broadcast:before,.ph-light.ph-broadcast:before,.ph-bold.ph-broadcast:before,.ph-fill.ph-broadcast:before{content:""}.ph.ph-calculator:before,.ph-light.ph-calculator:before,.ph-bold.ph-calculator:before,.ph-fill.ph-calculator:before{content:""}.ph.ph-calendar:before,.ph-light.ph-calendar:before,.ph-bold.ph-calendar:before,.ph-fill.ph-calendar:before{content:""}.ph.ph-calendar-blank:before,.ph-light.ph-calendar-blank:before,.ph-bold.ph-calendar-blank:before,.ph-fill.ph-calendar-blank:before{content:""}.ph.ph-calendar-check:before,.ph-light.ph-calendar-check:before,.ph-bold.ph-calendar-check:before,.ph-fill.ph-calendar-check:before{content:""}.ph.ph-calendar-dots:before,.ph-light.ph-calendar-dots:before,.ph-bold.ph-calendar-dots:before,.ph-fill.ph-calendar-dots:before{content:""}.ph.ph-caret-down:before,.ph-light.ph-caret-down:before,.ph-bold.ph-caret-down:before,.ph-fill.ph-caret-down:before{content:""}.ph.ph-caret-left:before,.ph-light.ph-caret-left:before,.ph-bold.ph-caret-left:before,.ph-fill.ph-caret-left:before{content:""}.ph.ph-caret-right:before,.ph-light.ph-caret-right:before,.ph-bold.ph-caret-right:before,.ph-fill.ph-caret-right:before{content:""}.ph.ph-certificate:before,.ph-light.ph-certificate:before,.ph-bold.ph-certificate:before,.ph-fill.ph-certificate:before{content:""}.ph.ph-chalkboard-teacher:before,.ph-light.ph-chalkboard-teacher:before,.ph-bold.ph-chalkboard-teacher:before,.ph-fill.ph-chalkboard-teacher:before{content:""}.ph.ph-chart-line-up:before,.ph-light.ph-chart-line-up:before,.ph-bold.ph-chart-line-up:before,.ph-fill.ph-chart-line-up:before{content:""}.ph.ph-chart-pie-slice:before,.ph-light.ph-chart-pie-slice:before,.ph-bold.ph-chart-pie-slice:before,.ph-fill.ph-chart-pie-slice:before{content:""}.ph.ph-chat-circle-text:before,.ph-light.ph-chat-circle-text:before,.ph-bold.ph-chat-circle-text:before,.ph-fill.ph-chat-circle-text:before{content:""}.ph.ph-check:before,.ph-light.ph-check:before,.ph-bold.ph-check:before,.ph-fill.ph-check:before{content:""}.ph.ph-check-circle:before,.ph-light.ph-check-circle:before,.ph-bold.ph-check-circle:before,.ph-fill.ph-check-circle:before{content:""}.ph.ph-clipboard-text:before,.ph-light.ph-clipboard-text:before,.ph-bold.ph-clipboard-text:before,.ph-fill.ph-clipboard-text:before{content:""}.ph.ph-clock:before,.ph-light.ph-clock:before,.ph-bold.ph-clock:before,.ph-fill.ph-clock:before{content:""}.ph.ph-clock-countdown:before,.ph-light.ph-clock-countdown:before,.ph-bold.ph-clock-countdown:before,.ph-fill.ph-clock-countdown:before{content:""}.ph.ph-currency-circle-dollar:before,.ph-light.ph-currency-circle-dollar:before,.ph-bold.ph-currency-circle-dollar:before,.ph-fill.ph-currency-circle-dollar:before{content:""}.ph.ph-currency-eur:before,.ph-light.ph-currency-eur:before,.ph-bold.ph-currency-eur:before,.ph-fill.ph-currency-eur:before{content:""}.ph.ph-desktop-tower:before,.ph-light.ph-desktop-tower:before,.ph-bold.ph-desktop-tower:before,.ph-fill.ph-desktop-tower:before{content:""}.ph.ph-drop:before,.ph-light.ph-drop:before,.ph-bold.ph-drop:before,.ph-fill.ph-drop:before{content:""}.ph.ph-envelope:before,.ph-light.ph-envelope:before,.ph-bold.ph-envelope:before,.ph-fill.ph-envelope:before{content:""}.ph.ph-envelope-simple:before,.ph-light.ph-envelope-simple:before,.ph-bold.ph-envelope-simple:before,.ph-fill.ph-envelope-simple:before{content:""}.ph.ph-file-pdf:before,.ph-light.ph-file-pdf:before,.ph-bold.ph-file-pdf:before,.ph-fill.ph-file-pdf:before{content:""}.ph.ph-file-text:before,.ph-light.ph-file-text:before,.ph-bold.ph-file-text:before,.ph-fill.ph-file-text:before{content:""}.ph.ph-fingerprint:before,.ph-light.ph-fingerprint:before,.ph-bold.ph-fingerprint:before,.ph-fill.ph-fingerprint:before{content:""}.ph.ph-fire:before,.ph-light.ph-fire:before,.ph-bold.ph-fire:before,.ph-fill.ph-fire:before{content:""}.ph.ph-first-aid:before,.ph-light.ph-first-aid:before,.ph-bold.ph-first-aid:before,.ph-fill.ph-first-aid:before{content:""}.ph.ph-first-aid-kit:before,.ph-light.ph-first-aid-kit:before,.ph-bold.ph-first-aid-kit:before,.ph-fill.ph-first-aid-kit:before{content:""}.ph.ph-flag:before,.ph-light.ph-flag:before,.ph-bold.ph-flag:before,.ph-fill.ph-flag:before{content:""}.ph.ph-flame:before,.ph-light.ph-flame:before,.ph-bold.ph-flame:before,.ph-fill.ph-flame:before{content:""}.ph.ph-flask:before,.ph-light.ph-flask:before,.ph-bold.ph-flask:before,.ph-fill.ph-flask:before{content:""}.ph.ph-gauge:before,.ph-light.ph-gauge:before,.ph-bold.ph-gauge:before,.ph-fill.ph-gauge:before{content:""}.ph.ph-gear:before,.ph-light.ph-gear:before,.ph-bold.ph-gear:before,.ph-fill.ph-gear:before{content:""}.ph.ph-globe-simple:before,.ph-light.ph-globe-simple:before,.ph-bold.ph-globe-simple:before,.ph-fill.ph-globe-simple:before{content:""}.ph.ph-graduation-cap:before,.ph-light.ph-graduation-cap:before,.ph-bold.ph-graduation-cap:before,.ph-fill.ph-graduation-cap:before{content:""}.ph.ph-heartbeat:before,.ph-light.ph-heartbeat:before,.ph-bold.ph-heartbeat:before,.ph-fill.ph-heartbeat:before{content:""}.ph.ph-house:before,.ph-light.ph-house:before,.ph-bold.ph-house:before,.ph-fill.ph-house:before{content:""}.ph.ph-image:before,.ph-light.ph-image:before,.ph-bold.ph-image:before,.ph-fill.ph-image:before{content:""}.ph.ph-info:before,.ph-light.ph-info:before,.ph-bold.ph-info:before,.ph-fill.ph-info:before{content:""}.ph.ph-instagram-logo:before,.ph-light.ph-instagram-logo:before,.ph-bold.ph-instagram-logo:before,.ph-fill.ph-instagram-logo:before{content:""}.ph.ph-lightbulb:before,.ph-light.ph-lightbulb:before,.ph-bold.ph-lightbulb:before,.ph-fill.ph-lightbulb:before{content:""}.ph.ph-lightning:before,.ph-light.ph-lightning:before,.ph-bold.ph-lightning:before,.ph-fill.ph-lightning:before{content:""}.ph.ph-linkedin-logo:before,.ph-light.ph-linkedin-logo:before,.ph-bold.ph-linkedin-logo:before,.ph-fill.ph-linkedin-logo:before{content:""}.ph.ph-list-bullets:before,.ph-light.ph-list-bullets:before,.ph-bold.ph-list-bullets:before,.ph-fill.ph-list-bullets:before{content:""}.ph.ph-list-checks:before,.ph-light.ph-list-checks:before,.ph-bold.ph-list-checks:before,.ph-fill.ph-list-checks:before{content:""}.ph.ph-magnifying-glass:before,.ph-light.ph-magnifying-glass:before,.ph-bold.ph-magnifying-glass:before,.ph-fill.ph-magnifying-glass:before{content:""}.ph.ph-magnifying-glass-minus:before,.ph-light.ph-magnifying-glass-minus:before,.ph-bold.ph-magnifying-glass-minus:before,.ph-fill.ph-magnifying-glass-minus:before{content:""}.ph.ph-map-pin:before,.ph-light.ph-map-pin:before,.ph-bold.ph-map-pin:before,.ph-fill.ph-map-pin:before{content:""}.ph.ph-medal:before,.ph-light.ph-medal:before,.ph-bold.ph-medal:before,.ph-fill.ph-medal:before{content:""}.ph.ph-microphone-stage:before,.ph-light.ph-microphone-stage:before,.ph-bold.ph-microphone-stage:before,.ph-fill.ph-microphone-stage:before{content:""}.ph.ph-mountains:before,.ph-light.ph-mountains:before,.ph-bold.ph-mountains:before,.ph-fill.ph-mountains:before{content:""}.ph.ph-newspaper:before,.ph-light.ph-newspaper:before,.ph-bold.ph-newspaper:before,.ph-fill.ph-newspaper:before{content:""}.ph.ph-paper-plane-tilt:before,.ph-light.ph-paper-plane-tilt:before,.ph-bold.ph-paper-plane-tilt:before,.ph-fill.ph-paper-plane-tilt:before{content:""}.ph.ph-path:before,.ph-light.ph-path:before,.ph-bold.ph-path:before,.ph-fill.ph-path:before{content:""}.ph.ph-person-arms-spread:before,.ph-light.ph-person-arms-spread:before,.ph-bold.ph-person-arms-spread:before,.ph-fill.ph-person-arms-spread:before{content:""}.ph.ph-person-simple-bike:before,.ph-light.ph-person-simple-bike:before,.ph-bold.ph-person-simple-bike:before,.ph-fill.ph-person-simple-bike:before{content:""}.ph.ph-person-simple-run:before,.ph-light.ph-person-simple-run:before,.ph-bold.ph-person-simple-run:before,.ph-fill.ph-person-simple-run:before{content:""}.ph.ph-phone:before,.ph-light.ph-phone:before,.ph-bold.ph-phone:before,.ph-fill.ph-phone:before{content:""}.ph.ph-play:before,.ph-light.ph-play:before,.ph-bold.ph-play:before,.ph-fill.ph-play:before{content:""}.ph.ph-play-circle:before,.ph-light.ph-play-circle:before,.ph-bold.ph-play-circle:before,.ph-fill.ph-play-circle:before{content:""}.ph.ph-pulse:before,.ph-light.ph-pulse:before,.ph-bold.ph-pulse:before,.ph-fill.ph-pulse:before{content:""}.ph.ph-question:before,.ph-light.ph-question:before,.ph-bold.ph-question:before,.ph-fill.ph-question:before{content:""}.ph.ph-ruler:before,.ph-light.ph-ruler:before,.ph-bold.ph-ruler:before,.ph-fill.ph-ruler:before{content:""}.ph.ph-scales:before,.ph-light.ph-scales:before,.ph-bold.ph-scales:before,.ph-fill.ph-scales:before{content:""}.ph.ph-share-network:before,.ph-light.ph-share-network:before,.ph-bold.ph-share-network:before,.ph-fill.ph-share-network:before{content:""}.ph.ph-sliders-horizontal:before,.ph-light.ph-sliders-horizontal:before,.ph-bold.ph-sliders-horizontal:before,.ph-fill.ph-sliders-horizontal:before{content:""}.ph.ph-stack:before,.ph-light.ph-stack:before,.ph-bold.ph-stack:before,.ph-fill.ph-stack:before{content:""}.ph.ph-star:before,.ph-light.ph-star:before,.ph-bold.ph-star:before,.ph-fill.ph-star:before{content:""}.ph.ph-target:before,.ph-light.ph-target:before,.ph-bold.ph-target:before,.ph-fill.ph-target:before{content:""}.ph.ph-thermometer-hot:before,.ph-light.ph-thermometer-hot:before,.ph-bold.ph-thermometer-hot:before,.ph-fill.ph-thermometer-hot:before{content:""}.ph.ph-timer:before,.ph-light.ph-timer:before,.ph-bold.ph-timer:before,.ph-fill.ph-timer:before{content:""}.ph.ph-tree-evergreen:before,.ph-light.ph-tree-evergreen:before,.ph-bold.ph-tree-evergreen:before,.ph-fill.ph-tree-evergreen:before{content:""}.ph.ph-trend-up:before,.ph-light.ph-trend-up:before,.ph-bold.ph-trend-up:before,.ph-fill.ph-trend-up:before{content:""}.ph.ph-trophy:before,.ph-light.ph-trophy:before,.ph-bold.ph-trophy:before,.ph-fill.ph-trophy:before{content:""}.ph.ph-user:before,.ph-light.ph-user:before,.ph-bold.ph-user:before,.ph-fill.ph-user:before{content:""}.ph.ph-users:before,.ph-light.ph-users:before,.ph-bold.ph-users:before,.ph-fill.ph-users:before{content:""}.ph.ph-users-three:before,.ph-light.ph-users-three:before,.ph-bold.ph-users-three:before,.ph-fill.ph-users-three:before{content:""}.ph.ph-video-camera:before,.ph-light.ph-video-camera:before,.ph-bold.ph-video-camera:before,.ph-fill.ph-video-camera:before{content:""}.ph.ph-warning:before,.ph-light.ph-warning:before,.ph-bold.ph-warning:before,.ph-fill.ph-warning:before{content:""}.ph.ph-warning-circle:before,.ph-light.ph-warning-circle:before,.ph-bold.ph-warning-circle:before,.ph-fill.ph-warning-circle:before{content:""}.ph.ph-wave-sine:before,.ph-light.ph-wave-sine:before,.ph-bold.ph-wave-sine:before,.ph-fill.ph-wave-sine:before{content:""}.ph.ph-wheelchair:before,.ph-light.ph-wheelchair:before,.ph-bold.ph-wheelchair:before,.ph-fill.ph-wheelchair:before{content:""}.ph.ph-x:before,.ph-light.ph-x:before,.ph-bold.ph-x:before,.ph-fill.ph-x:before{content:""}.ph.ph-x-circle:before,.ph-light.ph-x-circle:before,.ph-bold.ph-x-circle:before,.ph-fill.ph-x-circle:before{content:""}.ph.ph-x-logo:before,.ph-light.ph-x-logo:before,.ph-bold.ph-x-logo:before,.ph-fill.ph-x-logo:before{content:""}.ph.ph-activity:before,.ph-light.ph-activity:before,.ph-bold.ph-activity:before,.ph-fill.ph-activity:before{content:""}
