@font-face{font-family:'Manrope';font-style:normal;font-weight:100 900;font-display:swap;src:url('../fonts/manrope-var-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+2000-206F,U+20AC,U+2190-21FF,U+AB00-ABFF}@font-face{font-family:'Manrope';font-style:normal;font-weight:100 900;font-display:swap;src:url('../fonts/manrope-var-latin-ext.woff2') format('woff2');unicode-range:U+0100-024F,U+1E00-1EFF}@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:300 700;font-display:swap;src:url('../fonts/space-grotesk-var-latin.woff2') format('woff2');unicode-range:U+0000-00FF,U+2000-206F,U+20AC,U+2190-21FF}@font-face{font-family:'Space Grotesk';font-style:normal;font-weight:300 700;font-display:swap;src:url('../fonts/space-grotesk-var-latin-ext.woff2') format('woff2');unicode-range:U+0100-024F,U+1E00-1EFF}:root{--te-cyan:#0e7490;--te-violet:#7c3aed;--te-gradient:linear-gradient(135deg,#0e7490 0%,#7c3aed 100%);--te-ink:#0f172a;--te-ink-soft:#334155;--te-muted:#475569;--te-bg:#ffffff;--te-bg-soft:#f8fafc;--te-border:#e2e8f0;--te-card:#ffffff;--te-shadow:0 8px 30px rgba(17,24,39,0.08);--te-radius:16px;--te-font-body:'Manrope',system-ui,-apple-system,'Segoe UI',sans-serif;--te-font-display:'Space Grotesk','Manrope',system-ui,sans-serif;--te-header-h:64px}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--te-font-body);font-size:1.075rem;line-height:1.72;color:var(--te-ink);background:var(--te-bg);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}h1,h2,h3,h4{font-family:var(--te-font-display);line-height:1.2;margin:0 0 0.6em;color:var(--te-ink)}a{color:var(--te-cyan);text-decoration-thickness:1px;text-underline-offset:2px}a:hover{color:var(--te-violet)}a:focus-visible,button:focus-visible,input:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--te-violet);outline-offset:2px;border-radius:4px}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.te-skiplink{position:absolute;left:-9999px;top:0;z-index:1000;background:var(--te-cyan);color:#ffffff;padding:14px 22px;font-weight:600;border-radius:0 0 10px 0}.te-skiplink:focus{left:0;color:#ffffff}.te-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,0.85);backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid rgba(15,23,42,0.07);transition:box-shadow 0.25s ease}.te-header::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--te-gradient)}.te-header.te-scrolled{box-shadow:0 14px 34px -18px rgba(15,23,42,0.25)}.te-header-inner{max-width:1200px;margin:0 auto;padding:0 20px;min-height:var(--te-header-h);display:flex;align-items:center;gap:18px}.te-logo{font-family:var(--te-font-display);font-weight:700;font-size:1.28rem;color:var(--te-ink);text-decoration:none;display:inline-flex;align-items:center;min-height:44px;text-transform:uppercase;letter-spacing:-0.01em}.te-logo:hover{color:var(--te-ink)}.te-logo-gradient{color:#0e7490}.te-nav{margin-left:auto}.te-menu{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.te-menu li{margin:0}.te-menu a{display:inline-flex;align-items:center;min-height:44px;padding:8px 15px;border-radius:999px;color:var(--te-ink-soft);font-weight:500;font-size:0.95rem;text-decoration:none;transition:background 0.2s ease,color 0.2s ease}.te-menu a:hover{background:rgba(14,116,144,0.08);color:var(--te-cyan)}.te-menu .current-menu-item>a,.te-menu .current-menu-ancestor>a{background:rgba(14,116,144,0.10);color:var(--te-cyan);font-weight:600}.te-header-actions{display:flex;align-items:center;gap:10px}.te-search-toggle{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--te-border);border-radius:50%;background:#ffffff;color:var(--te-ink-soft);cursor:pointer;transition:background 0.2s ease,color 0.2s ease,border-color 0.2s ease,transform 0.2s ease}.te-search-toggle:hover{background:var(--te-gradient);border-color:transparent;color:#ffffff;transform:translateY(-1px)}.te-search-toggle svg{width:20px;height:20px}.te-header-search{max-height:0;overflow:hidden;visibility:hidden;border-top:1px solid transparent;transition:max-height 0.3s ease,visibility 0.3s ease,border-color 0.3s ease}.te-header.te-search-open .te-header-search{max-height:110px;visibility:visible;border-top-color:rgba(15,23,42,0.07)}.te-header-search-inner{max-width:720px;margin:0 auto;padding:16px 20px 20px}.te-header-search .te-searchform{margin-top:0;max-width:none}.te-burger{display:none;width:44px;height:44px;border:1px solid var(--te-border);border-radius:50%;background:#ffffff;cursor:pointer;padding:12px;flex-direction:column;justify-content:center;gap:5px;transition:background 0.2s ease,border-color 0.2s ease}.te-burger:hover{border-color:var(--te-cyan)}.te-burger-bar{display:block;height:2px;width:100%;background:var(--te-ink);border-radius:2px;transition:transform 0.25s ease,opacity 0.25s ease}.te-burger[aria-expanded="true"] .te-burger-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.te-burger[aria-expanded="true"] .te-burger-bar:nth-child(2){opacity:0}.te-burger[aria-expanded="true"] .te-burger-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.te-main{display:block}.te-container{max-width:1200px;margin:0 auto;padding:32px 20px 64px}.te-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 28px;border-radius:999px;background:var(--te-gradient);color:#ffffff !important;font-weight:600;text-decoration:none;box-shadow:0 6px 20px rgba(124,58,237,0.28);transition:transform 0.2s ease,box-shadow 0.2s ease}.te-btn:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(14,116,144,0.32);color:#ffffff}.te-section{max-width:1200px;margin:0 auto;padding:56px 20px 8px}.te-section:first-of-type{padding-top:48px}.te-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:30px;padding-bottom:18px;border-bottom:1px solid var(--te-border)}.te-section-title{display:inline-flex;align-items:center;gap:14px;font-size:clamp(1.5rem,2.6vw,1.9rem);letter-spacing:-0.02em;margin:0}.te-section-title::before{content:'';flex:0 0 auto;width:7px;height:1.15em;border-radius:999px;background:var(--te-gradient);box-shadow:0 4px 14px rgba(124,58,237,0.35)}.te-more{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:9px 22px;border:1px solid transparent;border-radius:999px;background:linear-gradient(#ffffff,#ffffff) padding-box,var(--te-gradient) border-box;color:var(--te-cyan);font-weight:600;font-size:0.92rem;text-decoration:none;white-space:nowrap;transition:transform 0.2s ease,box-shadow 0.2s ease,color 0.2s ease}.te-more::after{content:'\2192';transition:transform 0.2s ease}.te-more:hover{background:var(--te-gradient);color:#ffffff;transform:translateY(-2px);box-shadow:0 10px 24px rgba(14,116,144,0.28)}.te-more:hover::after{transform:translateX(4px)}.te-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px}.te-card{background:var(--te-card);border:1px solid var(--te-border);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 12px rgba(17,24,39,0.06);transition:transform 0.25s ease,box-shadow 0.25s ease,border-color 0.25s ease}.te-card:hover{transform:translateY(-5px);box-shadow:0 14px 40px rgba(17,24,39,0.12);border-color:rgba(124,58,237,0.35)}.te-card-media{display:block;aspect-ratio:16 / 9;overflow:hidden;background:var(--te-bg-soft)}.te-card-img{width:100%;height:100%;object-fit:cover;transition:transform 0.35s ease}.te-card:hover .te-card-img{transform:scale(1.04)}.te-card-placeholder{display:block;width:100%;height:100%;background:var(--te-gradient)}.te-card-body{padding:20px 22px 24px;display:flex;flex-direction:column;gap:10px;flex:1;justify-content:space-between}.te-card-title{font-size:1.18rem;margin:0}.te-card-title a{color:var(--te-ink);text-decoration:none}.te-card-title a:hover{color:var(--te-violet)}.te-badge{display:inline-flex;align-items:center;align-self:flex-start;min-height:44px;padding:6px 16px;border-radius:999px;color:#ffffff;font-size:0.75rem;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;text-decoration:none}a.te-badge:hover{color:#ffffff;filter:brightness(1.12)}.te-meta{display:flex;flex-wrap:wrap;gap:6px 18px;font-size:0.85rem;color:var(--te-muted)}.te-meta-item{display:inline-flex;align-items:center}.te-meta a{color:var(--te-cyan);font-weight:500}.te-featured-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:30px;align-items:stretch}.te-featured-main{background:var(--te-card);border:1px solid var(--te-border);border-radius:18px;overflow:hidden;box-shadow:var(--te-shadow);display:flex;flex-direction:column;transition:transform 0.25s ease,box-shadow 0.25s ease}.te-featured-main:hover{transform:translateY(-4px);box-shadow:0 16px 44px rgba(17,24,39,0.14)}.te-featured-media{display:block;aspect-ratio:16 / 9;overflow:hidden}.te-featured-img{width:100%;height:100%;object-fit:cover}.te-featured-body{padding:26px 28px 30px;display:flex;flex-direction:column;gap:12px}.te-featured-title{font-size:clamp(1.4rem,2.4vw,1.9rem);margin:0}.te-featured-title a{color:var(--te-ink);text-decoration:none}.te-featured-title a:hover{color:var(--te-violet)}.te-featured-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.te-featured-item{display:grid;grid-template-columns:auto 88px 1fr;gap:14px;align-items:center;background:var(--te-card);border:1px solid var(--te-border);border-radius:14px;padding:12px 16px;transition:border-color 0.2s ease,box-shadow 0.2s ease}.te-featured-item:hover{border-color:rgba(124,58,237,0.45);box-shadow:var(--te-shadow)}.te-featured-num{font-family:var(--te-font-display);font-weight:700;font-size:1.6rem;background:var(--te-gradient);-webkit-background-clip:text;background-clip:text;color:transparent;width:34px;text-align:center}.te-featured-thumb{display:block;width:88px;height:66px;border-radius:10px;overflow:hidden;background:var(--te-bg-soft)}.te-featured-thumb-img{width:100%;height:100%;object-fit:cover}.te-featured-item-body{display:flex;flex-direction:column;gap:4px;min-width:0}.te-featured-item-body .te-badge{min-height:0;padding:3px 10px;font-size:0.72rem}.te-featured-item-title{font-size:0.98rem;margin:0;line-height:1.35}.te-featured-item-title a{color:var(--te-ink);text-decoration:none}.te-featured-item-title a:hover{color:var(--te-violet)}.te-featured-item-date{font-size:0.78rem;color:var(--te-muted)}.te-archive-eyebrow{margin:0 0 6px;font-size:0.8rem;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;background:var(--te-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.te-breadcrumb{margin-bottom:22px}.te-breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;font-size:0.88rem}.te-breadcrumb li{display:inline-flex;align-items:center;gap:8px;color:var(--te-muted)}.te-breadcrumb li + li::before{content:'›';color:var(--te-muted)}.te-article{max-width:800px;margin:0 auto}.te-article-head{margin-bottom:26px}.te-article-title{font-size:clamp(1.8rem,4vw,2.6rem);letter-spacing:-0.02em;margin:14px 0 16px}.te-article-figure{margin:0 0 30px}.te-article-img{border-radius:var(--te-radius);width:100%}.te-article-caption{font-size:0.85rem;color:var(--te-muted);margin-top:10px;text-align:center}.te-content{font-size:1.125rem;line-height:1.8;color:#1e293b}.te-content h2{font-size:1.55rem;margin-top:2em}.te-content h3{font-size:1.22rem;margin-top:1.8em}.te-content p{margin:1.1em 0}.te-content ul{padding-left:1.3em}.te-content li{margin-bottom:0.45em}.te-lede{font-size:1.2rem;line-height:1.75;color:var(--te-ink);border-left:4px solid;border-image:linear-gradient(180deg,#0e7490,#7c3aed) 1;padding-left:18px}.te-keypoints,.te-benchmarks{background:var(--te-bg-soft);border:1px solid var(--te-border);border-radius:var(--te-radius);padding:22px 26px;margin:30px 0}.te-keypoints-title,.te-box-title{font-family:var(--te-font-display);font-weight:700;font-size:1.05rem;margin:0 0 10px;background:var(--te-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.te-keypoints ul,.te-benchmarks ul{margin:0}.te-specs{width:100%;border-collapse:collapse;margin:30px 0;font-size:0.95rem;border:1px solid var(--te-border);border-radius:var(--te-radius);overflow:hidden;display:table}.te-specs caption{caption-side:top;text-align:left;font-family:var(--te-font-display);font-weight:700;font-size:1.05rem;margin-bottom:10px}.te-specs th,.te-specs td{padding:12px 16px;text-align:left;vertical-align:top}.te-specs th{width:38%;color:var(--te-ink);font-weight:600}.te-specs tr:nth-child(odd){background:var(--te-bg-soft)}.te-specs tr + tr th,.te-specs tr + tr td{border-top:1px solid var(--te-border)}.te-verdict{border:1px solid rgba(124,58,237,0.35);border-radius:var(--te-radius);padding:24px 26px;margin:30px 0;background:linear-gradient(180deg,rgba(124,58,237,0.05),rgba(14,116,144,0.05))}.te-verdict-cols{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-bottom:8px}.te-verdict-sub{font-weight:700;margin:0 0 8px;font-size:0.95rem}.te-verdict ul{margin:0;padding-left:1.2em}.te-source{font-size:0.9rem;color:var(--te-muted);border-top:1px solid var(--te-border);padding-top:18px;margin-top:36px}.te-cta{font-size:0.98rem}.te-share{margin:40px 0 0;padding-top:26px;border-top:1px solid var(--te-border)}.te-share-title{font-family:var(--te-font-display);font-weight:700;margin:0 0 14px}.te-share-buttons{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.te-share-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:48px;height:48px;min-width:48px;min-height:48px;border-radius:50%;border:1px solid var(--te-border);background:#ffffff;color:var(--te-ink-soft);cursor:pointer;transition:all 0.2s ease;text-decoration:none;font-size:0.9rem;font-family:var(--te-font-body)}.te-share-btn:hover{background:var(--te-gradient);border-color:transparent;color:#ffffff}.te-share-copy{width:auto;border-radius:999px;padding:0 20px}.te-share-copy-label{font-weight:600}.te-share-copy.te-copied{background:#047857;border-color:#047857;color:#ffffff}.te-author-box{display:flex;gap:20px;align-items:flex-start;background:var(--te-bg-soft);border:1px solid var(--te-border);border-radius:var(--te-radius);padding:24px 26px;margin-top:40px}.te-author-avatar{flex:0 0 auto}.te-avatar-img{border-radius:50%}.te-author-name{font-family:var(--te-font-display);font-weight:700;font-size:1.1rem;margin:0 0 8px}.te-author-name a{color:var(--te-ink);text-decoration:none}.te-author-name a:hover{color:var(--te-violet)}.te-author-bio{margin:0 0 10px;color:var(--te-ink-soft);font-size:0.95rem}.te-author-more{margin:0}.te-author-more a{display:inline-flex;align-items:center;min-height:44px;font-weight:600}.te-post-nav{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:40px}.te-post-nav-link{display:flex;flex-direction:column;gap:6px;padding:18px 22px;min-height:44px;border:1px solid var(--te-border);border-radius:14px;text-decoration:none;background:#ffffff}.te-post-nav-link:hover{border-color:var(--te-violet)}.te-post-nav-next{text-align:right;grid-column:2}.te-post-nav-label{font-size:0.8rem;color:var(--te-muted);text-transform:uppercase;letter-spacing:0.05em}.te-post-nav-title{font-weight:600;color:var(--te-ink);font-size:0.95rem}.te-archive-head{margin-bottom:34px}.te-page-title{font-size:clamp(1.8rem,4vw,2.4rem);letter-spacing:-0.02em;margin-bottom:10px}.te-archive-desc{color:var(--te-ink-soft);max-width:720px}.te-author-hero{margin-bottom:30px}.te-author-hero-inner{display:flex;gap:22px;align-items:center;background:var(--te-bg-soft);border:1px solid var(--te-border);border-radius:var(--te-radius);padding:26px 30px}.te-pagination{margin-top:40px;display:flex;justify-content:center}.te-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:8px 14px;margin:0 4px;border:1px solid var(--te-border);border-radius:10px;text-decoration:none;font-weight:500;color:var(--te-ink-soft)}.te-pagination .page-numbers.current{background:var(--te-gradient);border-color:transparent;color:#ffffff}.te-pagination .page-numbers:hover:not(.current){border-color:var(--te-violet);color:var(--te-violet)}.te-searchform{display:flex;gap:10px;max-width:560px;margin-top:18px}.te-searchfield{flex:1;min-height:48px;padding:10px 18px;border:1px solid var(--te-border);border-radius:999px;font-family:var(--te-font-body);font-size:1rem}.te-searchsubmit{min-height:48px;padding:10px 24px;border:0;border-radius:999px;background:var(--te-gradient);color:#ffffff;font-weight:600;cursor:pointer;font-family:var(--te-font-body);font-size:0.95rem}.te-searchsubmit:hover{filter:brightness(1.08)}.te-sitemap h2{font-size:1.3rem;margin-top:1.6em}.te-sitemap ul{columns:2;column-gap:40px}.te-sitemap li{break-inside:avoid;margin-bottom:0.4em}.te-sitemap-date{color:var(--te-muted);font-size:0.85em}.te-comments{max-width:800px;margin:50px auto 0}.te-comments-title{font-size:1.4rem}.te-comment-list{list-style:none;padding:0;margin:0 0 30px}.te-comment-list .comment{border:1px solid var(--te-border);border-radius:14px;padding:18px 22px;margin-bottom:14px;background:#ffffff}.te-comment-list .children{list-style:none;margin-top:14px}.te-comments-closed{color:var(--te-muted)}.te-comments-note{font-size:0.85rem;color:var(--te-muted)}.te-comments .comment-form input:not([type="submit"]),.te-comments .comment-form textarea{width:100%;padding:12px 16px;border:1px solid var(--te-border);border-radius:12px;font-family:var(--te-font-body);font-size:1rem}.te-comments .comment-form .submit{min-height:48px;padding:12px 28px;border:0;border-radius:999px;background:var(--te-gradient);color:#ffffff;font-weight:600;cursor:pointer;font-size:0.95rem}h2[id^="te-toc-"]{scroll-margin-top:calc(var(--te-header-h) + 24px)}@media (min-width:1100px){.te-article:has(.te-toc){max-width:1140px;display:grid;grid-template-columns:280px minmax(0,1fr);column-gap:48px;align-items:start}.te-article:has(.te-toc)>*:not(.te-content){grid-column:2;min-width:0}.te-article:has(.te-toc) .te-content{display:contents}.te-article:has(.te-toc) .te-content>*{grid-column:2;min-width:0}.te-article:has(.te-toc) .te-toc{grid-column:1;grid-row:1 / span 500;position:sticky;top:calc(var(--te-header-h) + 24px);align-self:start;max-height:calc(100vh - var(--te-header-h) - 48px);overflow-y:auto;margin:0 0 24px}}.te-toc{background:var(--te-bg-soft);border:1px solid var(--te-border);border-left:4px solid;border-image:linear-gradient(180deg,#0e7490,#7c3aed) 1;border-radius:var(--te-radius);padding:22px 26px;margin:30px 0}.te-toc-title{font-family:var(--te-font-display);font-weight:700;font-size:1.05rem;margin:0 0 10px;background:var(--te-gradient);-webkit-background-clip:text;background-clip:text;color:transparent}.te-toc ol{margin:0;padding-left:1.3em}.te-toc li{margin-bottom:0.45em}.te-toc li::marker{color:var(--te-violet);font-weight:600}.te-toc a{display:inline-flex;align-items:center;min-height:44px;padding:4px 0;color:var(--te-cyan);font-weight:500;text-decoration:none}.te-toc a:hover{color:var(--te-violet);text-decoration:underline}.te-footer{margin-top:70px;background:#ffffff;color:var(--te-ink-soft);border-top:1px solid var(--te-border)}.te-footer-inner{max-width:1200px;margin:0 auto;padding:56px 20px 30px;display:grid;grid-template-columns:1.2fr 2fr;gap:44px}.te-logo-footer{color:var(--te-ink);font-size:1.3rem}.te-footer-tagline{color:var(--te-muted);font-size:0.95rem;max-width:360px}.te-footer-address{font-style:normal;color:var(--te-muted);font-size:0.9rem;line-height:1.6;margin-top:14px}.te-footer-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.te-footer-title{font-family:var(--te-font-display);font-weight:700;color:var(--te-ink);font-size:0.95rem;text-transform:uppercase;letter-spacing:0.06em;margin:0 0 14px}.te-footer-menu{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.te-footer-menu a{display:inline-flex;align-items:center;min-height:44px;color:var(--te-ink-soft);text-decoration:none;font-size:0.95rem;padding:4px 0}.te-footer-menu a:hover{color:var(--te-cyan)}.te-footer-bottom{max-width:1200px;margin:0 auto;padding:20px;border-top:1px solid var(--te-border);display:flex;flex-wrap:wrap;gap:12px 30px;align-items:center;justify-content:space-between;font-size:0.88rem}.te-copyright{margin:0;color:var(--te-muted)}.te-cookies-link{display:inline-flex;align-items:center;min-height:44px;color:var(--te-cyan);font-weight:600;text-decoration:none}.te-cookies-link:hover{color:var(--te-violet)}.te-404{text-align:center;padding:40px 0}.te-404 .te-searchform{margin:26px auto}.te-mail{word-break:break-all}@media (max-width:1024px){.te-grid{grid-template-columns:repeat(2,1fr)}.te-featured-grid{grid-template-columns:1fr}.te-footer-inner{grid-template-columns:1fr;gap:30px}}@media (max-width:768px){.te-burger{display:inline-flex}.te-header-actions{margin-left:auto}.te-nav{position:fixed;top:calc(var(--te-header-h) + 3px);left:0;right:0;background:#ffffff;border-bottom:1px solid var(--te-border);box-shadow:var(--te-shadow);display:none;padding:12px 20px 20px}.te-nav.te-open{display:block}.te-menu{flex-direction:column;align-items:stretch}.te-menu a{display:flex;width:100%}.te-grid{grid-template-columns:1fr}.te-verdict-cols{grid-template-columns:1fr}.te-post-nav{grid-template-columns:1fr}.te-post-nav-next{grid-column:auto;text-align:left}.te-sitemap ul{columns:1}.te-author-box{flex-direction:column}.te-footer-cols{grid-template-columns:1fr}.te-searchform{flex-direction:column}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{transition:none !important;animation:none !important}html{scroll-behavior:auto}}