@import"https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400&family=Inter:wght@400;500;600;700&display=swap";:root{--font-serif: "Merriweather", Georgia, serif;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-display: var(--font-serif);--font-body: var(--font-sans);--c-ink: #0d0d0d;--c-title: #111111;--c-body: #222222;--c-muted: #666666;--c-subtle: #999999;--c-border: #dedede;--c-surface: #f8f8f6;--c-accent: #1a52e8;--c-bg: #f2f2ef;--c-white: #ffffff;--prose-width: 700px;--container: 900px;--color-accent: var(--c-accent);--color-accent-dark: #1244c4;--color-accent-light: #eaf0ff;--color-ink: #111827;--color-body: #374151;--color-muted: #6b7280;--color-border: #e5e7eb;--color-surface: #f9fafb;--color-white: #ffffff;--space-xs: 8px;--space-sm: 16px;--space-md: 32px;--space-lg: 56px;--space-xl: 80px;--shadow-xs: 0 1px 4px rgba(0, 0, 0, .06);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .06);--shadow-md: 0 6px 24px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 40px rgba(0, 0, 0, .14);--shadow-xl: 0 12px 48px rgba(0, 0, 0, .14);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--transition: .22s cubic-bezier(.4, 0, .2, 1);--color-text-primary: var(--color-ink);--color-text-body: var(--color-body);--color-text-muted: var(--color-muted);--text-primary: #222831;--text-secondary: #454c58;--button-primary: #1e85b8;--accent-color: #1e85b8;--blue-light: #7bc0e6;--bg-hero: #fffdf9;--bg-dark: #f7efe4;--bg-medium: #f2dcc2;--card-border: #d3dbe6;--footer-bg: #040507;--footer-text: #e8eaf0}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,sans-serif;color:var(--text-primary);background:var(--bg-dark);transition:background-color .26s ease,color .26s ease}a{color:inherit;text-decoration:none}a,button{transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}.page-bg{position:relative;min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,var(--bg-hero) 0%,var(--bg-dark) 44%,var(--bg-medium) 100%);transition:background .32s ease,color .26s ease}.page-bg.dark-mode{--text-primary: #e5edf7;--text-secondary: #b7c4d8;--card-border: #2a3a4f;--bg-hero: #0b111b;--bg-dark: #0d1622;--bg-medium: #101c2b;background:linear-gradient(180deg,#0b111b,#0d1622 46%,#111f30);color:var(--text-primary)}.tetris-bg{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:0;background:repeating-linear-gradient(0deg,rgba(120,160,196,.06) 0px,rgba(120,160,196,.06) 1px,transparent 1px,transparent 22px),repeating-linear-gradient(90deg,rgba(120,160,196,.04) 0px,rgba(120,160,196,.04) 1px,transparent 1px,transparent 22px)}.tetromino{position:absolute;left:var(--x);top:-18vh;width:132px;height:132px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);animation:tetrisDrop var(--duration) linear infinite;animation-delay:var(--delay);opacity:0;will-change:transform}.tetromino span{border-radius:5px;border:1px solid rgba(82,195,232,.72);background:linear-gradient(160deg,#d7fbffeb,#89def4bd 52%,#57bde39e);box-shadow:inset 0 0 0 1px #e3fbff57,0 0 18px #62cde859}.page-bg.dark-mode .tetris-bg{background:repeating-linear-gradient(0deg,rgba(121,173,216,.08) 0px,rgba(121,173,216,.08) 1px,transparent 1px,transparent 22px),repeating-linear-gradient(90deg,rgba(121,173,216,.06) 0px,rgba(121,173,216,.06) 1px,transparent 1px,transparent 22px)}.page-bg.dark-mode .tetromino span{border-color:#93e0f766;background:linear-gradient(160deg,#aae9f857,#67b9e247 52%,#498cc442);box-shadow:inset 0 0 0 1px #d6f7ff33,0 0 20px #58b0e826}@keyframes tetrisDrop{0%{transform:translate3d(0,-8vh,0);opacity:0}8%{opacity:.76}85%{opacity:.34}to{transform:translate3d(0,120vh,0);opacity:0}}.header-shell{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdf9e6;border-bottom:1px solid rgba(30,133,184,.18);transition:background-color .26s ease,border-color .26s ease,box-shadow .26s ease}.header-shell.header-scrolled{background:#070e18eb;border-bottom-color:#7bc0e659}.header-shell.header-darkmode{background:linear-gradient(180deg,#0a1c30f0,#0c243ae6);border-bottom-color:#7bc0e66b}.header-shell.header-darkmode.header-scrolled{background:linear-gradient(180deg,#081422f5,#0b1e31f2)}.header-inner{width:min(1200px,calc(100% - 2rem));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:.68rem 0}.brand{display:flex;align-items:center;gap:.75rem}.brand-link{color:inherit;text-decoration:none}.brand-logo{height:54px;width:auto;max-width:180px;object-fit:contain}.brand-kicker{margin:0;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--button-primary);font-weight:700}.brand h1{margin:.1rem 0;font-size:clamp(1rem,2.1vw,1.28rem)}.brand-sub{margin:0;font-size:.67rem;text-transform:uppercase;letter-spacing:.11em;color:var(--text-secondary);font-weight:700}.header-scrolled .brand-kicker,.header-scrolled .brand h1,.header-scrolled .brand-sub,.header-darkmode .brand-kicker,.header-darkmode .brand h1,.header-darkmode .brand-sub{color:#d7e8f7}.header-actions{display:flex;align-items:center;gap:.7rem}.main-nav{display:flex;gap:1rem;font-weight:600;color:var(--text-secondary)}.header-scrolled .main-nav,.header-darkmode .main-nav{color:#d0dcee}.header-darkmode .main-nav a{color:#d9e8f8}.header-darkmode .main-nav a:hover{color:#7bc0e6}.main-nav a:hover{color:var(--button-primary)}.main-nav a{position:relative;transition:color .22s ease}.main-nav a:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;border-radius:999px;transform:scaleX(0);transform-origin:left;background:linear-gradient(90deg,#1e85b8,#7bc0e6);transition:transform .22s ease}.main-nav a:hover:after{transform:scaleX(1)}.mode-button{border:1px solid rgba(30,133,184,.35);background:#1e85b814;color:var(--button-primary);border-radius:999px;padding:.35rem .75rem;font-size:.74rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.header-scrolled .mode-button,.header-darkmode .mode-button{border-color:#7bc0e659;background:#244c735c;color:#d8ecff}.mode-button.icon-only{width:34px;height:34px;padding:0}.mode-button.icon-only svg{width:18px;height:18px;fill:currentColor;transition:transform .26s ease,opacity .22s ease}.mode-button:hover svg{transform:rotate(12deg) scale(1.06)}.site-layout{flex:1;width:min(1200px,calc(100% - 2rem));margin:0 auto;display:block;position:relative;z-index:1}.ad-rail{position:fixed;top:106px;width:150px;border:1px dashed rgba(30,133,184,.35);background:#fff6;border-radius:14px;padding:.75rem;z-index:8}.ad-rail.left{left:14px}.ad-rail.right{right:14px}.page-bg.dark-mode .ad-rail{background:#0f1a27b8;border-color:#7bc0e640}.ad-rail-title{margin:0 0 .45rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--button-primary);font-weight:700}.ad-slot{border:1px solid rgba(30,133,184,.26);background:#1e85b814;border-radius:10px;text-align:center;font-size:.75rem;font-weight:700;padding:.55rem .5rem;color:var(--button-primary)}.ad-slot+.ad-slot{margin-top:.42rem}.content-shell{padding:2.05rem 0 2.5rem}.toolbar{display:grid;gap:.8rem;margin-bottom:1rem}.toolbar input{width:100%;border:1px solid var(--card-border);border-radius:10px;padding:.72rem .86rem;background:#fffc;font-size:.95rem}.chips{display:flex;flex-wrap:wrap;gap:.45rem}.chip{border:1px solid var(--card-border);background:#ffffffad;color:var(--text-secondary);border-radius:999px;padding:.36rem .72rem;font-size:.76rem;font-weight:700;cursor:pointer}.chip.active,.chip:hover{background:#1e85b81f;border-color:#1e85b880;color:var(--button-primary)}.news-grid{display:grid;grid-template-columns:1.7fr 1fr;gap:1.5rem}.ia-section{display:grid;gap:1rem;margin-top:1rem}.featured-card,.side-list,.post-card,.section-block{border:1px solid var(--card-border);background:#fffc;border-radius:12px;box-shadow:0 10px 24px #12304e14;transition:background-color .26s ease,border-color .26s ease,color .26s ease,box-shadow .2s ease,transform .2s ease}.clickable-card,.clickable-list-item{cursor:pointer}.clickable-card{transition:background-color .26s ease,border-color .26s ease,color .26s ease,transform .22s ease,box-shadow .22s ease}.clickable-card:hover,.clickable-card:focus-visible{transform:translateY(-4px);border-color:#1e85b885;box-shadow:0 18px 34px #1f5c8533;outline:none}.clickable-card:hover h2,.clickable-card:hover h1,.clickable-card:hover h4,.clickable-card:focus-visible h2,.clickable-card:focus-visible h1,.clickable-card:focus-visible h4,.clickable-list-item:hover strong,.clickable-list-item:focus-visible strong{color:var(--button-primary)}.page-bg.dark-mode .featured-card,.page-bg.dark-mode .side-list,.page-bg.dark-mode .post-card,.page-bg.dark-mode .section-block,.page-bg.dark-mode .toolbar input,.page-bg.dark-mode .chip{background:#111c2ad1;box-shadow:0 12px 28px #06121e57}.page-bg.dark-mode .clickable-card:hover,.page-bg.dark-mode .clickable-card:focus-visible{border-color:#7bc0e685;box-shadow:0 10px 24px #0a1e3073}.page-bg.dark-mode .toolbar input,.page-bg.dark-mode .chip,.page-bg.dark-mode .featured-card,.page-bg.dark-mode .side-list,.page-bg.dark-mode .section-block,.page-bg.dark-mode .post-card,.page-bg.dark-mode .featured-card h2,.page-bg.dark-mode .featured-card h1,.page-bg.dark-mode .section-block h3,.page-bg.dark-mode .side-list h3,.page-bg.dark-mode .post-card h4,.page-bg.dark-mode .post-card h2,.page-bg.dark-mode .meta{color:#d8e5f4}.page-bg.dark-mode .side-list li span,.page-bg.dark-mode .featured-card p,.page-bg.dark-mode .post-card p,.page-bg.dark-mode .sponsors p{color:#b7c4d8}.page-bg.dark-mode .media-slot{border-color:#7bc0e66b;background:#142c428a}.page-bg.dark-mode .media-badge{color:#d5ecfa;border-color:#7bc0e673;background:#39749c73}.page-bg.dark-mode .media-slot p{color:#bad0e6}.page-bg.dark-mode .source-link,.page-bg.dark-mode .media-slot a{color:#87c7eb}.featured-card{padding:1.5rem}.section-kicker,.side-category{margin:0;color:var(--button-primary);text-transform:uppercase;letter-spacing:.09em;font-weight:700;font-size:.72rem}.featured-card h2,.featured-card h1{margin:.6rem 0 .75rem;font-size:clamp(1.45rem,3vw,2rem);line-height:1.15;font-weight:800}.news-cover{width:100%;aspect-ratio:16 / 8;object-fit:cover;border-radius:10px;border:1px solid rgba(30,133,184,.28);margin:.35rem 0 .62rem}.news-cover.compact{aspect-ratio:16 / 7.8;margin:.22rem 0 .5rem}.featured-card p{margin:0 0 1rem;color:var(--text-secondary);line-height:1.62}.meta{font-size:.8rem;color:#5f6b7c}.side-list{padding:1.5rem;background:#ffffffdb;box-shadow:0 14px 30px #112d4a1f}.side-list h3,.section-block h3{margin:0 0 1rem;font-size:1.14rem;line-height:1.25}.side-list ul{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.side-list li strong{display:block;margin:.25rem 0 .3rem;line-height:1.4;font-size:.98rem;transition:color .22s ease}.side-list li span{font-size:.78rem;color:#617086;display:inline-flex;margin-top:.1rem}.side-list li{border-radius:12px;padding:.75rem;border:1px solid rgba(30,133,184,.15);background:#1e85b80a;transition:background-color .22s ease,box-shadow .22s ease,transform .22s ease,border-color .22s ease}.clickable-list-item:hover,.clickable-list-item:focus-visible{transform:translateY(-2px);background:#1e85b81a;border-color:#1e85b857;box-shadow:0 10px 22px #1842681f;outline:none}.media-slot{border:1px dashed rgba(30,133,184,.45);border-radius:12px;padding:.55rem .7rem;margin-bottom:.7rem;background:#1e85b814}.media-slot.compact{margin-bottom:.55rem;padding:.45rem .62rem}.media-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.2rem .5rem;font-size:.67rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#0b5480;background:#84dcf773;border:1px solid rgba(30,133,184,.3)}.media-slot p{margin:.42rem 0 0;font-size:.82rem;color:var(--text-secondary)}.media-slot a,.source-link{display:inline-flex;margin-top:.36rem;font-size:.8rem;font-weight:700;color:var(--button-primary)}.source-link.inline{margin-left:.45rem}.section-block{margin-top:1.5rem;padding:1.5rem}.cards-3,.cards-2{display:grid;gap:1rem}.cards-3{grid-template-columns:repeat(3,minmax(0,1fr))}.cards-2{grid-template-columns:repeat(2,minmax(0,1fr))}.post-card{padding:1rem}.post-card h4{margin:.4rem 0;font-size:1.06rem;line-height:1.35}.post-card h2{margin:.3rem 0;font-size:1rem}.post-card p{margin:0;color:var(--text-secondary);line-height:1.6}.ia-premium{display:grid;gap:1.8rem;padding:2.2rem 0 .4rem}.ia-header{display:grid;gap:.5rem}.ia-header h2{margin:.1rem 0;font-size:clamp(1.5rem,2.6vw,2.1rem)}.ia-eyebrow{margin:0;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--button-primary);font-weight:700}.ia-subtitle{margin:0;color:var(--text-secondary);max-width:720px;line-height:1.6}.ia-hero-link,.ia-card-link{text-decoration:none;color:inherit}.ia-hero{position:relative;overflow:hidden;border-radius:24px;padding:clamp(1.8rem,3.2vw,3.2rem);min-height:280px;background:linear-gradient(135deg,#1e85b8f5,#7bc0e6db);color:#fff;border:1px solid rgba(30,133,184,.35);box-shadow:0 24px 50px #102c4e2e;transition:transform .26s ease,box-shadow .26s ease}.ia-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(255,255,255,.28),transparent 50%),linear-gradient(180deg,#060c141f,#060c149e);opacity:.95}.ia-hero-content{position:relative;z-index:1;max-width:720px;display:grid;gap:.7rem}.ia-hero h1{margin:.2rem 0;font-size:clamp(2rem,3.8vw,3rem);line-height:1.08}.ia-hero p{margin:0;font-size:1rem;line-height:1.6;color:#ffffffdb}.ia-meta{font-size:.85rem;color:#fffc}.ia-badge{display:inline-flex;align-items:center;width:fit-content;padding:.32rem .7rem;border-radius:999px;font-size:.7rem;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:#fff;background:#ffffff2e;border:1px solid rgba(255,255,255,.35)}.ia-badge.muted{color:var(--button-primary);background:#1e85b81f;border:1px solid rgba(30,133,184,.35)}.ia-grid{display:grid;gap:1.2rem;grid-template-columns:repeat(3,minmax(0,1fr))}.ia-card{display:grid;gap:.6rem;border-radius:20px;padding:1.2rem;background:#ffffffe6;border:1px solid rgba(30,133,184,.18);box-shadow:0 18px 32px #19304c14;min-height:220px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.ia-card h2{margin:0;font-size:1.1rem;line-height:1.3}.ia-card p{margin:0;color:var(--text-secondary);line-height:1.55}.ia-card-meta{margin-top:auto;font-size:.82rem;color:#5f6b7c}.ia-hero-link:hover .ia-hero,.ia-hero-link:focus-visible .ia-hero{transform:translateY(-4px) scale(1.01);box-shadow:0 30px 60px #0c223a40}.ia-card-link:hover .ia-card,.ia-card-link:focus-visible .ia-card{transform:translateY(-3px) scale(1.01);box-shadow:0 24px 40px #10284429;border-color:#1e85b866}.page-bg.dark-mode .ia-hero{background:linear-gradient(135deg,#0c2036f2,#245c8ae6);border-color:#7bc0e659;box-shadow:0 24px 50px #08101a59}.page-bg.dark-mode .ia-card{background:#0f1a27e6;border-color:#7bc0e640}.page-bg.dark-mode .ia-card p,.page-bg.dark-mode .ia-subtitle{color:#c3d1e3}.page-bg.dark-mode .ia-card-meta{color:#9fb1c6}.article-shell{padding:2rem 1.8rem 2.4rem;max-width:980px;margin:0 auto;border:1px solid rgba(30,133,184,.16);border-radius:18px;background:#ffffffe6;box-shadow:0 10px 30px #1628400f}.article-back-link{display:inline-flex;align-items:center;font-size:.84rem;font-weight:700;color:var(--accent-color);margin-bottom:.85rem;padding:.36rem .6rem;border-radius:10px;background:#1e85b814;border:1px solid rgba(30,133,184,.24);transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.article-back-link:hover,.article-back-link:focus-visible{background:#1e85b824;border-color:#1e85b870;transform:translateY(-1px);outline:none}.article-title{margin:.3rem 0 0;font-family:Merriweather,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(2rem,3.4vw,2.75rem);font-weight:800;line-height:1.18;letter-spacing:-.01em}.article-cover{width:100%;max-height:430px;object-fit:cover;border-radius:12px;border:1px solid rgba(30,133,184,.3)}.article-cover-contained{height:clamp(260px,52vw,430px);object-fit:contain;object-position:center;background:#fafafa}.article-meta{display:flex;flex-wrap:wrap;gap:.45rem 1rem;margin:.45rem 0 0;font-size:.82rem;color:#5f6b7c}.article-layout{display:grid;gap:1.85rem}.article-header,.article-section,.article-related{width:min(100%,700px);margin:0 auto}.article-cover-wrap{width:min(100%,860px);margin:0 auto}.article-section h2,.article-related h2{margin:0 0 .75rem;font-family:Merriweather,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(1.34rem,2.2vw,1.68rem);line-height:1.28;letter-spacing:-.005em}.article-section+.article-section h2,.article-cover-wrap+.article-section h2{margin-top:1.7rem}.article-content{font-family:Inter,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:1.08rem;line-height:1.78;color:var(--text-secondary)}.ia-article{max-width:900px;margin:0 auto;border-radius:20px;background:#ffffffe6;box-shadow:0 20px 40px #16284014}.ia-article-header{display:grid;gap:.6rem;padding:1.2rem 1.2rem .4rem;border-bottom:1px solid rgba(30,133,184,.18)}.ia-article-lead{margin:0;font-size:1.04rem;line-height:1.6;color:var(--text-secondary)}.ia-article-body{padding:.9rem 1.2rem 1.1rem}.ia-article-body h2{margin:1.2rem 0 .4rem;font-size:clamp(1.24rem,2vw,1.5rem)}.ia-article-body h3{margin:1rem 0 .3rem;font-size:1.05rem;color:var(--text-primary)}.ia-article-body h4{margin:.9rem 0 .3rem;font-size:.98rem;color:var(--text-primary)}.ia-article .article-content p{margin:0 0 1.05rem;line-height:1.78}.ia-article .article-content ul{margin:1rem 0 1.15rem;padding-left:1.3rem;display:grid;gap:.5rem}.ia-article .article-content li{line-height:1.72;color:var(--text-secondary)}.article-content p:has(+ul),.article-content p:has(+ol){margin-bottom:.6rem;padding-left:.7rem;border-left:3px solid rgba(30,133,184,.26);color:#5e6f83}.article-content ul strong,.article-content p strong{color:#1a2a3b;font-weight:800}.ia-article .article-content a,.ia-sources a{color:var(--accent-color);font-weight:700;text-decoration:none;display:inline-flex;align-items:center;padding:.18rem .48rem;border-radius:999px;border:1px solid rgba(30,133,184,.24);background:#1e85b814;margin:.1rem .22rem .12rem 0}.ia-article .article-content a:hover,.ia-sources a:hover{background:#1e85b829;border-color:#1e85b86b}.ia-sources{padding:.2rem 1.2rem 1.2rem;border-top:1px dashed rgba(30,133,184,.2);margin-top:.6rem}.ia-sources h3{margin:.7rem 0 .4rem;font-size:1rem}.ia-sources ul{margin:0;padding-left:1.1rem;display:grid;gap:.3rem}.page-bg.dark-mode .ia-article{background:#0e1824f2;box-shadow:0 20px 40px #060c1466}.page-bg.dark-mode .ia-article-header{border-bottom-color:#7bc0e63d}.page-bg.dark-mode .ia-article-lead,.page-bg.dark-mode .ia-article .article-content p,.page-bg.dark-mode .ia-article .article-content li{color:#c3d1e3}.page-bg.dark-mode .ia-sources{border-top-color:#7bc0e63d}.article-content p{margin:0 0 1.05rem;line-height:1.78;color:var(--text-secondary);font-size:1.08rem}.article-source{margin:0;font-size:.98rem;padding-top:.4rem;border-top:1px solid rgba(30,133,184,.18)}.article-source a{color:var(--accent-color);font-weight:700;display:inline-flex;align-items:center;margin:.3rem .38rem 0 0;padding:.2rem .54rem;border-radius:999px;border:1px solid rgba(30,133,184,.26);background:#1e85b814}.article-source a:hover{text-decoration:underline}.article-related{margin-top:.25rem}.related-link-card{text-decoration:none}.article-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.article-related-card{display:grid;gap:.45rem;border:1px solid rgba(30,133,184,.2);border-radius:14px;padding:.9rem;background:#fffc;box-shadow:0 8px 22px #14284012;color:inherit;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.article-related-card:hover,.article-related-card:focus-visible{transform:translateY(-2px);box-shadow:0 14px 28px #1428401f;border-color:#1e85b861;outline:none}.article-related-card h3{margin:0;font-size:1.05rem;line-height:1.35}.article-related-card p{margin:0;color:var(--text-secondary);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-related-meta{margin-top:.2rem;display:flex;justify-content:space-between;gap:.55rem;font-size:.8rem;color:var(--text-secondary)}.article-related-card .side-category{display:inline-flex;align-items:center;width:fit-content;padding:.16rem .5rem;border-radius:999px;background:#1e85b81f;border:1px solid rgba(30,133,184,.26);color:var(--accent-color);font-size:.7rem;letter-spacing:.1em}.article-shell{--article-accent: var(--accent-color)}.article-back-link,.section-kicker,.article-title,.article-meta,.article-content,.article-source,.article-related{width:min(100%,710px);margin-left:auto;margin-right:auto}.article-cover{width:min(100%,860px);display:block;margin-left:auto;margin-right:auto}.section-kicker{display:inline-flex;align-items:center;width:fit-content;margin-top:.22rem;margin-bottom:.7rem;padding:.22rem .62rem;border-radius:999px;background:#1e85b824;border:1px solid rgba(30,133,184,.28);color:var(--article-accent);font-size:.72rem;letter-spacing:.12em;font-weight:800}.section-kicker-link{text-decoration:none;gap:.42rem}.section-kicker-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center}.section-kicker-icon svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.article-category-pill-link{text-decoration:none}.article-title{font-size:clamp(2.1rem,3.7vw,3rem);line-height:1.16}.article-meta{padding-top:.72rem;margin-top:.78rem;border-top:1px solid rgba(30,133,184,.18);font-size:13px;color:#728195;gap:.4rem .9rem}.article-meta span+span:before{content:"·";margin-right:.55rem;color:#566b84cc}.article-content{font-size:1.08rem;line-height:1.78}.article-content p{margin:0 0 1.25rem}.article-content p:has(+h2),.article-content p:has(+h3),.article-content p:has(+h4),.article-content p:has(+ul),.article-content p:has(+ol){margin-bottom:.58rem}.ia-article .article-content h2{margin-top:3.6rem;margin-bottom:.95rem;font-family:Merriweather,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(1.58rem,2.5vw,2rem);font-weight:800;line-height:1.26;letter-spacing:-.01em;padding-top:.95rem;border-top:1px solid rgba(30,133,184,.24)}.ia-article .article-content h3{margin-top:2.1rem;margin-bottom:.66rem;font-family:Merriweather,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(1.22rem,2vw,1.46rem);font-weight:800;line-height:1.3}.ia-article .article-content h4{margin-top:1.55rem;margin-bottom:.45rem;font-size:1.04rem;font-weight:700}.article-content ul,.article-content ol{margin:1rem 0 1.3rem;padding-left:1.3rem;display:grid;gap:.52rem}.article-content ul li::marker,.article-content ol li::marker{color:var(--article-accent)}.article-content blockquote{margin:1.35rem 0;padding:.95rem 1rem .95rem 1.1rem;border-left:4px solid var(--article-accent);border-radius:0 12px 12px 0;background:linear-gradient(90deg,#1e85b81a,#1e85b80d 54%,#1e85b805);font-size:1.13rem;line-height:1.74;color:#38495f}.article-content p:has(strong),.article-content p:has(>a){border-left:3px solid rgba(30,133,184,.5);background:#ffe2782e;padding:.54rem .72rem;border-radius:0 10px 10px 0}.article-source{margin-top:1.6rem;padding-top:1rem}.article-source a{margin-right:.45rem;margin-bottom:.45rem}.article-related{margin-top:2.4rem;padding-top:1.2rem;border-top:1px solid rgba(30,133,184,.2)}.article-related h3,.article-related h2{margin:0 0 .9rem;text-align:left;font-family:Merriweather,Palatino Linotype,Book Antiqua,Georgia,serif;letter-spacing:.01em}.article-related .cards-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.article-related .related-link-card .news-card,.article-related .post-card{border-radius:14px;box-shadow:0 8px 20px #0e223814;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.article-related .related-link-card:hover .news-card,.article-related .related-link-card:focus-visible .news-card,.article-related .post-card:hover,.article-related .post-card:focus-visible{transform:translateY(-2px);box-shadow:0 14px 28px #0e223821;border-color:#1e85b866}.article-related .news-card h4,.article-related .post-card h4{line-height:1.36}@media(max-width:980px){.article-related .cards-3{grid-template-columns:1fr}}.sponsors p{margin:0;color:var(--text-secondary)}.partner-links{display:flex;flex-wrap:wrap;gap:.45rem}.partner-links a{border:1px solid rgba(30,133,184,.32);border-radius:999px;padding:.35rem .72rem;color:var(--button-primary);font-size:.79rem;font-weight:700;background:#1e85b814}.partner-links.large{margin-top:.75rem}.footer-shell{background:var(--footer-bg);color:var(--footer-text);margin-top:auto;position:relative;z-index:2}.page-bg.dark-mode .news-cover,.page-bg.dark-mode .article-cover{border-color:#7bc0e657}.page-bg.dark-mode .article-cover-contained{background:#1f2630}.page-bg.dark-mode .article-meta{color:#b7c4d8}.page-bg.dark-mode .article-content p{color:#c8d6e7}.page-bg.dark-mode .article-related-card{background:#0f1a28d1;border-color:#7bc0e63d;box-shadow:0 8px 22px #050a1266}.footer-line{height:2px;width:100%;background:linear-gradient(90deg,#1e85b8,#7bc0e6)}.footer-main{width:min(1200px,calc(100% - 2rem));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.1rem;padding:.68rem 0}.footer-brand-row{display:flex;align-items:center;gap:.55rem}.footer-ama-logo{width:38px;height:38px;object-fit:contain}.footer-ama-title{margin:0;font-size:1.22rem;font-weight:800;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui,sans-serif;color:#f2f4fa}.footer-ama-sub{margin:0;font-size:.63rem;text-transform:uppercase;letter-spacing:.09em;color:#dfe3ec}.footer-col-title{margin:0 0 .3rem;font-size:.68rem;text-transform:uppercase;letter-spacing:.12em;color:#b8bfce;font-weight:700}.footer-main a,.footer-sections-links a{display:block;color:#dfe3ec;margin-top:0;transition:color .22s ease,transform .22s ease;font-size:.88rem}.footer-main a:hover,.footer-sections-links a:hover{color:#7bc0e6;transform:translate(2px)}.footer-sections-col{display:grid;gap:.08rem}.footer-sections-links{display:flex;align-items:center;gap:.9rem}.footer-ecosystem-logos{display:flex;align-items:center;gap:.75rem;margin-top:.06rem}.footer-ecosystem-logos a{width:86px;min-height:26px;display:inline-flex;align-items:center;justify-content:center;margin-top:0}.footer-ecosystem-logos img{width:100%;max-height:30px;object-fit:contain;opacity:.95}@media(max-width:1280px){.ad-rail{display:none}}@media(max-width:980px){.article-related-grid{grid-template-columns:1fr}.article-shell{padding:1.15rem .85rem 1.45rem}.article-header,.article-section,.article-related,.article-cover-wrap{width:100%}.news-grid,.cards-3,.cards-2,.ia-grid,.footer-main{display:grid;grid-template-columns:1fr;justify-content:initial;align-items:initial}.header-inner{flex-direction:column;align-items:flex-start}.header-actions{width:100%;flex-wrap:wrap}.main-nav{overflow-x:auto;width:100%}.tetromino{width:96px;height:96px}.footer-sections-links{flex-wrap:wrap;gap:.55rem .85rem}}@media(max-width:720px){.ia-hero{padding:1.6rem}.ia-grid{grid-template-columns:1fr}}.home-hero{grid-template-columns:minmax(0,1.7fr) minmax(280px,.9fr);align-items:stretch;gap:1.5rem;margin-top:.35rem;margin-bottom:.5rem}.home-hero>*{height:100%}.news-card{display:flex;flex-direction:column;gap:.75rem;background:#ffffffdb;border:1px solid rgba(30,133,184,.24);border-radius:12px;padding:1rem;min-height:92%;box-shadow:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.page-bg.dark-mode .news-card{background:#0e1c2ed6;border-color:#7bc0e647}.news-card:hover{transform:translateY(-4px);box-shadow:none;border-color:#1e85b873}.news-card-featured:hover,.news-card-featured:focus-visible{transform:translateY(0)}.news-card.clickable-card:hover,.news-card.clickable-card:focus-visible{box-shadow:none!important}.news-card h4{margin:0;font-family:Merriweather,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(1.1rem,1.25vw,1.4rem);line-height:1.28;letter-spacing:.01em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-height:3.8em;max-height:3.8em}.news-card p{margin:0;color:var(--text-secondary)}.news-card-summary{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;line-height:1.58;max-height:4.74em;margin-top:.35rem}.news-card-image-frame{position:relative;isolation:isolate;background:#0f3f5d;border-radius:12px;height:190px;display:flex;align-items:center;justify-content:center;overflow:hidden}.news-card-image{width:100%;height:100%;object-fit:cover;object-position:center;filter:none;transform:scale(1.08);transform-origin:center}.news-card-featured .news-card-image-frame{height:300px}.news-card-featured h4{font-size:clamp(1.35rem,1.95vw,1.85rem);line-height:1.22;-webkit-line-clamp:2;min-height:2.44em;max-height:2.44em}.news-card-featured{padding:1.5rem}.news-card-featured .news-card-summary{-webkit-line-clamp:4;min-height:6.2em;max-height:6.2em;margin-top:.5rem}.news-card-detail{font-size:.96rem;line-height:1.5;color:var(--text-secondary);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:3em;max-height:3em;margin-top:.05rem!important}.news-card-extra{margin-top:.55rem!important;padding-top:.5rem;font-size:.78rem;color:#55728a;border-top:1px solid rgba(30,133,184,.2)}.page-bg.dark-mode .news-card-extra{color:#9ec2e3;border-top-color:#7bc0e63d}.news-card-meta{margin-top:auto;padding-top:.9rem;display:flex;justify-content:space-between;gap:.6rem;font-size:.82rem;color:var(--text-secondary)}.reading-badge{display:inline-flex;align-items:center;gap:.34rem;font-weight:600;line-height:1}.reading-clock{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;opacity:.9;transform:translateY(-.5px);flex:0 0 auto}.carousel-shell{position:relative;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:.6rem}.carousel-viewport{overflow:hidden;padding:.25rem .15rem}.carousel-track{display:flex;align-items:stretch;will-change:transform}.carousel-item{min-width:0;flex:0 0 auto;padding:0 .38rem;display:flex}.carousel-item .news-card{width:100%;height:auto}.carousel-arrow{width:42px;height:42px;border:1px solid rgba(30,133,184,.28);border-radius:12px;background:linear-gradient(180deg,#fffffff2,#e3f2fbeb);color:#114064;font-size:1.1rem;font-weight:800;line-height:1;cursor:pointer;box-shadow:0 8px 16px #0e355529}.page-bg.dark-mode .carousel-arrow{background:linear-gradient(180deg,#102840f0,#0e2034f0);color:#d7ebff;border-color:#7bc0e666}.carousel-arrow:hover{transform:translateY(-1px) scale(1.03)}.featured-label{margin:0;font-size:.71rem;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:#1b78aa}.featured-head-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.featured-controls{display:inline-flex;align-items:center;gap:.34rem}.featured-rotator{overflow:hidden;height:100%;display:flex;position:relative}.featured-rotator .news-card{width:100%;height:100%;min-height:100%}.featured-rotator-auto .news-card,.featured-rotator-manual .news-card{animation:featuredCrossFade .42s ease}.featured-nav-button{width:28px;height:28px;border-radius:999px;border:1px solid rgba(24,109,150,.28);background:linear-gradient(180deg,#fffffff7,#ebf6fcf0);color:#145777;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .24s ease,background-color .24s ease,border-color .24s ease,color .24s ease}.featured-nav-button svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}.featured-nav-button:hover{transform:translateY(-1px);background:linear-gradient(180deg,#0f3f5d,#0b3048);border-color:#0f3f5de6;color:#f0f8ff}.page-bg.dark-mode .featured-nav-button{background:linear-gradient(180deg,#172d44f2,#122437f2);color:#d7eaff;border-color:#7bc0e673}.page-bg.dark-mode .featured-nav-button:hover{background:linear-gradient(180deg,#f4fbff,#dceffc);color:#0f3f5d;border-color:#a7d6f2f2}.home-hero .featured-rotator,.home-hero .news-card-featured{height:100%;min-height:100%}@keyframes featuredSwap{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes featuredSoftShift{0%{opacity:.8;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes featuredCrossFade{0%{opacity:.72}to{opacity:1}}.related-link-card{display:block;color:inherit}.section-page-shell{display:flex;flex-direction:column;gap:1rem}.section-page-head{display:flex;align-items:center;gap:.85rem;padding:.5rem 0 .2rem}.section-page-icon{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#0e5a82;border:1px solid rgba(30,133,184,.3);background:linear-gradient(180deg,#e6f4fdf2,#d8ecf8e0);box-shadow:0 8px 18px #12355614}.section-page-icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.section-page-kicker{margin:0;font-size:.7rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#2278a6}.section-page-title{margin:.12rem 0 0;font-family:Merriweather,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(1.65rem,2.9vw,2.35rem);line-height:1.15;letter-spacing:.01em}.section-page-featured .news-card-featured .news-card-image-frame{height:300px}.section-list-stack{display:grid;gap:.9rem}.section-list-card{display:grid;grid-template-columns:250px minmax(0,1fr);align-items:start;gap:.9rem;border:1px solid rgba(30,133,184,.24);border-radius:12px;padding:1rem;background:#ffffffdb;box-shadow:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.page-bg.dark-mode .section-list-card{background:#0e1c2ed6;border-color:#7bc0e647}.page-bg.dark-mode .section-page-icon{color:#9bcdee;border-color:#7bc0e661;background:linear-gradient(180deg,#162d43eb,#102234eb);box-shadow:0 10px 20px #040a1261}.page-bg.dark-mode .section-page-kicker{color:#85c4e8}.page-bg.dark-mode .section-page-title{color:#e2edf9}.section-list-card:hover{transform:translateY(-4px);box-shadow:none;border-color:#1e85b873}.section-list-image-shell{border-radius:12px;overflow:hidden;background:#0f3f5d;aspect-ratio:16 / 9}.section-list-image{width:100%;height:100%;object-fit:cover;object-position:center;image-rendering:auto;display:block}.section-list-content{display:flex;flex-direction:column;gap:.45rem}.section-list-content h3{margin:0;font-family:Merriweather,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(1.05rem,1.7vw,1.35rem)}.section-list-content p{margin:0;line-height:1.6}.section-list-meta{display:flex;justify-content:space-between;font-size:.82rem;color:var(--text-secondary);margin-top:.35rem}.route-transition{animation:routeFadeIn .28s ease}@keyframes routeFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:960px){.home-hero{grid-template-columns:1fr}.carousel-shell{grid-template-columns:38px minmax(0,1fr) 38px;gap:.35rem}.carousel-arrow{width:34px;height:34px;font-size:1.3rem}.carousel-item .news-card{height:500px}.section-list-card{grid-template-columns:1fr}.section-list-image-shell{aspect-ratio:16 / 9}}@media(max-width:640px){.article-title{font-size:clamp(1.6rem,6.2vw,2rem)}.article-content p,.article-content{font-size:1.02rem;line-height:1.72}.news-card{padding:.68rem}.news-card-image-frame{height:160px}.news-card-featured .news-card-image-frame{height:210px}.carousel-item .news-card{height:485px}.main-nav{gap:.55rem;font-size:.82rem}}.article-shell{--article-accent: var(--accent-color);border-radius:20px;border:1px solid rgba(30,133,184,.2);box-shadow:0 14px 34px #0f243a14;padding:2.2rem 2rem 2.4rem}.article-shell .article-back-link,.article-shell .section-kicker,.article-shell .article-title,.article-shell .article-cover,.article-shell .article-meta,.article-shell .article-content,.article-shell .article-source,.article-shell .article-related{max-width:710px;width:100%;margin-left:auto;margin-right:auto}.article-shell .article-back-link{padding:.46rem .78rem;margin-bottom:1.15rem;border-radius:999px;border:1px solid rgba(30,133,184,.24);background:#1e85b814;font-size:.8rem;letter-spacing:.04em}.article-shell .article-back-link:hover,.article-shell .article-back-link:focus-visible{background:#1e85b826;border-color:#1e85b866}.article-shell .section-kicker{display:inline-flex;width:fit-content;padding:.28rem .8rem;border-radius:999px;border:1px solid rgba(30,133,184,.35);background:#1e85b81f;color:var(--article-accent);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-top:.18rem;margin-bottom:.9rem}.article-shell .article-title{font-family:Merriweather,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(2.05rem,3.6vw,3rem);line-height:1.14;margin-bottom:1rem}.article-shell .article-cover{border-radius:14px}.article-shell .article-meta{margin-top:1.05rem;padding-top:.92rem;border-top:1px solid rgba(30,133,184,.2);color:#6f7e92;font-size:13px;line-height:1.4;gap:.5rem .95rem}.article-shell .article-meta .reading-badge{color:inherit;font-size:13px;font-weight:600;align-items:center}.article-shell .article-meta>span+span:before{content:"·";display:inline-block;margin-right:.56rem;color:#5b6f88bf}.article-shell .article-content{margin-top:1.6rem;font-size:clamp(1.07rem,.2vw + 1rem,1.12rem);line-height:1.78;color:#3f4a59;text-wrap:pretty}.article-shell .article-content p{margin:0 0 1.28rem}.article-shell .article-content p:has(+h2),.article-shell .article-content p:has(+h3),.article-shell .article-content p:has(+h4),.article-shell .article-content p:has(+ul),.article-shell .article-content p:has(+ol),.article-shell .article-content p:has(+blockquote){margin-bottom:.66rem}.article-shell .article-content p:has(>strong:only-child){margin-bottom:.58rem}.article-shell .article-content h2,.article-shell .article-content h3{margin:3.6rem 0 1rem;padding-top:1.05rem;border-top:1px solid rgba(30,133,184,.24);font-family:Merriweather,Palatino Linotype,Book Antiqua,Georgia,serif;letter-spacing:-.01em}.article-shell .article-content h2{font-size:clamp(1.7rem,2.6vw,2.12rem);line-height:1.22;font-weight:800}.article-shell .article-content h3{font-size:clamp(1.45rem,2.2vw,1.82rem);line-height:1.26;font-weight:800}.article-shell .article-content h4{margin:2.1rem 0 .7rem;font-size:clamp(1.16rem,1.7vw,1.34rem);line-height:1.32;font-weight:700;color:#263447}.article-shell .article-content ul,.article-shell .article-content ol{margin:1rem 0 1.35rem}.article-shell .article-content ul{list-style:none;padding-left:.25rem}.article-shell .article-content ul li{position:relative;padding-left:1.2rem}.article-shell .article-content ul li:before{content:"—";position:absolute;left:0;top:0;color:var(--article-accent);font-weight:800}.article-shell .article-content ol{padding-left:1.35rem}.article-shell .article-content ol li::marker{color:var(--article-accent);font-weight:700}.article-shell .article-content blockquote{margin:1.55rem 0 1.7rem;padding:1rem 1.15rem 1rem 1.25rem;border-left:5px solid var(--article-accent);border-radius:0 12px 12px 0;background:linear-gradient(90deg,#1e85b81f,#1e85b80f 52%,#1e85b808);color:#33465c;font-size:1.12rem;line-height:1.72}.article-shell .article-content p:has(strong),.article-shell .article-content p:has(>a){border-left:4px solid rgba(30,133,184,.5);background:#ffe99342;border-radius:0 10px 10px 0;padding:.54rem .76rem}.article-shell .article-source{margin-top:2rem;padding-top:1.05rem;border-top:1px dashed rgba(30,133,184,.28)}.article-shell .article-source a{margin:.35rem .42rem 0 0;padding:.22rem .62rem;border-radius:999px;background:#1e85b817;border:1px solid rgba(30,133,184,.3)}.article-shell .article-related{margin-top:3rem;padding-top:1.35rem;border-top:1px solid rgba(30,133,184,.22)}.article-shell .article-related>h2,.article-shell .article-related>h3{display:inline-flex;align-items:center;gap:.7rem;margin:0 0 1.2rem;font-family:Merriweather,Palatino Linotype,Book Antiqua,Georgia,serif;text-transform:uppercase;letter-spacing:.1em;font-size:.84rem;color:#3d5268}.article-shell .article-related>h2:before,.article-shell .article-related>h3:before{content:"";width:34px;height:1px;background:#1e85b873}.article-shell .article-related .cards-3{gap:1.1rem}.article-shell .article-related .post-card,.article-shell .article-related .news-card{border-radius:16px;border:1px solid rgba(30,133,184,.24);box-shadow:0 10px 24px #0f264017}.article-shell .article-related .related-link-card:hover .post-card,.article-shell .article-related .related-link-card:hover .news-card,.article-shell .article-related .related-link-card:focus-visible .post-card,.article-shell .article-related .related-link-card:focus-visible .news-card{transform:translateY(-4px);border-color:#1e85b86b;box-shadow:0 18px 32px #0f264024}.article-shell .article-related .side-category{display:inline-flex;align-items:center;width:fit-content;padding:.22rem .58rem;border-radius:999px;background:#1e85b824;color:var(--article-accent);border:1px solid rgba(30,133,184,.3);font-size:.68rem;letter-spacing:.11em;font-weight:800}.article-shell .article-related .post-card h4,.article-shell .article-related .news-card h4{line-height:1.33;text-wrap:pretty;font-size:clamp(1.05rem,1.6vw,1.18rem);font-variant-emoji:text}.page-bg.dark-mode .article-shell{box-shadow:0 18px 36px #030a1259}.page-bg.dark-mode .article-shell .article-meta{color:#a7b7ca;border-top-color:#7bc0e642}.page-bg.dark-mode .article-shell .article-content{color:#d0deed}.page-bg.dark-mode .article-shell .article-content h2,.page-bg.dark-mode .article-shell .article-content h3,.page-bg.dark-mode .article-shell .article-content h4{color:#e7f0fb;border-top-color:#7bc0e642}.page-bg.dark-mode .article-shell .article-content blockquote{color:#d8e4f4;background:linear-gradient(90deg,#7bc0e633,#7bc0e61f 52%,#7bc0e612);border-left-color:#7bc0e6e0}.page-bg.dark-mode .article-shell .article-content p:has(strong),.page-bg.dark-mode .article-shell .article-content p:has(>a){background:#cda33d38;border-left-color:#7bc0e6e6}.page-bg.dark-mode .article-shell .article-source{border-top-color:#7bc0e647}.page-bg.dark-mode .article-shell .article-source a,.page-bg.dark-mode .article-shell .article-related .side-category{background:#7bc0e62e;border-color:#7bc0e659;color:#cfe8fa}.page-bg.dark-mode .article-shell .article-related{border-top-color:#7bc0e647}.page-bg.dark-mode .article-shell .article-related>h2,.page-bg.dark-mode .article-shell .article-related>h3{color:#cfe2f6}.page-bg.dark-mode .article-shell .article-related>h2:before,.page-bg.dark-mode .article-shell .article-related>h3:before{background:#7bc0e6a6}@media(max-width:900px){.article-shell{padding:1.45rem 1rem 1.8rem}.article-shell .article-content{font-size:1.02rem;line-height:1.72}.article-shell .article-content h2,.article-shell .article-content h3{margin-top:3rem}.article-shell .article-related .cards-3{grid-template-columns:1fr}}.article-shell .article-content p:has(strong),.article-shell .article-content p:has(>a){background:transparent;border-left:none;border-radius:0;padding:0;color:#2f3f53;font-weight:500}.article-shell .article-content p:has(>strong:only-child){background:#f8f8f8;border-left:3px solid var(--accent-color);border-radius:0 8px 8px 0;padding:.52rem .72rem}.article-shell .article-content ul{list-style:disc;padding-left:1.2rem}.article-shell .article-content ul li{padding-left:0}.article-shell .article-content ul li:before{content:none}.article-shell .article-content ul li::marker{color:#444}.article-shell .article-content h2,.article-shell .article-content h3,.article-shell .article-related{border-top:1px solid #e8e8e8}.article-shell .article-content blockquote{background:#f0f5ff;border-left:4px solid var(--accent-color)}.article-shell .article-related .related-link-card.post-card,.article-shell .article-related .related-link-card>.news-card{border-top:3px solid var(--accent-color);border-radius:16px;box-shadow:0 16px 36px #0f26402e;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.article-shell .article-related .related-link-card:hover.post-card,.article-shell .article-related .related-link-card:hover>.news-card,.article-shell .article-related .related-link-card:focus-visible.post-card,.article-shell .article-related .related-link-card:focus-visible>.news-card{transform:translateY(-4px);box-shadow:0 22px 40px #0f264038}.article-shell .article-related .related-link-card .side-category{background:var(--accent-color);color:#fff;border-color:var(--accent-color);border-radius:20px;padding:3px 10px;font-size:11px;letter-spacing:.08em;font-weight:700}.article-shell .article-related .related-link-card .news-card-image-frame{border-radius:12px 12px 0 0;overflow:hidden}.article-shell .article-related .related-link-card .news-cover{border-radius:12px 12px 0 0}.article-shell .article-content h3:has(+p:has(a+a)){font-size:13px;letter-spacing:2px;font-weight:700;color:#6f7a88;text-transform:uppercase;border-top:1px solid #e8e8e8;padding-top:.9rem;text-indent:-1.2ch;padding-left:1.2ch;overflow:hidden}.page-bg.dark-mode .article-shell .article-content p:has(strong),.page-bg.dark-mode .article-shell .article-content p:has(>a){background:transparent;border-left:none}.page-bg.dark-mode .article-shell .article-content p:has(>strong:only-child){background:#ffffff0a}.page-bg.dark-mode .article-shell .article-content ul li::marker{color:#c7d4e6}.page-bg.dark-mode .article-shell .article-content h2,.page-bg.dark-mode .article-shell .article-content h3,.page-bg.dark-mode .article-shell .article-related,.page-bg.dark-mode .article-shell .article-content h3:has(+p:has(a+a)){border-top-color:#ffffff29}.page-bg.dark-mode .article-shell .article-content blockquote{background:#5884c433;border-left-color:#7bc0e6}.tetromino span{opacity:.15}.article-shell{border-radius:var(--radius-lg);border-color:var(--color-border);background:#fffffff0;box-shadow:var(--shadow-sm)}.article-shell .article-back-link,.article-shell .section-kicker,.article-shell .article-title,.article-shell .article-cover,.article-shell .article-meta,.article-shell .article-content,.article-shell .article-source,.article-shell .article-related{max-width:680px}.article-shell .article-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;color:var(--color-text-primary);letter-spacing:-.01em}.article-shell .section-kicker{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.article-shell .article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.48rem .88rem;font-size:13px;color:#888;letter-spacing:.5px;padding-top:.8rem;padding-bottom:.8rem;border-top:1px solid #eee;border-bottom:1px solid #eee}.article-shell .article-meta>span+span:before{content:"·";margin-right:.56rem;color:#9aa6b8}.article-shell .article-cover{border-radius:12px;overflow:hidden}.article-shell .article-content{font-family:var(--font-body);font-size:17px;line-height:1.75;color:var(--color-text-body)}.article-shell .article-content h2{margin-top:72px;margin-bottom:16px;padding-top:18px;border-top:1px solid #e8e8e8;font-family:var(--font-display);font-size:1.6rem;font-weight:600;line-height:1.25;color:#1a2535;font-variant-emoji:text}.article-shell .article-content h3{margin-top:48px;margin-bottom:14px;padding-top:14px;border-top:1px solid #e8e8e8;font-family:var(--font-display);font-size:1.25rem;font-weight:600;line-height:1.3;color:#243247;font-variant-emoji:text}.article-shell .article-content h4{margin-top:34px;margin-bottom:12px;font-size:1.02rem;font-weight:700;color:#2f3f53}.article-shell .article-content h2+p{font-size:1.1em;color:#1f2f42;margin-top:0}.article-shell .article-content p{margin:0 0 1.22rem}.article-shell .article-content p:has(+h2),.article-shell .article-content p:has(+h3),.article-shell .article-content p:has(+h4),.article-shell .article-content p:has(+ul),.article-shell .article-content p:has(+ol){font-style:italic;color:#666;max-width:94%;margin-left:auto;margin-right:auto;margin-bottom:.7rem}.article-shell .article-content p.callout,.article-shell .article-content p:has(strong),.article-shell .article-content p:has(>a){background:#f8faff;border-left:4px solid var(--color-accent);border-radius:var(--radius-sm);padding:16px 20px;font-weight:500;color:#223447}.article-shell .article-content ul{list-style:none;background:#fafafa;border-radius:8px;padding:16px 20px 16px 36px;margin:1.15rem 0 1.4rem}.article-shell .article-content ul li{position:relative;padding-left:.95rem;margin-bottom:8px}.article-shell .article-content ul li:last-child{margin-bottom:0}.article-shell .article-content ul li:before{content:"";position:absolute;left:-.2rem;top:.7em;width:7px;height:7px;border-radius:50%;background:var(--color-accent);transform:translateY(-50%)}.article-shell .article-content ol{list-style:none;counter-reset:ordered-cards;margin:1.15rem 0 1.6rem;padding:0}.article-shell .article-content ol li{counter-increment:ordered-cards;position:relative;background:#fff;border:1px solid #e8edf5;border-radius:10px;padding:20px 24px 20px 58px;margin-bottom:12px;box-shadow:0 2px 8px #0000000a}.article-shell .article-content ol li:before{content:counter(ordered-cards);position:absolute;left:20px;top:18px;font-size:1.2rem;font-weight:800;color:var(--color-accent);line-height:1}.article-shell .article-content blockquote{margin:1.4rem 0 1.6rem;background:#f8fafc;border-left:4px solid #d7dee8;border-radius:var(--radius-sm);padding:16px 18px;color:#5f6f83;font-style:italic;box-shadow:none}.article-shell .article-content blockquote:has(strong){background:linear-gradient(130deg,var(--color-accent-light) 0%,#ffffff 100%);border-left:5px solid var(--color-accent);border-radius:8px;padding:24px;box-shadow:0 2px 12px #0050c812;color:#20324b;font-style:normal}.article-shell .article-content blockquote:has(strong) strong{color:var(--color-accent);font-size:1.1em}.article-shell .article-source{border-top:1px solid #e8e8e8}.article-shell .article-related{margin-top:3.2rem;padding-top:1.4rem;border-top:1px solid #e8e8e8}.article-shell .article-related>h2,.article-shell .article-related>h3{position:relative;text-align:center;font-family:var(--font-display);font-size:1rem;letter-spacing:.08em;color:#34465d;margin-bottom:1.25rem}.article-shell .article-related>h2:before,.article-shell .article-related>h2:after,.article-shell .article-related>h3:before,.article-shell .article-related>h3:after{content:"";position:absolute;top:50%;width:22%;height:1px;background:linear-gradient(90deg,transparent 0%,#cdd7e6 100%)}.article-shell .article-related>h2:after,.article-shell .article-related>h3:after{right:0;transform:scaleX(-1)}.article-shell .article-related .related-link-card{position:relative;overflow:hidden;border:0;border-radius:14px;background:#fff;box-shadow:0 4px 20px #00000014;transition:transform .25s ease,box-shadow .25s ease}.article-shell .article-related .related-link-card>.news-card,.article-shell .article-related .related-link-card.post-card{border:0;box-shadow:none;border-radius:14px;background:#fff}.article-shell .article-related .related-link-card:hover,.article-shell .article-related .related-link-card:focus-visible{transform:translateY(-6px);box-shadow:0 12px 28px #00000029}.article-shell .article-related .related-link-card .news-card-image-frame,.article-shell .article-related .related-link-card .news-cover{width:100%;height:180px;border-radius:14px 14px 0 0;object-fit:cover;margin:0}.article-shell .article-related .related-link-card .news-card-image-frame{position:relative;overflow:hidden}.article-shell .article-related .related-link-card .news-card-image-frame:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0000 40%,#00000057);opacity:0;transition:opacity .25s ease;pointer-events:none}.article-shell .article-related .related-link-card.post-card:after{content:"";position:absolute;left:0;right:0;top:0;height:180px;background:linear-gradient(180deg,#0000 42%,#00000057);opacity:0;transition:opacity .25s ease;pointer-events:none}.article-shell .article-related .related-link-card:hover .news-card-image-frame:after,.article-shell .article-related .related-link-card:hover.post-card:after{opacity:1}.article-shell .article-related .related-link-card .side-category{background:var(--color-accent);color:#fff;border:0;border-radius:20px;font-size:11px;letter-spacing:1px;padding:4px 12px;font-weight:700}.article-shell .article-related .related-link-card h4{font-size:15px;font-weight:700;line-height:1.4;margin-top:12px;color:#172538}.article-shell .article-content h3:has(+p:has(a+a)){font-size:13px;letter-spacing:2px;text-transform:uppercase;color:#7b8796;border-top:1px solid #e8e8e8;padding-top:.95rem;font-family:var(--font-body);font-weight:700}.article-shell .article-content h3:has(+p:has(a+a)):first-letter{font-size:0;color:transparent}.page-bg.dark-mode .article-shell{background:#101824f2;border-color:#7bc0e63d}.page-bg.dark-mode .article-shell .article-title{color:#e9f1fb}.page-bg.dark-mode .article-shell .article-meta{color:#9eb1c7;border-top-color:#ffffff24;border-bottom-color:#ffffff24}.page-bg.dark-mode .article-shell .article-content{color:#d2deee}.page-bg.dark-mode .article-shell .article-content h2,.page-bg.dark-mode .article-shell .article-content h3{color:#eaf2ff;border-top-color:#ffffff24}.page-bg.dark-mode .article-shell .article-content p:has(strong),.page-bg.dark-mode .article-shell .article-content p:has(>a){background:#2e538838;border-left-color:#7bc0e6;color:#dce9f8}.page-bg.dark-mode .article-shell .article-content ul{background:#ffffff0a}.page-bg.dark-mode .article-shell .article-content ol li{background:#ffffff08;border-color:#ffffff24}.page-bg.dark-mode .article-shell .article-content blockquote{background:#ffffff0a;border-left-color:#fff3;color:#c5d2e4}.page-bg.dark-mode .article-shell .article-content blockquote:has(strong){background:linear-gradient(130deg,#28487880,#111a26eb);border-left-color:#7bc0e6}@media(max-width:768px){.article-shell{padding:1.1rem 16px 1.35rem}.article-shell .article-title{font-size:1.8rem}.article-shell .article-content h2{font-size:1.3rem;margin-top:56px}.article-shell .article-content h3{font-size:1.1rem}.article-shell .article-related .cards-3{grid-template-columns:1fr}.article-shell .article-content ul,.article-shell .article-content ol{background:transparent;border-radius:0;padding-left:1.1rem;padding-right:0}.article-shell .article-content ol li{border-radius:0;box-shadow:none;border-left:3px solid var(--color-accent);padding:12px 12px 12px 40px}}.page-bg:has(.article-shell){background:#f4f4f0;background-image:none}.page-bg:has(.article-shell) .tetromino span{opacity:.15}.article-shell{max-width:720px;margin:0 auto;padding:0 40px var(--space-xl);background:var(--color-white);border:none;border-radius:0;box-shadow:none}.article-shell .article-back-link,.article-shell .section-kicker,.article-shell .article-title,.article-shell .article-cover,.article-shell .article-meta,.article-shell .article-content,.article-shell .article-source,.article-shell .article-related{max-width:100%;width:100%;margin-left:0;margin-right:0}.article-shell .article-back-link{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body);font-size:13px;font-weight:600;letter-spacing:.5px;color:var(--color-muted);text-decoration:none;padding:20px 0 24px;border:0;background:transparent;border-radius:0;margin-bottom:0}.article-shell .article-back-link:hover,.article-shell .article-back-link:focus-visible{color:var(--color-accent);background:transparent;transform:none}.article-shell .section-kicker{display:inline-block;font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--color-accent);border:0;border-bottom:2px solid var(--color-accent);border-radius:0;background:transparent;padding:0 0 4px;margin:0 0 20px}.article-shell .article-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.2rem);font-weight:900;line-height:1.15;color:var(--color-ink);letter-spacing:-.03em;margin:0 0 24px;text-wrap:balance;font-variant-emoji:text}.article-shell .article-cover{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:var(--radius-lg);overflow:hidden;margin:0;border:0}.article-shell .article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:16px;font-family:var(--font-body);font-size:13px;font-weight:400;color:var(--color-muted);letter-spacing:.3px;padding:14px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin:20px 0 40px}.article-shell .article-meta>span+span:before{content:"·";margin-right:6px;color:var(--color-muted)}.article-shell .article-meta .reading-clock{display:none}.article-shell .article-content{font-family:var(--font-body);font-size:18px;line-height:1.85;color:var(--color-body);font-variant-emoji:text}.article-shell .article-content p{font-family:var(--font-body);font-size:18px;line-height:1.85;color:var(--color-body);margin-bottom:24px;max-width:68ch}.article-shell .article-content h2+p,.article-shell .article-content h3+p{font-size:19px;color:var(--color-ink);font-weight:400}.article-shell .article-content p:has(+h2),.article-shell .article-content p:has(+h3),.article-shell .article-content p:has(+ul),.article-shell .article-content p:has(+ol),.article-shell .article-content p:has(+blockquote){color:var(--color-muted);font-style:italic;margin-bottom:16px}.article-shell .article-content h2{font-family:var(--font-display);font-size:clamp(1.4rem,2.5vw,1.85rem);font-weight:700;color:var(--color-ink);line-height:1.25;margin-top:var(--space-lg);margin-bottom:20px;padding-top:var(--space-lg);border-top:1px solid var(--color-border);letter-spacing:-.02em;font-variant-emoji:text}.article-shell .article-content h3{font-family:var(--font-display);font-size:1.2rem;font-weight:600;color:var(--color-ink);margin-top:var(--space-md);margin-bottom:12px;letter-spacing:-.01em;font-variant-emoji:text}.article-shell .article-content ul{list-style:none;margin:var(--space-sm) 0 var(--space-md);background:var(--color-surface);border-radius:var(--radius-md);padding:20px 24px 20px 20px;border-left:3px solid var(--color-accent)}.article-shell .article-content ul li{position:relative;padding:6px 0 6px 20px;font-size:17px;line-height:1.6;color:var(--color-body);border-bottom:1px solid var(--color-border)}.article-shell .article-content ul li:last-child{border-bottom:none}.article-shell .article-content ul li:before{content:"";position:absolute;left:0;top:14px;width:7px;height:7px;border-radius:50%;background-color:var(--color-accent);transform:none}.article-shell .article-content ol{list-style:none;padding:0;margin:var(--space-sm) 0 var(--space-md);counter-reset:ol-counter}.article-shell .article-content ol li{counter-increment:ol-counter;position:relative;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:20px 20px 20px 64px;margin-bottom:12px;box-shadow:var(--shadow-xs);transition:box-shadow var(--transition),border-color var(--transition)}.article-shell .article-content ol li:before{content:counter(ol-counter);position:absolute;left:20px;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:var(--color-accent);color:var(--color-white);font-family:var(--font-display);font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;line-height:1}.article-shell .article-content ol li:hover{box-shadow:var(--shadow-sm);border-color:var(--color-accent-light)}.article-shell .article-content blockquote{border-left:4px solid var(--color-border);padding:16px 24px;margin:var(--space-md) 0;background:transparent;font-style:italic;color:var(--color-muted);font-size:17px;line-height:1.7;border-radius:0 var(--radius-sm) var(--radius-sm) 0;box-shadow:none}.article-shell .article-content blockquote:has(strong){border-left:5px solid var(--color-accent);background:var(--color-accent-light);border-radius:0 var(--radius-md) var(--radius-md) 0;padding:24px 28px;font-style:normal;color:var(--color-ink);font-size:17px;box-shadow:var(--shadow-xs)}.article-shell .article-content blockquote strong{color:var(--color-accent-dark);font-size:1.15em}.article-shell .article-content p:has(strong),.article-shell .article-content p:has(>a){background:var(--color-accent-light);border-left:4px solid var(--color-accent);padding:16px 20px;border-radius:var(--radius-sm);font-weight:500}.article-shell hr{border:none;height:1px;background:linear-gradient(to right,transparent,var(--color-border) 20%,var(--color-border) 80%,transparent);margin:var(--space-xl) 0}.article-shell .article-source{border-top:1px solid var(--color-border);padding-top:var(--space-md);margin-top:var(--space-lg);color:var(--color-muted);font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase}.article-shell .article-source a{display:inline-block;padding:6px 14px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:20px;font-size:13px;color:var(--color-muted);text-decoration:none;letter-spacing:0;font-weight:500;text-transform:none;transition:all var(--transition)}.article-shell .article-source a:hover{background:var(--color-accent);color:var(--color-white);border-color:var(--color-accent)}.article-shell .article-related{margin-top:var(--space-xl);border-top:none;padding-top:0}.article-shell .article-related>h2,.article-shell .article-related>h3{text-align:center;font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--color-muted);margin-bottom:var(--space-md);position:relative}.article-shell .article-related>h2:before,.article-shell .article-related>h2:after,.article-shell .article-related>h3:before,.article-shell .article-related>h3:after{content:"";position:absolute;top:50%;width:30%;height:1px;background:var(--color-border)}.article-shell .article-related>h2:before,.article-shell .article-related>h3:before{left:0}.article-shell .article-related>h2:after,.article-shell .article-related>h3:after{right:0}.article-shell .article-related .cards-3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:0 0 var(--space-xl)}.article-shell .article-related .related-link-card{background:var(--color-white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);border:1px solid var(--color-border);border-top:3px solid var(--color-accent);transition:transform var(--transition),box-shadow var(--transition);cursor:pointer;text-decoration:none;color:inherit;display:block}.article-shell .article-related .related-link-card>.news-card,.article-shell .article-related .related-link-card.post-card{background:transparent;border:0;border-radius:0;box-shadow:none;min-height:100%;padding:0 0 16px}.article-shell .article-related .related-link-card:hover,.article-shell .article-related .related-link-card:focus-visible{transform:translateY(-6px);box-shadow:var(--shadow-md)}.article-shell .article-related .related-link-card .news-card-image-frame{width:100%;height:160px;border-radius:0}.article-shell .article-related .related-link-card .news-card-image,.article-shell .article-related .related-link-card .news-cover{width:100%;height:160px;object-fit:cover;display:block;border-radius:0;margin:0}.article-shell .article-related .related-link-card .side-category{display:inline-block;font-size:10px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--color-accent);background:var(--color-accent-light);border:0;border-radius:20px;padding:4px 12px;margin:16px 16px 8px}.article-shell .article-related .related-link-card h4,.article-shell .article-related .related-link-card h3{font-family:var(--font-display);font-size:15px;font-weight:700;line-height:1.4;color:var(--color-ink);padding:0 16px;margin:0 0 10px}.article-shell .article-related .related-link-card p{font-size:13px;color:var(--color-muted);line-height:1.6;padding:0 16px 16px;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:768px){.article-shell{padding:0 20px var(--space-xl)}.article-shell .article-title{font-size:1.9rem}.article-shell .article-content h2{font-size:1.3rem}.article-shell .article-content p{font-size:16px}.article-shell .article-related .cards-3{grid-template-columns:1fr}.article-shell .article-content ol li{padding-left:52px}.article-shell .article-content ul{padding:16px}}@media(max-width:480px){.article-shell .article-title{font-size:1.6rem}.article-shell .article-related .related-link-card{max-width:100%}}.page-bg:has(.article-shell),body:has(.article-shell){background-color:var(--c-bg)!important}.article-shell *,.ia-article *,main article *{box-sizing:border-box;color:inherit}[style*=color]{color:inherit!important}.article-shell{max-width:var(--container)!important;margin:0 auto!important;padding:0 40px 80px!important;background:var(--c-white)!important;min-height:100vh!important;border:none!important;border-radius:0!important;box-shadow:none!important}.article-shell .article-content{max-width:var(--prose-width)!important;margin:0 auto!important}.article-shell .article-back-link{display:inline-flex!important;align-items:center!important;font-family:var(--font-sans)!important;font-size:13px!important;font-weight:500!important;color:var(--c-muted)!important;text-decoration:none!important;padding:24px 0 20px!important;letter-spacing:.2px!important;transition:color .15s!important;border:0!important;background:transparent!important;border-radius:0!important;margin:0!important}.article-shell .article-back-link:hover,.article-shell .article-back-link:focus-visible{color:var(--c-accent)!important;background:transparent!important;transform:none!important}.article-shell .section-kicker{display:inline-block!important;font-family:var(--font-sans)!important;font-size:10px!important;font-weight:700!important;letter-spacing:3px!important;text-transform:uppercase!important;color:var(--c-accent)!important;border:none!important;border-bottom:2px solid var(--c-accent)!important;padding:0 0 3px!important;margin:0 0 20px!important;background:transparent!important;border-radius:0!important}.article-shell .article-title{font-family:var(--font-serif)!important;font-size:clamp(1.9rem,3.5vw,2.8rem)!important;font-weight:700!important;line-height:1.2!important;color:var(--c-title)!important;letter-spacing:-.025em!important;margin:0 0 32px!important;max-width:var(--prose-width)!important;word-break:break-word!important;font-variant-emoji:text!important}.article-shell .article-cover,.article-shell .article-cover-contained{width:100%!important;height:auto!important;max-height:520px!important;object-fit:cover!important;display:block!important;border-radius:4px!important;margin-bottom:0!important;border:none!important}.article-shell .article-meta{display:flex!important;align-items:center!important;gap:8px!important;font-family:var(--font-sans)!important;font-size:13px!important;color:var(--c-subtle)!important;padding:14px 0!important;border-top:1px solid var(--c-border)!important;border-bottom:1px solid var(--c-border)!important;margin:20px 0 48px!important;letter-spacing:.2px!important}.article-shell .article-meta>span+span:before{content:"·"!important;margin-right:8px!important;color:var(--c-subtle)!important}.article-shell .article-meta .reading-clock{display:none!important}.article-shell .article-content p{font-family:var(--font-serif)!important;font-size:17px!important;line-height:1.85!important;color:var(--c-body)!important;margin:0 0 22px!important;max-width:var(--prose-width)!important;background:none!important;border:none!important;border-left:none!important;border-radius:0!important;padding:0!important}.article-shell .article-content h2{font-family:var(--font-sans)!important;font-size:1.35rem!important;font-weight:700!important;color:var(--c-title)!important;line-height:1.3!important;letter-spacing:-.01em!important;margin:56px 0 16px!important;padding-top:32px!important;border-top:2px solid var(--c-ink)!important;max-width:var(--prose-width)!important;font-variant-emoji:text!important}.article-shell .article-content h3,.article-shell .article-content h4{font-family:var(--font-sans)!important;font-size:1.05rem!important;font-weight:600!important;color:var(--c-title)!important;margin:32px 0 12px!important;max-width:var(--prose-width)!important;border:none!important;padding:0!important;font-variant-emoji:text!important}.article-shell .article-content strong{font-weight:700!important;color:var(--c-ink)!important}.article-shell .article-content a,.article-shell .article-source a{color:var(--c-accent)!important;text-decoration:underline!important;text-decoration-thickness:1px!important;text-underline-offset:3px!important}.article-shell .article-content ul{list-style:none!important;padding:0!important;margin:0 0 24px!important;max-width:var(--prose-width)!important;background:none!important;border:none!important;border-left:none!important;border-radius:0!important}.article-shell .article-content ul li{position:relative!important;padding:5px 0 5px 22px!important;font-family:var(--font-serif)!important;font-size:17px!important;line-height:1.7!important;color:var(--c-body)!important;border:none!important;background:none!important;margin:0!important}.article-shell .article-content ul li:before{content:"–"!important;position:absolute!important;left:0!important;top:4px!important;color:var(--c-muted)!important;font-weight:400!important;width:auto!important;height:auto!important;border-radius:0!important;background:none!important}.article-shell .article-content ol{list-style:none!important;padding:0!important;margin:0 0 24px!important;counter-reset:ol-counter!important;max-width:var(--prose-width)!important}.article-shell .article-content ol li{counter-increment:ol-counter!important;position:relative!important;padding:16px 16px 16px 52px!important;font-family:var(--font-serif)!important;font-size:17px!important;line-height:1.7!important;color:var(--c-body)!important;border-bottom:1px solid var(--c-border)!important;background:none!important;border-radius:0!important;box-shadow:none!important}.article-shell .article-content ol li:last-child{border-bottom:none!important}.article-shell .article-content ol li:before{content:counter(ol-counter)!important;position:absolute!important;left:12px!important;top:18px!important;transform:none!important;font-family:var(--font-sans)!important;font-size:12px!important;font-weight:700!important;color:var(--c-accent)!important;width:24px!important;text-align:center!important;height:auto!important;border-radius:0!important;background:none!important;display:block!important;line-height:1!important}.article-shell .article-content blockquote{border-left:3px solid var(--c-border)!important;margin:28px 0!important;padding:6px 0 6px 24px!important;background:none!important;border-radius:0!important;max-width:var(--prose-width)!important;box-shadow:none!important}.article-shell .article-content blockquote p{font-style:italic!important;color:var(--c-muted)!important;font-size:17px!important;margin:0!important}.article-shell .article-content blockquote:has(strong){border-left-color:var(--c-accent)!important}.article-shell .article-content blockquote:has(strong) p{font-style:normal!important;color:var(--c-body)!important}.article-shell .article-content blockquote:has(strong) strong{color:var(--c-accent)!important}.article-shell hr{border:none!important;height:1px!important;background:linear-gradient(to right,transparent,var(--c-border) 20%,var(--c-border) 80%,transparent)!important;margin:80px 0!important}.article-shell .article-source{border-top:1px solid var(--c-border)!important;border-bottom:none!important;padding-top:32px!important;margin-top:64px!important;margin-bottom:16px!important;font-size:10px!important;font-weight:700!important;letter-spacing:3px!important;text-transform:uppercase!important;color:var(--c-subtle)!important}.article-shell .article-source a{display:inline!important;padding:0!important;border:none!important;border-radius:0!important;font-family:var(--font-sans)!important;font-size:12px!important;color:var(--c-accent)!important;text-decoration:underline!important;text-underline-offset:3px!important;margin:0!important;transition:all .15s!important}.article-shell .article-source a:hover{opacity:.75!important}.article-shell .article-content table{width:100%!important;max-width:var(--prose-width)!important;border-collapse:collapse!important;margin:28px 0!important;font-family:var(--font-sans)!important;font-size:15px!important}.article-shell .article-content th{background:var(--c-ink)!important;color:var(--c-white)!important;font-weight:600!important;font-size:12px!important;letter-spacing:1px!important;text-transform:uppercase!important;padding:12px 16px!important;text-align:left!important;border:none!important}.article-shell .article-content td{padding:12px 16px!important;border-bottom:1px solid var(--c-border)!important;color:var(--c-body)!important;vertical-align:top!important;line-height:1.6!important;background:transparent!important}.article-shell .article-content tr:last-child td{border-bottom:none!important}.article-shell .article-content tr:nth-child(2n) td{background:var(--c-surface)!important}.article-shell .article-related{margin-top:80px!important;padding-top:40px!important;border-top:2px solid var(--c-ink)!important}.article-shell .article-related>h2,.article-shell .article-related>h3{font-family:var(--font-sans)!important;font-size:10px!important;font-weight:700!important;letter-spacing:3px!important;text-transform:uppercase!important;color:var(--c-subtle)!important;margin-bottom:32px!important;border:none!important;padding:0!important;text-align:left!important}.article-shell .article-related .cards-3{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:20px!important;list-style:none!important;padding:0!important}.article-shell .article-related .related-link-card,.article-shell .article-related .related-link-card .news-card,.article-shell .article-related .related-link-card.post-card{background:var(--c-white)!important;border:1px solid var(--c-border)!important;border-radius:4px!important;overflow:hidden!important;transition:box-shadow .2s,border-color .2s!important;cursor:pointer!important;box-shadow:none!important;text-decoration:none!important;transform:none!important}.article-shell .article-related .related-link-card:hover,.article-shell .article-related .related-link-card:hover .news-card,.article-shell .article-related .related-link-card:hover.post-card{box-shadow:0 4px 20px #00000014!important;border-color:#bbb!important}.article-shell .article-related img,.article-shell .article-related .news-card-image{width:100%!important;height:140px!important;object-fit:cover!important;display:block!important;border-radius:0!important;margin:0!important}.article-shell .article-related .side-category{font-family:var(--font-sans)!important;font-size:9px!important;font-weight:700!important;letter-spacing:2px!important;text-transform:uppercase!important;color:var(--c-accent)!important;display:block!important;padding:12px 12px 4px!important;background:none!important;border:none!important;border-radius:0!important;margin:0!important}.article-shell .article-related h3,.article-shell .article-related h4{font-family:var(--font-sans)!important;font-size:14px!important;font-weight:600!important;line-height:1.4!important;color:var(--c-title)!important;padding:4px 12px 8px!important;margin:0!important;border:none!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;font-variant-emoji:text!important}.article-shell .article-related p{font-family:var(--font-sans)!important;font-size:12px!important;color:var(--c-muted)!important;line-height:1.6!important;padding:0 12px 16px!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}@media(max-width:900px){.article-shell{padding:0 24px 80px!important}}@media(max-width:768px){.article-shell .article-title{font-size:1.7rem!important}.article-shell .article-content h2{font-size:1.15rem!important;margin-top:40px!important}.article-shell .article-content p{font-size:16px!important}.article-shell .article-related .cards-3{grid-template-columns:1fr!important}}@media(max-width:480px){.article-shell{padding:0 16px 80px!important}.article-shell .article-title{font-size:1.5rem!important}}article.section-block.article-shell.ia-article{max-width:1280px!important;width:calc(100vw - 80px)!important;margin:0 auto!important;padding:48px 72px 100px!important;background:#fff!important;box-sizing:border-box!important;overflow:visible!important;transform:none!important}main,.main-content,.page-content,.layout-main,#main,.section-block,[class*=article-shell]{max-width:100%!important;width:100%!important}article.section-block.article-shell.ia-article>*{max-width:100%!important}article.section-block.article-shell.ia-article .prose,article.section-block.article-shell.ia-article .article-body,article.section-block.article-shell.ia-article .post-content,article.section-block.article-shell.ia-article .ia-article-body,article.section-block.article-shell.ia-article>div{max-width:100%!important;width:100%!important}article.section-block.article-shell.ia-article h1,article.section-block.article-shell.ia-article .article-title{font-family:Merriweather,Georgia,serif!important;font-size:clamp(2.4rem,4vw,3.6rem)!important;font-weight:700!important;line-height:1.15!important;color:#111!important;letter-spacing:-.03em!important;max-width:900px!important;margin:0 0 36px!important}article.section-block.article-shell.ia-article img:first-of-type,article.section-block.article-shell.ia-article .article-image,article.section-block.article-shell.ia-article .hero-image,article.section-block.article-shell.ia-article .article-cover{width:100%!important;max-width:100%!important;height:auto!important;max-height:580px!important;object-fit:cover!important;border-radius:6px!important;display:block!important}article.section-block.article-shell.ia-article p{font-family:Merriweather,Georgia,serif!important;font-size:18px!important;line-height:1.9!important;color:#1a1a1a!important;max-width:820px!important;margin:0 0 24px!important}article.section-block.article-shell.ia-article h2{font-family:Inter,system-ui,sans-serif!important;font-size:1.5rem!important;font-weight:700!important;color:#111!important;border-top:2px solid #111!important;padding-top:32px!important;margin:64px 0 18px!important;max-width:820px!important;letter-spacing:-.015em!important}article.section-block.article-shell.ia-article ul,article.section-block.article-shell.ia-article ol{max-width:820px!important}article.section-block.article-shell.ia-article ul li,article.section-block.article-shell.ia-article ol li{font-size:17px!important;line-height:1.8!important}article.section-block.article-shell.ia-article blockquote{max-width:820px!important;font-size:18px!important}article.section-block.article-shell.ia-article .article-meta,article.section-block.article-shell.ia-article .post-meta{font-family:Inter,system-ui,sans-serif!important;font-size:14px!important;color:#888!important;display:flex!important;gap:12px!important;align-items:center!important;padding:16px 0!important;border-top:1px solid #e0e0e0!important;border-bottom:1px solid #e0e0e0!important;margin:24px 0 52px!important;max-width:100%!important}article.section-block.article-shell.ia-article a{color:#1a52e8!important;text-decoration:none!important;border-bottom:1px solid #1a52e8!important;background:none!important;border-radius:0!important;padding:0!important;font-size:inherit!important;display:inline!important}article.section-block.article-shell.ia-article a:hover{opacity:.7!important}article.section-block.article-shell.ia-article .short-sections-grid{display:grid!important;grid-template-columns:1fr 1fr!important;gap:24px!important;max-width:100%!important;margin:64px 0 32px!important}article.section-block.article-shell.ia-article .short-section-card{background:#f8f8f6!important;border:1px solid #e0e0e0!important;border-radius:8px!important;padding:32px 36px!important;min-width:0!important}article.section-block.article-shell.ia-article .short-section-card h2{font-family:Inter,system-ui,sans-serif!important;font-size:1.15rem!important;font-weight:700!important;color:#111!important;border-top:none!important;border-bottom:2px solid #111!important;padding-top:0!important;padding-bottom:14px!important;margin:0 0 20px!important;max-width:100%!important}article.section-block.article-shell.ia-article .short-section-card p{font-family:Inter,system-ui,sans-serif!important;font-size:15px!important;line-height:1.75!important;color:#333!important;max-width:100%!important;margin:0 0 12px!important}article.section-block.article-shell.ia-article .short-section-card ul,article.section-block.article-shell.ia-article .short-section-card ol{max-width:100%!important;margin:0 0 12px!important;padding:0!important;list-style:none!important}article.section-block.article-shell.ia-article .short-section-card ul li{position:relative!important;padding:4px 0 4px 18px!important;font-family:Inter,system-ui,sans-serif!important;font-size:15px!important;line-height:1.65!important;color:#333!important}article.section-block.article-shell.ia-article .short-section-card ul li:before{content:"–"!important;position:absolute!important;left:0!important;color:#999!important}article.section-block.article-shell.ia-article .short-section-card ul li:only-child{padding-left:0!important}article.section-block.article-shell.ia-article .short-section-card ul li:only-child:before{content:none!important}article.section-block.article-shell.ia-article .short-section-card blockquote{border-left:3px solid #1a52e8!important;padding:4px 0 4px 16px!important;background:none!important;margin:12px 0!important;max-width:100%!important}article.section-block.article-shell.ia-article .short-section-card blockquote p{font-style:italic!important;color:#555!important;font-size:14px!important;max-width:100%!important}@media(max-width:1024px){article.section-block.article-shell.ia-article{padding:32px 40px 80px!important}article.section-block.article-shell.ia-article .short-sections-grid{grid-template-columns:1fr!important}}@media(max-width:768px){article.section-block.article-shell.ia-article{width:100%!important;padding:20px 20px 60px!important}article.section-block.article-shell.ia-article h1,article.section-block.article-shell.ia-article .article-title{font-size:2rem!important}article.section-block.article-shell.ia-article h2{font-size:1.2rem!important}article.section-block.article-shell.ia-article p{font-size:16px!important}}article.section-block.article-shell.ia-article{--article-accent: var(--c-accent, var(--color-accent, #1a52e8));--article-text: var(--c-body, #222222);--article-title: var(--c-title, #111111);--article-muted: var(--c-muted, #6b7280);--article-border: var(--c-border, #e5e7eb);--article-surface: var(--c-surface, #f8f8f6);max-width:1200px!important;width:calc(100vw - 64px)!important;padding:24px 40px 88px!important;margin:0 auto!important;box-sizing:border-box!important}article.section-block.article-shell.ia-article .article-hero{margin-bottom:40px!important}article.section-block.article-shell.ia-article .article-breadcrumb-row{display:flex!important;align-items:center!important;gap:12px!important;margin-bottom:18px!important}article.section-block.article-shell.ia-article .article-back-link{position:relative!important;font-family:Inter,system-ui,sans-serif!important;font-size:12px!important;font-weight:600!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:var(--article-muted)!important;text-decoration:none!important;padding:0!important;border:0!important;transition:color .2s ease!important}article.section-block.article-shell.ia-article .article-back-link:before{content:"← "!important;color:var(--article-accent)!important}article.section-block.article-shell.ia-article .article-back-link:hover{color:var(--article-accent)!important}article.section-block.article-shell.ia-article .section-kicker{margin:0!important;padding:4px 10px!important;border-radius:999px!important;background:color-mix(in srgb,var(--article-accent) 12%,white)!important;color:var(--article-accent)!important;font-family:Inter,system-ui,sans-serif!important;font-size:11px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important}article.section-block.article-shell.ia-article .article-title{font-family:Merriweather,Georgia,serif!important;font-size:clamp(2.45rem,4.6vw,4rem)!important;font-weight:700!important;line-height:1.15!important;letter-spacing:-.02em!important;color:var(--article-title)!important;text-align:center!important;max-width:980px!important;margin:0 auto 34px!important}article.section-block.article-shell.ia-article .article-cover{width:100%!important;max-width:100%!important;border-radius:10px!important;box-shadow:0 10px 30px #0f172a1f!important;margin:0 0 18px!important}article.section-block.article-shell.ia-article .article-meta{display:flex!important;align-items:center!important;gap:12px!important;margin:0!important;padding:0!important;border:0!important;font-family:Inter,system-ui,sans-serif!important;font-size:14px!important;color:var(--article-muted)!important}article.section-block.article-shell.ia-article .article-meta>span+span:before{content:"·"!important;color:var(--article-muted)!important;margin-right:12px!important}article.section-block.article-shell.ia-article .article-meta .meta-author{font-weight:600!important}article.section-block.article-shell.ia-article .article-layout{display:grid!important;grid-template-columns:minmax(0,1.9fr) minmax(260px,1fr)!important;gap:36px!important;align-items:start!important;overflow:visible!important}article.section-block.article-shell.ia-article .article-main-column{min-width:0!important;overflow:visible!important}article.section-block.article-shell.ia-article .article-content{max-width:760px!important}article.section-block.article-shell.ia-article .article-content p{font-family:Merriweather,Georgia,serif!important;font-size:1.08rem!important;line-height:1.8!important;color:var(--article-text)!important;margin:0 0 20px!important;max-width:680px!important}article.section-block.article-shell.ia-article .article-content h2{font-family:Inter,system-ui,sans-serif!important;font-size:clamp(1.6rem,2.2vw,1.85rem)!important;font-weight:700!important;line-height:1.3!important;color:var(--article-title)!important;margin:40px 0 14px!important;padding-left:12px!important;border-left:4px solid color-mix(in srgb,var(--article-accent) 80%,white)!important;border-top:0!important;max-width:680px!important}article.section-block.article-shell.ia-article .article-content h3{font-family:Inter,system-ui,sans-serif!important;font-size:1.28rem!important;font-weight:600!important;color:var(--article-title)!important;margin:30px 0 10px!important;max-width:680px!important}article.section-block.article-shell.ia-article .article-content ul,article.section-block.article-shell.ia-article .article-content ol{margin:16px 0 24px!important;padding-left:0!important;max-width:680px!important}article.section-block.article-shell.ia-article .article-content ul{list-style:none!important}article.section-block.article-shell.ia-article .article-content ul li{position:relative!important;padding:4px 0 4px 22px!important;font-size:1.03rem!important;line-height:1.72!important;color:var(--article-text)!important}article.section-block.article-shell.ia-article .article-content ul li:before{content:""!important;position:absolute!important;left:0!important;top:.8em!important;width:7px!important;height:7px!important;border-radius:50%!important;background:var(--article-accent)!important}article.section-block.article-shell.ia-article .article-content ul li:only-child{padding-left:0!important;margin-left:0!important}article.section-block.article-shell.ia-article .article-content ul li:only-child:before{content:none!important}article.section-block.article-shell.ia-article .article-content blockquote{margin:24px 0!important;padding:16px 20px!important;border-left:4px solid var(--article-accent)!important;background:color-mix(in srgb,var(--article-accent) 7%,white)!important;border-radius:0 8px 8px 0!important;max-width:680px!important}article.section-block.article-shell.ia-article .article-content blockquote p{margin:0!important;font-style:italic!important;font-size:1.12rem!important;line-height:1.75!important}article.section-block.article-shell.ia-article .article-source{margin:20px 0 0!important;max-width:680px!important;font-family:Inter,system-ui,sans-serif!important;font-size:.92rem!important;color:var(--article-muted)!important}article.section-block.article-shell.ia-article .article-source{display:none!important}.article-shell .article-source{display:none!important}article.section-block.article-shell.ia-article .article-sidebar{position:sticky!important;top:92px!important;display:grid!important;gap:14px!important;align-self:start!important;overflow:visible!important}article.section-block.article-shell.ia-article .article-sidebar-card{background:#fff!important;border:1px solid var(--article-border)!important;border-radius:10px!important;padding:16px!important;box-shadow:0 3px 16px #0206170d!important}article.section-block.article-shell.ia-article .sidebar-info-block{margin-bottom:14px!important}article.section-block.article-shell.ia-article .sidebar-info-block:last-child{margin-bottom:0!important}article.section-block.article-shell.ia-article .sidebar-label{margin:0 0 8px!important;font-family:Inter,system-ui,sans-serif!important;font-size:11px!important;letter-spacing:.08em!important;text-transform:uppercase!important;color:var(--article-muted)!important;font-weight:700!important}article.section-block.article-shell.ia-article .sidebar-category{margin:0 0 14px!important;display:inline-block!important;background:color-mix(in srgb,var(--article-accent) 12%,white)!important;color:var(--article-accent)!important;border-radius:999px!important;padding:5px 10px!important;font-family:Inter,system-ui,sans-serif!important;font-size:11px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important}article.section-block.article-shell.ia-article .sidebar-author-row{display:flex!important;align-items:center!important;gap:10px!important;margin:0!important}article.section-block.article-shell.ia-article .sidebar-avatar{width:40px!important;height:40px!important;border-radius:50%!important;background:var(--article-surface)!important;border:1px solid var(--article-border)!important;font-family:Inter,system-ui,sans-serif!important;font-size:11px!important;color:var(--article-muted)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-weight:700!important}article.section-block.article-shell.ia-article .sidebar-author,article.section-block.article-shell.ia-article .sidebar-reading{margin:0!important;font-family:Inter,system-ui,sans-serif!important;font-size:14px!important;font-weight:600!important;color:var(--article-title)!important}article.section-block.article-shell.ia-article .sidebar-share-actions{display:grid!important;gap:8px!important}article.section-block.article-shell.ia-article .sidebar-share-actions a,article.section-block.article-shell.ia-article .sidebar-share-actions button,article.section-block.article-shell.ia-article .sidebar-related-list a{color:var(--article-accent)!important;text-decoration:none!important;border:1px solid color-mix(in srgb,var(--article-accent) 24%,white)!important;border-radius:8px!important;padding:8px 10px!important;font-family:Inter,system-ui,sans-serif!important;font-size:13px!important;transition:all .2s ease!important}article.section-block.article-shell.ia-article .sidebar-share-actions button{width:100%!important;text-align:left!important;background:#fff!important;cursor:pointer!important}article.section-block.article-shell.ia-article .sidebar-share-actions a:hover,article.section-block.article-shell.ia-article .sidebar-share-actions button:hover,article.section-block.article-shell.ia-article .sidebar-related-list a:hover{background:color-mix(in srgb,var(--article-accent) 10%,white)!important;transform:translateY(-1px)!important}article.section-block.article-shell.ia-article .sidebar-related-list{list-style:none!important;margin:0!important;padding:0!important;display:grid!important;gap:8px!important}article.section-block.article-shell.ia-article .article-related{margin-top:84px!important;padding-top:34px!important;border-top:1px solid var(--article-border)!important;overflow:visible!important}article.section-block.article-shell.ia-article .article-related>h3{font-family:Inter,system-ui,sans-serif!important;font-size:1.6rem!important;font-weight:800!important;color:var(--article-title)!important;margin:0 0 32px!important;padding-bottom:8px!important;border-bottom:3px solid color-mix(in srgb,var(--article-accent) 35%,white)!important;width:fit-content!important;overflow:visible!important}article.section-block.article-shell.ia-article .article-related>h3:before,article.section-block.article-shell.ia-article .article-related>h3:after,.article-shell .article-related>h3:before,.article-shell .article-related>h3:after{content:none!important;display:none!important;border:0!important;background:none!important}article.section-block.article-shell.ia-article .article-related>h3{text-decoration:none!important;border-top:0!important}article.section-block.article-shell.ia-article .article-related .cards-3{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:28px!important;align-items:stretch!important}article.section-block.article-shell.ia-article .article-related .related-link-card{position:relative!important;display:flex!important;flex-direction:column!important;background:#fff!important;border:1px solid var(--article-border)!important;border-radius:12px!important;overflow:hidden!important;box-shadow:0 6px 22px #02061714!important;text-decoration:none!important;transition:all .2s ease!important;height:420px!important;min-height:420px!important}article.section-block.article-shell.ia-article .article-related .related-link-card:before,article.section-block.article-shell.ia-article .article-related .related-link-card:after,article.section-block.article-shell.ia-article .article-related .related-link-card.post-card:before,article.section-block.article-shell.ia-article .article-related .related-link-card.post-card:after{content:none!important;display:none!important;background:none!important;border:0!important}article.section-block.article-shell.ia-article .article-related .related-link-card:first-child{border-color:color-mix(in srgb,var(--article-accent) 45%,white)!important}article.section-block.article-shell.ia-article .article-related .related-link-card:hover,article.section-block.article-shell.ia-article .article-related .related-link-card:focus-visible{transform:translateY(-4px)!important;box-shadow:0 10px 28px #02061724!important}article.section-block.article-shell.ia-article .article-related .related-link-card img{width:100%!important;height:160px!important;object-fit:cover!important;border-radius:12px 12px 0 0!important;flex:0 0 160px!important}article.section-block.article-shell.ia-article .article-related .related-card-body{display:flex!important;flex-direction:column!important;justify-content:space-between!important;gap:.8rem!important;flex:1 1 auto!important;padding:1.25rem!important}article.section-block.article-shell.ia-article .article-related .related-link-card .side-category{margin:1rem 1.25rem .75rem!important;display:inline-block!important;background:color-mix(in srgb,var(--article-accent) 12%,white)!important;color:var(--article-accent)!important;border-radius:999px!important;padding:4px 10px!important;font-family:Inter,system-ui,sans-serif!important;font-size:10px!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase!important}article.section-block.article-shell.ia-article .article-related .related-link-card .side-category,.article-shell .article-related .related-link-card .side-category{display:none!important}article.section-block.article-shell.ia-article .article-related .related-link-card h4{margin:0!important;font-family:Inter,system-ui,sans-serif!important;font-size:1.1rem!important;font-weight:700!important;line-height:1.4!important;color:var(--article-title)!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:auto!important;hyphens:auto!important;max-height:none!important;min-height:0!important;padding:0!important;flex:0 0 auto!important}article.section-block.article-shell.ia-article .article-related .related-link-card .related-card-excerpt{margin:0!important;font-family:Inter,system-ui,sans-serif!important;font-size:.9rem!important;line-height:1.6!important;color:var(--article-muted)!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;word-break:normal!important;overflow-wrap:normal!important;-webkit-hyphens:auto!important;hyphens:auto!important;max-height:none!important;min-height:0!important;padding:0!important;flex:1 1 auto!important}article.section-block.article-shell.ia-article .article-related .related-card-meta{margin-top:auto!important;padding-top:.55rem!important;border-top:1px solid color-mix(in srgb,var(--article-border) 78%,white)!important;display:flex!important;justify-content:space-between!important;align-items:center!important;gap:.75rem!important;font-family:Inter,system-ui,sans-serif!important;font-size:.82rem!important;color:var(--article-muted)!important}@media(max-width:1024px){article.section-block.article-shell.ia-article{width:calc(100vw - 40px)!important;padding:20px 20px 70px!important}article.section-block.article-shell.ia-article .article-layout{grid-template-columns:1fr!important;gap:24px!important}article.section-block.article-shell.ia-article .article-sidebar{position:static!important}}@media(max-width:768px){article.section-block.article-shell.ia-article{width:100%!important;padding:16px 16px 56px!important}article.section-block.article-shell.ia-article .article-title{font-size:clamp(1.8rem,6vw,2.3rem)!important}article.section-block.article-shell.ia-article .article-content p{font-size:1rem!important}article.section-block.article-shell.ia-article .article-related .cards-3{grid-template-columns:1fr!important}}.article-shell .article-related .cards-3{align-items:stretch!important}.article-shell .article-related .related-link-card{display:flex!important;flex-direction:column!important;height:420px!important;min-height:420px!important;overflow:hidden!important}.article-shell .article-related .related-link-card img,.article-shell .article-related .related-link-card .news-cover{width:100%!important;height:160px!important;object-fit:cover!important;border-radius:12px 12px 0 0!important;flex:0 0 160px!important;margin:0!important}.article-shell .article-related .related-link-card .related-card-body{display:flex!important;flex-direction:column!important;justify-content:space-between!important;gap:.8rem!important;flex:1 1 auto!important;padding:1.25rem!important}.article-shell .article-related .related-link-card h4{margin:0!important;font-size:1.1rem!important;font-weight:700!important;line-height:1.4!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important}.article-shell .article-related .related-link-card .related-card-excerpt{margin:0!important;font-size:.9rem!important;line-height:1.6!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;text-overflow:ellipsis!important}.article-shell .article-related .related-link-card .related-card-meta{margin-top:auto!important;padding-top:.55rem!important;border-top:1px solid color-mix(in srgb,#e5e7eb 82%,white)!important;display:flex!important;justify-content:space-between!important;align-items:center!important;gap:.75rem!important;font-size:.82rem!important;color:#6b7280!important}article.section-block.article-shell.ia-article .article-related .related-link-card .related-card-excerpt,.article-shell .article-related .related-link-card .related-card-excerpt{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important;line-clamp:3!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:normal!important;line-height:1.6!important;max-height:calc(1.6em * 3)!important;min-height:0!important}article.section-block.article-shell.ia-article .article-related .related-link-card,.article-shell .article-related .related-link-card{border:1px solid #8fb2ff!important;background:#fff!important;filter:none!important;opacity:1!important;box-shadow:0 6px 22px #02061714!important}article.section-block.article-shell.ia-article .article-related .related-link-card:first-child,.article-shell .article-related .related-link-card:first-child{border:1px solid #8fb2ff!important}article.section-block.article-shell.ia-article .article-related .related-link-card:hover,.article-shell .article-related .related-link-card:hover{transform:translateY(-4px)!important;filter:none!important;background:#fff!important;opacity:1!important;box-shadow:0 6px 22px #02061714!important}article.section-block.article-shell.ia-article .article-related .cards-3:has(.related-link-card:hover) .related-link-card:not(:hover),.article-shell .article-related .cards-3:has(.related-link-card:hover) .related-link-card:not(:hover){filter:brightness(.84) saturate(.92)!important;transition:filter .2s ease!important}article.section-block.article-shell:not(.ia-article) .article-category-pill{display:inline-flex;align-items:center;gap:.45rem;width:fit-content;margin:0 0 .2rem;padding:.38rem .66rem;border:1px solid rgba(24,109,150,.28);border-radius:999px;background:linear-gradient(180deg,#e8f5fdf0,#dbeffadb);color:#0f4b6c;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:800}article.section-block.article-shell:not(.ia-article) .article-category-icon{width:20px;height:20px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#0f5b801f;color:#0f5b80}article.section-block.article-shell:not(.ia-article) .article-category-icon svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}article.section-block.article-shell:not(.ia-article) .article-standfirst{margin:.32rem 0 .2rem;color:#3d5568;font-size:1.03rem;line-height:1.62;max-width:980px}article.section-block.article-shell:not(.ia-article) .article-content h3{margin:1.45rem 0 .55rem;font-family:Merriweather,Georgia,serif;font-size:clamp(1.28rem,2.1vw,1.7rem);font-weight:900;letter-spacing:.005em;line-height:1.28;color:#0f3f5d;padding:.22rem 0 .52rem;border-bottom:1px solid rgba(24,109,150,.24)}article.section-block.article-shell:not(.ia-article) .article-section-heading{border-left:4px solid rgba(15,91,128,.58);padding-left:.58rem}.page-bg.dark-mode article.section-block.article-shell:not(.ia-article) .article-category-pill{background:linear-gradient(180deg,#142a40eb,#112336eb);color:#d7ebff;border-color:#7bc0e666}.page-bg.dark-mode article.section-block.article-shell:not(.ia-article) .article-category-icon{background:#7bc0e624;color:#9cd2f2}.page-bg.dark-mode article.section-block.article-shell:not(.ia-article) .article-standfirst{color:#c4d5e8}.page-bg.dark-mode article.section-block.article-shell:not(.ia-article) .article-content h3{color:#d5e8f8;border-bottom-color:#7bc0e63d}article.section-block.article-shell:not(.ia-article) .article-body-layout.with-side-figure{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(240px,.9fr);gap:1.2rem;align-items:start}article.section-block.article-shell:not(.ia-article) .article-side-figure{margin:0;border:1px solid rgba(24,109,150,.26);border-radius:12px;background:#e8f5fd8c;padding:.52rem;position:sticky;top:86px}article.section-block.article-shell:not(.ia-article) .article-side-figure img{display:block;width:100%;height:auto;border-radius:9px;object-fit:cover}article.section-block.article-shell:not(.ia-article) .article-side-figure figcaption{margin-top:.45rem;font-size:.78rem;line-height:1.45;color:#587187}.page-bg.dark-mode article.section-block.article-shell:not(.ia-article) .article-side-figure{border-color:#7bc0e652;background:#122335db}.page-bg.dark-mode article.section-block.article-shell:not(.ia-article) .article-side-figure figcaption{color:#a9c7e2}@media(max-width:1024px){article.section-block.article-shell:not(.ia-article) .article-body-layout.with-side-figure{grid-template-columns:1fr}article.section-block.article-shell:not(.ia-article) .article-side-figure{position:static}}article.section-block.article-shell.article-category-ciberseguridad .article-title{max-width:100%!important;width:100%!important;display:block!important;line-break:auto!important;text-wrap:pretty!important}article.section-block.article-shell.article-category-ciberseguridad .article-content h3{font-family:Merriweather,Georgia,serif!important;font-size:clamp(1.42rem,2.5vw,1.95rem)!important;font-weight:900!important;line-height:1.24!important;letter-spacing:0!important;color:#0f3f5d!important;margin:1.85rem 0 .72rem!important;padding:.2rem 0 .54rem .62rem!important;border-left:5px solid rgba(15,91,128,.72)!important;border-bottom:1px solid rgba(24,109,150,.3)!important;background:linear-gradient(90deg,#e3f3fc8f,#e3f3fc00)!important}.page-bg.dark-mode article.section-block.article-shell.article-category-ciberseguridad .article-content h3{color:#d9ecfb!important;border-left-color:#7bc0e6b8!important;border-bottom-color:#7bc0e64d!important;background:linear-gradient(90deg,#2e56765c,#2e567600)!important}.page-bg.dark-mode article.section-block.article-shell.ia-article{--article-text: #d4e4f5 !important;--article-title: #e8f1fb !important;--article-muted: #9db2c8 !important;--article-border: rgba(123, 192, 230, .26) !important;--article-surface: rgba(18, 37, 56, .9) !important;background:#0b141ff2!important;border-color:#7bc0e642!important;box-shadow:0 24px 46px #050a1275!important}.page-bg.dark-mode article.section-block.article-shell.ia-article .article-back-link{color:#b7cadd!important}.page-bg.dark-mode article.section-block.article-shell.ia-article .section-kicker{background:#7bc0e629!important;border-color:#7bc0e661!important;color:#9fd2f0!important}.page-bg.dark-mode article.section-block.article-shell.ia-article .article-title,.page-bg.dark-mode article.section-block.article-shell.ia-article .article-content h2,.page-bg.dark-mode article.section-block.article-shell.ia-article .article-content h3,.page-bg.dark-mode article.section-block.article-shell.ia-article .article-content h4,.page-bg.dark-mode article.section-block.article-shell:not(.ia-article) .article-title{color:#e8f1fb!important}.page-bg.dark-mode article.section-block.article-shell.ia-article .article-meta,.page-bg.dark-mode article.section-block.article-shell:not(.ia-article) .article-meta{color:#9db2c8!important}.page-bg.dark-mode article.section-block.article-shell.ia-article .article-content p,.page-bg.dark-mode article.section-block.article-shell:not(.ia-article) .article-content p{color:#cfdfef!important}.page-bg.dark-mode article.section-block.article-shell.ia-article .article-sidebar-card{background:#0f1d2cf5!important;border-color:#7bc0e63d!important;box-shadow:0 10px 24px #040a125c!important}.page-bg.dark-mode article.section-block.article-shell.ia-article .sidebar-share-actions a,.page-bg.dark-mode article.section-block.article-shell.ia-article .sidebar-related-list a{background:#7bc0e614!important;border-color:#7bc0e652!important;color:#9fd2f0!important}.page-bg.dark-mode article.section-block.article-shell:not(.ia-article){background:#0b141ff2!important;border-color:#7bc0e647!important;box-shadow:0 24px 46px #050a1275!important}.page-bg.dark-mode article.section-block.article-shell:not(.ia-article) .article-back-link{color:#b7cadd!important;background:#7bc0e61a!important;border-color:#7bc0e657!important}.page-bg.dark-mode article.section-block.article-shell:not(.ia-article) .article-back-link:hover,.page-bg.dark-mode article.section-block.article-shell:not(.ia-article) .article-back-link:focus-visible{color:#e2effb!important;background:#7bc0e629!important;border-color:#7bc0e680!important}.page-bg.dark-mode article.section-block.article-shell:not(.ia-article) .article-content h3{color:#d9ecfb!important}.page-bg.dark-mode article.section-block.article-shell:not(.ia-article) .article-related{border-top-color:#7bc0e642!important}.page-bg.dark-mode{background:linear-gradient(180deg,#080f18,#0b1622 46%,#0f1d2c)!important}.page-bg.dark-mode .tetris-bg{background:repeating-linear-gradient(0deg,rgba(112,163,204,.12) 0px,rgba(112,163,204,.12) 1px,transparent 1px,transparent 22px),repeating-linear-gradient(90deg,rgba(112,163,204,.1) 0px,rgba(112,163,204,.1) 1px,transparent 1px,transparent 22px)!important}.page-bg.dark-mode .article-shell .article-content strong{color:#fff!important;font-weight:800!important}.page-bg.dark-mode .article-shell .article-content p:has(strong),.page-bg.dark-mode .article-shell .article-content p:has(>a){background:#396d952e!important;border-left-color:#7bc0e694!important}.page-bg.dark-mode .article-shell .article-related .related-link-card,.page-bg.dark-mode .article-shell .article-related .related-link-card .news-card,.page-bg.dark-mode .article-shell .article-related .related-link-card.post-card{background:#0f1d2cf7!important;border-color:#7bc0e657!important;box-shadow:0 12px 24px #040a1261!important}.page-bg.dark-mode .article-shell .article-related .related-link-card h3,.page-bg.dark-mode .article-shell .article-related .related-link-card h4,.page-bg.dark-mode .article-shell .article-related .related-card-meta{color:#e8f1fb!important}.page-bg.dark-mode .article-shell .article-related .related-link-card p,.page-bg.dark-mode .article-shell .article-related .related-card-excerpt{color:#bfd0e3!important}.page-bg.dark-mode>.tetris-bg{background:repeating-linear-gradient(0deg,rgba(80,128,165,.16) 0px,rgba(80,128,165,.16) 1px,transparent 1px,transparent 22px),repeating-linear-gradient(90deg,rgba(80,128,165,.13) 0px,rgba(80,128,165,.13) 1px,transparent 1px,transparent 22px)!important}.page-bg.dark-mode article.section-block.article-shell,.page-bg.dark-mode article.section-block.article-shell.ia-article,.page-bg.dark-mode article.section-block.article-shell:not(.ia-article){background:#0f1c2b!important;border-color:#7bc0e64d!important}.page-bg.dark-mode article.section-block.article-shell .article-content strong,.page-bg.dark-mode article.section-block.article-shell .article-content b{color:#fff!important;font-weight:800!important}.page-bg.dark-mode article.section-block.article-shell .article-related .related-link-card,.page-bg.dark-mode article.section-block.article-shell .article-related .related-link-card .news-card,.page-bg.dark-mode article.section-block.article-shell .article-related .related-link-card.post-card,.page-bg.dark-mode article.section-block.article-shell .article-related .related-link-card .related-card-body{background:#132538!important;border-color:#7bc0e657!important}.page-bg.dark-mode article.section-block.article-shell .article-related .related-link-card h4,.page-bg.dark-mode article.section-block.article-shell .article-related .related-link-card h3{color:#f0f7ff!important;font-weight:800!important}.page-bg.dark-mode article.section-block.article-shell .article-related .related-link-card p,.page-bg.dark-mode article.section-block.article-shell .article-related .related-card-excerpt,.page-bg.dark-mode article.section-block.article-shell .article-related .related-card-meta{color:#c7d8eb!important}
