:root{--kh-accent: #d71920;--kh-accent-dark: #a80f16;--kh-ink: #151719;--kh-charcoal: #202326;--kh-muted: #626970;--kh-line: #dfe3e6;--kh-soft: #f4f5f6;--kh-soft-2: #eef0f2;--kh-white: #ffffff;--kh-success: #197447;--kh-warning: #9a5b00;--kh-info: #215b91;--kh-max-width: 1240px;--kh-reading-width: 780px;--kh-sidebar-width: 260px;--kh-radius-xs: 5px;--kh-radius-sm: 8px;--kh-radius-md: 14px;--kh-radius-lg: 22px;--kh-radius-pill: 999px;--kh-shadow-sm: 0 4px 14px rgba(0, 0, 0, .06);--kh-shadow: 0 12px 35px rgba(0, 0, 0, .09);--kh-shadow-lg: 0 26px 70px rgba(0, 0, 0, .15);--kh-section-space: clamp(48px, 7vw, 96px);--kh-section-space-compact: clamp(32px, 5vw, 64px)}.kh-page-shell{position:relative;color:var(--kh-ink);background:var(--kh-white);font-family:inherit;font-size:1rem;line-height:1.7;overflow-wrap:anywhere}.kh-page-shell,.kh-page-shell *,.kh-page-shell *:before,.kh-page-shell *:after{box-sizing:border-box}.kh-page-shell img,.kh-page-shell video,.kh-page-shell iframe,.kh-page-shell svg{display:block;max-width:100%}.kh-page-shell img{height:auto}.kh-page-shell a{color:var(--kh-accent-dark);text-decoration-thickness:.08em;text-underline-offset:.18em}.kh-page-shell a:hover{color:var(--kh-accent)}.kh-page-shell :focus-visible{outline:3px solid var(--kh-accent);outline-offset:3px}.kh-page-shell [hidden]{display:none!important}.kh-progress{position:fixed;inset:0 0 auto 0;z-index:999;height:4px;pointer-events:none}.kh-progress__bar{display:block;width:0;height:100%;background:var(--kh-accent);transition:width 80ms linear}.kh-page-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,var(--kh-sidebar-width));gap:clamp(32px,5vw,72px);width:min(calc(100% - 40px),var(--kh-max-width));margin-inline:auto;align-items:start}.kh-page-layout--no-toc{display:block;width:auto}.kh-page-layout--no-toc .kh-content{width:100%}.kh-content{min-width:0;grid-column:1}.kh-toc{position:sticky;top:110px;grid-column:2;grid-row:1;max-height:calc(100vh - 140px);overflow:auto;padding:2rem 0}.kh-toc__inner{padding:1.2rem;border:1px solid var(--kh-line);border-radius:var(--kh-radius-md);background:var(--kh-soft)}.kh-toc__title{margin:0 0 .8rem;color:var(--kh-ink);font-size:.8rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.kh-toc ol{display:grid;gap:.45rem;margin:0;padding:0;list-style:none}.kh-toc li{margin:0}.kh-toc a{display:block;padding:.35rem 0;color:var(--kh-muted);font-size:.9rem;line-height:1.35;text-decoration:none}.kh-toc a:hover,.kh-toc a[aria-current=true]{color:var(--kh-accent)}.kh-toc .kh-toc__subitem{padding-left:.9rem;font-size:.84rem}.kh-back-to-top{position:fixed;right:20px;bottom:20px;z-index:90;display:grid;width:48px;height:48px;padding:0;border:0;border-radius:50%;place-items:center;color:var(--kh-white);background:var(--kh-charcoal);box-shadow:var(--kh-shadow);cursor:pointer;transition:transform .16s ease,background-color .16s ease}.kh-back-to-top:hover{background:var(--kh-accent);transform:translateY(-2px)}.kh-native-hero{position:relative;overflow:hidden;padding:clamp(64px,9vw,116px) 0;color:var(--kh-ink);background:var(--kh-soft);isolation:isolate}.kh-native-hero--with-media{min-height:clamp(440px,60vw,700px);display:grid;align-items:end;color:var(--kh-white);background:var(--kh-charcoal)}.kh-native-hero__media,.kh-native-hero__media:after{position:absolute;top:0;right:0;bottom:0;left:0}.kh-native-hero__media{z-index:-2}.kh-native-hero__media img{width:100%;height:100%;object-fit:cover}.kh-native-hero__media:after{content:"";background:linear-gradient(90deg,#0a0c0deb,#0a0c0d9e 55%,#0a0c0d24),linear-gradient(0deg,rgba(10,12,13,.52),transparent 48%)}.kh-native-hero__inner>*{max-width:860px}.kh-native-hero h1{margin:0 0 .45em;font-size:clamp(2.4rem,6vw,5rem);font-weight:780;letter-spacing:-.035em;line-height:1.04;text-wrap:balance}.kh-meta{display:flex;flex-wrap:wrap;gap:.6rem 1.1rem;margin-top:1.25rem;color:inherit;font-size:.92rem;opacity:.78}.kh-container,.kh-page-shell .xdeep-container{width:min(calc(100% - 40px),var(--kh-max-width));margin-inline:auto}.kh-reading-width,.kh-page-shell .xdeep-reading-width{width:min(100%,var(--kh-reading-width));margin-inline:auto}.kh-section,.kh-page-shell .xdeep-section{padding:var(--kh-section-space) 0}.kh-section--compact,.kh-page-shell .xdeep-section--compact{padding:var(--kh-section-space-compact) 0}.kh-section--soft,.kh-page-shell .xdeep-section--soft{background:var(--kh-soft)}.kh-section--dark,.kh-page-shell .xdeep-section--dark{color:var(--kh-white);background:var(--kh-charcoal)}.kh-section--accent,.kh-page-shell .xdeep-section--red{color:var(--kh-white);background:linear-gradient(135deg,var(--kh-accent-dark),var(--kh-accent))}.kh-section+.kh-section,.kh-page-shell .xdeep-section+.xdeep-section{border-top:1px solid rgba(223,227,230,.72)}.kh-content>.xdeep-page{width:calc(100vw - var(--kh-sidebar-width) - clamp(32px,5vw,72px));max-width:none;margin-left:calc((100vw - min(calc(100vw - 40px),var(--kh-max-width)))/-2)}.kh-page-layout--no-toc .kh-content>.xdeep-page{width:auto;margin-left:0}.kh-content h1,.kh-content h2,.kh-content h3,.kh-content h4,.kh-page-shell .xdeep-page h1,.kh-page-shell .xdeep-page h2,.kh-page-shell .xdeep-page h3,.kh-page-shell .xdeep-page h4{margin:0 0 .55em;color:inherit;font-weight:750;letter-spacing:-.025em;line-height:1.12;text-wrap:balance}.kh-content h1,.kh-page-shell .xdeep-page h1{font-size:clamp(2.35rem,6vw,5rem)}.kh-content h2,.kh-page-shell .xdeep-page h2{font-size:clamp(1.85rem,3.6vw,3.25rem)}.kh-content h3,.kh-page-shell .xdeep-page h3{font-size:clamp(1.35rem,2.4vw,2rem)}.kh-content h4,.kh-page-shell .xdeep-page h4{font-size:1.15rem}.kh-content p,.kh-content ul,.kh-content ol,.kh-content blockquote,.kh-content table,.kh-page-shell .xdeep-page p,.kh-page-shell .xdeep-page ul,.kh-page-shell .xdeep-page ol,.kh-page-shell .xdeep-page blockquote,.kh-page-shell .xdeep-page table{margin:0 0 1.25rem}.kh-content p:last-child,.kh-content ul:last-child,.kh-content ol:last-child,.kh-page-shell .xdeep-page p:last-child,.kh-page-shell .xdeep-page ul:last-child,.kh-page-shell .xdeep-page ol:last-child{margin-bottom:0}.kh-eyebrow,.kh-page-shell .xdeep-eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin:0 0 1rem;color:var(--kh-accent);font-size:.78rem;font-weight:800;letter-spacing:.14em;line-height:1.3;text-transform:uppercase}.kh-section--dark .kh-eyebrow,.kh-section--accent .kh-eyebrow,.kh-page-shell .xdeep-section--dark .xdeep-eyebrow,.kh-page-shell .xdeep-section--red .xdeep-eyebrow,.kh-page-shell .xdeep-hero .xdeep-eyebrow{color:#ff777c}.kh-lead,.kh-page-shell .xdeep-lead{max-width:820px;color:inherit;font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.55;opacity:.88}.kh-intro,.kh-page-shell .xdeep-intro{max-width:820px;margin-bottom:clamp(28px,4vw,48px)}.kh-prose,.kh-page-shell .xdeep-prose{width:min(100%,var(--kh-reading-width))}.kh-prose>*+h2,.kh-prose>*+h3,.kh-content>*+h2,.kh-content>*+h3,.kh-page-shell .xdeep-prose>*+h2,.kh-page-shell .xdeep-prose>*+h3{margin-top:2.2em}.kh-content ul,.kh-content ol,.kh-page-shell .xdeep-page ul,.kh-page-shell .xdeep-page ol{padding-left:1.35rem}.kh-content li+li,.kh-page-shell .xdeep-page li+li{margin-top:.5rem}.kh-content strong,.kh-page-shell .xdeep-page strong{font-weight:760}.kh-heading-anchor{margin-left:.35rem;color:var(--kh-muted)!important;font-size:.68em;opacity:0;text-decoration:none!important;transition:opacity .16s ease}h2:hover .kh-heading-anchor,h3:hover .kh-heading-anchor,.kh-heading-anchor:focus{opacity:1}.kh-content:not(:has(.xdeep-page)):not(:has(.kh-hero)){width:min(100%,var(--kh-reading-width));padding:clamp(50px,7vw,92px) 0}.kh-hero,.kh-page-shell .xdeep-hero{position:relative;display:grid;min-height:clamp(440px,62vw,720px);overflow:hidden;color:var(--kh-white);background:var(--kh-charcoal);isolation:isolate}.kh-hero__media,.kh-page-shell .xdeep-hero__media,.kh-hero__media:after,.kh-page-shell .xdeep-hero__media:after{position:absolute;top:0;right:0;bottom:0;left:0}.kh-hero__media,.kh-page-shell .xdeep-hero__media{z-index:-2}.kh-hero__media img,.kh-page-shell .xdeep-hero__media img{width:100%;height:100%;object-fit:cover}.kh-hero__media:after,.kh-page-shell .xdeep-hero__media:after{content:"";background:linear-gradient(90deg,#0a0c0deb,#0a0c0dab 52%,#0a0c0d2e),linear-gradient(0deg,rgba(10,12,13,.55),transparent 45%)}.kh-hero__content,.kh-page-shell .xdeep-hero__content{align-self:end;width:min(calc(100% - 40px),var(--kh-max-width));margin-inline:auto;padding:clamp(72px,11vw,150px) 0 clamp(52px,8vw,96px)}.kh-hero__content>*,.kh-page-shell .xdeep-hero__content>*{max-width:860px}.kh-hero--plain,.kh-page-shell .xdeep-hero--plain{min-height:auto;color:var(--kh-ink);background:var(--kh-soft)}.kh-hero--plain .kh-hero__content,.kh-page-shell .xdeep-hero--plain .xdeep-hero__content{align-self:auto;padding:clamp(64px,9vw,112px) 0}.kh-actions,.kh-page-shell .xdeep-actions,.kh-page-shell .xdeep-hero__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.75rem}.kh-button,.kh-page-shell .xdeep-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.78rem 1.2rem;border:2px solid transparent;border-radius:var(--kh-radius-pill);color:var(--kh-white)!important;background:var(--kh-accent);font-weight:750;line-height:1.2;text-align:center;text-decoration:none!important;transition:transform .16s ease,background-color .16s ease,border-color .16s ease}.kh-button:hover,.kh-page-shell .xdeep-button:hover{color:var(--kh-white)!important;background:var(--kh-accent-dark);transform:translateY(-1px)}.kh-button--secondary,.kh-page-shell .xdeep-button--secondary{border-color:currentColor;color:var(--kh-ink)!important;background:transparent}.kh-button--secondary:hover,.kh-page-shell .xdeep-button--secondary:hover{color:var(--kh-white)!important;background:var(--kh-ink)}.kh-section--dark .kh-button--secondary,.kh-section--accent .kh-button--secondary,.kh-page-shell .xdeep-section--dark .xdeep-button--secondary,.kh-page-shell .xdeep-section--red .xdeep-button--secondary,.kh-page-shell .xdeep-hero .xdeep-button--secondary{color:var(--kh-white)!important}.kh-section--dark .kh-button--secondary:hover,.kh-section--accent .kh-button--secondary:hover,.kh-page-shell .xdeep-section--dark .xdeep-button--secondary:hover,.kh-page-shell .xdeep-section--red .xdeep-button--secondary:hover,.kh-page-shell .xdeep-hero .xdeep-button--secondary:hover{color:var(--kh-ink)!important;background:var(--kh-white)}.kh-grid,.kh-page-shell .xdeep-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(18px,2.5vw,30px)}.kh-grid--2>*,.kh-page-shell .xdeep-grid--2>*{grid-column:span 6}.kh-grid--3>*,.kh-page-shell .xdeep-grid--3>*{grid-column:span 4}.kh-grid--4>*,.kh-page-shell .xdeep-grid--4>*{grid-column:span 3}.kh-card,.kh-page-shell .xdeep-card{height:100%;padding:clamp(22px,3vw,34px);border:1px solid var(--kh-line);border-radius:var(--kh-radius-md);background:var(--kh-white);box-shadow:0 1px #00000006}.kh-card--featured,.kh-page-shell .xdeep-card--featured{border-color:#d7192061;box-shadow:var(--kh-shadow)}.kh-card__icon,.kh-page-shell .xdeep-card__icon{display:grid;width:48px;height:48px;margin-bottom:1.15rem;place-items:center;border-radius:50%;color:var(--kh-white);background:var(--kh-accent);font-weight:800}.kh-card img,.kh-page-shell .xdeep-card img{width:100%;margin-bottom:1.2rem;border-radius:var(--kh-radius-sm);aspect-ratio:4 / 3;object-fit:cover}.kh-section--dark .kh-card,.kh-page-shell .xdeep-section--dark .xdeep-card{border-color:#ffffff24;color:var(--kh-white);background:#fff1}.kh-product-card{display:grid;grid-template-columns:180px minmax(0,1fr);gap:1.5rem;align-items:center;padding:1.4rem;border:1px solid var(--kh-line);border-radius:var(--kh-radius-md);background:var(--kh-white);box-shadow:var(--kh-shadow-sm)}.kh-product-card__media img{width:100%;aspect-ratio:1;object-fit:contain}.kh-product-card__price{color:var(--kh-accent);font-size:1.2rem;font-weight:800}.kh-image-text,.kh-page-shell .xdeep-image-text{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(32px,6vw,80px);align-items:center}.kh-image-text--reverse .kh-image-text__media,.kh-page-shell .xdeep-image-text--reverse .xdeep-image-text__media{order:2}.kh-image-text__media img,.kh-page-shell .xdeep-image-text__media img{width:100%;border-radius:var(--kh-radius-lg);box-shadow:var(--kh-shadow);aspect-ratio:4 / 3;object-fit:cover}.kh-highlight,.kh-page-shell .xdeep-highlight{padding:clamp(24px,4vw,42px);border-left:5px solid var(--kh-accent);border-radius:0 var(--kh-radius-md) var(--kh-radius-md) 0;background:var(--kh-soft)}.kh-highlight--success,.kh-page-shell .xdeep-highlight--success{border-left-color:var(--kh-success)}.kh-highlight--warning,.kh-page-shell .xdeep-highlight--warning{border-left-color:var(--kh-warning)}.kh-highlight--info{border-left-color:var(--kh-info)}.kh-quote,.kh-page-shell .xdeep-quote{margin:2rem 0;padding:1.4rem 1.7rem;border-left:4px solid var(--kh-accent);color:var(--kh-charcoal);background:var(--kh-soft);font-size:1.12rem;font-weight:650}.kh-verdict{display:grid;gap:.8rem;padding:clamp(26px,4vw,44px);border:2px solid rgba(215,25,32,.24);border-radius:var(--kh-radius-lg);background:linear-gradient(135deg,#fff,#fff7f7);box-shadow:var(--kh-shadow-sm)}.kh-verdict__label{color:var(--kh-accent);font-size:.8rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.kh-specs,.kh-page-shell .xdeep-specs{overflow:hidden;border:1px solid var(--kh-line);border-radius:var(--kh-radius-md);background:var(--kh-white)}.kh-spec,.kh-page-shell .xdeep-spec{display:grid;grid-template-columns:minmax(150px,.8fr) minmax(0,1.6fr);gap:1.25rem;padding:1rem 1.2rem}.kh-spec+.kh-spec,.kh-page-shell .xdeep-spec+.xdeep-spec{border-top:1px solid var(--kh-line)}.kh-spec__label,.kh-page-shell .xdeep-spec__label{font-weight:750}.kh-spec__value,.kh-page-shell .xdeep-spec__value{color:var(--kh-muted)}.kh-table-wrap,.kh-page-shell .xdeep-table-wrap{width:100%;overflow-x:auto;border:1px solid var(--kh-line);border-radius:var(--kh-radius-md);background:var(--kh-white);-webkit-overflow-scrolling:touch}.kh-comparison,.kh-content table,.kh-page-shell .xdeep-comparison{width:100%;min-width:680px;margin:0;border-collapse:collapse;line-height:1.45}.kh-comparison th,.kh-comparison td,.kh-content table th,.kh-content table td,.kh-page-shell .xdeep-comparison th,.kh-page-shell .xdeep-comparison td{padding:1rem;border-bottom:1px solid var(--kh-line);text-align:left;vertical-align:top}.kh-comparison thead th,.kh-content table thead th,.kh-page-shell .xdeep-comparison thead th{color:var(--kh-white);background:var(--kh-charcoal);font-size:.9rem;letter-spacing:.02em}.kh-comparison tbody th,.kh-content table tbody th,.kh-page-shell .xdeep-comparison tbody th{width:24%;font-weight:750;background:var(--kh-soft)}.kh-comparison tr:last-child th,.kh-comparison tr:last-child td,.kh-content table tr:last-child th,.kh-content table tr:last-child td,.kh-page-shell .xdeep-comparison tr:last-child th,.kh-page-shell .xdeep-comparison tr:last-child td{border-bottom:0}.kh-check,.kh-page-shell .xdeep-check{color:var(--kh-success);font-weight:800}.kh-cross,.kh-page-shell .xdeep-cross{color:var(--kh-accent);font-weight:800}.kh-faq,.kh-page-shell .xdeep-faq{border-top:1px solid var(--kh-line)}.kh-faq details,.kh-page-shell .xdeep-faq details{border-bottom:1px solid var(--kh-line)}.kh-faq summary,.kh-page-shell .xdeep-faq summary{position:relative;padding:1.25rem 3rem 1.25rem 0;cursor:pointer;font-size:1.08rem;font-weight:750;list-style:none}.kh-faq summary::-webkit-details-marker,.kh-page-shell .xdeep-faq summary::-webkit-details-marker{display:none}.kh-faq summary:after,.kh-page-shell .xdeep-faq summary:after{position:absolute;top:50%;right:.25rem;content:"+";color:var(--kh-accent);font-size:1.65rem;line-height:1;transform:translateY(-50%)}.kh-faq details[open] summary:after,.kh-page-shell .xdeep-faq details[open] summary:after{content:"\2212"}.kh-faq__answer,.kh-page-shell .xdeep-faq__answer{width:min(100%,var(--kh-reading-width));padding:0 0 1.4rem;color:var(--kh-muted)}.kh-cta,.kh-page-shell .xdeep-cta{position:relative;overflow:hidden;padding:clamp(36px,6vw,72px);border-radius:var(--kh-radius-lg);color:var(--kh-white);background:radial-gradient(circle at 100% 0%,rgba(215,25,32,.48),transparent 38%),var(--kh-charcoal)}.kh-cta>*,.kh-page-shell .xdeep-cta>*{position:relative;max-width:850px}.kh-cta .kh-lead,.kh-page-shell .xdeep-cta .xdeep-lead{color:#ffffffd6}.kh-video,.kh-page-shell .xdeep-video{overflow:hidden;border-radius:var(--kh-radius-lg);background:#000;box-shadow:var(--kh-shadow);aspect-ratio:16 / 9}.kh-video iframe,.kh-video video,.kh-page-shell .xdeep-video iframe,.kh-page-shell .xdeep-video video{width:100%;height:100%;border:0}.kh-gallery{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.kh-gallery>*{grid-column:span 4}.kh-gallery img{width:100%;height:100%;border-radius:var(--kh-radius-md);object-fit:cover;aspect-ratio:4 / 3}.kh-breadcrumbs,.kh-page-shell .xdeep-breadcrumbs{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1.25rem;color:inherit;font-size:.88rem;opacity:.72}.kh-breadcrumbs a,.kh-page-shell .xdeep-breadcrumbs a{color:inherit}.kh-author-box{display:grid;grid-template-columns:88px minmax(0,1fr);gap:1.2rem;align-items:center;padding:1.5rem;border:1px solid var(--kh-line);border-radius:var(--kh-radius-md);background:var(--kh-soft)}.kh-author-box img{width:88px;height:88px;border-radius:50%;object-fit:cover}.kh-related-guides{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.kh-related-guide{padding:1.25rem;border:1px solid var(--kh-line);border-radius:var(--kh-radius-md);background:var(--kh-white);box-shadow:var(--kh-shadow-sm)}.kh-related-guide a{font-weight:750;text-decoration:none}.kh-center,.kh-page-shell .xdeep-center{text-align:center}.kh-center .kh-lead,.kh-center .kh-intro,.kh-page-shell .xdeep-center .xdeep-lead,.kh-page-shell .xdeep-center .xdeep-intro{margin-inline:auto}.kh-muted,.kh-page-shell .xdeep-muted{color:var(--kh-muted)}.kh-rounded,.kh-page-shell .xdeep-rounded{border-radius:var(--kh-radius-lg)}.kh-shadow,.kh-page-shell .xdeep-shadow{box-shadow:var(--kh-shadow)}.kh-no-margin,.kh-page-shell .xdeep-no-margin{margin:0!important}.kh-spacer-sm,.kh-page-shell .xdeep-spacer-sm{height:1.5rem}.kh-spacer-md,.kh-page-shell .xdeep-spacer-md{height:3rem}.kh-spacer-lg,.kh-page-shell .xdeep-spacer-lg{height:5rem}.kh-empty-state{padding:80px 0}@media(max-width:1100px){.kh-page-layout{grid-template-columns:1fr}.kh-toc{position:static;grid-column:1;grid-row:auto;max-height:none;padding:1.5rem 0 0}.kh-content{grid-column:1}.kh-content>.xdeep-page{width:auto;margin-left:0}}@media(max-width:900px){.kh-grid--3>*,.kh-grid--4>*,.kh-page-shell .xdeep-grid--3>*,.kh-page-shell .xdeep-grid--4>*{grid-column:span 6}.kh-image-text,.kh-page-shell .xdeep-image-text{grid-template-columns:1fr}.kh-image-text--reverse .kh-image-text__media,.kh-page-shell .xdeep-image-text--reverse .xdeep-image-text__media{order:initial}.kh-hero__media:after,.kh-page-shell .xdeep-hero__media:after,.kh-native-hero__media:after{background:linear-gradient(0deg,#0a0c0df0,#0a0c0d9e 70%,#0a0c0d4d)}.kh-related-guides{grid-template-columns:1fr 1fr}.kh-gallery>*{grid-column:span 6}}@media(max-width:640px){.kh-page-layout,.kh-container,.kh-page-shell .xdeep-container,.kh-hero__content,.kh-page-shell .xdeep-hero__content,.kh-native-hero__inner{width:min(calc(100% - 28px),var(--kh-max-width))}.kh-section,.kh-page-shell .xdeep-section{padding:48px 0}.kh-grid--2>*,.kh-grid--3>*,.kh-grid--4>*,.kh-page-shell .xdeep-grid--2>*,.kh-page-shell .xdeep-grid--3>*,.kh-page-shell .xdeep-grid--4>*{grid-column:1 / -1}.kh-actions,.kh-page-shell .xdeep-actions,.kh-page-shell .xdeep-hero__actions{align-items:stretch;flex-direction:column}.kh-button,.kh-page-shell .xdeep-button{width:100%}.kh-card,.kh-page-shell .xdeep-card{padding:22px}.kh-spec,.kh-page-shell .xdeep-spec{grid-template-columns:1fr;gap:.25rem}.kh-product-card,.kh-author-box,.kh-related-guides{grid-template-columns:1fr}.kh-gallery>*{grid-column:1 / -1}.kh-cta,.kh-page-shell .xdeep-cta{padding:30px 22px;border-radius:var(--kh-radius-md)}}@media(prefers-reduced-motion:reduce){.kh-page-shell *,.kh-page-shell *:before,.kh-page-shell *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media print{.kh-progress,.kh-back-to-top,.kh-toc{display:none!important}.kh-page-shell{color:#000;background:#fff}.kh-page-layout{display:block;width:100%}.kh-native-hero,.kh-hero,.kh-page-shell .xdeep-hero{min-height:auto;color:#000;background:#fff}.kh-native-hero__media,.kh-hero__media,.kh-page-shell .xdeep-hero__media{display:none}.kh-section,.kh-page-shell .xdeep-section{padding:24px 0}.kh-button,.kh-page-shell .xdeep-button{display:none}.kh-card,.kh-cta,.kh-table-wrap,.kh-page-shell .xdeep-card,.kh-page-shell .xdeep-cta,.kh-page-shell .xdeep-table-wrap{box-shadow:none}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/knowledge-hub.css.map */
