/*
  PaperMod v8+
  License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
  Copyright (c) 2020 nanxiaobei and adityatelange
  Copyright (c) 2021-2026 adityatelange
*/
:root{--gap:24px;--content-gap:20px;--nav-width:1024px;--main-width:720px;--header-height:60px;--footer-height:60px;--radius:8px;--theme:rgb(255, 255, 255);--entry:rgb(255, 255, 255);--primary:rgb(30, 30, 30);--secondary:rgb(108, 108, 108);--tertiary:rgb(214, 214, 214);--content:rgb(31, 31, 31);--code-block-bg:rgb(28, 29, 33);--code-bg:rgb(245, 245, 245);--border:rgb(238, 238, 238);color-scheme:light}:root[data-theme=dark]{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--code-block-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51);color-scheme:dark}.list{background:#fafafa}[data-theme=dark] .list{background:var(--theme)}*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll;-webkit-text-size-adjust:100%;text-size-adjust:100%}a,button,body,h1,h2,h3,h4,h5,h6{color:var(--primary)}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;font-size:18px;line-height:1.6;word-break:break-word;background:var(--theme)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section,table{display:block}h1,h2,h3,h4,h5,h6{line-height:1.2}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}ul{padding:0}a{text-decoration:none}body,figure,ul{margin:0}table{width:100%;border-collapse:collapse;border-spacing:0;overflow-x:auto;word-break:keep-all}button,input,textarea{padding:0;font:inherit;background:0 0;border:0}input,textarea{outline:0}button,input[type=button],input[type=submit]{cursor:pointer}input:-webkit-autofill,textarea:-webkit-autofill{box-shadow:0 0 0 50px var(--theme)inset}img{display:block;max-width:100%}.not-found-page{display:grid;gap:34px;padding:18px 0 56px}.not-found-hero{position:relative;display:grid;gap:18px;overflow:hidden;padding:clamp(28px,5vw,52px);border:1px solid rgba(15,23,42,8%);border-radius:34px;background:radial-gradient(circle at 82% 12%,rgba(86,83,254,.2),transparent 30%),radial-gradient(circle at 9% 92%,rgba(16,185,129,.14),transparent 30%),linear-gradient(135deg,#ffffff 0%,#f8fafc 52%,#fffaf3 100%);box-shadow:0 24px 58px rgba(15,23,42,.075)}.not-found-hero::after{content:"404";position:absolute;right:clamp(18px,5vw,62px);bottom:-.22em;color:rgba(86,83,254,.075);font-family:dm sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(112px,20vw,230px);font-weight:950;letter-spacing:-.09em;line-height:.9;pointer-events:none}.not-found-kicker,.not-found-section-head__eyebrow{position:relative;z-index:1;margin:0;color:#5653fe;font-size:12px;font-weight:850;letter-spacing:.1em;line-height:1.2;text-transform:uppercase}.not-found-hero h1{position:relative;z-index:1;max-width:760px;margin:0;color:#0f172a;font-family:dm sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(42px,7vw,76px);font-weight:950;letter-spacing:-.075em;line-height:.94;text-wrap:balance}.not-found-sub{position:relative;z-index:1;max-width:650px;margin:0;color:#334155;font-size:18px;line-height:1.65}.not-found-search{position:relative;z-index:1;display:grid;gap:9px;max-width:720px;margin-top:8px}.not-found-search__label{color:#475569;font-size:13px;font-weight:800}.not-found-search__control{display:grid;grid-template-columns:auto minmax(0,1fr)auto;align-items:center;gap:12px;padding:8px 8px 8px 18px;border:1px solid rgba(15,23,42,.1);border-radius:999px;background:rgba(255,255,255,.9);box-shadow:0 18px 42px rgba(15,23,42,8%);backdrop-filter:blur(12px)}.not-found-search__control svg{width:22px;height:22px;color:#64748b;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.not-found-search__control input{width:100%;min-height:44px;padding:0;color:#0f172a;border:0;outline:0;background:0 0;font:inherit;font-size:15px}.not-found-search__control input::placeholder{color:#94a3b8}.not-found-search__control:focus-within{border-color:rgba(86,83,254,.38);box-shadow:0 0 0 4px rgba(86,83,254,.1),0 18px 42px rgba(15,23,42,8%)}.not-found-search__control button,.not-found-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border-radius:999px;font-size:14px;font-weight:850;line-height:1;text-decoration:none;white-space:nowrap;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease}.not-found-search__control button,.not-found-btn--primary{color:#fff;border:1px solid #5653fe;background:#5653fe;box-shadow:0 12px 28px rgba(86,83,254,.24)}.not-found-btn--ghost{color:#312e81;border:1px solid rgba(86,83,254,.18);background:rgba(255,255,255,.72)}.not-found-search__control button:hover,.not-found-btn:hover{transform:translateY(-1px)}.not-found-actions{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:12px}.not-found-guides{display:grid;gap:18px}.not-found-section-head{display:grid;gap:6px}.not-found-section-head h2{margin:0;color:#0f172a;font-family:dm sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(28px,4vw,42px);font-weight:900;letter-spacing:-.055em;line-height:1.04}body.list-404 .not-found-grid.home-post-grid .blog-card{min-height:286px}body.list-404 .not-found-grid.home-post-grid .blog-card--has-image{min-height:354px}body.list-404 .not-found-grid.home-post-grid .blog-card__title{font-size:clamp(19px,1.65vw,23px)}body.list-404 .not-found-grid.home-post-grid:not(.topic-article-list) .blog-card__meta-top{display:none}body.list-404 .not-found-grid.home-post-grid:not(.topic-article-list) .blog-card__body{padding-top:22px}.not-found-topics{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:18px;border:1px solid rgba(15,23,42,8%);border-radius:22px;background:#f8fafc}.not-found-topics span{margin-right:4px;color:#0f172a;font-size:13px;font-weight:850}.not-found-topics a{display:inline-flex;padding:9px 12px;color:#4338ca;border:1px solid rgba(86,83,254,.14);border-radius:999px;background:#fff;font-size:13px;font-weight:750;line-height:1;text-decoration:none}@media(max-width:900px){.not-found-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.not-found-page{padding-top:8px}.not-found-hero{border-radius:26px}.not-found-search__control{grid-template-columns:auto minmax(0,1fr);border-radius:24px}.not-found-search__control button{grid-column:1/-1;width:100%}.not-found-grid{grid-template-columns:1fr}.not-found-actions{display:grid;grid-template-columns:1fr}}.archive-posts{width:100%;font-size:16px}.archive-year{margin-top:40px}.archive-year:not(:last-of-type){border-bottom:2px solid var(--border)}.archive-month{display:flex;align-items:flex-start;padding:10px 0}.archive-month-header{margin:25px 0;width:200px}.archive-month:not(:last-of-type){border-bottom:1px solid var(--border)}.archive-entry{position:relative;padding:5px;margin:10px 0}.archive-entry-title{margin:5px 0;font-weight:400}.archive-count,.archive-meta{color:var(--secondary);font-size:14px}.footer,.top-link{font-size:12px;color:var(--secondary)}.footer{max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:32px var(--gap);line-height:1.7}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:28px}.footer-columns{display:flex;gap:28px;flex-wrap:wrap}.footer-column{min-width:160px}.footer-column h5,.footer-disclaimer h5{margin:0 0 8px;font-size:18px;line-height:1.35;color:var(--primary)}.footer-column ul{list-style:none;margin:0;padding:0}.footer-column li{margin:0 0 6px}.footer a,.footer-link-button{color:inherit;text-decoration:none;border:0;border-bottom:1px solid transparent;background:0 0;font:inherit;cursor:pointer;padding:0}.footer a:hover,.footer-link-button:hover{color:var(--primary);border-bottom-color:var(--primary)}.footer-disclaimer{max-width:580px}.footer-disclaimer p{margin:0;font-size:14px;line-height:2}.footer-bottom-note{margin:28px 0 0;text-align:center;font-size:14px;font-weight:500;line-height:2;color:color-mix(in srgb,var(--primary) 40%,transparent)}@media(max-width:900px){.footer{padding:24px var(--gap)}.footer-content{flex-direction:column;align-items:center;text-align:center}.footer-columns{justify-content:center}.footer-disclaimer{max-width:100%}.footer-bottom-note{margin-top:20px}}.top-link{visibility:hidden;position:fixed;bottom:60px;right:30px;z-index:99;background:var(--tertiary);width:42px;height:42px;padding:12px;border-radius:64px;transition:visibility .5s,opacity .8s linear}.top-link,.top-link svg{filter:drop-shadow(0 0 0 var(--theme))}.footer a:hover,.top-link:hover{color:var(--primary)}.top-link:focus,#theme-toggle:focus{outline:0}.header.site-header{position:relative;z-index:50;width:100%;padding:16px 0 2px;background:#fff}.site-nav{display:flex;align-items:center;justify-content:space-between;width:min(100%,calc(1120px + (var(--gap) * 2)));height:72px;margin:0 auto;padding:0 var(--gap);line-height:1}body.list .site-nav{width:min(100%,calc(1400px + (var(--gap) * 2)))}.site-nav a{text-decoration:none}.site-nav__brand{display:inline-flex;align-items:center;justify-content:center;min-height:44px;color:#24234c}.site-nav__logo{display:block;width:99px;height:30px}.site-nav__start{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:88px;min-height:36px;padding:0 17px;color:#fff!important;border:1px solid #5653fe;border-radius:999px;background:#5653fe;font-size:14px;font-weight:650;letter-spacing:-.01em;box-shadow:0 10px 24px rgba(86,83,254,.18);transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease}.site-nav__start svg{width:16px;height:16px}.site-nav__start:hover{transform:translateY(-1px);background:#4643f0;box-shadow:0 14px 30px rgba(86,83,254,.24)}.site-nav__start:focus-visible,.site-nav__brand:focus-visible{outline:3px solid rgba(86,83,254,.28);outline-offset:4px;border-radius:999px}@media(max-width:767px){.header.site-header{padding:10px 8px 0}.site-nav{height:54px;padding:0 16px}.site-nav__brand{min-height:40px}.site-nav__logo{width:92px;height:auto}.site-nav__start{min-width:76px;min-height:34px;padding:0 14px;font-size:13px}}.main{position:relative;min-height:calc(100vh - var(--header-height) - var(--footer-height));max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:var(--gap)}body.list .main{max-width:calc(1400px + var(--gap) * 2)}.page-header h1{font-size:40px}.page-footer{margin-top:48px;padding-top:24px;border-top:1px solid var(--border)}.pagination{display:flex;align-items:center;gap:8px}.pagination a{color:var(--theme);font-family:dm sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:500;line-height:1;background:var(--primary);border-radius:999px;padding:10px 22px;transition:opacity .15s}.pagination a:hover{opacity:.82}.pagination .next{margin-inline-start:auto}.social-icons a{display:inline-flex;padding:10px}.social-icons a svg{height:26px;width:26px}code{direction:ltr}div.highlight,pre{position:relative}.copy-code{display:none;position:absolute;top:4px;right:4px;color:rgba(255,255,255,.8);background:rgba(78,78,78,.8);border-radius:var(--radius);padding:0 5px;font-size:14px;user-select:none}div.highlight:hover .copy-code,pre:hover .copy-code{display:block}.first-entry{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:320px;margin:var(--gap)0 calc(var(--gap) * 2)}.first-entry .entry-header{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.first-entry .entry-header h1{font-size:34px;line-height:1.3}.first-entry .entry-content{margin:14px 0;font-size:16px;-webkit-line-clamp:3}.first-entry .entry-footer{font-size:14px}.home-info .entry-content{-webkit-line-clamp:unset}.post-entry{position:relative;margin-bottom:var(--gap);padding:var(--gap);background:var(--entry);border-radius:var(--radius);transition:transform .1s;border:1px solid var(--border)}.post-entry:active{transform:scale(.96)}.tag-entry .entry-cover{display:none}.entry-header h2{font-size:24px;line-height:1.3}.entry-content{margin:8px 0;color:var(--secondary);font-size:14px;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.entry-footer{color:var(--secondary);font-size:13px}.entry-link{position:absolute;left:0;right:0;top:0;bottom:0}.entry-hint{color:var(--secondary)}.entry-hint-parent{display:flex;justify-content:space-between}.entry-cover{font-size:14px;margin-bottom:var(--gap);text-align:center}.entry-cover img{border-radius:var(--radius);width:100%;height:auto}.post-entry .entry-cover,.first-entry .entry-cover{aspect-ratio:16/9;overflow:hidden}.post-entry .entry-cover img,.first-entry .entry-cover img{width:100%;height:100%;object-fit:cover}.entry-cover a{box-shadow:0 1px 0 var(--primary)}:root{--accent-ai:#8b5cf6;--accent-ai-tools:#10b981;--card-radius:24px;--card-border:rgba(17, 24, 39, 0.08);--card-shadow-hover:0 22px 46px rgba(17, 24, 39, 0.10);--card-transition:transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;--img-transition:transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);--badge-bg:rgba(255, 255, 255, 0.86);--badge-blur:14px}.home-hero{position:relative;margin:12px 0 28px;padding:28px;overflow:hidden;border:1px solid rgba(17,24,39,8%);border-radius:32px;background:radial-gradient(circle at 82% 18%,rgba(129,140,248,.22),transparent 30%),radial-gradient(circle at 12% 86%,rgba(16,185,129,.16),transparent 30%),linear-gradient(135deg,#ffffff 0%,#f8fafc 48%,#fffaf3 100%);box-shadow:0 24px 58px rgba(17,24,39,.075)}.home-page-header{position:relative;z-index:1;margin:0 0 18px;padding:0}.home-page-eyebrow{display:inline-flex;margin:0 0 10px;color:#4f46e5;font-size:12px;font-weight:850;letter-spacing:.09em;line-height:1.2;text-transform:uppercase}.home-page-title{font-family:dm sans,-apple-system,BlinkMacSystemFont,sans-serif;max-width:920px;margin:0 0 12px;font-size:clamp(44px,6vw,68px);font-weight:950;letter-spacing:-.075em;color:#111827;line-height:.92}[data-theme=dark] .home-page-title{color:var(--primary)}.home-page-sub{margin:0;color:#4b5563;font-size:16px;line-height:1.6;max-width:700px}.list-page-header{margin:12px 0 28px;padding:0;border-bottom:1px solid var(--border);padding-bottom:20px}.list-page-title{font-family:dm sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(24px,3.5vw,32px);font-weight:800;letter-spacing:-.02em;color:#111827;margin:0 0 6px;display:flex;align-items:center;gap:10px}[data-theme=dark] .list-page-title{color:var(--primary)}.list-page-sub{margin:0 0 6px;color:#6b7280;font-size:14px;line-height:1.5}.list-page-count{margin:0;font-size:13px;color:#9ca3af;font-weight:500}.home-toolbar{position:relative;z-index:1;margin:0 0 22px;padding:0;border-bottom:0;display:flex;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.home-toolbar::-webkit-scrollbar{display:none}.home-chip-list{display:flex;flex-wrap:wrap;gap:8px}.home-chip{display:inline-block;padding:10px 14px;border:1px solid rgba(17,24,39,8%);border-radius:999px;margin-bottom:0;background:rgba(255,255,255,.76);color:#4b5563;font-family:dm sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;font-weight:750;line-height:1;white-space:nowrap;text-decoration:none;box-shadow:0 6px 16px rgba(17,24,39,.035);transition:color .15s,border-color .15s,background .15s,transform .15s}.home-chip:hover{color:#111827;border-color:rgba(79,70,229,.22);background:#fff;transform:translateY(-1px)}.home-chip-active{color:#111827;border-color:rgba(17,24,39,.18);background:#fff;font-weight:850}[data-theme=dark] .home-chip{color:var(--secondary)}[data-theme=dark] .home-chip:hover{color:var(--primary);border-bottom-color:var(--tertiary)}[data-theme=dark] .home-chip-active{color:var(--primary);border-bottom-color:var(--primary)}body.list-term .list-page-header{position:relative;display:grid;grid-template-columns:minmax(0,1fr)auto;gap:18px 24px;align-items:end;margin:12px 0 34px;padding:30px;overflow:hidden;border:1px solid rgba(17,24,39,8%);border-radius:32px;background:radial-gradient(circle at 84% 18%,rgba(129,140,248,.22),transparent 30%),radial-gradient(circle at 12% 84%,rgba(16,185,129,.16),transparent 30%),linear-gradient(135deg,#ffffff 0%,#f8fafc 50%,#fffaf3 100%);color:#111827;box-shadow:0 24px 58px rgba(17,24,39,.075)}body.list-term .list-page-header::after{content:"";position:absolute;inset:auto -8% -45% auto;width:360px;height:360px;border-radius:999px;background:rgba(79,70,229,8%);pointer-events:none}body.list-term .list-page-header .breadcrumbs{position:relative;z-index:1;grid-column:1/-1;color:#6b7280}body.list-term .list-page-header .breadcrumbs a{color:#4b5563;box-shadow:none}body.list-term .list-page-title{position:relative;z-index:1;grid-column:1;max-width:900px;margin:6px 0 10px;color:#111827;font-size:clamp(40px,6vw,74px);font-weight:950;letter-spacing:-.075em;line-height:.92}body.list-term .list-page-sub{position:relative;z-index:1;grid-column:1;max-width:790px;margin-bottom:0;color:#4b5563;font-size:16px;line-height:1.6}body.list-term .list-page-count{position:relative;z-index:1;grid-column:2;grid-row:2/span 2;justify-self:end;align-self:end;width:fit-content;margin:0 0 3px;padding:11px 15px;border:1px solid rgba(17,24,39,8%);border-radius:999px;background:rgba(255,255,255,.78);color:#111827;font-size:12px;font-weight:850;letter-spacing:.02em;white-space:nowrap;box-shadow:0 8px 20px rgba(17,24,39,4%);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.topic-layout{display:grid;grid-template-columns:1fr;gap:54px;margin:0 0 46px}.topic-layout__articles{width:100%;max-width:1080px;margin:0 auto}.topic-articles-header{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:0 0 18px;padding:0 0 16px;border-bottom:1px solid var(--border)}.topic-articles-header__eyebrow{display:inline-flex;margin:0 0 6px;color:#4f46e5;font-size:11px;font-weight:850;letter-spacing:.09em;line-height:1.2;text-transform:uppercase}.topic-articles-header__title{margin:0;color:#111827;font-family:dm sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(26px,3vw,40px);font-weight:950;letter-spacing:-.06em;line-height:1}.topic-articles-header__count{display:inline-grid;place-items:center;min-width:42px;height:38px;padding:0 12px;border:1px solid rgba(17,24,39,8%);border-radius:999px;background:#fff;color:#111827;font-size:12px;font-weight:850;line-height:1;box-shadow:0 8px 20px rgba(17,24,39,4%)}.topic-article-list{grid-template-columns:1fr!important;gap:16px}body.list-term .topic-article-list .blog-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr)220px;min-height:174px;overflow:hidden;border-radius:24px;background:#fff;border-color:rgba(17,24,39,8%);box-shadow:0 10px 26px rgba(17,24,39,.052)}body.list-term .topic-article-list .blog-card:hover{transform:translateY(-3px);box-shadow:0 24px 48px rgba(17,24,39,.105)}body.list-term .topic-article-list .blog-card--no-image{grid-template-columns:minmax(0,1fr)220px;min-height:174px}body.list-term .topic-article-list .blog-card__img-wrap{grid-column:2;grid-row:1;width:100%;height:100%;min-height:174px;margin:0;border-radius:0}body.list-term .topic-article-list .blog-card__visual-wrap{border-left:1px solid rgba(17,24,39,6%)}body.list-term .topic-article-list .blog-card__visual{padding:16px}body.list-term .topic-article-list .blog-card__visual-title{max-width:92%;font-size:19px;line-height:1.08;-webkit-line-clamp:3}body.list-term .topic-article-list .blog-card__visual-meta{gap:6px;margin-top:12px}body.list-term .topic-article-list .blog-card__visual-meta span{padding:6px 8px;font-size:10px}body.list-term .topic-article-list .blog-card__body{grid-column:1;grid-row:1;min-width:0;padding:20px 24px 0}body.list-term .topic-article-list .blog-card--no-image .blog-card__body{grid-column:1}body.list-term .topic-article-list .blog-card__meta-top{margin-bottom:8px}body.list-term .topic-article-list .blog-card__category{color:#4f46e5;font-size:11px;font-weight:850;letter-spacing:.08em}body.list-term .topic-article-list .blog-card__title{max-width:760px;margin-bottom:8px;font-size:clamp(19px,2vw,24px);font-weight:950;line-height:1.12;letter-spacing:-.045em}body.list-term .topic-article-list .blog-card__excerpt{max-width:720px;-webkit-line-clamp:2;color:#4b5563;font-size:13.5px;line-height:1.55}body.list-term .topic-article-list .blog-card__footer{padding:12px 0 18px;margin-top:12px}body.list-term .topic-article-list .blog-card__badge{top:12px;font-size:9px}body.list-term .topic-article-list .blog-card__badge--tag{left:12px}body.list-term .topic-article-list .blog-card__badge--time{right:12px}.post-content.topic-content{width:100%;max-width:920px;margin:0 auto;padding:38px 0 0;border-top:1px solid var(--border);color:var(--content)}.post-content.topic-content::before{content:"Topic guide";display:inline-flex;margin:0 0 16px;color:#4f46e5;font-size:11px;font-weight:850;letter-spacing:.09em;line-height:1.2;text-transform:uppercase}.post-content.topic-content>:first-child{margin-top:0}.post-content.topic-content>:last-child{margin-bottom:0}.post-content.topic-content p,.post-content.topic-content ul,.post-content.topic-content ol{color:#374151;font-size:16px;line-height:1.76}.post-content.topic-content p{margin-bottom:20px}.post-content.topic-content h2{margin:38px 0 14px;color:#111827;font-family:dm sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(26px,3vw,36px);font-weight:950;letter-spacing:-.055em;line-height:1.03}.post-content.topic-content h3{margin:26px 0 10px;color:#111827;font-size:20px;letter-spacing:-.025em}.post-content.topic-content ul,.post-content.topic-content ol{margin-bottom:22px;padding-inline-start:22px}.post-content.topic-content li{margin-top:8px}.post-content.topic-content a:not(.cta-link){color:#4f46e5;font-weight:780;text-decoration:none;box-shadow:inset 0 -1px rgba(79,70,229,.38)}.post-content.topic-content a:not(.cta-link):hover{box-shadow:inset 0 -2px rgba(79,70,229,.68)}[data-theme=dark] body.list-term .list-page-header{background:radial-gradient(circle at 85% 18%,rgba(129,140,248,.28),transparent 28%),linear-gradient(135deg,rgba(31,41,55,.94),rgba(17,24,39,.98));box-shadow:none}[data-theme=dark] body.list-term .topic-article-list .blog-card{background:var(--entry);border-color:var(--border);box-shadow:none}[data-theme=dark] .topic-articles-header__title,[data-theme=dark] .topic-articles-header__count,[data-theme=dark] .post-content.topic-content h2,[data-theme=dark] .post-content.topic-content h3{color:var(--primary)}[data-theme=dark] .topic-articles-header__count{background:rgba(31,41,55,.52);border-color:var(--border);box-shadow:none}[data-theme=dark] body.list-term .topic-article-list .blog-card__excerpt,[data-theme=dark] .post-content.topic-content p,[data-theme=dark] .post-content.topic-content ul,[data-theme=dark] .post-content.topic-content ol{color:var(--secondary)}.home-post-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:28px}@media(min-width:1180px){.list .home-post-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1320px){.list .home-post-grid{gap:32px}}.blog-card,.entry-cover--generated{--card-accent:#4f46e5;--card-accent-2:#10b981;--card-soft:rgba(79, 70, 229, 0.11)}.blog-card{font-family:dm sans,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);border-radius:var(--card-radius);overflow:hidden;display:flex;flex-direction:column;border:1px solid var(--card-border);transition:var(--card-transition);cursor:pointer;box-shadow:0 10px 28px rgba(17,24,39,.045)}.blog-card[data-accent=ai],.entry-cover--generated[data-accent=ai]{--card-accent:#8b5cf6;--card-accent-2:#06b6d4;--card-soft:rgba(139, 92, 246, 0.12)}.blog-card[data-accent=ai-tools],.entry-cover--generated[data-accent=ai-tools]{--card-accent:#10b981;--card-accent-2:#4f46e5;--card-soft:rgba(16, 185, 129, 0.12)}.blog-card[data-accent=chatgpt],.entry-cover--generated[data-accent=chatgpt]{--card-accent:#10a37f;--card-accent-2:#38bdf8;--card-soft:rgba(16, 163, 127, 0.12)}.blog-card[data-accent=claude],.entry-cover--generated[data-accent=claude]{--card-accent:#d97706;--card-accent-2:#f97316;--card-soft:rgba(217, 119, 6, 0.13)}.blog-card[data-accent=grok],.entry-cover--generated[data-accent=grok]{--card-accent:#2563eb;--card-accent-2:#14b8a6;--card-soft:rgba(37, 99, 235, 0.12)}.blog-card[data-accent=career],.entry-cover--generated[data-accent=career]{--card-accent:#059669;--card-accent-2:#84cc16;--card-soft:rgba(5, 150, 105, 0.12)}.blog-card[data-accent=education],.entry-cover--generated[data-accent=education]{--card-accent:#7c3aed;--card-accent-2:#f59e0b;--card-soft:rgba(124, 58, 237, 0.12)}[data-theme=dark] .blog-card{background:var(--entry);border-color:var(--border)}.blog-card:hover{transform:translateY(-3px);box-shadow:var(--card-shadow-hover)}.blog-card:hover{border-color:color-mix(in srgb,var(--card-accent) 34%,transparent)}.blog-card>.entry-link{z-index:8;border-radius:inherit}.blog-card>.entry-link:focus-visible{outline:3px solid color-mix(in srgb,var(--card-accent) 44%,transparent);outline-offset:-5px}body.list-home .home-post-grid .blog-card,body.list-section .home-post-grid .blog-card{min-height:286px}body.list-home .home-post-grid .blog-card--has-image,body.list-section .home-post-grid .blog-card--has-image{min-height:354px}body.list-home .home-post-grid .blog-card__title,body.list-section .home-post-grid .blog-card__title{font-size:clamp(19px,1.65vw,23px)}body.list-home .home-post-grid:not(.topic-article-list) .blog-card__meta-top,body.list-section .home-post-grid:not(.topic-article-list) .blog-card__meta-top{display:none}body.list-home .home-post-grid:not(.topic-article-list) .blog-card__body,body.list-section .home-post-grid:not(.topic-article-list) .blog-card__body{padding-top:22px}.blog-card__img-wrap{height:188px;margin:14px 14px 0;overflow:hidden;position:relative;flex-shrink:0;border-radius:20px;background:#f3f4f6}.blog-card__visual-wrap{background:radial-gradient(circle at 14% 16%,color-mix(in srgb,var(--card-accent) 22%,transparent),transparent 30%),radial-gradient(circle at 88% 22%,color-mix(in srgb,var(--card-accent-2) 18%,transparent),transparent 31%),linear-gradient(135deg,color-mix(in srgb,var(--card-accent) 8%,#ffffff),#f8fafc 50%,color-mix(in srgb,var(--card-accent-2) 10%,#ffffff))}.blog-card__visual{position:relative;isolation:isolate;display:flex;flex-direction:column;justify-content:space-between;gap:14px;width:100%;height:100%;min-height:inherit;padding:20px;overflow:hidden;color:#111827}.blog-card__visual::before{content:"";position:absolute;inset:12px;z-index:-1;border:1px solid rgba(255,255,255,.76);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.45),rgba(255,255,255,.16));pointer-events:none}.blog-card__visual::after{content:"";position:absolute;right:-42px;bottom:-54px;z-index:-1;width:168px;height:168px;border-radius:999px;background:linear-gradient(135deg,color-mix(in srgb,var(--card-accent) 28%,transparent),color-mix(in srgb,var(--card-accent-2) 20%,transparent));opacity:.7}.blog-card__visual-kicker{position:relative;z-index:1;align-self:flex-start;max-width:100%;overflow:hidden;color:color-mix(in srgb,var(--card-accent) 82%,#111827);background:rgba(255,255,255,.72);border:1px solid rgba(17,24,39,7%);border-radius:999px;padding:7px 10px;font-size:10.5px;font-weight:900;letter-spacing:.07em;line-height:1.1;box-shadow:0 8px 18px rgba(17,24,39,.045);text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.blog-card__visual-title{position:relative;z-index:1;display:-webkit-box;max-width:82%;min-height:0;overflow:hidden;color:#111827;font-size:clamp(25px,2.45vw,33px);font-weight:950;letter-spacing:-.065em;line-height:1.08;-webkit-box-orient:vertical;-webkit-line-clamp:2}.blog-card__visual-meta{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:8px;margin-top:-2px}.blog-card__visual-meta span{display:inline-flex;align-items:center;max-width:100%;padding:6.5px 9px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.64);border:1px solid rgba(17,24,39,7%);color:#374151;font-size:10.5px;font-weight:800;line-height:1;text-overflow:ellipsis;white-space:nowrap}.blog-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:var(--img-transition)}.blog-card:hover .blog-card__img{transform:scale(1.05)}.blog-card__badge{position:absolute;top:12px;font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase;color:#111827;background:var(--badge-bg);backdrop-filter:blur(var(--badge-blur));-webkit-backdrop-filter:blur(var(--badge-blur));padding:6px 10px;border:1px solid rgba(17,24,39,8%);border-radius:999px;z-index:2;line-height:1;box-shadow:0 8px 18px rgba(17,24,39,8%)}.blog-card__badge--tag{left:12px}.blog-card__badge--time{right:12px;font-weight:800;background:rgba(255,255,255,.82);padding:6px 9px;display:flex;align-items:center;gap:4px}.blog-card__badge--time svg{width:10px;height:10px;flex-shrink:0}.blog-card__body{position:relative;z-index:1;padding:20px 22px 0;display:flex;flex-direction:column;flex:1}.blog-card__meta-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;gap:8px}.blog-card__category{font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.blog-card__category[data-cat=ai]{color:var(--accent-ai)}.blog-card__category[data-cat=ai-tools]{color:var(--accent-ai-tools)}.blog-card__time-inline{display:inline-flex;align-items:center;gap:4px;font-size:11px;color:#9ca3af;white-space:nowrap}.blog-card__time-inline svg{width:11px;height:11px;flex-shrink:0}.blog-card__title{font-size:18px;font-weight:900;line-height:1.2;letter-spacing:-.035em;color:#111827;margin:0 0 12px}[data-theme=dark] .blog-card__title{color:var(--primary)}.blog-card__excerpt{font-size:13.5px;line-height:1.6;color:#4b5563;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1;margin:0}[data-theme=dark] .blog-card__excerpt{color:var(--secondary)}.blog-card__footer{display:flex;align-items:center;justify-content:space-between;padding:17px 0 20px;margin-top:auto;border-top:1px solid rgba(17,24,39,6%)}[data-theme=dark] .blog-card__footer{border-top-color:var(--border)}.blog-card__author{display:flex;align-items:center;gap:8px;min-width:0}.blog-card__avatar{flex-shrink:0;width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.blog-card__avatar[data-accent=ai]{background:linear-gradient(135deg,rgba(139,92,246,.12),rgba(139,92,246,.25));color:var(--accent-ai)}.blog-card__avatar[data-accent=ai-tools]{background:linear-gradient(135deg,rgba(16,185,129,.12),rgba(16,185,129,.25));color:var(--accent-ai-tools)}.blog-card__author-name{font-size:12px;font-weight:500;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-theme=dark] .blog-card__author-name{color:var(--primary)}.blog-card__date{font-size:11px;color:#9ca3af;white-space:nowrap;flex-shrink:0}@media(max-width:560px){.home-post-grid{grid-template-columns:1fr;gap:14px}.home-page-title{font-size:26px}.home-toolbar{margin-bottom:20px}.home-chip{font-size:13px;padding:8px 12px}.blog-card__body{padding:14px 16px 0}.blog-card__footer{padding-bottom:16px}}@media(max-width:960px){body.list-term .list-page-header{grid-template-columns:1fr;gap:10px;padding:24px;border-radius:26px}body.list-term .list-page-count{grid-column:1;grid-row:auto;justify-self:start;margin-top:4px}body.list-term .topic-article-list .blog-card,body.list-term .topic-article-list .blog-card--has-image{display:flex;min-height:0}body.list-term .topic-article-list .blog-card__img-wrap{width:100%;height:220px;min-height:220px}body.list-term .topic-article-list .blog-card__body{grid-column:auto;padding:18px 20px 0}.post-content.topic-content{max-width:100%;padding-top:30px}}@media(max-width:560px){body.list-term .list-page-header{margin-bottom:26px;padding:22px;border-radius:24px}body.list-term .list-page-title{font-size:clamp(34px,12vw,48px)}body.list-term .list-page-sub{font-size:14px}.topic-layout{gap:40px}.topic-articles-header{align-items:flex-start}.topic-articles-header__title{font-size:26px}body.list-term .topic-article-list .blog-card__img-wrap{height:176px;min-height:176px}body.list-term .topic-article-list .blog-card__body{padding:16px 17px 0}body.list-term .topic-article-list .blog-card__title,body.list-term .topic-article-list .blog-card:first-child .blog-card__title{font-size:19px;letter-spacing:-.035em}body.list-term .topic-article-list .blog-card__excerpt{font-size:13px}.post-content.topic-content p,.post-content.topic-content ul,.post-content.topic-content ol{font-size:14.5px}}.home-featured{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.96fr)minmax(320px,.72fr);gap:24px;align-items:stretch;margin:0;padding:22px;border:1px solid rgba(17,24,39,8%);border-radius:26px;background:rgba(255,255,255,.8);box-shadow:0 12px 30px rgba(17,24,39,.055);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.home-featured__content,.home-featured__media{color:inherit;text-decoration:none}.home-featured__content{display:flex;flex-direction:column;justify-content:center;min-width:0}.home-featured__eyebrow,.home-goals__eyebrow,.home-goal-card__label{display:inline-flex;width:fit-content;margin:0;color:#4f46e5;font-size:12px;font-weight:850;letter-spacing:.05em;line-height:1.2;text-transform:uppercase}.home-featured__title{max-width:700px;margin:12px 0;color:#111827;font-family:dm sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(30px,3.4vw,46px);font-weight:950;letter-spacing:-.065em;line-height:.96}.home-featured__desc{max-width:620px;margin:0 0 16px;color:#4b5563;font-size:16px;line-height:1.55}.home-featured__meta{display:inline-flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:22px;color:#6b7280;font-size:13px;font-weight:650}.home-featured__cta{display:inline-flex;align-items:center;gap:10px;width:fit-content;padding:13px 18px;border-radius:999px;background:#4f46e5;color:#fff;font-size:14px;font-weight:850;line-height:1;transition:transform .16s ease,opacity .16s ease}.home-featured__content:hover .home-featured__cta,.home-featured__content:focus-visible .home-featured__cta{transform:translateX(2px);opacity:.92}.home-featured__media{position:relative;display:flex;min-height:230px;overflow:hidden;border:1px solid rgba(17,24,39,.1);border-radius:18px;background:linear-gradient(rgba(255,255,255,6%) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,6%) 1px,transparent 1px),#20281f;background-size:28px 28px;box-shadow:inset 0 0 0 1px rgba(255,255,255,4%)}.home-featured__media::before{content:"Featured article";position:absolute;top:14px;right:14px;z-index:2;padding:8px 13px;border:1px solid rgba(17,24,39,8%);border-radius:999px;background:rgba(255,255,255,.86);color:#111827;font-size:12px;font-weight:850;line-height:1}.home-featured__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s ease}.home-featured__media:hover img,.home-featured__media:focus-visible img{transform:scale(1.03)}.home-featured__fallback{display:grid;place-items:center;width:100%;min-height:340px;color:rgba(255,255,255,.92);font-size:72px;font-weight:900;letter-spacing:-.08em}.home-goals{margin:0 0 34px;padding:28px;border:1px solid rgba(17,24,39,8%);border-radius:28px;background:radial-gradient(circle at 88% 18%,rgba(129,140,248,.12),transparent 30%),linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);box-shadow:0 12px 30px rgba(17,24,39,.045)}body.list-home .home-goals{margin-top:44px}.home-goals__header{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid rgba(17,24,39,7%)}.home-goals__title{margin:0;color:#111827;font-family:dm sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(26px,3vw,38px);font-weight:950;letter-spacing:-.06em;line-height:1}.home-goals__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.home-goal-card{--hub-accent:#4f46e5;--hub-soft:rgba(79, 70, 229, 0.08);--hub-border:rgba(79, 70, 229, 0.18);position:relative;display:grid;align-content:start;gap:9px;min-height:122px;padding:16px;overflow:hidden;border:1px solid rgba(17,24,39,8%);border-radius:20px;background:rgba(255,255,255,.86);color:inherit;text-decoration:none;box-shadow:0 8px 20px rgba(17,24,39,.035);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.home-goal-card::before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,var(--hub-accent),color-mix(in srgb,var(--hub-accent) 24%,#10b981))}.home-goal-card::after{content:"";position:absolute;right:-48px;bottom:-58px;width:132px;height:132px;border-radius:999px;background:var(--hub-soft);pointer-events:none}.home-goal-card[data-hub-theme=blue]{--hub-accent:#2563eb;--hub-soft:rgba(37, 99, 235, 0.09);--hub-border:rgba(37, 99, 235, 0.20)}.home-goal-card[data-hub-theme=emerald]{--hub-accent:#059669;--hub-soft:rgba(5, 150, 105, 0.09);--hub-border:rgba(5, 150, 105, 0.20)}.home-goal-card[data-hub-theme=amber]{--hub-accent:#d97706;--hub-soft:rgba(217, 119, 6, 0.10);--hub-border:rgba(217, 119, 6, 0.22)}.home-goal-card[data-hub-theme=rose]{--hub-accent:#e11d48;--hub-soft:rgba(225, 29, 72, 0.09);--hub-border:rgba(225, 29, 72, 0.20)}.home-goal-card:hover,.home-goal-card:focus-visible{transform:translateY(-2px);border-color:var(--hub-border);background:#fff;box-shadow:0 18px 36px rgba(17,24,39,.075)}.home-goal-card__label{position:relative;z-index:1;color:var(--hub-accent);font-size:11px;font-weight:900;letter-spacing:.09em}.home-goal-card__title{position:relative;z-index:1;color:#111827;font-size:16px;font-weight:900;letter-spacing:-.025em;line-height:1.14}.home-goal-card__cta{position:relative;z-index:1;align-self:end;margin-top:4px;color:#6b7280;font-size:12px;font-weight:850;line-height:1.2;transition:color .16s ease}.home-goal-card:hover .home-goal-card__cta,.home-goal-card:focus-visible .home-goal-card__cta{color:var(--hub-accent)}.home-goal-card__sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.home-latest-header{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:0 0 18px;padding:0 0 16px;border-bottom:1px solid var(--border)}.home-latest-header__eyebrow{display:inline-flex;margin:0 0 6px;color:#4f46e5;font-size:11px;font-weight:850;letter-spacing:.09em;line-height:1.2;text-transform:uppercase}.home-latest-header__title{margin:0;color:#111827;font-family:dm sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(26px,3vw,40px);font-weight:950;letter-spacing:-.06em;line-height:1}[data-theme=dark] .home-featured{background:linear-gradient(135deg,rgba(46,46,51,.88),rgba(29,30,32,.94));box-shadow:none}[data-theme=dark] .home-featured__title,[data-theme=dark] .home-goals__title,[data-theme=dark] .home-latest-header__title,[data-theme=dark] .home-goal-card__title{color:var(--primary)}[data-theme=dark] .home-featured__desc,[data-theme=dark] .home-featured__meta{color:var(--secondary)}[data-theme=dark] .home-goal-card{background:rgba(31,41,55,.52);border-color:var(--border);box-shadow:none}[data-theme=dark] .home-goal-card:hover,[data-theme=dark] .home-goal-card:focus-visible{border-color:var(--hub-border);background:rgba(31,41,55,.76)}@media(max-width:1180px){.home-goals__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.home-hero{padding:24px;border-radius:28px}.home-page-title{font-size:clamp(36px,8vw,56px)}.home-featured{grid-template-columns:1fr;gap:20px;padding:22px}.home-featured__media{min-height:260px;order:-1}.home-goals__header{align-items:flex-start;flex-direction:column;gap:4px}}@media(max-width:720px){.home-hero{margin-bottom:24px;padding:20px;border-radius:24px}.home-featured{padding:18px;border-radius:22px;gap:14px}.home-page-title{font-size:clamp(34px,12vw,48px)}.home-page-sub{font-size:14.5px}.home-featured__title{margin:9px 0;font-size:clamp(24px,7vw,32px);line-height:1.02}.home-featured__desc{display:none}.home-featured__media{min-height:150px;height:150px;border-radius:16px}.home-featured__meta{margin-bottom:14px;font-size:12px}.home-featured__cta{padding:12px 14px;font-size:13px}.home-featured__media::before{top:10px;right:10px;padding:7px 10px;font-size:11px}.home-goals__grid{grid-template-columns:1fr;gap:10px}.home-goal-card{min-height:104px}.home-latest-header__title{font-size:26px}}.reading-progress{position:fixed;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#6366f1,#8b5cf6);transform-origin:left;transform:scaleX(0);z-index:9999;pointer-events:none;transition:transform .15s ease}.page-header,.post-header{margin:24px auto var(--content-gap)}.post-title{margin-bottom:2px;font-size:40px}.post-description{margin-top:10px;margin-bottom:5px}.post-meta,.breadcrumbs{color:var(--secondary);font-size:14px}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center}.i18n_list{display:inline-flex}.post-meta .i18n_list li{list-style:none;margin:auto 3px}.breadcrumbs a{font-size:16px}.post-content{color:var(--content);margin:30px 0}.post-toc-float{position:fixed;top:96px;right:24px;width:300px;z-index:20}.post-toc-float .toc{margin:0}.post-header .entry-cover{margin-top:10px}.post-header .entry-cover--generated{margin:14px 0 28px;overflow:hidden;aspect-ratio:16/9;border:1px solid rgba(17,24,39,8%);border-radius:30px;background:radial-gradient(circle at 14% 16%,color-mix(in srgb,var(--card-accent) 22%,transparent),transparent 30%),radial-gradient(circle at 88% 22%,color-mix(in srgb,var(--card-accent-2) 18%,transparent),transparent 31%),linear-gradient(135deg,color-mix(in srgb,var(--card-accent) 8%,#ffffff),#f8fafc 50%,color-mix(in srgb,var(--card-accent-2) 10%,#ffffff));box-shadow:0 24px 58px rgba(17,24,39,.075);text-align:left}.entry-cover--generated .entry-cover__visual-wrap{width:100%;height:100%;margin:0;border-radius:inherit}.entry-cover--generated .entry-cover__visual{padding:clamp(24px,4.4vw,48px)}.entry-cover--generated .blog-card__visual::before{inset:18px;border-radius:24px}.entry-cover--generated .blog-card__visual::after{right:-62px;bottom:-74px;width:min(34vw,340px);height:min(34vw,340px)}.entry-cover--generated .blog-card__visual-kicker{padding:9px 13px;font-size:clamp(11px,1vw,13px)}.entry-cover--generated .blog-card__visual-title{max-width:min(760px,86%);font-size:clamp(38px,5.4vw,64px);letter-spacing:-.035em;line-height:1.08;-webkit-line-clamp:3}.entry-cover--generated .blog-card__visual-meta{gap:10px}.entry-cover--generated .blog-card__visual-meta span{padding:9px 12px;font-size:12px}.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin:24px 0 16px}.post-content h1{margin:40px auto 32px;font-size:40px}.post-content h2{margin:32px auto 24px;font-size:32px}.post-content h3{font-size:24px}.post-content h4{font-size:20px}.post-content h5{font-size:18px}.post-content h6{font-size:16px}.post-content a:not(.cta-link),.post-meta .i18n_list li a{box-shadow:0 1px;box-decoration-break:clone;-webkit-box-decoration-break:clone}.post-content a:not(.cta-link) code{margin:auto 0;border-radius:0;box-shadow:0 -1px 0 var(--primary)inset}.post-content del{text-decoration:line-through}.post-content dl,.post-content ol,.post-content p,.post-content figure,.post-content ul{margin-bottom:var(--content-gap)}.post-content ol,.post-content ul{padding-inline-start:20px}.post-content li{margin-top:5px}.post-content li p{margin-bottom:0}.post-content dl{display:flex;flex-wrap:wrap;margin:0}.post-content dt{width:25%;font-weight:700}.post-content dd{width:75%;margin-inline-start:0;padding-inline-start:10px}.post-content dd~dd,.post-content dt~dt{margin-top:10px}.post-content table{margin-bottom:var(--content-gap)}.post-content table th,.post-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:8px 5px;line-height:1.5;border-bottom:1px solid var(--border)}.post-content table th{text-align:start}.post-content table:not(.highlighttable) td code:only-child{margin:auto 0}.post-content .highlight table{border-radius:var(--radius)}.post-content .highlight:not(table){margin:10px auto;background:var(--code-block-bg)!important;border-radius:var(--radius);direction:ltr}.post-content li>.highlight{margin-inline-end:0}.post-content ul pre{margin-inline-start:calc(var(--gap) * -2)}.post-content .highlight pre{margin:0}.post-content .highlighttable{table-layout:fixed}.post-content .highlighttable td:first-child{width:40px}.post-content .highlighttable td .linenodiv{padding-inline-end:0!important}.post-content .highlighttable td .highlight,.post-content .highlighttable td .linenodiv pre{margin-bottom:0}.post-content code{margin:auto 4px;padding:4px 6px;font-size:.78em;line-height:1.5;background:var(--code-bg);border-radius:2px}.post-content pre code{display:grid;margin:auto 0;padding:10px;color:#d5d5d6;background:var(--code-block-bg)!important;border-radius:var(--radius);overflow-x:auto;word-break:break-all}.post-content blockquote{margin:20px 0;padding:0 14px;border-inline-start:3px solid var(--primary)}.post-content hr{margin:30px 0;height:2px;background:var(--tertiary);border:0}.post-content iframe{max-width:100%}.post-content figure{margin:44px 0 52px}.post-content p+figure,.post-content ul+figure,.post-content ol+figure{margin-top:54px}.post-content figure+h2,.post-content figure+h3{margin-top:48px}.post-content img{display:block;max-width:100%;height:auto;border-radius:14px;margin:38px auto 46px}.post-content figure img{margin:0 auto}.post-content img[src*="#center"]{margin:38px auto 46px}.post-content figure.align-center{text-align:center}.post-content figure>figcaption{color:var(--primary);font-size:16px;font-weight:700;margin:12px 0 0}.post-content figure>figcaption>p{color:var(--secondary);font-size:14px;font-weight:400}.post-toc-float{position:fixed;top:80px;right:max(24px,calc((100vw - 780px)/2 - 320px));width:260px;z-index:20}.post-toc-float .toc{margin:0}.toc{margin:30px 0;background:0 0;border:none;border-radius:0;padding:0;box-shadow:none;font-family:dm sans,sans-serif}.toc-header{display:flex;align-items:center;gap:6px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid color-mix(in srgb,var(--border) 40%,transparent)}.toc-icon{width:14px;height:14px;color:color-mix(in srgb,var(--secondary) 50%,transparent);flex-shrink:0}.toc-title{font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:color-mix(in srgb,var(--secondary) 60%,transparent)}.toc-body{max-height:calc(100vh - 200px);overflow-y:auto;scrollbar-width:none}.toc-body::-webkit-scrollbar{display:none}.toc-body ul{margin:0;padding:0;list-style:none}.toc-body li{position:relative}.toc-body>ul>li{margin-top:0}.toc-body a{display:block;padding:4px 0;color:color-mix(in srgb,var(--secondary) 70%,transparent);font-size:12.5px;line-height:1.45;text-decoration:none;transition:color .15s ease;border:none;background:0 0;border-radius:0}.toc-body a:hover{color:var(--primary);background:0 0}.toc-body li.toc-active>a{color:var(--primary);font-weight:500;background:0 0}@media(max-width:1400px){.post-toc-float{right:16px;width:220px}}@media(max-width:1200px){.post-toc-float{display:none}}.post-footer{margin-top:var(--content-gap)}.author-cards{margin-top:var(--content-gap);display:grid;gap:12px}.author-cards-inline .author-card{grid-template-columns:1fr}.author-card{display:grid;grid-template-columns:56px 1fr;gap:12px;padding:14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--code-bg)}.author-card-avatar{width:56px;height:56px;border-radius:999px;object-fit:cover;margin:0}.author-card-name{margin:0;font-size:16px;line-height:1.3}.author-card-role,.author-card-bio{margin:4px 0 0}.author-card-name a,.author-card-links a,.author-profile-links a{text-decoration:underline;text-underline-offset:2px}.author-card-links{margin:8px 0 0}.author-card-role{color:var(--secondary);font-size:13px}.author-card-bio{font-size:14px}.author-page .post-header{margin-bottom:16px}.author-profile{display:grid;grid-template-columns:1fr;gap:14px;margin-top:12px}.author-profile-role{margin:0;color:var(--secondary)}.author-profile-bio{margin:6px 0 0}.author-profile-links{margin:8px 0 0}.author-articles{margin-top:20px}.author-article-list{list-style:none;padding-left:0;margin:0}.author-article-list li{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid var(--border)}.author-article-date{color:var(--secondary);white-space:nowrap;font-size:13px}.post-footer>*{margin-bottom:10px}.post-tags{display:flex;flex-wrap:wrap;gap:10px}.post-tags li{display:inline-block}.post-tags a,.share-buttons,.paginav{border-radius:var(--radius);background:var(--code-bg);border:1px solid var(--border)}.post-tags a{display:block;padding:0 14px;color:var(--secondary);font-size:14px;line-height:34px;background:var(--code-bg)}.post-tags a:hover,.paginav a:hover{background:var(--border)}.share-buttons{padding:10px;display:flex;justify-content:center;overflow-x:auto;gap:10px}.share-buttons li,.share-buttons a{display:inline-flex}.share-buttons a:not(:last-of-type){margin-inline-end:12px}h1:hover .anchor,h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor{display:inline-flex;color:var(--secondary);margin-inline-start:8px;font-weight:500;user-select:none}.paginav{display:flex;line-height:30px}.paginav a{padding-inline-start:14px;padding-inline-end:14px;border-radius:var(--radius)}.paginav .title{letter-spacing:1px;text-transform:uppercase;font-size:small;color:var(--secondary)}.paginav .prev,.paginav .next{width:50%}.paginav span:hover:not(.title){box-shadow:0 1px}.paginav .next{margin-inline-start:auto;text-align:right}[dir=rtl] .paginav .next{text-align:left}h1>a>svg{display:inline}img.in-text{display:inline;margin:auto}.cta-block{margin:42px 0}.cta-block-auto.is-hidden{display:none}.cta-link{display:block;border-radius:14px;overflow:hidden;border:0;background:0 0;box-shadow:0 1px 2px rgba(0,0,0,8%);text-decoration:none!important;color:inherit!important;line-height:0}.cta-link:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.cta-image{display:block;width:100%;height:auto;border-radius:0;margin:0!important}@media(max-width:767px){.post-header .entry-cover--generated{aspect-ratio:4/3;margin:12px 0 22px;border-radius:22px}.entry-cover--generated .entry-cover__visual{padding:22px}.entry-cover--generated .blog-card__visual::before{inset:12px;border-radius:18px}.entry-cover--generated .blog-card__visual-title{max-width:92%;font-size:clamp(30px,9.6vw,42px);letter-spacing:-.035em;line-height:1.08}.entry-cover--generated .blog-card__visual-meta span{padding:7px 10px;font-size:11px}.author-card{grid-template-columns:1fr}.author-card-avatar{width:48px;height:48px}.author-article-list li{flex-direction:column;gap:4px}.cta-block{margin:30px 0}.post-content h2+.cta-block,.post-content h3+.cta-block{margin-top:18px}.cta-link{border:0;box-shadow:0 10px 22px rgba(78,104,214,.2),0 2px 8px rgba(0,0,0,6%)}.cta-image{object-fit:none;object-position:center top;border:0;clip-path:inset(2px 2px 2px 2px round 14px)}}.related-posts{margin:34px 0 28px;padding:24px;border:1px solid var(--border);border-radius:18px;background:linear-gradient(135deg,rgba(99,102,241,6%),rgba(16,185,129,5%))}.related-posts__header{margin-bottom:16px}.related-posts__eyebrow{margin:0 0 6px;color:#6366f1;font-size:11px;font-weight:800;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.related-posts__title{margin:0;color:var(--primary);font-family:dm sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:800;letter-spacing:-.025em;line-height:1.2}.related-posts__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.related-posts__card{display:flex;flex-direction:column;min-height:100%;padding:16px;border:1px solid rgba(17,24,39,8%);border-radius:14px;background:rgba(255,255,255,.9);color:inherit;text-decoration:none;box-shadow:0 10px 24px rgba(17,24,39,5%);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.related-posts__card:hover{transform:translateY(-2px);border-color:#6366f1;box-shadow:0 16px 32px rgba(17,24,39,8%)}.related-posts__tag{margin-bottom:8px;color:#6366f1;font-size:11px;font-weight:800;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.related-posts__card-title{margin:0 0 8px;color:#111827;font-size:16px;font-weight:800;letter-spacing:-.015em;line-height:1.3}.related-posts__excerpt{display:-webkit-box;margin:0;overflow:hidden;color:#6b7280;font-size:13px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3}.related-posts__read{margin-top:auto;padding-top:12px;color:#374151;font-size:13px;font-weight:750;line-height:1.2}.related-posts__card:hover .related-posts__read{color:#6366f1}[data-theme=dark] .related-posts{background:linear-gradient(135deg,rgba(99,102,241,.12),rgba(16,185,129,8%))}[data-theme=dark] .related-posts__card{background:rgba(31,41,55,.62);border-color:var(--border);box-shadow:none}[data-theme=dark] .related-posts__card-title{color:var(--primary)}[data-theme=dark] .related-posts__excerpt,[data-theme=dark] .related-posts__read{color:var(--secondary)}@media(max-width:767px){.related-posts{padding:18px;border-radius:16px}.related-posts__grid{grid-template-columns:1fr}}.post-single-shell{width:min(calc(100vw - 48px),1120px);margin:0 0 0 50%;transform:translateX(-50%)}.post-single-shell--with-rail{display:grid;grid-template-columns:minmax(0,780px)minmax(260px,294px);align-items:start;gap:46px}.post-single{min-width:0}.post-single-shell .post-header,.post-single-shell .post-content,.post-single-shell .post-footer,.post-single-shell .author-cards,.post-single-shell .related-posts,.post-single-shell .paginav,.post-single-shell .share-buttons,.post-single-shell .post-tags,.post-single-shell>.post-single>.article-cta{width:100%}.post-single-shell .post-title{margin-top:28px;color:#0f172a;font-family:dm sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(38px,4.6vw,56px);font-weight:850;letter-spacing:-.055em;line-height:1.02;text-wrap:balance}.post-single-shell .post-description{max-width:720px;margin-top:14px;color:#334155;font-size:20px;line-height:1.65}.post-single-shell .post-meta{margin-top:12px;color:#64748b}.post-single-shell .post-content{color:#334155;font-size:18px;line-height:1.78}.post-single-shell .post-content>p,.post-single-shell .post-content>ul,.post-single-shell .post-content>ol{max-width:740px}.post-single-shell .post-content h2{margin:56px 0 20px;color:#0f172a;font-family:dm sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(30px,3vw,40px);font-weight:850;letter-spacing:-.045em;line-height:1.12;text-wrap:balance}.post-single-shell .post-content h3{margin:38px 0 16px;color:#111827;font-family:dm sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(23px,2vw,28px);font-weight:800;letter-spacing:-.03em;line-height:1.18}.post-single-shell .post-content h2 .anchor,.post-single-shell .post-content h3 .anchor{font-size:.72em;opacity:.55}.post-single-shell .post-content strong{color:#0f172a}.post-single-shell .post-content a:not(.cta-link):not(.anchor){color:#4338ca;font-weight:650;text-decoration-line:underline;text-decoration-color:rgba(79,70,229,.36);text-decoration-thickness:1.5px;text-underline-offset:3px;box-shadow:none;transition:color .16s ease,text-decoration-color .16s ease,background-color .16s ease}.post-single-shell .post-content a:not(.cta-link):not(.anchor):visited{color:#5b21b6;text-decoration-color:rgba(91,33,182,.32)}.post-single-shell .post-content a:not(.cta-link):not(.anchor):hover{color:#312e81;text-decoration-color:rgba(49,46,129,.76);background-color:rgba(79,70,229,6%);border-radius:4px}.post-single-shell .post-content a:not(.cta-link):not(.anchor):focus-visible{outline:3px solid rgba(79,70,229,.28);outline-offset:3px;border-radius:4px}.post-single-shell .post-content blockquote{margin:34px 0;padding:22px 24px;color:#334155;border:1px solid rgba(99,102,241,.16);border-left:5px solid #6366f1;border-radius:18px;background:linear-gradient(135deg,rgba(99,102,241,7%),rgba(16,185,129,5%))}.post-single-shell .post-content table:not(.highlighttable,.highlight table,.gist .highlight){display:block;width:100%;max-width:100%;margin:32px 0 42px;overflow-x:auto;border:1px solid rgba(15,23,42,8%);border-radius:18px;background:#fff;border-collapse:separate;border-spacing:0;box-shadow:0 16px 42px rgba(15,23,42,6%)}.post-single-shell .post-content table:not(.highlighttable,.highlight table,.gist .highlight) thead{background:#f8fafc}.post-single-shell .post-content table:not(.highlighttable,.highlight table,.gist .highlight) th,.post-single-shell .post-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:150px;padding:14px 16px;border-bottom:1px solid rgba(15,23,42,8%);color:#334155;font-size:15px;line-height:1.55;vertical-align:top}.post-single-shell .post-content table:not(.highlighttable,.highlight table,.gist .highlight) th{color:#0f172a;font-weight:800}.post-single-shell .post-content table:not(.highlighttable,.highlight table,.gist .highlight) tr:last-child td{border-bottom:0}.post-toc-float{position:sticky;top:80px;right:auto;width:auto;z-index:10}.post-rail__inner{display:grid;gap:18px;padding-bottom:20px}.post-rail__inner .toc{padding:18px;border:1px solid rgba(15,23,42,8%);border-radius:20px;background:rgba(255,255,255,.82);box-shadow:0 14px 34px rgba(15,23,42,.055);backdrop-filter:blur(16px)}.post-rail__inner .toc-body{max-height:clamp(240px,calc(100vh - 380px),520px);overflow-y:auto;padding-right:6px;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(79,70,229,.28)transparent}.post-rail__inner .toc-body::-webkit-scrollbar{display:block;width:4px}.post-rail__inner .toc-body::-webkit-scrollbar-track{background:0 0}.post-rail__inner .toc-body::-webkit-scrollbar-thumb{background:rgba(79,70,229,.24);border-radius:999px}.toc-body a{padding:5px 0;color:#64748b;font-size:12.5px}.toc-body li.toc-active>a{color:#4f46e5;font-weight:800}.article-brief,.article-sources,.article-scorecard,.decision-matrix,.article-calculator{margin:34px 0;border:1px solid rgba(15,23,42,8%);border-radius:24px;background:#fff;box-shadow:0 18px 44px rgba(15,23,42,6%)}.article-brief{padding:24px;background:radial-gradient(circle at 0% 0%,rgba(99,102,241,.12),transparent 34%),linear-gradient(135deg,#ffffff,#f8fafc)}.article-brief__header,.decision-matrix__header,.article-scorecard__header,.article-calculator__header{display:grid;gap:6px;margin-bottom:16px}.article-brief__eyebrow,.decision-matrix__eyebrow,.article-scorecard__eyebrow,.article-calculator__eyebrow,.article-sources__eyebrow,.prompt-card__eyebrow{color:#4f46e5;font-size:11px;font-weight:850;letter-spacing:.095em;line-height:1.2;text-transform:uppercase}.article-brief__title,.decision-matrix__title,.article-scorecard__title,.article-calculator__title,.article-sources__title{color:#0f172a;font-family:dm sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:24px;font-weight:850;letter-spacing:-.035em;line-height:1.16}.article-brief__lead,.article-brief__content,.article-calculator__header p{margin:0;color:#334155;font-size:17px;line-height:1.7}.article-brief__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.article-brief__panel{padding:16px;border:1px solid rgba(15,23,42,8%);border-radius:18px;background:rgba(255,255,255,.74)}.article-brief__panel--muted{background:rgba(248,250,252,.78)}.article-brief__panel strong{display:block;margin-bottom:10px;color:#0f172a;font-size:14px}.article-brief__panel ul,.decision-matrix__card ul{margin:0;padding-left:18px}.article-brief__panel li,.decision-matrix__card li{margin-top:7px;color:#475569;font-size:14px;line-height:1.5}.article-cta{margin:34px 0}.article-cta--top{margin-top:26px;margin-bottom:42px}.article-cta--end{margin-top:48px;margin-bottom:34px}.article-cta--auto.is-hidden{display:none}.article-cta__link{display:grid;grid-template-columns:minmax(0,1fr)auto;align-items:center;gap:24px;padding:22px;overflow:hidden;color:inherit!important;line-height:1.35;text-decoration:none!important;border:1px solid rgba(79,70,229,.16);border-radius:24px;background:radial-gradient(circle at 2% 20%,rgba(99,102,241,.15),transparent 28%),radial-gradient(circle at 96% 80%,rgba(16,185,129,.12),transparent 28%),linear-gradient(135deg,#ffffff,#f8fafc);box-shadow:0 18px 42px rgba(79,70,229,.11);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.article-cta__link:hover{transform:translateY(-2px);border-color:rgba(79,70,229,.34);box-shadow:0 24px 56px rgba(79,70,229,.15)}.article-cta__copy{display:grid;gap:7px}.article-cta__eyebrow{color:#4f46e5;font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.article-cta__title{color:#0f172a;font-family:dm sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(21px,2.2vw,28px);font-weight:850;letter-spacing:-.04em;line-height:1.12;text-wrap:balance}.article-cta__text{max-width:620px;color:#475569;font-size:15.5px;line-height:1.55}.article-cta__action{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;white-space:nowrap;color:#fff;border-radius:999px;background:#4f46e5;font-size:14px;font-weight:850;box-shadow:0 10px 22px rgba(79,70,229,.24)}.article-cta__action svg{width:18px;height:18px}.article-cta--rail{margin:0}.article-cta--rail .article-cta__link{grid-template-columns:1fr;gap:14px;padding:18px;border-radius:20px;background:#fff;border-color:rgba(15,23,42,8%);box-shadow:0 14px 34px rgba(15,23,42,.055)}.article-cta--rail .article-cta__link:hover{border-color:rgba(79,70,229,.22);box-shadow:0 18px 40px rgba(15,23,42,.075)}.article-cta--rail .article-cta__title{font-size:18px;letter-spacing:-.03em}.article-cta--rail .article-cta__text{font-size:13px}.article-cta--rail .article-cta__action{width:100%;min-height:40px;font-size:13px}.article-cta--mobile{display:none}.article-cta__dismiss{display:none}.decision-matrix,.article-scorecard,.article-calculator,.article-sources{padding:24px}.decision-matrix__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.decision-matrix__card{padding:16px;border:1px solid rgba(15,23,42,8%);border-radius:18px;background:#f8fafc}.decision-matrix__card--good{background:rgba(16,185,129,8%);border-color:rgba(16,185,129,.18)}.decision-matrix__card--careful{background:rgba(245,158,11,8%);border-color:rgba(245,158,11,.2)}.decision-matrix__card--avoid{background:rgba(99,102,241,7%);border-color:rgba(99,102,241,.16)}.decision-matrix__card strong{color:#0f172a;font-size:15px}.decision-matrix__note{margin-top:16px;color:#475569;font-size:14px;line-height:1.6}.article-compliance-note{margin:14px 0 0!important;color:#64748b!important;font-size:12.5px!important;line-height:1.55!important}.article-compliance-note sup{color:#4f46e5;font-weight:900}.article-scorecard__content table,.article-sources__content ul{margin-bottom:0!important}.article-calculator__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.article-calculator label{display:grid;gap:8px;color:#475569;font-size:13px;font-weight:750}.article-calculator input{width:100%;min-height:46px;padding:10px 12px;color:#0f172a;border:1px solid rgba(15,23,42,.12);border-radius:14px;background:#fff;font:inherit}.article-calculator__result{display:grid;gap:4px;margin-top:18px;padding:18px;border-radius:18px;background:#0f172a;color:#fff}.article-calculator .article-compliance-note{max-width:680px}.article-calculator__result span,.article-calculator__result small{color:rgba(255,255,255,.72);font-size:13px}.article-calculator__result strong{color:#fff;font-size:30px;letter-spacing:-.04em;line-height:1.1}.post-single-shell .article-calculator__result strong,.post-single-shell .article-calculator__result output{color:#fff}.prompt-card{margin:34px 0 42px;overflow:hidden;border:1px solid rgba(15,23,42,.1);border-radius:22px;background:#0f172a;box-shadow:0 18px 44px rgba(15,23,42,.12)}.prompt-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:0;padding:18px;color:#fff;border-bottom:1px solid rgba(255,255,255,.1)}.prompt-card__header>span{display:grid;gap:5px}.prompt-card__eyebrow{color:#a5b4fc}.prompt-card__title{color:#fff;font-size:18px;letter-spacing:-.02em;line-height:1.2}.post-single-shell .post-content .prompt-card__title{color:#fff}.prompt-card__usecase{color:rgba(255,255,255,.68);font-size:13px;line-height:1.4}.prompt-card__copy{min-height:34px;padding:0 13px;color:#0f172a;border:0;border-radius:999px;background:#fff;cursor:pointer;font-size:12px;font-weight:850}.prompt-card__copy.is-copied{background:#bbf7d0}.prompt-card__body{margin:0!important;padding:18px!important;color:#e5e7eb;background:#0f172a!important;border-radius:0!important;white-space:pre-wrap}.prompt-card__body code{margin:0;padding:0;color:inherit;background:0 0!important;font-size:13.5px;line-height:1.7;word-break:normal}.article-sources{display:grid;gap:8px;background:#f8fafc}.article-sources--rail{margin:0;padding:16px;border-radius:20px;box-shadow:none}.article-sources__verified{margin:0;color:#334155;font-size:14px;font-weight:750}.article-sources__list,.article-sources__content ul{margin:4px 0 0;padding-left:18px}.article-sources__list li,.article-sources__content li{margin-top:6px;color:#64748b;font-size:13px;line-height:1.45}.article-sources a{color:#4f46e5;box-shadow:none!important;text-decoration:underline;text-underline-offset:2px}.article-asset-figure{margin:44px 0 52px}.article-asset-figure img{width:100%;border-radius:20px;box-shadow:0 18px 42px rgba(15,23,42,8%)}.article-asset-figure figcaption{display:grid;gap:4px;margin-top:12px;color:#64748b;font-size:13px;line-height:1.45}.article-asset-figure figcaption small{color:#94a3b8}.post-content .faq-item{margin:16px 0;padding:20px 22px;border:1px solid rgba(15,23,42,8%);border-radius:20px;background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.045)}.post-content .faq-item h5{margin:0 0 10px;color:#0f172a;font-family:dm sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:18px;font-weight:850;letter-spacing:-.02em;line-height:1.25}.post-content .faq-item>div{color:#475569;font-size:15.5px;line-height:1.65}.post-content .faq-item>div>:last-child{margin-bottom:0}@media(min-width:900px){.post-content .faq-item{padding:22px 24px}.post-content h2#faq{margin-top:64px;padding-top:8px;border-top:1px solid rgba(15,23,42,8%)}}@media(max-width:1200px){.post-single-shell,.post-single-shell--with-rail{display:block;width:min(calc(100vw - 36px),800px);margin:0 auto;transform:none}.post-toc-float{display:none}.article-cta--mobile{position:fixed;z-index:80;right:24px;bottom:max(18px,env(safe-area-inset-bottom));left:24px;display:block;width:min(calc(100vw - 48px),680px);margin:0 auto;opacity:0;pointer-events:none;transform:translateY(calc(100% + 28px));transition:opacity .22s ease,transform .22s ease}.article-cta--mobile.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.article-cta--mobile.is-dismissed{display:none}.article-cta--mobile .article-cta__link{grid-template-columns:minmax(0,1fr)auto;gap:18px;min-height:82px;padding:14px 16px 14px 18px;border-radius:22px;background:rgba(255,255,255,.95);border-color:rgba(79,70,229,.18);box-shadow:0 20px 52px rgba(15,23,42,.18);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.article-cta--mobile .article-cta__copy{gap:4px;min-width:0}.article-cta--mobile .article-cta__eyebrow{font-size:10px;letter-spacing:.09em}.article-cta--mobile .article-cta__title{display:-webkit-box;overflow:hidden;font-size:17px;letter-spacing:-.025em;line-height:1.16;-webkit-box-orient:vertical;-webkit-line-clamp:2}.article-cta--mobile .article-cta__text{display:-webkit-box;overflow:hidden;max-width:430px;font-size:13px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:1}.article-cta--mobile .article-cta__action{width:auto;min-width:92px;min-height:44px;padding:0 14px;font-size:13.5px;box-shadow:0 10px 22px rgba(79,70,229,.26)}.article-cta--mobile .article-cta__action svg{width:16px;height:16px}.article-cta--mobile .article-cta__dismiss{position:absolute;top:-10px;right:-8px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;color:#64748b;border:1px solid rgba(15,23,42,.1);border-radius:999px;background:#fff;box-shadow:0 10px 22px rgba(15,23,42,.16);cursor:pointer}.article-cta--mobile .article-cta__dismiss svg{width:15px;height:15px}.article-cta--mobile .article-cta__dismiss:hover{color:#0f172a;border-color:rgba(15,23,42,.18)}}@media(max-width:767px){.post-single-shell{width:min(calc(100vw - 28px),800px)}.post-single-shell .post-title{margin-top:22px;font-size:clamp(34px,11vw,44px);letter-spacing:-.05em}.post-single-shell .post-description{font-size:17px;line-height:1.6}.post-single-shell .post-content{font-size:17px;line-height:1.72}.post-single-shell .post-content h2{margin-top:46px;font-size:30px}.article-brief,.article-sources,.article-scorecard,.decision-matrix,.article-calculator{padding:18px;border-radius:20px}.article-brief__grid,.decision-matrix__grid,.article-calculator__grid,.article-cta__link{grid-template-columns:1fr}.article-cta__link{padding:18px;border-radius:20px}.article-cta__action{width:100%}.article-cta--mobile{right:12px;bottom:max(12px,env(safe-area-inset-bottom));left:12px;width:auto;max-width:560px;transform:translateY(calc(100% + 24px))}.article-cta--mobile .article-cta__link{gap:12px;min-height:74px;padding:12px 12px 12px 14px;border-radius:20px;box-shadow:0 18px 46px rgba(15,23,42,.22)}.article-cta--mobile .article-cta__copy{gap:3px}.article-cta--mobile .article-cta__eyebrow{font-size:9.5px;letter-spacing:.09em}.article-cta--mobile .article-cta__title{font-size:15.5px}.article-cta--mobile .article-cta__text{display:none}.article-cta--mobile .article-cta__action{min-width:74px;min-height:40px;padding:0 12px;font-size:13px}.article-cta--mobile .article-cta__dismiss{top:-9px;right:-6px;width:28px;height:28px}.article-calculator__result strong{font-size:26px}.prompt-card__header{display:grid}}@media(max-width:380px){.article-cta--mobile{right:10px;left:10px}.article-cta--mobile .article-cta__link{gap:10px;padding-right:10px;padding-left:12px}.article-cta--mobile .article-cta__title{font-size:14.5px}.article-cta--mobile .article-cta__action{min-width:66px;padding:0 10px}}@media(prefers-reduced-motion:reduce){.article-cta--mobile{transition:none}}.buttons,.main .profile{display:flex;justify-content:center}.main .profile{align-items:center;min-height:calc(100vh - var(--header-height) - var(--footer-height) - (var(--gap) * 2));text-align:center}.profile .profile_inner{display:flex;flex-direction:column;align-items:center;gap:10px}.profile img{border-radius:50%}.buttons{flex-wrap:wrap;max-width:400px}.button{background:var(--tertiary);border-radius:var(--radius);margin:8px;padding:6px;transition:transform .1s}.button-inner{padding:0 8px}.button:active{transform:scale(.96)}#searchbox input{padding:4px 10px;width:100%;color:var(--primary);font-weight:700;border:2px solid var(--tertiary);border-radius:var(--radius)}#searchbox input:focus{border-color:var(--secondary)}#searchResults li{list-style:none;border-radius:var(--radius);padding:10px;margin:10px 0;position:relative;font-weight:500}#searchResults{margin:10px 0;width:100%}#searchResults li:active{transition:transform .1s;transform:scale(.98)}#searchResults a{position:absolute;width:100%;height:100%;top:0;left:0;outline:none}#searchResults .focus{transform:scale(.98);border:2px solid var(--tertiary)}.terms-tags li{display:inline-block;margin:10px;font-weight:500}.terms-tags a{display:block;padding:3px 10px;background:var(--tertiary);border-radius:6px;transition:transform .1s}.terms-tags a:active{background:var(--tertiary);transform:scale(.96)}.bg{color:#cad3f5;background-color:#24273a}.chroma{color:#cad3f5;background-color:#24273a}.chroma .x{}.chroma .err{color:#ed8796}.chroma .cl{}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#474733}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .line{display:flex}.chroma .k{color:#c6a0f6}.chroma .kc{color:#f5a97f}.chroma .kd{color:#ed8796}.chroma .kn{color:#8bd5ca}.chroma .kp{color:#c6a0f6}.chroma .kr{color:#c6a0f6}.chroma .kt{color:#ed8796}.chroma .n{}.chroma .na{color:#8aadf4}.chroma .nb{color:#91d7e3}.chroma .bp{color:#91d7e3}.chroma .nc{color:#eed49f}.chroma .no{color:#eed49f}.chroma .nd{color:#8aadf4;font-weight:700}.chroma .ni{color:#8bd5ca}.chroma .ne{color:#f5a97f}.chroma .nf{color:#8aadf4}.chroma .fm{color:#8aadf4}.chroma .nl{color:#91d7e3}.chroma .nn{color:#f5a97f}.chroma .nx{}.chroma .py{color:#f5a97f}.chroma .nt{color:#c6a0f6}.chroma .nv{color:#f4dbd6}.chroma .vc{color:#f4dbd6}.chroma .vg{color:#f4dbd6}.chroma .vi{color:#f4dbd6}.chroma .vm{color:#f4dbd6}.chroma .l{}.chroma .ld{}.chroma .s{color:#a6da95}.chroma .sa{color:#ed8796}.chroma .sb{color:#a6da95}.chroma .sc{color:#a6da95}.chroma .dl{color:#8aadf4}.chroma .sd{color:#6e738d}.chroma .s2{color:#a6da95}.chroma .se{color:#8aadf4}.chroma .sh{color:#6e738d}.chroma .si{color:#a6da95}.chroma .sx{color:#a6da95}.chroma .sr{color:#8bd5ca}.chroma .s1{color:#a6da95}.chroma .ss{color:#a6da95}.chroma .m{color:#f5a97f}.chroma .mb{color:#f5a97f}.chroma .mf{color:#f5a97f}.chroma .mh{color:#f5a97f}.chroma .mi{color:#f5a97f}.chroma .il{color:#f5a97f}.chroma .mo{color:#f5a97f}.chroma .o{color:#91d7e3;font-weight:700}.chroma .ow{color:#91d7e3;font-weight:700}.chroma .p{}.chroma .c{color:#6e738d;font-style:italic}.chroma .ch{color:#6e738d;font-style:italic}.chroma .cm{color:#6e738d;font-style:italic}.chroma .c1{color:#6e738d;font-style:italic}.chroma .cs{color:#6e738d;font-style:italic}.chroma .cp{color:#6e738d;font-style:italic}.chroma .cpf{color:#6e738d;font-weight:700;font-style:italic}.chroma .g{}.chroma .gd{color:#ed8796;background-color:#363a4f}.chroma .ge{font-style:italic}.chroma .gr{color:#ed8796}.chroma .gh{color:#f5a97f;font-weight:700}.chroma .gi{color:#a6da95;background-color:#363a4f}.chroma .go{}.chroma .gp{}.chroma .gs{font-weight:700}.chroma .gu{color:#f5a97f;font-weight:700}.chroma .gt{color:#ed8796}.chroma .gl{text-decoration:underline}.chroma .w{}.chroma{background-color:unset!important}.chroma .hl{display:flex}.chroma .lnt{padding:0 0 0 12px}.highlight pre.chroma code{padding:8px 0}.highlight pre.chroma .line .cl,.chroma .ln{padding:0 10px}.chroma .lntd:last-of-type{width:100%}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--tertiary);border:5px solid var(--theme);border-radius:var(--radius)}[data-theme=light] .list::-webkit-scrollbar-thumb{border:5px solid var(--code-bg)}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}::-webkit-scrollbar:not(.highlighttable,.highlight table,.gist .highlight){background:var(--theme)}.post-content .highlighttable td .highlight pre code::-webkit-scrollbar{display:none}.post-content :not(table) ::-webkit-scrollbar-thumb{border:2px solid var(--code-block-bg);background:#717175}.post-content :not(table) ::-webkit-scrollbar-thumb:hover{background:#a3a3a5}.gist table::-webkit-scrollbar-thumb{border:2px solid #fff;background:#adadad}.gist table::-webkit-scrollbar-thumb:hover{background:#707070}.post-content table::-webkit-scrollbar-thumb{border-width:2px}@media screen and (min-width:768px){::-webkit-scrollbar{width:19px;height:11px}}@media screen and (max-width:768px){:root{--gap:14px}.profile img{transform:scale(.85)}.first-entry{min-height:260px}.archive-month{flex-direction:column}.archive-year{margin-top:20px}.footer{padding:calc((var(--footer-height) - var(--gap) - 10px)/2)var(--gap)}}@media screen and (max-width:900px){.list .top-link{transform:translateY(-5rem)}}@media screen and (max-width:340px){.share-buttons{justify-content:unset}}@media(prefers-reduced-motion){.terms-tags a:active,.button:active,.post-entry:active,.top-link,#searchResults .focus,#searchResults li:active{transform:none}}.lang-switcher{position:relative;display:inline-block}.lang-switcher>summary{list-style:none;cursor:pointer;display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border:1px solid var(--border);border-radius:6px;background:0 0;color:var(--primary);font-size:14px;line-height:1.2;user-select:none;transition:background-color .15s ease}.lang-switcher>summary::-webkit-details-marker{display:none}.lang-switcher>summary::marker{content:""}.lang-switcher>summary:hover{background:var(--code-bg)}.lang-switcher .lang-caret{transition:transform .15s ease}.lang-switcher[open]>summary .lang-caret{transform:rotate(180deg)}.lang-switcher>ul{position:absolute;top:calc(100% + 6px);right:0;min-width:180px;margin:0;padding:6px;list-style:none;background:var(--entry);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 24px rgba(0,0,0,.18);z-index:100}[dir=rtl] .lang-switcher>ul{right:auto;left:0}.lang-switcher>ul li{list-style:none;margin:0}.lang-switcher>ul li a{display:flex;align-items:center;gap:8px;padding:6px 10px;border-radius:4px;color:var(--primary);text-decoration:none;font-size:14px;line-height:1.2}.lang-switcher>ul li a:hover{background:var(--code-bg)}.lang-switcher>ul li.active a{background:var(--tertiary);color:var(--primary);font-weight:600}.lang-switcher .lang-flag{font-size:16px;line-height:1}