:root{--ed-max-width: 42rem;--ed-gap: 3.5rem;--ed-gap-inner: var(--sp-5);--ed-radius: var(--border-radius);--ed-border: rgb(var(--color-border));--ed-border-light: rgb(var(--color-border-light, var(--color-border)));--ed-accent: #5cccf6;--ed-accent-deep: #1c3252;--ed-surface: rgba(28, 50, 82, .025);--ed-surface-accent: rgba(92, 204, 246, .06);--ed-btn-radius: 3.75rem}.ed-article{display:flex;flex-direction:column;align-items:center;gap:var(--ed-gap);width:100%}.ed-article .button,.ed-article [class*=__button],.ed-article .ed-cta__button{border-radius:var(--ed-btn-radius)!important}.ed-article .button:after{border-radius:var(--ed-btn-radius)!important}.ed-narrow{width:100%;max-width:var(--ed-max-width);margin-inline:auto;padding-inline:var(--sp-5);overflow-x:hidden}@media(min-width:768px){.ed-narrow{padding-inline:var(--sp-8)}}@media(min-width:1024px){.ed-narrow{padding-inline:0}}.ed-modules{display:flex;flex-direction:column;align-items:center;gap:var(--ed-gap);width:100%;max-width:100%;overflow:hidden}.ed-full{width:100%;max-width:100%}.ed-module{box-sizing:border-box}.ed-module+.ed-module{margin-top:var(--ed-gap)}.ed-header{text-align:center;display:flex;flex-direction:column;gap:var(--sp-4);padding-block:var(--sp-10) var(--sp-10)}.ed-narrow.ed-header,.ed-module .ed-header,.ed-article>.ed-header,section>.ed-header{max-width:56rem}@media(min-width:768px){.ed-header{padding-block:var(--sp-12, 3rem) var(--sp-12, 3rem);gap:var(--sp-5)}}.ed-header__kicker{display:inline-block;font-family:var(--font-heading-family);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--ed-accent)}@media(min-width:768px){.ed-header__kicker{font-size:.8125rem;letter-spacing:.14em}}.ed-header__title{font-family:var(--font-heading-family);font-weight:700;font-size:clamp(2rem,4vw,3.25rem);line-height:1.05;letter-spacing:-.02em;color:rgb(var(--color-foreground));margin:0}.ed-header__deck{font-family:var(--font-body-family);font-weight:400;font-size:clamp(1.125rem,1.8vw + .25rem,1.375rem);line-height:1.55;color:rgb(var(--color-foreground) / .6);max-width:38rem;margin-inline:auto;margin-top:var(--sp-2)}.ed-header__meta{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:var(--sp-4);font-family:var(--font-body-family);font-weight:400;font-size:.8125rem;color:rgb(var(--color-foreground) / .45);margin-top:var(--sp-4)}.ed-header__meta-item{display:inline-flex;align-items:center;gap:var(--sp-2)}.ed-header__meta-item svg{width:1em;height:1em;opacity:.4}.ed-header__author-name{font-weight:600;color:rgb(var(--color-foreground) / .7)}.ed-header__author-title{font-style:italic}.ed-header-showcase{display:flex;flex-direction:column;gap:0;width:100%}.ed-header-showcase__label{font-family:var(--font-heading-family);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.14em;color:#fff;background:var(--ed-accent-deep);padding:.625rem var(--sp-6);text-align:center;position:relative;z-index:10}.ed-header-showcase>.ed-header{margin-bottom:0}.ed-header--overlay{position:relative;width:100vw;margin-left:calc(50% - 50vw);min-height:60vh;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;padding:0;text-align:center;border-radius:0}@media(min-width:768px){.ed-header--overlay{min-height:70vh}}.ed-header--overlay .ed-header__bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.ed-header__overlay-gradient{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(0deg,rgba(28,50,82,.92) 0%,rgba(28,50,82,.6) 40%,rgba(28,50,82,.15) 70%,transparent 100%)}.ed-header__overlay-content{position:relative;z-index:2;max-width:48rem;padding:6rem var(--sp-6) 3.5rem;display:flex;flex-direction:column;align-items:center;gap:var(--sp-4)}@media(min-width:768px){.ed-header__overlay-content{padding:8rem var(--sp-8) 4.5rem;gap:var(--sp-5)}}.ed-header--overlay .ed-header__kicker{color:var(--ed-accent)}.ed-header--overlay .ed-header__title{color:#fff;font-size:clamp(2.25rem,5vw + .5rem,4.5rem);text-shadow:0 2px 20px rgba(0,0,0,.3)}.ed-header--overlay .ed-header__deck{color:#fffc}.ed-header--overlay .ed-header__meta{color:#ffffff8c}.ed-header--overlay .ed-header__author-name{color:#ffffffd9}.ed-header--overlay .ed-header__meta-item svg{opacity:.5}.ed-header--split{display:grid;grid-template-columns:1fr;width:100%;max-width:none;padding:0;text-align:left;gap:0;border-radius:0}@media(min-width:768px){.ed-header--split{grid-template-columns:1fr 1fr;min-height:28rem}}@media(min-width:1200px){.ed-header--split{min-height:32rem}}.ed-header__split-image{position:relative;overflow:hidden;aspect-ratio:4 / 3}@media(min-width:768px){.ed-header__split-image{aspect-ratio:auto;height:100%}}.ed-header__split-image img{width:100%;height:100%;object-fit:cover;display:block}.ed-header__split-content{display:flex;flex-direction:column;justify-content:center;gap:var(--sp-4);padding:var(--sp-8) var(--sp-6);text-align:left}@media(min-width:768px){.ed-header__split-content{padding:var(--sp-10) var(--sp-10);gap:var(--sp-5)}}@media(min-width:1200px){.ed-header__split-content{padding:var(--sp-12, 3rem) var(--sp-14, 3.5rem)}}.ed-header--split .ed-header__title{font-size:clamp(2rem,3.5vw + .5rem,3.5rem);line-height:1}.ed-header--split .ed-header__deck{margin-inline:0;max-width:none}.ed-header--split .ed-header__meta{justify-content:flex-start}.ed-body{max-width:var(--ed-max-width);margin-inline:auto}.ed-body p{margin-bottom:var(--sp-5);font-family:var(--font-body-family);font-weight:400;font-size:1.0625rem;line-height:1.7}@media(min-width:768px){.ed-body p{font-size:1.125rem;line-height:1.75}}.ed-body a{color:inherit;text-decoration:underline;text-decoration-color:var(--ed-accent);text-decoration-thickness:1.5px;text-underline-offset:.2em;transition:color var(--animation-short),text-decoration-color var(--animation-short)}.ed-body a:hover{color:var(--ed-accent);text-decoration-color:var(--ed-accent)}.ed-body img{max-width:100%;height:auto;border-radius:var(--ed-radius);margin-block:var(--sp-8)}.ed-body h2,.ed-body h3,.ed-body h4{font-family:var(--font-heading-family);font-weight:700;scroll-margin-top:5rem}.ed-body h2{font-size:clamp(1.75rem,3vw + .25rem,2.5rem);line-height:1.1;letter-spacing:-.01em;margin-top:4rem;margin-bottom:var(--sp-5);padding-top:3rem;border-top:1px solid rgba(28,50,82,.1)}.ed-body h2:first-child{border-top:none;padding-top:0;margin-top:0}.ed-body h3{font-size:clamp(1.25rem,2vw + .125rem,1.875rem);line-height:1.2;margin-top:var(--sp-10);margin-bottom:var(--sp-4)}.ed-body h4{font-size:clamp(1.0625rem,1.5vw + .125rem,1.375rem);line-height:1.3;margin-top:var(--sp-8);margin-bottom:var(--sp-3)}.ed-body ul,.ed-body ol{margin-bottom:var(--sp-5);padding-left:var(--sp-6)}.ed-body li{margin-bottom:var(--sp-2);line-height:1.7;font-size:1.0625rem}@media(min-width:768px){.ed-body li{font-size:1.125rem}}.ed-body blockquote{border-left:none;padding-left:var(--sp-6);margin-block:var(--sp-8);font-style:italic;font-size:1.125rem;line-height:1.6;color:rgb(var(--color-foreground) / .75);position:relative}.ed-body blockquote:before{content:"\201c";position:absolute;left:0;top:-.15em;font-size:3rem;line-height:1;color:var(--ed-accent);opacity:.5;font-family:Georgia,Times New Roman,serif}.ed-image-hero{width:100%;position:relative;margin:0}.ed-image-hero__picture{display:block;position:relative;overflow:hidden;border-radius:var(--border-radius);aspect-ratio:4 / 3}@media(min-width:768px){.ed-image-hero__picture{aspect-ratio:16 / 9}}.ed-image-hero__img{width:100%;height:100%;object-fit:cover;display:block}.ed-image-hero__caption{display:flex;justify-content:flex-end;align-items:baseline;gap:var(--sp-2);font-family:var(--font-body-family);font-weight:400;font-size:.8125rem;color:rgb(var(--color-foreground) / .45);padding-top:var(--sp-3);padding-inline:var(--sp-4)}.ed-image-hero__credit{font-style:italic}.ed-image-pair{display:grid;grid-template-columns:1fr;gap:var(--sp-4)}@media(min-width:768px){.ed-image-pair{grid-template-columns:1fr 1fr}}.ed-image-pair__item{display:flex;flex-direction:column;gap:var(--sp-2);margin:0}.ed-image-pair__img{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;border-radius:var(--ed-radius)}.ed-image-pair__caption{font-family:var(--font-body-family);font-weight:400;font-size:.8125rem;color:rgb(var(--color-foreground) / .5)}.ed-video{max-width:var(--ed-max-width);margin-inline:auto}.ed-video__wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--ed-radius);background:rgb(var(--color-foreground) / .03)}.ed-video__iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.ed-takeaways{background:var(--ed-surface);border:none;border-radius:var(--ed-radius);padding:var(--sp-8) var(--sp-7);position:relative}@media(min-width:768px){.ed-takeaways{padding:var(--sp-10) var(--sp-10)}}.ed-takeaways:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:2.5rem;height:2px;background:var(--ed-accent);border-radius:1px}.ed-takeaways__title{font-family:var(--font-heading-family);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:var(--ed-accent);margin:0 0 var(--sp-6);text-align:center}.ed-takeaways__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--sp-4)}.ed-takeaways__item{display:flex;align-items:flex-start;gap:var(--sp-3);font-family:var(--font-body-family);font-weight:400;font-size:1rem;line-height:1.65;color:rgb(var(--color-foreground))}@media(min-width:768px){.ed-takeaways__item{font-size:1.0625rem}}.ed-takeaways__icon{flex-shrink:0;width:1.25rem;height:1.25rem;min-width:1.25rem;margin-top:.2em;background:#5cccf6;border-radius:50%;padding:.2rem;color:#fff;display:flex;align-items:center;justify-content:center}.ed-takeaways__icon svg{width:100%;height:100%;stroke:#fff}.ed-stat{background:var(--ed-accent-deep);color:#fff;border-radius:var(--ed-radius);padding:var(--sp-10) var(--sp-7);text-align:center}@media(min-width:768px){.ed-stat{padding:var(--sp-12, 3rem) var(--sp-12, 3rem)}}.ed-stat__inner{display:flex;flex-direction:column;align-items:center;gap:var(--sp-3)}.ed-stat__number{font-family:var(--font-heading-family);font-weight:700;font-size:clamp(3rem,8vw,5rem);line-height:1;letter-spacing:-.02em;color:#fff;margin:0}.ed-stat__label{font-family:var(--font-body-family);font-weight:400;font-size:1.0625rem;color:#fffc;margin:0;line-height:1.5;max-width:32rem}.ed-stat__source{font-family:var(--font-body-family);font-weight:400;font-size:.8125rem;color:#ffffff73;margin:0}.ed-stat__source-link{color:inherit;text-decoration:underline;text-underline-offset:.15em}.ed-stat__source-link:hover{color:#fff}.ed-quote{background:none;border:none;border-radius:0;padding:0;position:relative;overflow:visible;margin:0}.ed-quote--standard{background:none;border:none;border-radius:0;padding:var(--sp-8) 0;position:relative;overflow:visible;margin:0;text-align:center}@media(min-width:768px){.ed-quote--standard{margin-inline:-2rem;padding:var(--sp-10) var(--sp-6)}}.ed-quote--standard .ed-quote__mark{position:relative;display:block;font-size:6rem;line-height:.6;color:var(--ed-accent);opacity:.6;font-family:Georgia,Times New Roman,serif;pointer-events:none;-webkit-user-select:none;user-select:none;margin-bottom:var(--sp-3)}.ed-quote--standard .ed-quote__text{font-family:var(--font-heading-family);font-weight:500;font-style:italic;font-size:clamp(1.25rem,2vw + .25rem,1.625rem);line-height:1.6;color:rgb(var(--color-foreground));margin:0 0 var(--sp-5);position:relative;z-index:1;max-width:38rem;margin-inline:auto}.ed-quote--standard .ed-quote__attribution{font-family:var(--font-body-family);font-weight:400;font-size:var(--font-size-sm, .875rem);color:rgb(var(--color-foreground) / .55);display:flex;flex-direction:column;align-items:center;gap:var(--sp-2);position:relative;z-index:1}.ed-quote--standard .ed-quote__byline{display:flex;align-items:baseline;flex-wrap:wrap;justify-content:center;gap:.4em}.ed-quote--standard .ed-quote__byline:before{content:"\2014";color:rgb(var(--color-foreground) / .3)}.ed-quote--standard .ed-quote__author{font-weight:700;font-style:normal;color:rgb(var(--color-foreground) / .85)}.ed-quote--standard .ed-quote__title{font-style:normal;color:rgb(var(--color-foreground) / .5)}.ed-quote--standard .ed-quote__source-link{font-size:.8125rem;text-decoration:underline;text-decoration-color:var(--ed-accent);text-decoration-thickness:1px;text-underline-offset:.15em;color:rgb(var(--color-foreground) / .45)}.ed-quote--standard .ed-quote__source-link:hover{color:var(--ed-accent)}.ed-quote--standard .ed-quote__source{font-size:.8125rem;color:rgb(var(--color-foreground) / .45)}.ed-quote__mark{position:relative;display:block;font-size:6rem;line-height:.6;color:var(--ed-accent);opacity:.6;font-family:Georgia,Times New Roman,serif;pointer-events:none;-webkit-user-select:none;user-select:none;text-align:center;margin-bottom:var(--sp-3)}.ed-quote__text{font-family:var(--font-heading-family);font-weight:500;font-style:italic;font-size:clamp(1.25rem,2vw + .25rem,1.625rem);line-height:1.6;color:rgb(var(--color-foreground));margin:0 0 var(--sp-5);position:relative;z-index:1}.ed-quote__attribution{font-family:var(--font-body-family);font-weight:400;font-size:var(--font-size-sm, .875rem);color:rgb(var(--color-foreground) / .55);display:flex;flex-direction:column;gap:var(--sp-2);position:relative;z-index:1}.ed-quote__author{font-weight:700;font-style:normal;color:rgb(var(--color-foreground) / .85)}.ed-quote__title{font-style:normal;color:rgb(var(--color-foreground) / .5)}.ed-quote__source-link{font-size:.8125rem;text-decoration:underline;text-decoration-color:var(--ed-accent);text-underline-offset:.15em;color:rgb(var(--color-foreground) / .45)}.ed-quote__source-link:hover{color:var(--ed-accent)}.ed-quote__source{font-size:.8125rem;color:rgb(var(--color-foreground) / .45)}.ed-quote--hero{position:relative;overflow:hidden;border-radius:var(--ed-radius);margin:0;border:none;padding:0;min-height:22rem;display:flex;align-items:center;justify-content:center;background:var(--ed-accent-deep);width:100vw;margin-left:calc(50% - 50vw)}@media(min-width:768px){.ed-quote--hero{min-height:26rem}}.ed-quote__bg-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.ed-quote__bg-img{width:100%;height:100%;object-fit:cover;display:block;filter:blur(4px);transform:scale(1.05)}.ed-quote__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#1c3252d1}.ed-quote--hero:not(:has(.ed-quote__bg-image)) .ed-quote__overlay{background:repeating-linear-gradient(135deg,transparent,transparent 40px,rgba(92,204,246,.03) 40px,rgba(92,204,246,.03) 41px),linear-gradient(160deg,var(--ed-accent-deep) 0%,#142740 100%)}.ed-quote__watermark{position:absolute;font-family:Georgia,Times New Roman,serif;font-size:clamp(8rem,20vw,16rem);line-height:1;color:var(--ed-accent);opacity:.06;z-index:2;pointer-events:none;-webkit-user-select:none;user-select:none}.ed-quote__watermark:first-of-type{top:-.1em;left:5%}.ed-quote__watermark--end{bottom:-.3em;right:5%}.ed-quote__hero-inner{position:relative;z-index:3;max-width:44rem;padding:var(--sp-12, 3rem) var(--sp-6);text-align:center;display:flex;flex-direction:column;align-items:center;gap:var(--sp-6)}@media(min-width:768px){.ed-quote__hero-inner{padding:4rem var(--sp-8)}}.ed-quote__text--hero{font-family:var(--font-heading-family);font-weight:500;font-style:italic;font-size:clamp(1.375rem,2.5vw + .25rem,2rem);line-height:1.5;color:#fff;margin:0}.ed-quote__attribution--hero{display:flex;flex-direction:column;align-items:center;gap:var(--sp-2)}.ed-quote__author-pill{display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:.4em;background:#ffffff1a;padding:.375rem 1rem;border-radius:var(--ed-btn-radius);font-family:var(--font-body-family);font-size:var(--font-size-sm, .875rem)}.ed-quote__author--hero{font-weight:700;font-style:normal;color:#fff}.ed-quote__title--hero{font-style:normal;color:#ffffffb3}.ed-quote__source-link--hero{font-size:.8125rem;text-decoration:underline;text-underline-offset:.15em;color:#ffffff73}.ed-quote__source-link--hero:hover{color:#fff}.ed-quote__source--hero{font-size:.8125rem;color:#ffffff73}.ed-steps{position:relative}.ed-steps__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.ed-steps__item{display:flex;gap:var(--sp-5);position:relative;padding-bottom:var(--sp-8)}.ed-steps__item--last{padding-bottom:0}.ed-steps__connector{flex-shrink:0;display:flex;flex-direction:column;align-items:center;position:relative}.ed-steps__item:not(.ed-steps__item--last) .ed-steps__connector:after{content:"";position:absolute;top:3.5rem;bottom:calc(var(--sp-8) * -1);left:50%;transform:translate(-50%);width:1px;background:#1c32521a}.ed-steps__number{flex-shrink:0;width:3rem;height:3rem;border-radius:50%;background:var(--ed-accent-deep);display:flex;align-items:center;justify-content:center;font-family:var(--font-heading-family);font-weight:700;font-size:1.125rem;color:#fff;position:relative;z-index:1}.ed-steps__content{flex:1;min-width:0}.ed-steps__title{font-family:var(--font-heading-family);font-weight:700;font-size:clamp(1.125rem,1.5vw + .125rem,1.375rem);line-height:1.25;margin:0 0 var(--sp-3);padding-top:.45rem;letter-spacing:-.01em}.ed-steps__body{font-family:var(--font-body-family);font-weight:400;font-size:1rem;line-height:1.7;color:rgb(var(--color-foreground) / .8);margin:0}@media(min-width:768px){.ed-steps__body{font-size:1.0625rem}}.ed-steps__body p{margin-bottom:var(--sp-3)}.ed-steps__body p:last-child{margin-bottom:0}.ed-steps__image{max-width:100%;height:auto;border-radius:var(--ed-radius);margin-top:var(--sp-5);display:block}@media(min-width:768px){.ed-steps__image{max-width:calc(100% + 3rem);margin-left:-1.5rem}}.ed-checklist{background:var(--ed-surface);border:none;border-radius:var(--ed-radius);padding:var(--sp-7) var(--sp-7);position:relative}@media(min-width:768px){.ed-checklist{padding:var(--sp-8) var(--sp-8)}}.ed-checklist__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--sp-4);gap:var(--sp-4)}.ed-checklist__title{font-family:var(--font-heading-family);font-weight:700;font-size:clamp(1.0625rem,1.5vw + .125rem,1.25rem);margin:0}.ed-checklist__print{flex-shrink:0;display:inline-flex;align-items:center;gap:var(--sp-2);background:none;border:none;font-family:var(--font-body-family);font-size:.8125rem;color:var(--ed-accent);cursor:pointer;text-decoration:none;text-underline-offset:.15em;padding:0;white-space:nowrap;opacity:.7;transition:opacity var(--animation-short)}.ed-checklist__print svg{width:1em;height:1em}.ed-checklist__print:hover{opacity:1}.ed-checklist__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--sp-2)}.ed-checklist__item{position:relative}.ed-checklist .ed-checklist__input,.ed-checklist input[type=checkbox].ed-checklist__input{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;appearance:none!important;-webkit-appearance:none!important}.ed-checklist .ed-checklist__label,.ed-checklist label.ed-checklist__label{display:flex!important;align-items:flex-start;gap:.625rem;font-family:var(--font-body-family);font-weight:400;font-size:.9375rem;line-height:1.5;cursor:pointer;transition:opacity .2s ease;padding:.375rem 0}.ed-checklist__checkbox{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border:2px solid rgba(28,50,82,.18);border-radius:.25rem;margin-top:.1em;transition:background .2s ease,border-color .2s ease;color:transparent}.ed-checklist__checkbox svg{width:.75rem;height:.75rem}.ed-checklist__input:checked+.ed-checklist__label .ed-checklist__checkbox{background:#5cccf6;border-color:#5cccf6;color:#fff}.ed-checklist__input:checked+.ed-checklist__label{text-decoration:line-through;opacity:.45}.ed-checklist__input:focus-visible+.ed-checklist__label .ed-checklist__checkbox{outline:2px solid rgb(var(--color-keyboard-focus));outline-offset:2px}.ed-timeline{position:relative}.ed-timeline__track{display:flex;flex-direction:column;gap:0;position:relative;padding-left:var(--sp-7)}.ed-timeline__track:before{content:"";position:absolute;left:5px;top:6px;bottom:6px;width:2px;background:var(--ed-accent)}.ed-timeline__item{position:relative;padding-bottom:var(--sp-7)}.ed-timeline__item:last-child{padding-bottom:0}.ed-timeline__dot{position:absolute;left:calc(var(--sp-7) * -1);top:4px;width:12px;height:12px;border-radius:50%;background:var(--ed-accent);border:2px solid #fff;box-shadow:0 0 0 2px var(--ed-accent);z-index:1}.ed-timeline__content{display:flex;flex-direction:column;gap:var(--sp-1)}.ed-timeline__age{font-family:var(--font-heading-family);font-weight:700;font-size:.75rem;color:var(--ed-accent);text-transform:uppercase;letter-spacing:.06em;margin:0}.ed-timeline__title{font-family:var(--font-heading-family);font-weight:600;font-size:1rem;line-height:1.3;margin:0}.ed-timeline__description{font-family:var(--font-body-family);font-weight:400;font-size:var(--font-size-sm, .875rem);line-height:1.55;color:rgb(var(--color-foreground) / .65);margin:0}.ed-timeline__link{font-family:var(--font-body-family);font-size:var(--font-size-sm, .875rem);color:var(--ed-accent);text-decoration:none;font-weight:600}.ed-timeline__link:hover{text-decoration:underline}@media(min-width:1024px){.ed-timeline__track{flex-direction:row;padding-left:0;padding-top:var(--sp-8);gap:var(--sp-5);overflow-x:auto;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.ed-timeline__track:before{left:0;right:0;top:0;bottom:auto;width:auto;height:2px}.ed-timeline__item{flex:0 0 auto;min-width:10rem;max-width:14rem;padding-bottom:0}.ed-timeline__dot{left:0;top:calc(var(--sp-8) * -1 - 6px)}}.ed-faq,.ed-faq__list{display:flex;flex-direction:column}.ed-faq__list .accordion{border-top:1px solid rgba(28,50,82,.08)}.ed-faq__list .accordion:last-child{border-bottom:1px solid rgba(28,50,82,.08)}.ed-faq__list .details__summary{padding:var(--sp-5) 0;cursor:pointer;list-style:none}.ed-faq__list .details__summary::-webkit-details-marker{display:none}.ed-faq__list .details__summary::marker{content:""}.ed-faq__question{font-family:var(--font-heading-family);font-weight:600;line-height:1.35;font-size:1.0625rem}.ed-faq__list .details[open] .details__summary .icon{transform:rotate(45deg);transition:transform var(--animation-fast)}.ed-faq__list .details .details__summary .icon{transition:transform var(--animation-fast);color:rgb(var(--color-foreground) / .35)}.ed-faq__list .details__content{padding-bottom:var(--sp-7);font-family:var(--font-body-family);font-weight:400;font-size:1rem;line-height:1.7;color:rgb(var(--color-foreground) / .8)}.ed-faq__list .details__content p{margin-bottom:var(--sp-3)}.ed-faq__list .details__content p:last-child{margin-bottom:0}.ed-table{position:relative;width:100%;max-width:100%}.ed-table__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;position:relative;max-width:100%}.ed-table__table{width:100%;border-collapse:collapse;font-family:var(--font-body-family);font-size:var(--font-size-sm, .875rem);min-width:30rem}@media(min-width:768px){.ed-table__table{font-size:1rem;min-width:auto}}.ed-table__th{background:var(--ed-accent-deep);color:#fff;font-family:var(--font-heading-family);font-weight:700;font-size:var(--font-size-sm, .875rem);padding:var(--sp-3) var(--sp-4);text-align:left;white-space:nowrap}.ed-table__head tr .ed-table__th:first-child{border-radius:var(--ed-radius) 0 0 0}.ed-table__head tr .ed-table__th:last-child{border-radius:0 var(--ed-radius) 0 0}.ed-table__td{padding:var(--sp-3) var(--sp-4);border-bottom:1px solid rgba(28,50,82,.06);vertical-align:top}.ed-table__row:nth-child(2n) .ed-table__td{background:var(--ed-surface)}.ed-table__check{color:#4d7c0f;font-weight:700}.ed-table__cross{color:#be123c;font-weight:700}.ed-product{background:#fff;border:1px solid rgba(28,50,82,.08);border-radius:var(--ed-radius);padding:var(--sp-5);display:flex;flex-direction:column;gap:var(--sp-5);position:relative;overflow:hidden;transition:border-color var(--animation-short),box-shadow var(--animation-short)}.ed-product:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:2.5rem;height:2px;background:var(--ed-accent);border-radius:1px}.ed-product:hover{border-color:#5cccf64d;box-shadow:0 8px 30px #1c32520f}@media(min-width:768px){.ed-product{flex-direction:row;align-items:center;padding:var(--sp-6)}}.ed-product__media{width:100%;aspect-ratio:1 / 1;border-radius:var(--ed-radius);overflow:hidden;flex-shrink:0;background:var(--ed-surface)}@media(min-width:768px){.ed-product__media{width:50%}}.ed-product__image-link{display:block;width:100%;height:100%}.ed-product__image{width:100%;height:100%;object-fit:contain;display:block;transition:transform var(--animation-primary)}.ed-product:hover .ed-product__image{transform:scale(1.03)}.ed-product__content{display:flex;flex-direction:column;gap:var(--sp-3);flex:1;min-width:0}.ed-product__title{font-family:var(--font-heading-family);font-weight:700;font-size:clamp(1.125rem,1.5vw + .125rem,1.375rem);line-height:1.25;letter-spacing:-.01em;margin:0}.ed-product__title-link{color:inherit;text-decoration:none}.ed-product__title-link:hover{color:var(--ed-accent-deep)}.ed-product__price{display:flex;align-items:baseline;gap:var(--sp-2)}.ed-product__price-current{font-family:var(--font-heading-family);font-weight:700;font-size:clamp(1.25rem,1.5vw,1.5rem);color:var(--ed-accent)}.ed-product__price-compare{font-family:var(--font-body-family);font-weight:400;font-size:var(--font-size-sm, .875rem);text-decoration:line-through;color:rgb(var(--color-foreground) / .4)}.ed-product__variants{font-family:var(--font-body-family);font-size:.8125rem;color:rgb(var(--color-foreground) / .5);margin:0}.ed-article .ed-product__cta,.ed-product__cta.button{align-self:flex-start;border-radius:0!important;background:#000!important;color:#fff!important;margin-top:var(--sp-2)}.ed-article .ed-product__cta:hover,.ed-product__cta.button:hover{background:#222!important;color:#fff!important}.ed-compare{position:relative;width:100%;max-width:100%}.ed-compare__header{display:grid;grid-template-columns:repeat(var(--ed-compare-cols, 2),1fr);gap:var(--sp-4);margin-bottom:var(--sp-6)}@media(max-width:767px){.ed-compare__header{display:flex;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;gap:var(--sp-4);padding-bottom:var(--sp-2)}.ed-compare__header::-webkit-scrollbar{display:none}.ed-compare__product{flex:0 0 70%;scroll-snap-align:center}}.ed-compare__product{display:flex;flex-direction:column;align-items:center;gap:var(--sp-3);text-align:center;padding:var(--sp-5);background:#fff;border:1px solid rgba(28,50,82,.08);border-radius:var(--ed-radius);transition:border-color var(--animation-short),box-shadow var(--animation-short)}.ed-compare__product:hover{border-color:#5cccf640;box-shadow:0 4px 20px #1c32520d}.ed-compare__image-link{display:block;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--ed-radius)}.ed-compare__image{width:100%;height:100%;object-fit:contain;display:block}.ed-compare__product-title{font-family:var(--font-heading-family);font-weight:700;font-size:1rem;line-height:1.3;margin:0}.ed-compare__product-title a{color:inherit;text-decoration:none}.ed-compare__product-title a:hover{color:var(--ed-accent)}.ed-compare__product-price{font-family:var(--font-heading-family);font-weight:700;font-size:clamp(1.0625rem,1.25vw,1.25rem);color:var(--ed-accent);margin:0}.ed-article .ed-compare__cta,.ed-compare__cta.button{margin-top:auto;border-radius:0!important;background:#000!important;color:#fff!important}.ed-article .ed-compare__cta:hover,.ed-compare__cta.button:hover{background:#222!important;color:#fff!important}.ed-compare__features{border:1px solid rgba(28,50,82,.08);border-radius:var(--ed-radius);overflow:hidden}.ed-compare__row{display:grid;grid-template-columns:repeat(var(--ed-compare-cols, 3),1fr)}.ed-compare__row--header{background:var(--ed-accent-deep);color:#fff}.ed-compare__row--header .ed-compare__cell{font-family:var(--font-heading-family);font-weight:700;font-size:var(--font-size-sm, .875rem);color:#fff}.ed-compare__row--even{background:var(--ed-surface)}.ed-compare__cell{padding:var(--sp-3) var(--sp-4);font-family:var(--font-body-family);font-size:var(--font-size-sm, .875rem);display:flex;align-items:center}.ed-compare__cell--label{font-weight:600}.ed-compare__check{color:#4d7c0f;font-weight:700}.ed-compare__cross{color:#be123c;font-weight:700}@media(max-width:767px){.ed-compare__features{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%}.ed-compare__row{min-width:30rem}}.ed-cta{background:linear-gradient(135deg,#1c3252,#1a3a5c 40%,#1c3252);color:#fff;border-radius:0;padding:var(--sp-10) var(--sp-6);text-align:center;position:relative;overflow:hidden}.ed-cta:before{content:"";position:absolute;top:-30%;right:-10%;width:50%;height:160%;background:radial-gradient(ellipse,rgba(92,204,246,.06) 0%,transparent 70%);pointer-events:none}@media(min-width:768px){.ed-cta{padding:var(--sp-10)}}.ed-cta--with-image{text-align:left;display:flex;flex-direction:column;gap:var(--sp-8);align-items:center}@media(min-width:768px){.ed-cta--with-image{flex-direction:row;gap:0;padding:0}}@media(min-width:1024px){.ed-cta--with-image{padding:0}}.ed-cta__image-col{flex-shrink:0;width:100%;max-height:16rem;overflow:hidden;border-radius:0}@media(min-width:768px){.ed-cta__image-col{width:40%;max-height:none;border-radius:0;align-self:stretch}}.ed-cta__img{width:100%;height:100%;object-fit:cover;display:block}.ed-cta__inner{display:flex;flex-direction:column;align-items:center;gap:var(--sp-5);max-width:38rem;margin-inline:auto;position:relative;z-index:1;padding:var(--sp-6) 0}.ed-cta--with-image .ed-cta__inner{align-items:flex-start;padding:3rem var(--sp-4);flex:1}@media(min-width:768px){.ed-cta--with-image .ed-cta__inner{padding:4.5rem var(--sp-6) 4.5rem var(--sp-6)}}.ed-cta:not(.ed-cta--with-image){padding:var(--sp-12) var(--sp-6)}@media(min-width:1024px){.ed-cta:not(.ed-cta--with-image){padding:5rem var(--sp-14, 3.5rem)}}.ed-cta--with-image .ed-cta__heading{text-align:left}.ed-cta--with-image .ed-cta__heading:after{left:0;width:70%}.ed-cta__heading{font-family:var(--font-heading-family);font-weight:700;font-style:italic;font-size:clamp(2rem,4vw + .5rem,3rem);line-height:1.15;letter-spacing:-.02em;margin:0;color:#fff;position:relative;display:inline-block;padding-bottom:.5rem}.ed-cta__heading:after{content:"";position:absolute;bottom:-.15em;left:5%;width:90%;height:.5em;background-image:url("data:image/svg+xml,%3Csvg viewBox='-400 -55 730 60' stroke='%235cccf6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-width='30' d='m -383.25 -6 c 55.25 -22 130.75 -33.5 293.25 -38 c 54.5 -0.5 195 -2.5 401 15'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;opacity:.6;pointer-events:none}.ed-cta__text{font-family:var(--font-body-family);font-weight:400;font-size:1.125rem;line-height:1.65;opacity:.8;margin:0;max-width:32rem;color:#fff}.ed-cta__button{display:inline-flex;align-items:center;justify-content:center;padding:1.125rem 2.75rem;background:#5cccf6;color:#fff;font-family:var(--font-heading-family);font-weight:700;font-size:1.0625rem;border-radius:var(--ed-btn-radius);text-decoration:none;border:none;cursor:pointer;transition:background .25s ease,transform .25s ease,box-shadow .25s ease;white-space:nowrap;margin-top:var(--sp-3);box-shadow:0 4px 14px #5cccf64d}.ed-cta__button:hover{background:#4abfe8;transform:translateY(-2px);box-shadow:0 6px 20px #5cccf666}.ed-download{background:var(--ed-surface);border-radius:var(--ed-radius);padding:var(--sp-8) var(--sp-6);display:flex;flex-direction:column;gap:var(--sp-5)}@media(min-width:768px){.ed-download{flex-direction:row;align-items:center;padding:var(--sp-8) var(--sp-8);gap:var(--sp-7)}}.ed-download__preview{width:100%;max-width:10rem;aspect-ratio:3 / 4;border-radius:var(--ed-radius);overflow:hidden;flex-shrink:0;margin-inline:auto;box-shadow:0 4px 16px #0000001a}@media(min-width:768px){.ed-download__preview{margin-inline:0}}.ed-download__image{width:100%;height:100%;object-fit:cover;display:block}.ed-download__content{display:flex;flex-direction:column;gap:var(--sp-4);flex:1}.ed-download__title{font-family:var(--font-heading-family);font-weight:700;font-size:clamp(1.125rem,1.5vw + .125rem,1.375rem);line-height:1.25;margin:0}.ed-download__description{font-family:var(--font-body-family);font-weight:400;font-size:var(--font-size-sm, .875rem);line-height:1.55;color:rgb(var(--color-foreground) / .65);margin:0}.ed-download__form,.ed-download__field{display:flex;flex-direction:column;gap:var(--sp-3)}@media(min-width:768px){.ed-download__field{flex-direction:row}}.ed-download__input{width:100%;padding:.75rem 1rem;border:1px solid rgba(28,50,82,.12);border-radius:var(--inputs-radius);font-family:var(--font-body-family);font-size:1rem;background:#fff;color:rgb(var(--color-foreground));transition:border-color var(--animation-short)}.ed-download__input::placeholder{color:rgb(var(--color-foreground) / .35)}.ed-download__input:focus{outline:none;border-color:var(--ed-accent);box-shadow:0 0 0 2px #5cccf633}.ed-download__button{flex-shrink:0;white-space:nowrap;border-radius:var(--ed-btn-radius)!important}.ed-download__privacy{font-family:var(--font-body-family);font-size:.75rem;color:rgb(var(--color-foreground) / .4);margin:0}.ed-download__privacy a{color:inherit;text-decoration:underline}.ed-toc{position:fixed;bottom:var(--sp-6);left:50%;transform:translate(-50%);z-index:50;opacity:0;pointer-events:none;transition:opacity var(--animation-fast),transform var(--animation-fast)}.ed-toc--visible{opacity:1;pointer-events:auto}.ed-toc--hidden{opacity:0;pointer-events:none;transform:translate(-50%) translateY(1rem)}.ed-toc__pill{display:inline-flex;align-items:center;gap:var(--sp-2);background:var(--ed-accent-deep);color:#fff;border-radius:var(--ed-btn-radius);padding:var(--sp-2d5, .625rem) var(--sp-5);font-family:var(--font-heading-family);font-weight:700;font-size:var(--font-size-sm, .875rem);border:none;cursor:pointer;box-shadow:0 4px 24px #0000001f;transition:background var(--animation-short),box-shadow var(--animation-short);white-space:nowrap}.ed-toc__pill:hover{box-shadow:0 6px 28px #0000002e}.ed-toc__arrow{display:inline-block;transition:transform var(--animation-fast)}.ed-toc__panel{display:none;position:absolute;bottom:0;left:50%;transform:translate(-50%);background:#fff;border:1px solid rgba(28,50,82,.08);border-radius:var(--ed-radius);box-shadow:0 8px 40px #0000001a;max-height:60vh;overflow-y:auto;width:min(90vw,20rem);padding:var(--sp-4) 0;scrollbar-width:thin}.ed-toc--expanded .ed-toc__pill{display:none}.ed-toc--expanded .ed-toc__panel{display:block;animation:ed-toc-expand var(--animation-fast) forwards}@keyframes ed-toc-expand{0%{opacity:0;transform:translate(-50%) translateY(.5rem) scale(.95)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}.ed-toc__panel-header{display:flex;justify-content:space-between;align-items:center;padding:0 var(--sp-5) var(--sp-3);border-bottom:1px solid rgba(28,50,82,.06);margin-bottom:var(--sp-2)}.ed-toc__panel-title{font-family:var(--font-heading-family);font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:rgb(var(--color-foreground) / .5)}.ed-toc__close{background:none;border:none;cursor:pointer;font-size:1.25rem;color:rgb(var(--color-foreground) / .35);padding:var(--sp-1);line-height:1;transition:color var(--animation-short)}.ed-toc__close:hover{color:rgb(var(--color-foreground))}.ed-toc__list{list-style:none;padding:0;margin:0}.ed-toc__item{display:block}.ed-toc__link{display:block;padding:var(--sp-3) var(--sp-5);font-family:var(--font-body-family);font-weight:400;font-size:var(--font-size-sm, .875rem);color:rgb(var(--color-foreground) / .6);text-decoration:none;border-left:2px solid transparent;transition:all var(--animation-short);line-height:1.4}.ed-toc__link:hover{background:var(--ed-surface);color:rgb(var(--color-foreground))}.ed-toc__link--active{font-weight:600;color:var(--ed-accent);border-left-color:var(--ed-accent);background:var(--ed-surface-accent)}.ed-author{background:none;border-top:1px solid rgba(28,50,82,.1);border-radius:0;padding:var(--sp-8) 0 0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--sp-4)}@media(min-width:768px){.ed-author{flex-direction:row;align-items:flex-start;text-align:left;gap:var(--sp-5);padding:var(--sp-8) 0 0}}.ed-author__avatar-wrapper{flex-shrink:0;width:4.5rem;height:4.5rem;border-radius:50%;overflow:hidden;border:3px solid var(--ed-accent)}.ed-author__avatar{width:100%;height:100%;object-fit:cover;display:block}.ed-author__content{display:flex;flex-direction:column;gap:var(--sp-2);min-width:0}.ed-author__name{font-family:var(--font-heading-family);font-weight:700;font-size:clamp(1.25rem,1.5vw,1.5rem);line-height:1.2;margin:0}.ed-author__name-link{color:inherit;text-decoration:none}.ed-author__name-link:hover{color:var(--ed-accent)}.ed-author__title{font-family:var(--font-body-family);font-weight:400;font-size:var(--font-size-sm, .875rem);color:rgb(var(--color-foreground) / .55);margin:0}.ed-author__bio{font-family:var(--font-body-family);font-weight:400;font-size:var(--font-size-sm, .875rem);line-height:1.6;color:rgb(var(--color-foreground) / .7);margin:0}.ed-author__link{font-family:var(--font-body-family);font-size:var(--font-size-sm, .875rem);color:var(--ed-accent);text-decoration:none;font-weight:600;align-self:flex-start}.ed-author__link:hover{text-decoration:underline}@media(max-width:767px){.ed-author__link{align-self:center}}.ed-fallback .rte{max-width:var(--ed-max-width);margin-inline:auto}@media print{body *{visibility:hidden}.ed-checklist,.ed-checklist *{visibility:visible}.ed-checklist{position:absolute;left:0;top:0;width:100%;border:none;box-shadow:none;padding:1cm;background:none}.ed-checklist__print{display:none}.ed-checklist__checkbox{border:2px solid #333!important;background:#fff!important;color:transparent!important}.ed-checklist__input:checked+.ed-checklist__label .ed-checklist__checkbox{background:#fff!important;border-color:#333!important;color:transparent!important}.ed-checklist__input:checked+.ed-checklist__label{text-decoration:none;opacity:1}.ed-checklist__title{font-size:1.25rem;margin-bottom:.5cm}.ed-toc,.ed-header__meta,.ed-cta,.ed-download{display:none}.ed-article{gap:.5cm}.ed-module,.ed-image-hero,.ed-video{break-inside:avoid}}@media(prefers-reduced-motion:reduce){.ed-toc,.ed-toc__pill,.ed-toc__panel,.ed-toc__link,.ed-checklist__checkbox,.ed-timeline__dot,.ed-product,.ed-product__image,.ed-compare__product,.ed-cta__button{transition:none;animation:none}}.ed-toc__pill:focus-visible,.ed-toc__close:focus-visible,.ed-toc__link:focus-visible,.ed-cta__button:focus-visible,.ed-product__cta:focus-visible,.ed-compare__cta:focus-visible,.ed-download__button:focus-visible,.ed-author__link:focus-visible,.ed-checklist__print:focus-visible{outline:2px solid rgb(var(--color-keyboard-focus));outline-offset:2px}[data-ed-section]{scroll-margin-top:5rem}.ed-dark-surface{--ed-border: rgb(255 255 255 / .15);--ed-border-light: rgb(255 255 255 / .1);--ed-surface: rgb(255 255 255 / .06);--ed-surface-accent: rgb(255 255 255 / .1)}@keyframes ed-stat-shimmer{0%{background-position:-200% center}to{background-position:200% center}}.ed-stat--upgraded{background:var(--ed-accent-deep);color:#fff;border-radius:var(--ed-radius);padding:var(--sp-8) var(--sp-6);text-align:left}@media(min-width:768px){.ed-stat--upgraded{padding:var(--sp-10) var(--sp-10)}}@media(min-width:1024px){.ed-stat--upgraded{padding:var(--sp-12, 3rem) var(--sp-12, 3rem)}}.ed-stat--upgraded .ed-stat__inner{display:flex;flex-direction:column;gap:var(--sp-5);align-items:flex-start}@media(min-width:768px){.ed-stat--upgraded .ed-stat__inner{flex-direction:row;align-items:center;gap:var(--sp-10)}}.ed-stat__number-col{flex-shrink:0;display:flex;flex-direction:column;gap:var(--sp-3)}@media(min-width:768px){.ed-stat__number-col{min-width:9rem}}.ed-stat--upgraded .ed-stat__number{font-family:var(--font-heading-family);font-weight:700;font-size:clamp(3rem,8vw,5rem);line-height:1;letter-spacing:-.02em;color:#fff;margin:0}.ed-stat__number--shimmer.ed-stat__number--active{background:linear-gradient(90deg,#fff 0%,#fff 40%,var(--ed-accent) 50%,#fff 60%,#fff 100%);background-size:200% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:ed-stat-shimmer 3s ease-in-out 1}.ed-stat__bar{width:100%;max-width:10rem;height:3px;background:#ffffff1f;border-radius:2px;overflow:hidden}.ed-stat__bar-fill{width:65%;height:100%;background:var(--ed-accent);border-radius:2px;transition:width .8s cubic-bezier(.3,1,.3,1)}.ed-stat__info-col{display:flex;flex-direction:column;gap:var(--sp-3);flex:1;min-width:0}.ed-stat--upgraded .ed-stat__label{font-family:var(--font-body-family);font-weight:400;font-size:1.0625rem;line-height:1.55;color:#fffc;margin:0}.ed-stat__context-badge{display:inline-flex;align-items:center;gap:.35rem;background:#ffffff1a;color:var(--ed-accent);font-family:var(--font-body-family);font-weight:600;font-size:var(--font-size-sm, .875rem);padding:.3rem .875rem;border-radius:var(--ed-btn-radius);width:fit-content}.ed-stat__icon{width:.875rem;height:.875rem;flex-shrink:0}.ed-stat--upgraded .ed-stat__source{font-family:var(--font-body-family);font-weight:400;font-size:.8125rem;color:#fff6;margin:0}.ed-stat--upgraded .ed-stat__source-link{color:#fff6;text-decoration:underline;text-underline-offset:.15em}.ed-stat--upgraded .ed-stat__source-link:hover{color:#fff}.ed-checklist__progress-wrapper{display:flex;align-items:center;gap:var(--sp-3);margin-bottom:var(--sp-4)}.ed-checklist__progress-bar{flex:1;height:3px;background:#1c32520f;border-radius:2px;overflow:hidden}.ed-checklist__progress-fill{width:0%;height:100%;background:var(--ed-accent);border-radius:2px;transition:width .4s cubic-bezier(.3,1,.3,1)}.ed-checklist__progress-text{flex-shrink:0;font-family:var(--font-body-family);font-weight:600;font-size:.75rem;color:rgb(var(--color-foreground) / .4);white-space:nowrap}.ed-checklist__complete-badge{display:inline-flex;align-items:center;gap:var(--sp-2);background:#5cccf61a;color:var(--ed-accent-deep);font-family:var(--font-heading-family);font-weight:700;font-size:var(--font-size-sm, .875rem);padding:.375rem 1rem;border-radius:var(--ed-btn-radius);margin-bottom:var(--sp-4)}.ed-checklist__complete-badge svg{color:var(--ed-accent)}.ed-checklist--complete{border-color:var(--ed-accent)}.ed-insitu{margin:0;width:100%}.ed-insitu__scene-wrapper{position:relative;width:100%;overflow:hidden;max-height:32rem}@media(min-width:768px){.ed-insitu__scene-wrapper{max-height:28rem}}.ed-insitu__scene-img{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block}.ed-insitu__card{display:flex;align-items:center;gap:var(--sp-3);background:#fff;border-radius:var(--ed-radius);padding:var(--sp-3) var(--sp-4);box-shadow:0 4px 24px #0000001a,0 1px 4px #0000000a;max-width:16rem;margin-top:var(--sp-4)}@media(min-width:768px){.ed-insitu__card{position:absolute;bottom:var(--sp-6);right:var(--sp-8);margin-top:0}}@media(min-width:1280px){.ed-insitu__card{right:var(--sp-12);bottom:var(--sp-8)}}.ed-insitu__card-image-link{display:block;flex-shrink:0;width:3.75rem;height:3.75rem;border-radius:.5rem;overflow:hidden;border:1px solid rgba(28,50,82,.06)}.ed-insitu__card-image{width:100%;height:100%;object-fit:contain;display:block}.ed-insitu__card-info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.ed-insitu__card-title{font-family:var(--font-heading-family);font-weight:700;font-size:.8125rem;line-height:1.3;color:rgb(var(--color-foreground));margin:0}.ed-insitu__card-price{font-family:var(--font-heading-family);font-weight:700;font-size:.875rem;color:var(--ed-accent);margin:0}.ed-insitu__card-link{font-family:var(--font-body-family);font-weight:600;font-size:.75rem;color:var(--ed-accent);text-decoration:none}.ed-insitu__card-link:hover{text-decoration:underline}.ed-insitu__caption{font-family:var(--font-body-family);font-weight:400;font-size:.8125rem;color:rgb(var(--color-foreground) / .45);padding-top:var(--sp-3);padding-inline:var(--sp-2)}@media(min-width:768px){.ed-insitu__caption{padding-top:var(--sp-5)}}@keyframes ed-spotlight-pulse{0%,to{box-shadow:0 0 #ffffff80}50%{box-shadow:0 0 0 6px #fff0}}.ed-spotlight{display:flex;flex-direction:column;gap:var(--sp-5)}.ed-spotlight__title{font-family:var(--font-heading-family);font-weight:700;font-size:clamp(1.25rem,2vw + .25rem,1.625rem);line-height:1.2;margin:0;color:rgb(var(--color-foreground))}.ed-spotlight__image-container{position:relative;border-radius:var(--ed-radius);overflow:hidden;line-height:0}.ed-spotlight__image{width:100%;height:auto;display:block}.ed-spotlight__dot{position:absolute;transform:translate(-50%,-50%);width:2rem;height:2rem;border-radius:50%;background:#fff;border:2px solid var(--ed-accent-deep);box-shadow:0 2px 8px #0003;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;padding:0;animation:ed-spotlight-pulse 2.5s ease-in-out infinite;transition:transform var(--animation-short),box-shadow var(--animation-short)}.ed-spotlight__dot:hover,.ed-spotlight__dot:focus-visible{transform:translate(-50%,-50%) scale(1.15);box-shadow:0 4px 12px #00000040;animation:none}.ed-spotlight__dot:focus-visible{outline:2px solid rgb(var(--color-keyboard-focus));outline-offset:2px}@media(max-width:639px){.ed-spotlight__dot{width:1.5rem;height:1.5rem;border-width:1.5px}}.ed-spotlight__dot-number{font-family:var(--font-heading-family);font-weight:700;font-size:.8125rem;color:var(--ed-accent-deep);line-height:1}@media(max-width:639px){.ed-spotlight__dot-number{font-size:.6875rem}}.ed-spotlight__tooltip{position:absolute;transform:translate(-50%,calc(-100% - 1.25rem));background:#fff;color:var(--ed-accent-deep);border-radius:.625rem;padding:.5rem .75rem;box-shadow:0 4px 16px #00000026;z-index:10;max-width:14rem;min-width:8rem;pointer-events:none;display:flex;align-items:flex-start;gap:.4rem;opacity:0;transition:opacity var(--animation-short)}.ed-spotlight__tooltip[aria-hidden=false],.ed-spotlight__tooltip.ed-spotlight__tooltip--visible{opacity:1;pointer-events:auto}.ed-spotlight__tooltip:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff}.ed-spotlight__tooltip-number{font-family:var(--font-heading-family);font-weight:700;font-size:.75rem;background:var(--ed-accent-deep);color:#fff;width:1.25rem;height:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ed-spotlight__tooltip-text{font-family:var(--font-body-family);font-weight:400;font-size:.8125rem;line-height:1.4}.ed-spotlight__legend{padding-left:var(--sp-6);margin:0;display:flex;flex-direction:column;gap:var(--sp-2)}.ed-spotlight__legend-item{font-family:var(--font-body-family);font-weight:400;font-size:var(--font-size-sm, .875rem);line-height:1.55;color:rgb(var(--color-foreground) / .7)}.ed-spotlight__legend-item::marker{font-family:var(--font-heading-family);font-weight:700;color:var(--ed-accent-deep)}@media(prefers-reduced-motion:reduce){.ed-stat__number--shimmer.ed-stat__number--active{animation:none;background:none;-webkit-text-fill-color:#fff}.ed-spotlight__dot{animation:none}.ed-checklist__progress-fill,.ed-stat__bar-fill{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/section-main-article-editorial.css.map */
