.sl-marquee{overflow:hidden;padding:.8rem 0;position:relative;z-index:101;background:var(--sl-marquee-bg, #1a1a18)}.sl-marquee__track{display:flex;gap:4rem;animation:sl-marquee-scroll var(--sl-marquee-speed, 30s) linear infinite;width:max-content}.sl-marquee__track-dupe{display:contents}@keyframes sl-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.sl-marquee__track{animation:none}}.sl-faqp{max-width:124rem;margin:0 auto;padding:3.5rem 2rem 6rem;font-family:var(--sl-font-body)}@media(min-width:750px){.sl-faqp{padding:5rem 3rem 8rem}}.sl-faqp__breadcrumb{font-family:var(--sl-font-mono);font-size:1.2rem;letter-spacing:.05em;color:var(--sl-text-3);margin-bottom:2.4rem}.sl-faqp__breadcrumb a{color:var(--sl-text-3);text-decoration:none}.sl-faqp__breadcrumb a:hover{color:var(--sl-purple)}.sl-faqp__sep{margin:0 .5rem}.sl-faqp__hero{max-width:78rem;margin-bottom:4rem}.sl-faqp__eyebrow{font-family:var(--sl-font-mono);font-size:1.2rem;letter-spacing:.2em;text-transform:uppercase;color:var(--sl-purple);margin:0 0 1.2rem}.sl-faqp__title{font-family:var(--sl-font-display);font-size:clamp(2.6rem,5vw,4.4rem);font-weight:800;line-height:1.08;letter-spacing:-.02em;color:var(--sl-text);margin:0 0 1.6rem;hyphens:auto;-webkit-hyphens:auto;text-wrap:balance}.sl-faqp__lead{font-size:1.55rem;line-height:1.55;color:var(--sl-text-2);margin:0;max-width:65rem}.sl-faqp__lead a{color:var(--sl-purple);text-decoration:underline;text-underline-offset:2px}.sl-faqp__layout{display:grid;grid-template-columns:1fr;gap:2.4rem}@media(min-width:990px){.sl-faqp__layout{grid-template-columns:22rem 1fr;gap:4rem}}.sl-faqp__toc{display:none}@media(min-width:990px){.sl-faqp__toc{display:block;position:sticky;top:2rem;align-self:start;max-height:calc(100vh - 4rem);overflow-y:auto}}.sl-faqp__toc-title{font-family:var(--sl-font-mono);font-size:1.1rem;letter-spacing:.18em;text-transform:uppercase;color:var(--sl-text-3);margin:0 0 1.2rem}.sl-faqp__toc-list{list-style:none;padding:0;margin:0;counter-reset:toc}.sl-faqp__toc-list li{counter-increment:toc;margin-bottom:.8rem;padding-left:2.4rem;position:relative}.sl-faqp__toc-list li:before{content:counter(toc,decimal-leading-zero);position:absolute;left:0;font-family:var(--sl-font-mono);font-size:1.1rem;color:var(--sl-text-3)}.sl-faqp__toc-list a{font-family:var(--sl-font-body);font-size:1.35rem;color:var(--sl-text);text-decoration:none;line-height:1.4;transition:color .2s ease}.sl-faqp__toc-list a:hover{color:var(--sl-purple)}.sl-faqp__content{min-width:0}.sl-faqp__group{margin-bottom:3.6rem;scroll-margin-top:2rem}.sl-faqp__group-title{font-family:var(--sl-font-display);font-size:2.4rem;font-weight:700;line-height:1.15;letter-spacing:-.01em;color:var(--sl-text);margin:0 0 1.6rem;padding-bottom:.8rem;border-bottom:1px solid var(--sl-border, #e4e1db)}.sl-faqp__item{border-bottom:1px solid var(--sl-border-lt, #eeece8)}.sl-faqp__item summary{list-style:none;cursor:pointer;padding:1.4rem 3rem 1.4rem 0;font-family:var(--sl-font-display);font-size:1.55rem;font-weight:600;line-height:1.4;color:var(--sl-text);position:relative;transition:color .2s ease;-webkit-tap-highlight-color:transparent}.sl-faqp__item summary::-webkit-details-marker{display:none}.sl-faqp__item summary:after{content:"+";position:absolute;right:0;top:1.2rem;font-family:var(--sl-font-mono);font-size:2rem;font-weight:400;color:var(--sl-purple);transition:transform .25s ease;line-height:1}.sl-faqp__item[open] summary:after{transform:rotate(45deg)}.sl-faqp__item summary:hover{color:var(--sl-purple)}.sl-faqp__answer{padding:0 0 1.6rem}.sl-faqp__answer p{font-size:1.4rem;line-height:1.65;color:var(--sl-text-2);margin:0 0 1rem}.sl-faqp__answer p:last-child{margin-bottom:0}.sl-faqp__answer a{color:var(--sl-purple);text-decoration:underline;text-underline-offset:2px}.sl-faqp__answer a:hover{opacity:.7}.sl-faqp__cta{margin-top:4rem;padding:3rem 2.4rem;background:var(--sl-bg, #f8f7f4);border-radius:var(--sl-radius-lg, 1.4rem);text-align:center}.sl-faqp__cta-title{font-family:var(--sl-font-display);font-size:2rem;font-weight:700;margin:0 0 .6rem;color:var(--sl-text)}.sl-faqp__cta-text{font-size:1.4rem;color:var(--sl-text-2);margin:0 0 1.6rem}.sl-faqp__cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--sl-purple);color:#fff;font-family:var(--sl-font-mono);font-size:1.2rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;border-radius:var(--sl-radius-pill, 999px);transition:transform .2s ease,box-shadow .2s ease}.sl-faqp__cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 22px #8b7bb54d}html{scroll-behavior:smooth}.sl-feat__grid{display:grid;grid-template-columns:1fr;background:var(--sl-white);border:1px solid var(--sl-border);border-radius:var(--sl-radius-lg);overflow:hidden}@media(min-width:750px){.sl-feat__grid{grid-template-columns:1fr 1.25fr}}.sl-feat__visual{position:relative;min-height:300px;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(min-width:750px){.sl-feat__visual{min-height:460px}}.sl-feat__visual--fallback{padding:var(--sl-space-xl)}.sl-feat__image{display:block;width:100%;height:100%;max-height:500px;object-fit:contain}.sl-feat__visual--fallback .sl-hero__molecule{position:static;transform:none;width:90%;max-width:380px;height:auto;opacity:.85}.sl-feat__dose{position:absolute;top:var(--sl-space-md);right:var(--sl-space-md);padding:.3rem .7rem;border-radius:var(--sl-radius-pill);background:var(--sl-white);font-family:var(--sl-font-mono);font-size:1.3rem;font-weight:600;color:var(--sl-purple);letter-spacing:.05em;box-shadow:var(--sl-shadow-sm)}.sl-feat__info{padding:var(--sl-space-xl);display:flex;flex-direction:column;gap:var(--sl-space-sm)}@media(min-width:750px){.sl-feat__info{padding:var(--sl-space-2xl)}}.sl-feat__meta{display:flex;flex-wrap:wrap;gap:var(--sl-space-sm);align-items:center}.sl-feat__title{margin-top:var(--sl-space-sm);overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto}.sl-feat__text{margin-bottom:var(--sl-space-sm)}.sl-feat__specs{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--sl-border-lt);border:1px solid var(--sl-border-lt);border-radius:var(--sl-radius-sm);overflow:hidden;margin:var(--sl-space-sm) 0}.sl-feat__spec{background:var(--sl-white);padding:.6rem}.sl-feat__spec-val{font-family:var(--sl-font-mono);font-size:2rem;font-weight:600;margin-bottom:.1rem}.sl-feat__actions{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;margin:var(--sl-space-sm) 0}.sl-feat__coa{background:var(--sl-bg-alt);border:1px solid var(--sl-border-lt);border-radius:var(--sl-radius-md);padding:.8rem;margin-top:auto}.sl-feat__coa-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.4rem;border-bottom:1px solid var(--sl-border-lt)}.sl-feat__coa-title{font-family:var(--sl-font-mono);font-size:1.15rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.sl-feat__coa-id{font-family:var(--sl-font-mono);font-size:1.2rem;color:var(--sl-text-3)}.sl-feat__coa-row{display:flex;justify-content:space-between;padding:.3rem 0;font-size:1.2rem}.sl-feat__coa-label{color:var(--sl-text-2);font-family:var(--sl-font-body)}.sl-feat__coa-val{font-family:var(--sl-font-mono);font-size:1.2rem;font-weight:600}.sl-feat__coa-val--pass{color:var(--sl-success)}.sl-hiw__box{display:grid;grid-template-columns:1fr;background:var(--sl-white);border:1px solid var(--sl-border);border-radius:var(--sl-radius-lg);overflow:hidden}@media(min-width:750px){.sl-hiw__box{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.sl-hiw__box{grid-template-columns:repeat(4,1fr)}}.sl-hiw__step{padding:var(--sl-space-xl);border-bottom:1px solid var(--sl-border-lt)}@media(hover:hover){.sl-hiw__step{transition:background var(--sl-transition)}.sl-hiw__step:hover{background:color-mix(in oklab,var(--sl-purple) 3%,transparent)}}@media(min-width:750px){.sl-hiw__step{border-right:1px solid var(--sl-border-lt)}.sl-hiw__step:nth-child(2n){border-right:none}.sl-hiw__step:nth-child(n+3){border-bottom:none}}@media(min-width:990px){.sl-hiw__step{border-bottom:none}.sl-hiw__step:nth-child(2n){border-right:1px solid var(--sl-border-lt)}.sl-hiw__step:last-child{border-right:none}}.sl-hiw__number{font-family:var(--sl-font-mono);font-size:1.2rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--sl-text-3);margin-bottom:var(--sl-space-sm)}.sl-hiw__icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:var(--sl-space-md)}.sl-hiw__icon--color-lavender{background:color-mix(in oklab,var(--sl-lavender) 40%,transparent)}.sl-hiw__icon--color-peach{background:color-mix(in oklab,var(--sl-peach) 40%,transparent)}.sl-hiw__icon--color-mint{background:color-mix(in oklab,var(--sl-mint) 40%,transparent)}.sl-hiw__icon--color-blue{background:color-mix(in oklab,var(--sl-blue) 40%,transparent)}.sl-hiw__icon--color-pink{background:color-mix(in oklab,var(--sl-pink) 40%,transparent)}.sl-hiw__title{font-family:var(--sl-font-heading);font-size:1.8rem;font-weight:600;line-height:1.25;color:var(--sl-text);margin:0 0 var(--sl-space-sm)}.sl-hiw__desc{font-family:var(--sl-font-body);font-size:1.5rem;line-height:1.55;color:var(--sl-text-2);margin:0}.sl-metrics{display:grid;grid-template-columns:1fr;gap:1px;background:var(--sl-border);border:1px solid var(--sl-border);border-radius:var(--sl-radius-md);overflow:hidden}@media(min-width:750px){.sl-metrics{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.sl-metrics{grid-template-columns:repeat(4,1fr)}}.sl-metrics__item{background:var(--sl-white);padding:var(--sl-space-xl);text-align:center;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;min-height:16rem;position:relative}@media(hover:hover){.sl-metrics__item{transition:background var(--sl-transition)}}.sl-metrics__value-wrap{min-height:6.4rem;display:flex;align-items:center;justify-content:center}.sl-metrics__value{font-family:var(--sl-font-heading);font-size:3.2rem;font-weight:800;letter-spacing:-.01em;line-height:1.05;margin:0;word-break:break-word;overflow-wrap:anywhere}.sl-metrics__item:has(.sl-metrics__value:not(:empty)) .sl-metrics__value{font-size:clamp(2rem,4.5vw,3.2rem)}@media(max-width:749px){.sl-metrics__value{font-size:2.4rem}.sl-metrics__value-wrap{min-height:5rem}}.sl-metrics__label{font-family:var(--sl-font-mono);font-size:1.3rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--sl-text-2);margin-top:.6rem;flex:1;display:flex;align-items:center;justify-content:center;text-align:center;line-height:1.4}.sl-metrics__bar{width:100%;height:4px;background:var(--sl-border-lt);border-radius:2px;margin-top:1.2rem;overflow:hidden}.sl-metrics__fill{height:100%;width:var(--sl-progress, 0%);border-radius:2px;transition:width .6s ease-out}.sl-metrics__item--color-purple .sl-metrics__value{color:var(--sl-purple)}.sl-metrics__item--color-purple .sl-metrics__fill{background:var(--sl-purple)}.sl-metrics__item--color-coral .sl-metrics__value{color:var(--sl-coral)}.sl-metrics__item--color-coral .sl-metrics__fill{background:var(--sl-coral)}.sl-metrics__item--color-orange .sl-metrics__value{color:var(--sl-orange)}.sl-metrics__item--color-orange .sl-metrics__fill{background:var(--sl-orange)}.sl-metrics__item--color-blue .sl-metrics__value{color:var(--sl-purple)}.sl-metrics__item--color-blue .sl-metrics__fill{background:var(--sl-purple)}.sl-metrics__item--color-green .sl-metrics__value{color:var(--sl-success)}.sl-metrics__item--color-green .sl-metrics__fill{background:var(--sl-success)}.sl-metrics__item--color-lavender .sl-metrics__value{color:var(--sl-purple-light)}.sl-metrics__item--color-lavender .sl-metrics__fill{background:var(--sl-purple-light)}@media(hover:hover){.sl-metrics__item--color-purple:hover{background:color-mix(in oklab,var(--sl-purple) 5%,var(--sl-white))}.sl-metrics__item--color-coral:hover{background:color-mix(in oklab,var(--sl-coral) 5%,var(--sl-white))}.sl-metrics__item--color-orange:hover{background:color-mix(in oklab,var(--sl-orange) 5%,var(--sl-white))}.sl-metrics__item--color-blue:hover{background:color-mix(in oklab,var(--sl-purple) 5%,var(--sl-white))}.sl-metrics__item--color-green:hover{background:color-mix(in oklab,var(--sl-success) 5%,var(--sl-white))}.sl-metrics__item--color-lavender:hover{background:color-mix(in oklab,var(--sl-purple-light) 5%,var(--sl-white))}}.sl-prot{max-width:124rem;margin:0 auto;padding:3.5rem 2rem 6rem;font-family:var(--sl-font-body)}@media(min-width:750px){.sl-prot{padding:5rem 3rem 8rem}}.sl-prot__breadcrumb{font-family:var(--sl-font-mono);font-size:1.2rem;letter-spacing:.05em;color:var(--sl-text-3);margin-bottom:2.4rem}.sl-prot__breadcrumb a{color:var(--sl-text-3);text-decoration:none}.sl-prot__breadcrumb a:hover{color:var(--sl-purple)}.sl-prot__sep{margin:0 .5rem}.sl-prot__hero{max-width:78rem;margin-bottom:4rem}.sl-prot__eyebrow{font-family:var(--sl-font-mono);font-size:1.2rem;letter-spacing:.2em;text-transform:uppercase;color:var(--sl-purple);margin:0 0 1.2rem}.sl-prot__title{font-family:var(--sl-font-display);font-size:clamp(2.6rem,5vw,4.4rem);font-weight:800;line-height:1.08;letter-spacing:-.02em;color:var(--sl-text);margin:0 0 1.6rem;hyphens:auto;-webkit-hyphens:auto;text-wrap:balance}.sl-prot__lead{font-size:1.6rem;line-height:1.55;color:var(--sl-text-2);margin:0;max-width:60rem}.sl-prot__grid{display:grid;grid-template-columns:1fr;gap:1.6rem}@media(min-width:750px){.sl-prot__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(min-width:1100px){.sl-prot__grid{grid-template-columns:repeat(3,1fr)}}.sl-prot__card{background:var(--sl-white, #ffffff);border:1px solid var(--sl-border, #e4e1db);border-radius:var(--sl-radius-lg, 1.4rem);padding:2rem 1.8rem;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.sl-prot__card:hover{transform:translateY(-3px);border-color:var(--sl-purple);box-shadow:0 12px 32px #8b7bb51a}.sl-prot__card-head{display:flex;align-items:center;gap:.8rem;margin-bottom:1.2rem}.sl-prot__icon{font-size:2rem;line-height:1}.sl-prot__cat{font-family:var(--sl-font-mono);font-size:1.05rem;letter-spacing:.1em;text-transform:uppercase;color:var(--sl-text-3)}.sl-prot__card-title{font-family:var(--sl-font-display);font-size:2rem;font-weight:700;line-height:1.15;letter-spacing:-.01em;color:var(--sl-text);margin:0 0 .8rem}.sl-prot__card-desc{font-size:1.4rem;line-height:1.55;color:var(--sl-text-2);margin:0 0 1.4rem}.sl-prot__steps{font-size:1.3rem;line-height:1.55;color:var(--sl-text-2);margin:0 0 1.6rem;padding-left:1.6rem;counter-reset:prot-step;list-style:none}.sl-prot__steps li{counter-increment:prot-step;margin-bottom:.6rem;position:relative;padding-left:.4rem}.sl-prot__steps li:before{content:counter(prot-step) ".";position:absolute;left:-1.6rem;font-family:var(--sl-font-mono);color:var(--sl-purple);font-weight:600}.sl-prot__link{margin-top:auto;font-family:var(--sl-font-mono);font-size:1.2rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--sl-purple);text-decoration:none;padding-top:1rem;border-top:1px solid var(--sl-border-lt, #eeece8);display:inline-flex;align-items:center;gap:.4rem;transition:gap .2s ease}.sl-prot__link:not(.sl-prot__link--info):hover{gap:.7rem}.sl-prot__link--info{color:var(--sl-text-3);text-transform:none;letter-spacing:.02em;font-weight:500}.sl-prot__link--info a{color:var(--sl-purple);text-decoration:underline;text-underline-offset:2px}.sl-prot__disclaimer{margin-top:4rem;padding-top:2.4rem;border-top:1px solid var(--sl-border, #e4e1db);font-family:var(--sl-font-mono);font-size:1.15rem;line-height:1.6;color:var(--sl-text-3);text-align:center;max-width:80rem;margin-left:auto;margin-right:auto}.sl-ra-section__header{margin-bottom:2rem}.sl-ra-grid{display:grid;grid-template-columns:1fr;gap:1.2rem}@media(min-width:750px){.sl-ra-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.sl-ra-grid{grid-template-columns:repeat(4,1fr)}}.sl-ra-card{position:relative;isolation:isolate;aspect-ratio:3 / 2;border-radius:1.4rem;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;justify-content:flex-end;padding:1.4rem 1.3rem;transition:transform .3s ease,box-shadow .3s ease;background-color:#c4b8e8}@media(min-width:750px){.sl-ra-card{aspect-ratio:4 / 3;padding:1.6rem 1.4rem}}@media(min-width:990px){.sl-ra-card{aspect-ratio:5 / 4}}.sl-ra-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 50%,rgba(26,26,24,.35) 100%);z-index:1;pointer-events:none}.sl-ra-card:hover{transform:translateY(-6px);box-shadow:0 18px 50px #1a1a182e}.sl-ra-card__body{position:relative;z-index:2}.sl-ra-card__title{font-family:var(--sl-font-heading, "Syne", sans-serif);font-size:1.7rem;font-weight:800;line-height:1.1;letter-spacing:-.01em;color:#fff;margin:0 0 .35rem;text-shadow:0 2px 10px rgba(26,26,24,.4);hyphens:auto;-webkit-hyphens:auto;word-break:break-word;overflow-wrap:anywhere}@media(min-width:750px){.sl-ra-card__title{font-size:1.9rem}}.sl-ra-card__subtitle{font-family:var(--sl-font-mono, "JetBrains Mono", monospace);font-size:.95rem;letter-spacing:.1em;text-transform:uppercase;color:#ffffffeb;text-shadow:0 1px 6px rgba(26,26,24,.5);display:block;line-height:1.4}.sl-marquee__item{display:flex;align-items:center;gap:2rem;font-family:var(--sl-font-mono);font-size:var(--sl-marquee-font-size, 13px);letter-spacing:.1em;text-transform:uppercase;color:var(--sl-white);opacity:var(--sl-marquee-text-opacity, .7);white-space:nowrap}.sl-marquee__dot{width:6px;height:6px;border-radius:50%;background:var(--sl-success);box-shadow:0 0 6px var(--sl-success);flex-shrink:0;animation:sl-marquee-blink 2s infinite}@keyframes sl-marquee-blink{0%,to{opacity:1}50%{opacity:.3}}@media(prefers-reduced-motion:reduce){.sl-marquee__dot{animation:none}}.sl-coa-row{display:grid;grid-template-columns:auto 1fr;gap:.6rem;padding:.45rem 0;border-bottom:1px solid var(--sl-border-lt);font-family:var(--sl-font-mono);font-size:1.2rem;line-height:1.4}.sl-coa-row:last-child{border-bottom:none}.sl-coa-row__label{color:var(--sl-text-2, var(--sl-text));letter-spacing:.04em}.sl-coa-row__value{font-weight:500;color:var(--sl-text);text-align:right}.sl-coa-row--accent-purple .sl-coa-row__value{color:var(--sl-purple)}.sl-coa-row--accent-coral .sl-coa-row__value{color:var(--sl-coral)}.sl-coa-row--accent-orange .sl-coa-row__value{color:var(--sl-orange)}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map */
