:root{--background:#f3f5f7;--surface:#ffffff;--surface-soft:#f8fafc;--ink:#142234;--ink-soft:#32445a;--muted:#66768a;--line:#dce2e8;--line-dark:#c9d1da;--brand:#062c4d;--brand-deep:#031d34;--brand-light:#e9f0f6;--accent:#d59b2b;--accent-dark:#a56d08;--white:#ffffff;--shadow-sm:0 8px 24px rgba(15,34,53,0.07);--shadow-md:0 20px 45px rgba(15,34,53,0.12);--headline-font:Georgia,Cambria,"Times New Roman",serif;--body-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:linear-gradient(180deg,#ffffff 0,#ffffff 160px,var(--background) 420px);font-family:var(--body-font);font-size:16px;line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}img{display:block;max-width:100%}.wrap{width:min(1200px,calc(100% - 40px));margin-inline:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.meta,.muted{color:var(--muted)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid var(--line);box-shadow:0 6px 22px rgba(15,34,53,.06);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.newsbar{color:rgba(255,255,255,.82);background:var(--brand-deep);font-size:12px;letter-spacing:.01em}.newsbar-row{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:18px}.newsbar-row p{margin:0}.newsbar-date,.newsbar-row>a{color:var(--white);font-weight:700}.newsbar-date{display:flex;align-items:center;gap:8px}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px rgba(213,155,43,.16)}.header-row{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:32px}.brand{display:flex;flex-direction:column;justify-content:center;min-width:0}.brand-with-logo{gap:0}.brand-logo{width:auto;height:54px;max-width:255px;object-fit:contain;object-position:left center}.header-search{width:min(390px,42vw);height:44px;display:flex;align-items:stretch;overflow:hidden;background:var(--surface-soft);border:1px solid var(--line-dark);border-radius:8px}.header-search:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px rgba(6,44,77,.09)}.header-search input{min-width:0;flex:1 1;padding:0 14px;color:var(--ink);background:transparent;border:0;outline:none}.header-search input::placeholder{color:#8995a3}.header-search button{padding:0 20px;color:var(--white);background:var(--brand);border:0;cursor:pointer;font-size:13px;font-weight:800}.header-search button:hover{background:var(--brand-deep)}.nav-shell{border-top:1px solid var(--line)}.nav-row{min-height:50px;justify-content:space-between;gap:24px}.nav,.nav-row{display:flex;align-items:center}.nav{gap:22px;min-width:0;flex-wrap:wrap;font-size:13px;font-weight:800;letter-spacing:.01em}.nav a{position:relative;display:flex;align-items:center;min-height:50px;white-space:nowrap}.nav a:after{content:"";position:absolute;right:0;bottom:-1px;left:0;height:3px;background:var(--accent);transform:scaleX(0);transform-origin:center;transition:transform .18s ease}.nav a:focus-visible:after,.nav a:hover:after{transform:scaleX(1)}.nav-search-link{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-size:13px;font-weight:850;white-space:nowrap}.main{padding-top:34px;padding-bottom:68px}.hero{margin-bottom:52px}.hero-showcase{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.9fr);grid-gap:22px;gap:22px}.hero-lead{position:relative;min-height:540px;display:block;overflow:hidden;background:#d8e0e7;border-radius:18px;box-shadow:var(--shadow-md)}.hero-lead img{width:100%;height:100%;min-height:540px;object-fit:cover;transition:transform .5s ease}.hero-lead:hover img{transform:scale(1.03)}.hero-lead-fallback{position:absolute;inset:0;display:grid;place-items:center;color:var(--white);background:linear-gradient(135deg,var(--brand),#154f78);font-family:var(--headline-font);font-size:42px;font-weight:700}.hero-lead-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,29,52,.04),rgba(3,29,52,.78)),linear-gradient(90deg,rgba(3,29,52,.36),transparent 52%)}.hero-lead-content{position:absolute;right:0;bottom:0;left:0;z-index:2;padding:clamp(26px,4vw,38px);color:var(--white)}.hero-label-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:16px}.eyebrow{margin:0 0 8px;color:var(--accent-dark);font-size:11px;font-weight:900;letter-spacing:.16em;line-height:1.2;text-transform:uppercase}.hero-label-row .eyebrow,.hero-rail-head .eyebrow{margin:0;color:#f2c365}.hero-category{padding-left:12px;color:rgba(255,255,255,.72);border-left:1px solid rgba(255,255,255,.28);font-size:12px;font-weight:700}.content h1,.hero h1{margin:0;font-family:var(--headline-font);font-size:clamp(28px,3.4vw,48px);font-weight:700;letter-spacing:-.035em;line-height:1.08}.hero-summary{max-width:680px;margin:15px 0 0;color:rgba(255,255,255,.82);font-size:15px;line-height:1.72}.hero-footer{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.16)}.hero-footer .meta{color:rgba(255,255,255,.64);font-size:12px;font-weight:650}.card-link,.read-more{display:inline-flex;align-items:center;gap:9px;color:inherit;font-size:12px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.card-link span,.nav-search-link span,.read-more span{transition:transform .18s ease}.card-link:hover span,.nav-search-link:hover span,.read-more:hover span{transform:translateX(4px)}.hero-rail{display:grid;align-content:start;grid-gap:14px;gap:14px;padding:20px;background:linear-gradient(180deg,var(--brand-deep),var(--brand));border-radius:18px;box-shadow:var(--shadow-md)}.hero-rail-head h2{margin:6px 0 0;color:var(--white);font-family:var(--headline-font);font-size:28px;line-height:1.1;letter-spacing:-.03em}.hero-rail-card{display:grid;grid-template-columns:112px minmax(0,1fr);grid-gap:14px;gap:14px;padding:12px;color:var(--white);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:14px;transition:transform .18s ease,background .18s ease,border-color .18s ease}.hero-rail-card:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.18);transform:translateY(-2px)}.hero-rail-thumb,.hero-rail-thumb img{width:100%;height:100%;min-height:94px;border-radius:10px;object-fit:cover}.hero-rail-thumb-fallback{width:100%;height:100%;min-height:94px;display:grid;place-items:center;color:var(--white);background:linear-gradient(135deg,#184d74,#2d709c);border-radius:10px;font-family:var(--headline-font);font-size:15px;font-weight:700}.hero-rail-body{display:flex;min-width:0;flex-direction:column;justify-content:center}.hero-rail-category{color:#f2c365;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.hero-rail-title{margin-top:7px;color:var(--white);font-family:var(--headline-font);font-size:20px;font-weight:700;line-height:1.23}.hero-rail-body .meta{margin-top:10px;color:rgba(255,255,255,.62);font-size:11px}.section-block{margin-bottom:52px}.section-heading{display:flex;align-items:flex-end;gap:24px;margin-bottom:22px}.section-heading>div{flex:0 1 auto}.latest-section>h2,.section-heading h2{margin:0;color:var(--ink);font-family:var(--headline-font);font-size:clamp(29px,3vw,39px);letter-spacing:-.035em;line-height:1.08}.section-description{max-width:620px;margin:9px 0 0;color:var(--muted);font-size:14px}.section-rule{height:1px;flex:1 1;margin-bottom:8px;background:linear-gradient(90deg,var(--line-dark),transparent)}.section-heading-inline{align-items:center}.grid4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;grid-gap:34px;gap:34px;align-items:start}.homepage-layout{margin-top:0}.latest-section{min-width:0}.river{display:grid;grid-gap:18px;gap:18px}.card{overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:12px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.card:hover{border-color:#c8d1db;box-shadow:var(--shadow-sm);transform:translateY(-2px)}.card .thumb{position:relative;display:block;overflow:hidden;background:linear-gradient(135deg,var(--brand),#154f78)}.card img{width:100%;height:100%;object-fit:cover;transition:transform .32s ease}.card:hover img{transform:scale(1.035)}.thumb-fallback{display:grid;place-items:center;color:var(--white);font-family:var(--headline-font);font-size:24px;font-weight:700}.card-body{min-width:0;padding:20px}.card-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:10px}.category-label{color:var(--accent-dark);font-size:10px;font-weight:900;letter-spacing:.11em;line-height:1.3;text-transform:uppercase}.category-label:hover{color:var(--brand)}.card-meta-row .meta{position:relative;padding-left:10px;font-size:11px;font-weight:600}.card-meta-row .meta:before{content:"";position:absolute;top:50%;left:0;width:3px;height:3px;border-radius:50%;background:var(--line-dark);transform:translateY(-50%)}.card h2{margin:0;color:var(--ink);font-family:var(--headline-font);font-size:24px;font-weight:700;letter-spacing:-.026em;line-height:1.18}.card h2 a{transition:color .16s ease}.card h2 a:hover{color:var(--brand)}.card-excerpt{margin:12px 0 0;color:var(--muted);font-size:14px;line-height:1.7}.card-link{margin-top:17px;color:var(--brand);font-size:10px}.editorial-card{display:flex;min-width:0;flex-direction:column}.editorial-card .thumb{aspect-ratio:16/10}.editorial-card .card-body{display:flex;flex:1 1;flex-direction:column;padding:17px}.editorial-card h2{font-size:19px;line-height:1.24}.editorial-card .card-link{margin-top:auto;padding-top:16px}.story-card{display:grid;grid-template-columns:238px minmax(0,1fr)}.story-card .thumb{min-height:176px}.story-card .card-body{display:flex;flex-direction:column;justify-content:center}.story-card .card-link{align-self:flex-start}.sidebar{position:-webkit-sticky;position:sticky;top:196px;display:grid;grid-gap:20px;gap:20px;align-self:start}.sidebar-module{overflow:hidden;padding:22px;background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:0 7px 22px rgba(15,34,53,.045)}.sidebar-heading{margin-bottom:12px;padding-bottom:13px;border-bottom:2px solid var(--brand)}.sidebar-heading .eyebrow{margin-bottom:5px}.sidebar h3{margin:0;color:var(--ink);font-family:var(--headline-font);font-size:24px;line-height:1.1}.popular-list,.rank{display:grid}.rank{grid-template-columns:39px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start;padding:15px 0;border-bottom:1px solid var(--line)}.rank:last-child{padding-bottom:3px;border-bottom:0}.rank span{color:var(--accent-dark);font-size:24px;font-weight:700;line-height:1}.rank b,.rank span{font-family:var(--headline-font)}.rank b{color:var(--ink-soft);font-size:15px;line-height:1.35;transition:color .16s ease}.rank:hover b{color:var(--brand)}.pills{display:flex;flex-wrap:wrap;gap:8px}.pills a{padding:7px 10px;color:var(--ink-soft);background:var(--surface-soft);border:1px solid var(--line);border-radius:4px;font-size:11px;font-weight:750;transition:color .16s ease,background .16s ease,border-color .16s ease}.pills a:hover{color:var(--white);background:var(--brand);border-color:var(--brand)}.archive{display:grid}.archive a{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 0;color:var(--ink-soft);border-bottom:1px solid var(--line);font-size:13px;font-weight:700}.archive a:last-child{border-bottom:0}.archive a span:last-child{color:var(--accent-dark);transition:transform .16s ease}.archive a:hover{color:var(--brand)}.archive a:hover span:last-child{transform:translateX(4px)}.content{padding:min(6vw,50px);overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-sm);line-height:1.85}.article-layout{align-items:start}.article-content{overflow:hidden}.content h1{color:var(--ink)}.lead{color:var(--muted);font-size:20px}.article-figure{margin:28px 0}.article-figure img{width:100%;max-height:560px;object-fit:cover;border-radius:10px}.content p{font-size:17px}.content figure{margin-right:0;margin-left:0}.content img{border-radius:8px}.site-footer{margin-top:24px;color:rgba(255,255,255,.78);background:var(--brand-deep);border-top:4px solid var(--accent)}.footer-main{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(360px,.8fr);grid-gap:60px;gap:60px;padding-top:48px;padding-bottom:44px}.footer-brand strong{color:var(--white);font-family:var(--headline-font);font-size:30px}.footer-brand p{max-width:470px;margin:13px 0 0;color:rgba(255,255,255,.64);font-size:14px}.footer-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:36px;gap:36px}.footer-links h3{margin:0 0 13px;color:var(--white);font-size:12px;letter-spacing:.12em;text-transform:uppercase}.footer-links nav{display:grid;grid-gap:8px;gap:8px}.footer-links nav a{color:rgba(255,255,255,.68);font-size:13px}.footer-links nav a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.11)}.footer-bottom-row{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:24px;color:rgba(255,255,255,.45);font-size:11px}@media (max-width:1100px){.hero-showcase{grid-template-columns:1fr}.hero-lead,.hero-lead img{min-height:460px}.hero-rail{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-rail-head{grid-column:1/-1}.layout{grid-template-columns:minmax(0,1fr) 300px;gap:25px}.grid4{grid-template-columns:repeat(2,minmax(0,1fr))}.sidebar{top:188px}}@media (max-width:860px){.newsbar-row p,.newsbar-row>a{display:none}.newsbar-row{justify-content:center}.layout{grid-template-columns:1fr}.sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.popular-module{grid-column:1/-1}.footer-main{grid-template-columns:1fr;gap:36px}.nav-search-link{display:none}}@media (max-width:680px){.wrap{width:min(100% - 24px,1200px)}.site-header{position:relative}.header-row{min-height:78px}.brand-logo{height:44px;max-width:210px}.header-search{display:none}.nav-row{display:block;min-height:auto}.nav{gap:20px;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}.nav::-webkit-scrollbar{display:none}.nav a{min-height:46px}.main{padding-top:18px;padding-bottom:44px}.hero{margin-bottom:38px}.hero-lead{border-radius:12px}.hero-lead,.hero-lead img{min-height:300px}.hero-lead-content{padding:22px 18px}.content h1,.hero h1{font-size:31px;line-height:1.08}.hero-summary{display:none}.hero-footer{align-items:flex-start;flex-direction:column;margin-top:18px;padding-top:14px}.hero-rail{grid-template-columns:1fr;padding:18px;border-radius:12px}.hero-rail-card{grid-template-columns:96px minmax(0,1fr)}.hero-rail-title{font-size:18px}.section-block{margin-bottom:39px}.section-heading{align-items:flex-start;flex-direction:column;gap:13px}.section-rule{width:100%;flex:none;margin:0}.section-heading h2{font-size:30px}.grid4{grid-template-columns:1fr;gap:14px}.editorial-card{display:grid;grid-template-columns:124px minmax(0,1fr)}.editorial-card .thumb{min-height:150px;aspect-ratio:auto}.editorial-card .card-body{padding:14px}.editorial-card h2{font-size:17px}.editorial-card .card-link{display:none}.story-card{grid-template-columns:1fr}.story-card .thumb{min-height:220px;aspect-ratio:16/9}.story-card .card-body{padding:17px}.story-card h2{font-size:22px}.sidebar{grid-template-columns:1fr}.popular-module{grid-column:auto}.content{padding:23px 19px;border-radius:10px}.footer-main{padding-top:38px;padding-bottom:34px}.footer-links{grid-template-columns:1fr;gap:25px}.footer-bottom-row{align-items:flex-start;flex-direction:column;justify-content:center;gap:2px;padding:12px 0}}.admin-synced-nav{flex:1 1;min-width:0;flex-wrap:nowrap;overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}.admin-synced-nav::-webkit-scrollbar{display:none}.admin-synced-nav a{flex:0 0 auto}.admin-synced-footer-links nav{align-content:start}@media (max-width:1180px){.nav-row{gap:16px}.admin-synced-nav{gap:18px}}@media (max-width:860px){.admin-synced-nav{width:100%}}.hero-editorial-layout{display:grid;grid-gap:18px;gap:18px;margin-bottom:52px}.hero-primary-card{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.85fr);min-height:410px;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-md)}.hero-primary-media{display:block;min-height:410px;overflow:hidden;background:var(--brand)}.hero-primary-media img{width:100%;height:100%;min-height:410px;object-fit:cover;transition:transform .42s ease}.hero-primary-media:hover img{transform:scale(1.025)}.hero-primary-fallback{display:grid;width:100%;min-height:410px;place-items:center;color:var(--white);background:linear-gradient(135deg,var(--brand),#18537c);font-family:var(--headline-font);font-size:36px;font-weight:700}.hero-primary-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(30px,4vw,50px);background:linear-gradient(145deg,#ffffff,var(--surface-soft))}.hero-editorial-labels{display:flex;align-items:center;flex-wrap:wrap;gap:11px;margin-bottom:16px}.hero-editorial-labels .eyebrow{margin:0}.hero-editorial-category{padding-left:11px;color:var(--muted);border-left:1px solid var(--line-dark);font-size:11px;font-weight:750}.hero-editorial-layout h1{margin:0;color:var(--ink);font-family:var(--headline-font);font-size:clamp(28px,2.7vw,42px);font-weight:700;letter-spacing:-.035em;line-height:1.08}.hero-editorial-layout h1 a{transition:color .17s ease}.hero-editorial-layout h1 a:hover{color:var(--brand)}.hero-editorial-summary{margin:18px 0 0;color:var(--muted);font-size:15px;line-height:1.72}.hero-editorial-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:27px;padding-top:19px;border-top:1px solid var(--line)}.hero-editorial-footer .meta{font-size:11px;font-weight:650}.hero-editorial-link{display:inline-flex;align-items:center;gap:8px;color:var(--brand);font-size:11px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}.hero-editorial-link span{transition:transform .17s ease}.hero-editorial-link:hover span{transform:translateX(4px)}.hero-secondary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.hero-secondary-card{display:grid;grid-template-columns:190px minmax(0,1fr);min-height:145px;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:13px;box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .18s ease}.hero-secondary-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.hero-secondary-media{display:block;min-height:145px;overflow:hidden;background:var(--brand)}.hero-secondary-media img{width:100%;height:100%;min-height:145px;object-fit:cover;transition:transform .3s ease}.hero-secondary-card:hover img{transform:scale(1.035)}.hero-secondary-fallback{display:grid;width:100%;min-height:145px;place-items:center;color:var(--white);background:linear-gradient(135deg,var(--brand),#18537c);font-family:var(--headline-font);font-weight:700}.hero-secondary-copy{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:19px}.hero-secondary-category{color:var(--accent-dark);font-size:10px;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.hero-secondary-copy h2{margin:7px 0 10px;color:var(--ink);font-family:var(--headline-font);font-size:clamp(18px,1.7vw,23px);letter-spacing:-.025em;line-height:1.18}.hero-secondary-copy h2 a:hover{color:var(--brand)}.hero-secondary-copy .meta{margin-top:auto;font-size:10px}@media (max-width:960px){.hero-primary-card{grid-template-columns:1fr}.hero-primary-fallback,.hero-primary-media,.hero-primary-media img{min-height:350px}.hero-primary-copy{padding:30px}}@media (max-width:720px){.hero-editorial-layout{gap:14px;margin-bottom:38px}.hero-primary-card{border-radius:12px}.hero-primary-fallback,.hero-primary-media,.hero-primary-media img{min-height:245px}.hero-primary-copy{padding:23px 19px}.hero-editorial-layout h1{font-size:30px;line-height:1.08}.hero-editorial-summary{margin-top:14px;font-size:14px}.hero-editorial-footer{align-items:flex-start;flex-direction:column;margin-top:20px;padding-top:15px}.hero-secondary-grid{grid-template-columns:1fr;gap:12px}.hero-secondary-card{grid-template-columns:118px minmax(0,1fr);min-height:125px}.hero-secondary-fallback,.hero-secondary-media,.hero-secondary-media img{min-height:125px}.hero-secondary-copy{padding:14px}.hero-secondary-copy h2{font-size:17px}}.site-header{background:var(--appearance-primary,#ffffff)}.admin-synced-nav a:focus-visible,.admin-synced-nav a:hover,.admin-synced-nav a[aria-current=page],.nav-search-link:focus-visible,.nav-search-link:hover{color:var(--appearance-active-menu,#022345)}.admin-synced-nav a:focus-visible,.admin-synced-nav a:hover,.admin-synced-nav a[aria-current=page]{border-color:var(--appearance-active-menu,#022345)}.site-footer{background:var(--appearance-footer,#1f2937)}.footer-logo{display:block;width:auto;max-width:240px;max-height:74px;object-fit:contain;object-position:left center}.appearance-home{font-family:var(--page-body-font,var(--body-font))}.appearance-home .hero-primary-fallback,.appearance-home .hero-secondary-fallback,.appearance-home h1,.appearance-home h2,.appearance-home h3{font-family:var(--page-heading-font,var(--headline-font))}.appearance-home .card,.appearance-home .hero-primary-card,.appearance-home .hero-secondary-card,.appearance-home .sidebar-module{border-radius:var(--page-card-radius,16px);box-shadow:var(--page-card-shadow,var(--shadow-sm))}.appearance-home .card .thumb,.appearance-home .card .thumb img,.appearance-home .hero-primary-fallback,.appearance-home .hero-primary-media,.appearance-home .hero-primary-media img,.appearance-home .hero-secondary-fallback,.appearance-home .hero-secondary-media,.appearance-home .hero-secondary-media img{border-radius:inherit}.home-content-standard{width:min(100%,1000px);margin-inline:auto}.home-content-wide{width:100%}.home-content-full{width:min(1600px,calc(100vw - 32px));margin-left:50%;transform:translateX(-50%)}.home-layout-hero_grid .hero-editorial-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);align-items:stretch;grid-gap:20px;gap:20px}.home-layout-hero_grid .hero-primary-card{grid-template-columns:1fr;height:100%}.home-layout-hero_grid .hero-primary-fallback,.home-layout-hero_grid .hero-primary-media,.home-layout-hero_grid .hero-primary-media img{min-height:360px}.home-layout-hero_grid .hero-secondary-grid{grid-template-columns:1fr;align-content:stretch}.home-layout-classic_news .hero-primary-card{grid-template-columns:minmax(240px,.75fr) minmax(0,1.25fr)}.home-layout-classic_news .hero-primary-fallback,.home-layout-classic_news .hero-primary-media,.home-layout-classic_news .hero-primary-media img{min-height:280px}.home-layout-classic_news .hero-secondary-card{grid-template-columns:150px minmax(0,1fr)}.home-layout-classic_news .hero-secondary-fallback,.home-layout-classic_news .hero-secondary-media,.home-layout-classic_news .hero-secondary-media img{min-height:132px;height:100%}.headline-style-split .hero-primary-card{grid-template-columns:minmax(0,1fr) minmax(320px,.85fr)}.headline-style-overlay .hero-primary-card{position:relative;display:block;min-height:520px;overflow:hidden;background:#061f38}.headline-style-overlay .hero-primary-fallback,.headline-style-overlay .hero-primary-media,.headline-style-overlay .hero-primary-media img{width:100%;min-height:520px;height:100%}.headline-style-overlay .hero-primary-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,17,31,.9),rgba(2,17,31,.2));pointer-events:none}.headline-style-overlay .hero-primary-copy{position:absolute;z-index:2;left:0;bottom:0;width:min(720px,75%);color:#ffffff;background:transparent}.headline-style-overlay .hero-editorial-footer .meta,.headline-style-overlay .hero-editorial-summary,.headline-style-overlay .hero-primary-copy h1,.headline-style-overlay .hero-primary-copy h1 a{color:#ffffff}.headline-size-compact .hero-editorial-layout h1{font-size:clamp(2rem,3.6vw,3.3rem)}.headline-size-medium .hero-editorial-layout h1{font-size:clamp(2.5rem,4.5vw,4.3rem)}.headline-size-large .hero-editorial-layout h1{font-size:clamp(3rem,5.5vw,5.4rem)}.appearance-home.sidebar-position-left .homepage-layout .latest-section{order:2}.appearance-home.sidebar-position-left .homepage-layout .sidebar{order:1}.appearance-home.without-sidebar .homepage-layout{grid-template-columns:minmax(0,1fr)}.appearance-home.without-sidebar .latest-section{width:100%}.article-appearance{font-family:var(--article-body-font,var(--body-font))}.article-appearance h1,.article-appearance h2,.article-appearance h3{font-family:var(--article-heading-font,var(--headline-font))}.article-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 20px;color:var(--muted);font-size:.9rem}.article-breadcrumb a{color:var(--brand);font-weight:700}.article-title-compact .article-content h1{font-size:clamp(2rem,4vw,3.2rem)}.article-title-medium .article-content h1{font-size:clamp(2.5rem,4.8vw,4rem)}.article-title-large .article-content h1{font-size:clamp(3rem,5.8vw,5rem)}.article-content{min-width:0}.article-content .article-body{width:min(100%,var(--article-body-width,760px));margin-inline:auto;font-size:var(--article-body-size,18px);line-height:1.8}.article-appearance.without-sidebar .article-layout,.article-layout-content_only .article-layout,.article-layout-wide_content .article-layout{grid-template-columns:minmax(0,1fr)}.article-layout-content_only .article-content{width:min(100%,var(--article-body-width,760px));margin-inline:auto}.article-layout-wide_content .article-content{width:100%;max-width:none}.article-layout-wide_content .article-body{width:min(100%,var(--article-body-width,900px))}.article-appearance.sidebar-position-left .article-content{order:2}.article-appearance.sidebar-position-left .sidebar{order:1}.featured-image-contained .article-figure{width:min(100%,var(--article-body-width,760px));margin-inline:auto}.featured-image-wide .article-figure{width:100%}.featured-image-full .article-figure{width:min(1500px,calc(100vw - 32px));max-width:none;margin-left:50%;transform:translateX(-50%)}.article-meta-row{display:flex;flex-wrap:wrap;gap:10px 20px;margin:16px 0 26px;color:var(--muted);font-size:.94rem}.article-author{color:var(--brand);font-weight:750}.article-share{display:flex;flex-wrap:wrap;align-items:center;gap:10px;width:min(100%,var(--article-body-width,760px));margin:30px auto;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.article-share a{padding:7px 12px;border:1px solid var(--line-dark);border-radius:999px;font-size:.9rem;font-weight:700}.article-share a:hover{color:#ffffff;background:var(--brand);border-color:var(--brand)}.article-tags{display:flex;flex-wrap:wrap;align-items:center;gap:12px;width:min(100%,var(--article-body-width,760px));margin:28px auto}.article-tag-list{display:flex;flex-wrap:wrap;gap:8px}.article-tag-list span{padding:6px 11px;border-radius:999px;color:var(--brand);background:var(--brand-light);font-size:.86rem;font-weight:700}.article-related{margin-top:48px}@media (max-width:960px){.home-layout-hero_grid .hero-editorial-layout{grid-template-columns:1fr}.home-layout-hero_grid .hero-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-appearance.sidebar-position-left .article-content,.article-appearance.sidebar-position-left .sidebar{order:0}}@media (max-width:720px){.featured-image-full .article-figure,.home-content-full{width:calc(100vw - 24px)}.headline-style-split .hero-primary-card,.home-layout-classic_news .hero-primary-card{grid-template-columns:1fr}.home-layout-classic_news .hero-secondary-card{grid-template-columns:110px minmax(0,1fr)}.headline-style-overlay .hero-primary-card,.headline-style-overlay .hero-primary-fallback,.headline-style-overlay .hero-primary-media,.headline-style-overlay .hero-primary-media img{min-height:440px}.headline-style-overlay .hero-primary-copy{width:100%}.home-layout-hero_grid .hero-secondary-grid{grid-template-columns:1fr}.article-meta-row{display:grid;grid-gap:5px;gap:5px}}.dynamic-sidebar{min-width:0}.sidebar-widget{position:relative}.sidebar-widget .sidebar-heading{border-bottom-width:1px}.sidebar-widget .sidebar-empty{margin:0;font-size:13px;line-height:1.6}.rank-copy{display:grid;grid-gap:5px;gap:5px}.rank-copy small,.sidebar-ad small,.sidebar-category-list small,.sidebar-story-copy small,.sidebar-tag-list small{color:var(--muted);font-size:10px;font-weight:650}.sidebar-story-list{display:grid;grid-gap:0;gap:0}.sidebar-story{display:grid;grid-template-columns:82px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}.sidebar-story:first-child{padding-top:0}.sidebar-story:last-child{padding-bottom:0;border-bottom:0}.sidebar-story-media{display:block;width:82px;height:60px;overflow:hidden;background:var(--brand);border-radius:8px}.sidebar-story-media img{width:100%;height:100%;object-fit:cover}.sidebar-story-fallback{display:grid;width:100%;height:100%;place-items:center;color:var(--white);background:linear-gradient(135deg,var(--brand),#2675a6);font-family:var(--headline-font);font-size:20px;font-weight:700}.sidebar-story-copy{display:grid;min-width:0;grid-gap:7px;gap:7px}.sidebar-story-copy b{color:var(--ink-soft);font-family:var(--headline-font);font-size:14px;line-height:1.32;transition:color .16s ease}.sidebar-story:hover b{color:var(--brand)}.sidebar-category-list{display:grid}.sidebar-category-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;color:var(--ink-soft);border-bottom:1px solid var(--line);font-size:13px;font-weight:700}.sidebar-category-list a:last-child{border-bottom:0}.sidebar-category-list a:hover{color:var(--brand)}.sidebar-tag-list{display:flex;flex-wrap:wrap;gap:8px}.sidebar-tag-list a{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;color:var(--ink-soft);background:var(--surface-soft);border:1px solid var(--line);border-radius:999px;font-size:11px;font-weight:750}.sidebar-tag-list a:hover{color:var(--white);background:var(--brand);border-color:var(--brand)}.sidebar-tag-list a:hover small{color:rgba(255,255,255,.72)}.sidebar-ad-list{display:grid;grid-gap:12px;gap:12px}.sidebar-ad{display:grid;grid-gap:8px;gap:8px;overflow:hidden;color:var(--ink-soft);background:var(--surface-soft);border:1px solid var(--line);border-radius:10px}.sidebar-ad img{width:100%;height:auto;max-height:320px;object-fit:cover}.sidebar-ad small{padding:0 11px 10px}.sidebar-ad-placeholder{display:grid;min-height:130px;place-items:center;padding:18px;color:var(--muted);background:repeating-linear-gradient(-45deg,var(--surface-soft),var(--surface-soft) 12px,var(--surface) 12px,var(--surface) 24px);font-size:12px;font-weight:750;text-align:center}.sidebar-style-compact{padding:17px}.sidebar-style-compact .sidebar-heading{margin-bottom:8px;padding-bottom:9px}.sidebar-style-compact .sidebar-heading .eyebrow{display:none}.sidebar-style-compact .sidebar-heading h3{font-size:20px}.sidebar-style-compact .rank{padding:10px 0}.sidebar-style-compact .rank span:first-child{font-size:19px}.sidebar-style-compact .sidebar-story{grid-template-columns:64px minmax(0,1fr);padding:9px 0}.sidebar-style-compact .sidebar-story-media{width:64px;height:48px}.sidebar-style-cards .sidebar-story-list{gap:12px}.sidebar-style-cards .sidebar-story{display:block;overflow:hidden;padding:0;background:var(--surface-soft);border:1px solid var(--line);border-radius:10px}.sidebar-style-cards .sidebar-story-media{width:100%;height:142px;border-radius:0}.sidebar-style-cards .sidebar-story-copy{padding:13px}.sidebar-style-slider .sidebar-story-list,.sidebar-style-slider-headline .archive,.sidebar-style-thumbnail-slider .sidebar-category-list{display:flex;gap:11px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:thin}.sidebar-style-slider .sidebar-story{min-width:235px;display:block;padding:0;overflow:hidden;background:var(--surface-soft);border:1px solid var(--line);border-radius:10px;scroll-snap-align:start}.sidebar-style-slider .sidebar-story-media{width:100%;height:130px;border-radius:0}.sidebar-style-slider .sidebar-story-copy{padding:12px}.sidebar-style-slider-headline .archive a,.sidebar-style-thumbnail-slider .sidebar-category-list a{min-width:175px;padding:12px;background:var(--surface-soft);border:1px solid var(--line);border-radius:9px;scroll-snap-align:start}.sidebar-style-arumakata-category-cards
.sidebar-category-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.sidebar-style-arumakata-category-cards
.sidebar-category-list a{min-height:74px;align-items:flex-start;flex-direction:column;justify-content:space-between;padding:12px;background:var(--surface-soft);border:1px solid var(--line);border-radius:9px}.sidebar-style-badges .sidebar-category-list{display:flex;flex-wrap:wrap;gap:8px}.sidebar-style-badges .sidebar-category-list a{width:auto;padding:7px 10px;background:var(--surface-soft);border:1px solid var(--line);border-radius:999px;font-size:11px}.sidebar-style-cloud .sidebar-tag-list a{font-size:calc(10px + (var(--tag-weight, 1) * 1px))}.archive-accordion{gap:8px}.archive-accordion details{padding:9px 0}.archive-accordion details:last-child{border-bottom:0}.archive-accordion summary{color:var(--ink-soft);font-size:13px;font-weight:750;cursor:pointer}.archive-accordion a{display:inline-flex;margin-top:9px;padding:0;border:0;color:var(--brand);font-size:12px}.sidebar-style-banner .sidebar-ad,.sidebar-style-html .sidebar-ad{border-radius:6px}.sidebar-style-card .sidebar-ad{padding:10px}.sidebar-style-card .sidebar-ad img{border-radius:7px}@media (max-width:860px){.dynamic-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.dynamic-sidebar .sidebar-widget-ads,.dynamic-sidebar .sidebar-widget-popular-posts,.dynamic-sidebar .sidebar-widget-redaksi-picks-slider{grid-column:1/-1}}@media (max-width:680px){.dynamic-sidebar{grid-template-columns:1fr}.dynamic-sidebar .sidebar-widget{grid-column:auto}.sidebar-style-arumakata-category-cards .sidebar-category-list{grid-template-columns:1fr}}.dynamic-sidebar[data-sidebar-source="widgets.sidebar.empty"]{display:none}.popular-style-cards{display:grid;grid-gap:12px;gap:12px}.popular-style-cards .rank{align-items:flex-start;padding:14px;background:var(--surface-soft);border:1px solid var(--line);border-radius:18px}.category-style-badges,.category-style-pills{display:flex;flex-wrap:wrap;gap:8px}.category-style-badges a,.category-style-pills a{width:auto;border-radius:999px}.archive-accordion details{padding:10px 0;border-bottom:1px solid var(--line)}.tag-style-cloud a{font-size:calc(.82rem + (var(--tag-weight, 1) * .045rem));font-weight:800}.sidebar-ad-list .sidebar-ad{overflow:hidden}.appearance-home.home-layout-editorial_split .hero-editorial-layout{grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);align-items:stretch}.appearance-home.home-layout-editorial_split .hero-primary-card{grid-template-columns:minmax(320px,.98fr) minmax(0,1.02fr);min-height:430px}.appearance-home.home-layout-editorial_split .hero-primary-copy{padding:clamp(26px,4vw,48px)}.appearance-home.home-layout-hero_grid .hero-editorial-layout{grid-template-columns:minmax(0,1fr);gap:20px}.appearance-home.home-layout-hero_grid .hero-primary-card{position:relative;display:block;min-height:clamp(420px,52vw,620px);overflow:hidden}.appearance-home.home-layout-hero_grid .hero-primary-fallback,.appearance-home.home-layout-hero_grid .hero-primary-media,.appearance-home.home-layout-hero_grid .hero-primary-media img{position:absolute;inset:0;width:100%;height:100%}.appearance-home.home-layout-hero_grid .hero-primary-copy{position:absolute;left:clamp(20px,5vw,58px);right:clamp(20px,5vw,58px);bottom:clamp(20px,5vw,52px);z-index:2;max-width:760px;color:#fff;background:linear-gradient(135deg,rgba(8,16,34,.88),rgba(8,16,34,.48));border:1px solid rgba(255,255,255,.18);border-radius:calc(var(--page-card-radius, 18px) + 8px);padding:clamp(22px,4vw,42px);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.appearance-home.home-layout-hero_grid .hero-primary-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,10,22,.08),rgba(5,10,22,.62));pointer-events:none}.appearance-home.home-layout-hero_grid .hero-editorial-category,.appearance-home.home-layout-hero_grid .hero-editorial-footer .meta,.appearance-home.home-layout-hero_grid .hero-editorial-link{color:rgba(255,255,255,.88)}.appearance-home.home-layout-hero_grid .hero-editorial-layout h1 a{color:#fff}.appearance-home.home-layout-hero_grid .hero-editorial-summary{color:rgba(255,255,255,.84)}.appearance-home.home-layout-hero_grid .hero-secondary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.appearance-home.home-layout-hero_grid .hero-secondary-card{grid-template-columns:1fr}.appearance-home.home-layout-hero_grid .hero-secondary-fallback,.appearance-home.home-layout-hero_grid .hero-secondary-media,.appearance-home.home-layout-hero_grid .hero-secondary-media img{min-height:168px}.appearance-home.home-layout-classic_news .hero-editorial-layout{grid-template-columns:minmax(0,1fr);gap:16px;border-top:4px double var(--ink,#111827)}.appearance-home.home-layout-classic_news .hero-primary-card{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);box-shadow:none;border:1px solid var(--line);border-radius:8px;background:#fff}.appearance-home.home-layout-classic_news .hero-primary-copy{padding:clamp(18px,3vw,34px)}.appearance-home.home-layout-classic_news .hero-editorial-layout h1{letter-spacing:-.055em;line-height:.94}.appearance-home.home-layout-classic_news .hero-editorial-summary{max-width:68ch;font-size:1rem}.appearance-home.home-layout-classic_news .hero-secondary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.appearance-home.home-layout-classic_news .hero-secondary-card{display:block;box-shadow:none;border-radius:8px}.appearance-home.home-layout-classic_news .hero-secondary-fallback,.appearance-home.home-layout-classic_news .hero-secondary-media,.appearance-home.home-layout-classic_news .hero-secondary-media img{min-height:132px}.appearance-home.headline-style-split .hero-primary-card{grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr)}.appearance-home.headline-style-split .hero-primary-copy{border-left:1px solid var(--line)}.appearance-home.headline-style-overlay .hero-primary-card{position:relative;display:block;min-height:clamp(390px,48vw,560px);overflow:hidden}.appearance-home.headline-style-overlay .hero-primary-fallback,.appearance-home.headline-style-overlay .hero-primary-media,.appearance-home.headline-style-overlay .hero-primary-media img{position:absolute;inset:0;width:100%;height:100%}.appearance-home.headline-style-overlay .hero-primary-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,10,22,.06),rgba(4,10,22,.72));pointer-events:none}.appearance-home.headline-style-overlay .hero-primary-copy{position:absolute;z-index:2;left:clamp(18px,4vw,46px);right:clamp(18px,4vw,46px);bottom:clamp(18px,4vw,42px);max-width:760px;color:#fff;background:rgba(7,14,30,.68);border:1px solid rgba(255,255,255,.18);border-radius:calc(var(--page-card-radius, 18px) + 6px);padding:clamp(20px,3.5vw,38px);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.appearance-home.headline-style-overlay .hero-editorial-category,.appearance-home.headline-style-overlay .hero-editorial-footer .meta,.appearance-home.headline-style-overlay .hero-editorial-layout h1 a,.appearance-home.headline-style-overlay .hero-editorial-link{color:#fff}.appearance-home.headline-style-overlay .hero-editorial-summary{color:rgba(255,255,255,.84)}.appearance-home.headline-size-compact .hero-editorial-layout h1{font-size:clamp(2rem,4vw,3.5rem);line-height:.98}.appearance-home.headline-size-compact .hero-primary-card{min-height:340px}.appearance-home.headline-size-medium .hero-editorial-layout h1{font-size:clamp(2.45rem,5.2vw,4.8rem);line-height:.94}.appearance-home.headline-size-medium .hero-primary-card{min-height:410px}.appearance-home.headline-size-large .hero-editorial-layout h1{font-size:clamp(3rem,7vw,6.3rem);line-height:.88;letter-spacing:-.07em}.appearance-home.headline-size-large .hero-primary-card{min-height:500px}.appearance-home .hero-editorial-layout{margin-bottom:clamp(28px,5vw,54px)}.appearance-home .editorial-grid{gap:clamp(16px,2vw,24px)}.appearance-home .hero-secondary-copy h2{line-height:1.08}@media (max-width:980px){.appearance-home.headline-style-split .hero-primary-card,.appearance-home.home-layout-classic_news .hero-primary-card,.appearance-home.home-layout-editorial_split .hero-editorial-layout,.appearance-home.home-layout-editorial_split .hero-primary-card{grid-template-columns:1fr}.appearance-home.home-layout-classic_news .hero-secondary-grid,.appearance-home.home-layout-hero_grid .hero-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.appearance-home.headline-style-split .hero-primary-copy{border-left:0;border-top:1px solid var(--line)}}@media (max-width:640px){.appearance-home.home-layout-classic_news .hero-secondary-grid,.appearance-home.home-layout-hero_grid .hero-secondary-grid{grid-template-columns:1fr}.appearance-home.headline-style-overlay .hero-primary-card,.appearance-home.home-layout-hero_grid .hero-primary-card{min-height:470px}.appearance-home.headline-size-large .hero-editorial-layout h1{font-size:clamp(2.55rem,12vw,4.3rem)}}.appearance-home .hero-editorial-layout{gap:clamp(18px,2.5vw,28px);margin-bottom:clamp(26px,4vw,44px)}.appearance-home .hero-primary-card{overflow:hidden;min-height:unset!important;border:1px solid var(--line);background:#fff}.appearance-home .hero-editorial-layout h1{letter-spacing:-.045em;max-width:12.5em}.appearance-home.headline-size-compact .hero-editorial-layout h1{font-size:clamp(2rem,3.8vw,3.05rem)!important;line-height:.98!important}.appearance-home.headline-size-medium .hero-editorial-layout h1{font-size:clamp(2.18rem,4.4vw,3.45rem)!important;line-height:.96!important}.appearance-home.headline-size-large .hero-editorial-layout h1{font-size:clamp(2.4rem,5vw,3.85rem)!important;line-height:.94!important;letter-spacing:-.055em!important}.appearance-home.headline-size-compact .hero-primary-card,.appearance-home.headline-size-large .hero-primary-card,.appearance-home.headline-size-medium .hero-primary-card{min-height:unset!important}.appearance-home.home-layout-editorial_split .hero-editorial-layout{grid-template-columns:minmax(0,1fr)}.appearance-home.home-layout-editorial_split .hero-primary-card{display:grid!important;grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr)!important;align-items:stretch;border-radius:18px}.appearance-home.home-layout-editorial_split .hero-primary-fallback,.appearance-home.home-layout-editorial_split .hero-primary-media,.appearance-home.home-layout-editorial_split .hero-primary-media img{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;min-height:300px!important;max-height:380px!important}.appearance-home.home-layout-editorial_split .hero-primary-copy{position:relative!important;inset:auto!important;max-width:none!important;color:var(--ink)!important;background:#fff!important;border:0!important;border-radius:0!important;padding:clamp(24px,3.2vw,38px)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;justify-content:center}.appearance-home.home-layout-hero_grid .hero-editorial-layout{grid-template-columns:minmax(0,1fr)!important;gap:18px!important}.appearance-home.home-layout-hero_grid .hero-primary-card{display:grid!important;grid-template-columns:minmax(330px,1.05fr) minmax(0,.95fr)!important;min-height:unset!important;max-height:none!important;border-radius:20px}.appearance-home.home-layout-hero_grid .hero-primary-card:after{display:none!important}.appearance-home.home-layout-hero_grid .hero-primary-fallback,.appearance-home.home-layout-hero_grid .hero-primary-media,.appearance-home.home-layout-hero_grid .hero-primary-media img{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;min-height:305px!important;max-height:370px!important}.appearance-home.home-layout-hero_grid .hero-primary-copy{position:relative!important;inset:auto!important;z-index:1!important;max-width:none!important;color:var(--ink)!important;background:linear-gradient(180deg,#fff,#f8fafc)!important;border:0!important;border-radius:0!important;padding:clamp(22px,3vw,36px)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.appearance-home.home-layout-hero_grid .hero-editorial-category,.appearance-home.home-layout-hero_grid .hero-editorial-footer .meta,.appearance-home.home-layout-hero_grid .hero-editorial-layout h1 a,.appearance-home.home-layout-hero_grid .hero-editorial-link{color:var(--ink)!important}.appearance-home.home-layout-hero_grid .hero-editorial-summary{color:var(--muted)!important}.appearance-home.home-layout-hero_grid .hero-secondary-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px}.appearance-home.home-layout-hero_grid .hero-secondary-card{display:grid!important;grid-template-columns:1fr!important;border-radius:16px}.appearance-home.home-layout-hero_grid .hero-secondary-fallback,.appearance-home.home-layout-hero_grid .hero-secondary-media,.appearance-home.home-layout-hero_grid .hero-secondary-media img{min-height:140px!important;max-height:170px!important}.appearance-home.home-layout-classic_news .hero-editorial-layout{grid-template-columns:minmax(0,1fr)!important;gap:16px!important;border-top:3px double var(--ink,#111827);border-bottom:1px solid var(--line);padding-top:18px;padding-bottom:18px}.appearance-home.home-layout-classic_news .hero-primary-card{display:grid!important;grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr)!important;border-radius:10px;box-shadow:none!important}.appearance-home.home-layout-classic_news .hero-primary-fallback,.appearance-home.home-layout-classic_news .hero-primary-media,.appearance-home.home-layout-classic_news .hero-primary-media img{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;min-height:270px!important;max-height:340px!important}.appearance-home.home-layout-classic_news .hero-primary-copy{position:relative!important;inset:auto!important;max-width:none!important;color:var(--ink)!important;background:#fff!important;border:0!important;border-radius:0!important;padding:clamp(20px,2.8vw,34px)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.appearance-home.home-layout-classic_news .hero-secondary-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.appearance-home.home-layout-classic_news .hero-secondary-card{display:block!important;border-radius:10px;box-shadow:none!important}.appearance-home.headline-style-editorial_horizontal .hero-primary-card{align-items:center}.appearance-home.headline-style-split .hero-primary-card{grid-template-columns:minmax(300px,.95fr) minmax(0,1.05fr)!important}.appearance-home.headline-style-split .hero-primary-copy{border-left:1px solid var(--line)!important}.appearance-home.headline-style-overlay .hero-primary-card{grid-template-columns:minmax(330px,1.05fr) minmax(0,.95fr)!important;min-height:unset!important;max-height:none!important;position:relative!important}.appearance-home.headline-style-overlay .hero-primary-fallback,.appearance-home.headline-style-overlay .hero-primary-media,.appearance-home.headline-style-overlay .hero-primary-media img{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;min-height:300px!important;max-height:370px!important}.appearance-home.headline-style-overlay .hero-primary-copy{z-index:1!important;background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(248,250,252,.94))!important;border-left:4px solid var(--accent,#b45309)!important;padding:clamp(22px,3vw,36px)!important}.appearance-home .hero-editorial-summary{max-width:62ch;font-size:clamp(.95rem,1.15vw,1.05rem);line-height:1.65}.appearance-home .hero-editorial-footer{margin-top:clamp(14px,2vw,22px)}@media (max-width:980px){.appearance-home.headline-style-overlay .hero-primary-card,.appearance-home.headline-style-split .hero-primary-card,.appearance-home.home-layout-classic_news .hero-primary-card,.appearance-home.home-layout-editorial_split .hero-primary-card,.appearance-home.home-layout-hero_grid .hero-primary-card{grid-template-columns:1fr!important}.appearance-home.home-layout-classic_news .hero-secondary-grid,.appearance-home.home-layout-hero_grid .hero-secondary-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.appearance-home.headline-style-split .hero-primary-copy{border-left:0!important;border-top:1px solid var(--line)!important}.appearance-home.headline-style-overlay .hero-primary-copy{border-left:0!important;border-top:4px solid var(--accent,#b45309)!important}}@media (max-width:640px){.appearance-home.home-layout-classic_news .hero-secondary-grid,.appearance-home.home-layout-hero_grid .hero-secondary-grid{grid-template-columns:1fr!important}.appearance-home .hero-primary-fallback,.appearance-home .hero-primary-media,.appearance-home .hero-primary-media img{min-height:220px!important;max-height:280px!important}.appearance-home.headline-size-large .hero-editorial-layout h1{font-size:clamp(2.2rem,10vw,3.15rem)!important}}.appearance-home.headline-style-overlay .hero-primary-card{display:grid!important;grid-template-columns:minmax(360px,1.12fr) minmax(360px,.88fr)!important;align-items:stretch!important;min-height:330px!important;max-height:420px!important;overflow:hidden!important;border-radius:18px!important;background:#fff!important}.appearance-home.headline-style-overlay .hero-primary-card:after{display:none!important}.appearance-home.headline-style-overlay .hero-primary-media{position:relative!important;inset:auto!important;display:block!important;width:100%!important;height:100%!important;min-height:330px!important;max-height:420px!important;background:#eef2f7!important}.appearance-home.headline-style-overlay .hero-primary-media img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:100%!important;max-height:none!important;object-fit:cover!important}.appearance-home.headline-style-overlay .hero-primary-fallback{position:relative!important;width:100%!important;height:100%!important;min-height:330px!important;max-height:420px!important}.appearance-home.headline-style-overlay .hero-primary-copy{position:relative!important;inset:auto!important;display:flex!important;flex-direction:column!important;justify-content:center!important;max-width:none!important;color:var(--ink)!important;background:#fff!important;border:0!important;border-left:3px solid var(--accent,#b45309)!important;border-radius:0!important;padding:clamp(22px,3vw,34px)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.appearance-home.headline-style-overlay .hero-editorial-layout h1{max-width:100%!important;font-size:clamp(2rem,3.45vw,3rem)!important;line-height:.96!important;letter-spacing:-.045em!important;margin-bottom:14px!important}.appearance-home.headline-style-overlay.headline-size-compact .hero-editorial-layout h1{font-size:clamp(1.85rem,3vw,2.55rem)!important}.appearance-home.headline-style-overlay.headline-size-medium .hero-editorial-layout h1{font-size:clamp(1.95rem,3.25vw,2.78rem)!important}.appearance-home.headline-style-overlay.headline-size-large .hero-editorial-layout h1{font-size:clamp(2.05rem,3.55vw,3.05rem)!important}.appearance-home.headline-style-overlay .hero-editorial-summary{max-width:56ch!important;font-size:.98rem!important;line-height:1.62!important;color:var(--muted)!important;margin-top:0!important}.appearance-home.headline-style-overlay .hero-editorial-category,.appearance-home.headline-style-overlay .hero-editorial-footer .meta,.appearance-home.headline-style-overlay .hero-editorial-layout h1 a,.appearance-home.headline-style-overlay .hero-editorial-link{color:var(--ink)!important}.appearance-home.headline-style-overlay .hero-editorial-footer{margin-top:18px!important}.appearance-home.headline-style-overlay .hero-secondary-grid{margin-top:16px!important}@media (max-width:980px){.appearance-home.headline-style-overlay .hero-primary-card{grid-template-columns:1fr!important;max-height:none!important}.appearance-home.headline-style-overlay .hero-primary-fallback,.appearance-home.headline-style-overlay .hero-primary-media{min-height:260px!important;max-height:320px!important}.appearance-home.headline-style-overlay .hero-primary-copy{border-left:0!important;border-top:3px solid var(--accent,#b45309)!important}}@media (max-width:640px){.appearance-home.headline-style-overlay .hero-primary-card{border-radius:14px!important}.appearance-home.headline-style-overlay .hero-primary-fallback,.appearance-home.headline-style-overlay .hero-primary-media{min-height:220px!important;max-height:270px!important}.appearance-home.headline-style-overlay .hero-editorial-layout h1,.appearance-home.headline-style-overlay.headline-size-large .hero-editorial-layout h1{font-size:clamp(1.85rem,9vw,2.55rem)!important}}.appearance-home.headline-style-editorial_horizontal .hero-editorial-layout{display:grid!important;grid-template-columns:1fr!important;grid-gap:22px!important;gap:22px!important;margin-top:clamp(22px,3vw,34px)!important;margin-bottom:clamp(30px,4vw,46px)!important;padding-top:0!important;border-top:0!important}.appearance-home.headline-style-editorial_horizontal .hero-primary-card{display:grid!important;grid-template-columns:minmax(320px,.95fr) minmax(0,1.05fr)!important;grid-gap:clamp(24px,3.4vw,42px)!important;gap:clamp(24px,3.4vw,42px)!important;min-height:unset!important;max-height:none!important;overflow:visible!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}.appearance-home.headline-style-editorial_horizontal .hero-primary-media{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;min-height:250px!important;max-height:310px!important;overflow:hidden!important;background:#eef2f7!important;box-shadow:var(--shadow-sm)!important}.appearance-home.headline-style-editorial_horizontal .hero-primary-media img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:100%!important;max-height:none!important;object-fit:cover!important}.appearance-home.headline-style-editorial_horizontal .hero-primary-fallback{position:relative!important;width:100%!important;min-height:250px!important;max-height:310px!important}.appearance-home.headline-style-editorial_horizontal .hero-primary-copy{position:relative!important;inset:auto!important;display:flex!important;flex-direction:column!important;justify-content:center!important;max-width:640px!important;color:var(--ink)!important;background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.appearance-home.headline-style-editorial_horizontal .hero-editorial-layout h1{max-width:11.5em!important;font-size:clamp(2rem,3.55vw,3.15rem)!important;line-height:.97!important;letter-spacing:-.045em!important;margin:0 0 14px!important}.appearance-home.headline-style-editorial_horizontal.headline-size-compact .hero-editorial-layout h1{font-size:clamp(1.85rem,3.05vw,2.65rem)!important}.appearance-home.headline-style-editorial_horizontal.headline-size-medium .hero-editorial-layout h1{font-size:clamp(1.95rem,3.35vw,2.9rem)!important}.appearance-home.headline-style-editorial_horizontal.headline-size-large .hero-editorial-layout h1{font-size:clamp(2.05rem,3.7vw,3.2rem)!important}.appearance-home.headline-style-editorial_horizontal .hero-editorial-category{color:var(--accent,#b45309)!important}.appearance-home.headline-style-editorial_horizontal .hero-editorial-footer .meta,.appearance-home.headline-style-editorial_horizontal .hero-editorial-layout h1 a,.appearance-home.headline-style-editorial_horizontal .hero-editorial-link{color:var(--ink)!important}.appearance-home.headline-style-editorial_horizontal .hero-editorial-summary{max-width:58ch!important;font-size:.98rem!important;line-height:1.62!important;color:var(--muted)!important;margin:0!important}.appearance-home.headline-style-editorial_horizontal .hero-editorial-footer{margin-top:20px!important;padding-top:16px!important;border-top:1px solid var(--line)!important}.appearance-home.headline-style-editorial_horizontal .hero-secondary-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:clamp(18px,3vw,32px)!important;gap:clamp(18px,3vw,32px)!important;padding-top:22px!important;border-top:1px solid var(--line)!important}.appearance-home.headline-style-editorial_horizontal .hero-secondary-card{display:grid!important;grid-template-columns:minmax(150px,.42fr) minmax(0,.58fr)!important;grid-gap:18px!important;gap:18px!important;align-items:center!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.appearance-home.headline-style-editorial_horizontal .hero-secondary-media{position:relative!important;width:100%!important;min-height:118px!important;max-height:142px!important;aspect-ratio:16/10!important;overflow:hidden!important;border-radius:12px!important;background:#eef2f7!important}.appearance-home.headline-style-editorial_horizontal .hero-secondary-media img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:100%!important;max-height:none!important;object-fit:cover!important}.appearance-home.headline-style-editorial_horizontal .hero-secondary-fallback{min-height:118px!important;max-height:142px!important;aspect-ratio:16/10!important;border-radius:12px!important}.appearance-home.headline-style-editorial_horizontal .hero-secondary-copy{padding:0!important}.appearance-home.headline-style-editorial_horizontal .hero-secondary-copy h2{font-size:clamp(1.02rem,1.5vw,1.28rem)!important;line-height:1.15!important;letter-spacing:-.025em!important;margin:6px 0 8px!important}.appearance-home.headline-style-editorial_horizontal .hero-secondary-category{color:var(--accent,#b45309)!important}.appearance-home.headline-style-editorial_horizontal .hero-secondary-copy .meta{font-size:.78rem!important}.appearance-home.headline-style-editorial_horizontal .hero-editorial-labels{margin-bottom:12px!important}.appearance-home.headline-style-editorial_horizontal .hero-editorial-link{font-weight:800!important}.appearance-home.headline-style-editorial_horizontal .editorial-grid,.appearance-home.headline-style-editorial_horizontal+.grid4{margin-top:clamp(18px,3vw,30px)!important}@media (max-width:980px){.appearance-home.headline-style-editorial_horizontal .hero-primary-card{grid-template-columns:1fr!important;gap:18px!important}.appearance-home.headline-style-editorial_horizontal .hero-primary-copy{max-width:none!important}.appearance-home.headline-style-editorial_horizontal .hero-secondary-grid{grid-template-columns:1fr!important}}@media (max-width:640px){.appearance-home.headline-style-editorial_horizontal .hero-primary-fallback,.appearance-home.headline-style-editorial_horizontal .hero-primary-media{min-height:210px!important;max-height:250px!important}.appearance-home.headline-style-editorial_horizontal .hero-editorial-layout h1,.appearance-home.headline-style-editorial_horizontal.headline-size-large .hero-editorial-layout h1{font-size:clamp(1.78rem,8vw,2.45rem)!important}.appearance-home.headline-style-editorial_horizontal .hero-secondary-card{grid-template-columns:120px minmax(0,1fr)!important;gap:14px!important}.appearance-home.headline-style-editorial_horizontal .hero-secondary-fallback,.appearance-home.headline-style-editorial_horizontal .hero-secondary-media{min-height:92px!important;max-height:112px!important}}.appearance-home.headline-style-editorial_horizontal .hero-primary-card{grid-template-columns:minmax(410px,1.12fr) minmax(0,.88fr)!important;gap:clamp(24px,3vw,36px)!important;align-items:center!important}.appearance-home.headline-style-editorial_horizontal .hero-primary-fallback,.appearance-home.headline-style-editorial_horizontal .hero-primary-media{min-height:305px!important;max-height:370px!important;aspect-ratio:16/9!important;border-radius:16px!important}.appearance-home.headline-style-editorial_horizontal .hero-primary-copy{max-width:560px!important}.appearance-home.headline-style-editorial_horizontal .hero-editorial-layout h1{max-width:10.6em!important;font-size:clamp(1.75rem,2.85vw,2.55rem)!important;line-height:1.02!important;letter-spacing:-.038em!important;margin-bottom:12px!important}.appearance-home.headline-style-editorial_horizontal.headline-size-compact .hero-editorial-layout h1{font-size:clamp(1.62rem,2.55vw,2.28rem)!important}.appearance-home.headline-style-editorial_horizontal.headline-size-medium .hero-editorial-layout h1{font-size:clamp(1.7rem,2.72vw,2.42rem)!important}.appearance-home.headline-style-editorial_horizontal.headline-size-large .hero-editorial-layout h1{font-size:clamp(1.82rem,2.95vw,2.62rem)!important}.appearance-home.headline-style-editorial_horizontal .hero-editorial-summary{max-width:52ch!important;font-size:.94rem!important;line-height:1.6!important}.appearance-home.headline-style-editorial_horizontal .hero-editorial-footer{margin-top:16px!important;padding-top:14px!important}@media (max-width:980px){.appearance-home.headline-style-editorial_horizontal .hero-primary-card{grid-template-columns:1fr!important}.appearance-home.headline-style-editorial_horizontal .hero-primary-fallback,.appearance-home.headline-style-editorial_horizontal .hero-primary-media{min-height:250px!important;max-height:320px!important}.appearance-home.headline-style-editorial_horizontal .hero-primary-copy{max-width:none!important}}@media (max-width:640px){.appearance-home.headline-style-editorial_horizontal .hero-primary-fallback,.appearance-home.headline-style-editorial_horizontal .hero-primary-media{min-height:220px!important;max-height:270px!important}.appearance-home.headline-style-editorial_horizontal .hero-editorial-layout h1,.appearance-home.headline-style-editorial_horizontal.headline-size-large .hero-editorial-layout h1{font-size:clamp(1.68rem,7.5vw,2.25rem)!important}}.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-primary-card{position:relative!important;display:block!important;min-height:430px!important;max-height:520px!important;overflow:hidden!important;border-radius:18px!important;background:#0b1728!important;border:1px solid var(--line)!important;box-shadow:var(--shadow-sm)!important}.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-primary-fallback,.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-primary-media{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:100%!important;max-height:none!important;border-radius:0!important;background:#0b1728!important;box-shadow:none!important}.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-primary-media img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:100%!important;object-fit:cover!important}.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-primary-card:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(5,12,24,.8),rgba(5,12,24,.5) 42%,rgba(5,12,24,.12)),linear-gradient(180deg,rgba(5,12,24,.04),rgba(5,12,24,.74))}.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-primary-copy{position:absolute!important;left:clamp(22px,3vw,38px)!important;right:clamp(22px,4vw,68px)!important;bottom:clamp(20px,3vw,34px)!important;z-index:2!important;max-width:720px!important;padding:0!important;color:#fff!important;background:transparent!important;border:0!important}.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-editorial-category{color:#f7b733!important}.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-editorial-layout h1,.appearance-home.headline-style-editorial_horizontal.headline-size-large .rm16o5-r12-r15-headline-content .hero-editorial-layout h1{max-width:12em!important;font-size:clamp(1.95rem,3.25vw,3.05rem)!important;line-height:.98!important;letter-spacing:-.045em!important;margin:0 0 12px!important}.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-editorial-footer .meta,.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-editorial-layout h1 a,.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-editorial-link{color:#fff!important}.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-editorial-summary{max-width:64ch!important;color:rgba(255,255,255,.9)!important;font-size:.96rem!important;line-height:1.55!important}.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-editorial-footer{border-top:1px solid rgba(255,255,255,.24)!important;margin-top:16px!important;padding-top:14px!important}.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-secondary-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:0!important;gap:0!important;border:1px solid var(--line)!important;border-top:0!important;border-radius:0 0 16px 16px!important;overflow:hidden!important;background:#fff!important}.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-secondary-card{display:grid!important;grid-template-columns:minmax(130px,.42fr) minmax(0,.58fr)!important;grid-gap:16px!important;gap:16px!important;align-items:center!important;padding:16px!important;border:0!important;border-right:1px solid var(--line)!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-secondary-card:last-child{border-right:0!important}.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-secondary-fallback,.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-secondary-media{min-height:98px!important;max-height:122px!important;aspect-ratio:16/10!important;border-radius:10px!important;overflow:hidden!important}.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-secondary-media img{width:100%!important;height:100%!important;object-fit:cover!important}.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-secondary-copy{padding:0!important}.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-secondary-copy h2{font-size:clamp(.98rem,1.2vw,1.14rem)!important;line-height:1.15!important}@media (max-width:720px){.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-primary-card{min-height:360px!important}.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-editorial-layout h1,.appearance-home.headline-style-editorial_horizontal.headline-size-large .rm16o5-r12-r15-headline-content .hero-editorial-layout h1{font-size:clamp(1.7rem,7.2vw,2.35rem)!important}.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-secondary-grid{grid-template-columns:1fr!important}.appearance-home.headline-style-editorial_horizontal .rm16o5-r12-r15-headline-content .hero-secondary-card{border-right:0!important;border-bottom:1px solid var(--line)!important}}.rm16o5-r12-r15-headline-sidebar-stage{display:grid;grid-template-columns:minmax(0,1fr) minmax(290px,340px);grid-gap:clamp(24px,3vw,38px);gap:clamp(24px,3vw,38px);align-items:start;width:100%}.rm16o5-r12-r15-headline-content,.rm16o5-r12-r15-headline-sidebar{min-width:0}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-primary-card{display:block!important;min-height:430px!important;max-height:520px!important;border-radius:18px!important;border:1px solid var(--line)!important;box-shadow:var(--shadow-sm)!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-primary-fallback,.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-primary-media{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:100%!important;max-height:none!important;border-radius:0!important;background:#0b1728!important;box-shadow:none!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-primary-media img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:100%!important;object-fit:cover!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-primary-card:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(5,12,24,.8),rgba(5,12,24,.5) 42%,rgba(5,12,24,.12)),linear-gradient(180deg,rgba(5,12,24,.04),rgba(5,12,24,.74))}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-primary-copy{left:clamp(22px,3vw,38px)!important;right:clamp(22px,4vw,68px)!important;bottom:clamp(20px,3vw,34px)!important;max-width:720px!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-editorial-category{color:#f7b733!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-editorial-layout h1,.appearance-home.headline-style-sidebar_overlay.headline-size-large .rm16o5-r12-r15-headline-content .hero-editorial-layout h1{max-width:12em!important;font-size:clamp(1.95rem,3.25vw,3.05rem)!important;line-height:.98!important;letter-spacing:-.045em!important;margin:0 0 12px!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-editorial-footer .meta,.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-editorial-layout h1 a,.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-editorial-link{color:#fff!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-editorial-summary{max-width:64ch!important;color:rgba(255,255,255,.9)!important;font-size:.96rem!important;line-height:1.55!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-editorial-footer{border-top:1px solid rgba(255,255,255,.24)!important;margin-top:16px!important;padding-top:14px!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-secondary-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:0!important;gap:0!important;border:1px solid var(--line)!important;border-top:0!important;border-radius:0 0 16px 16px!important;overflow:hidden!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-secondary-card{display:grid!important;grid-template-columns:minmax(130px,.42fr) minmax(0,.58fr)!important;grid-gap:16px!important;gap:16px!important;align-items:center!important;padding:16px!important;border:0!important;border-right:1px solid var(--line)!important;border-radius:0!important;box-shadow:none!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-secondary-card:last-child{border-right:0!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-secondary-fallback,.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-secondary-media{min-height:98px!important;max-height:122px!important;aspect-ratio:16/10!important;border-radius:10px!important;overflow:hidden!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-secondary-media img{width:100%!important;height:100%!important;object-fit:cover!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-secondary-copy{padding:0!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-secondary-copy h2{font-size:clamp(.98rem,1.2vw,1.14rem)!important;line-height:1.15!important}@media (max-width:1100px){.rm16o5-r12-r15-headline-sidebar-stage{grid-template-columns:1fr!important}}@media (max-width:720px){.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-primary-card{min-height:360px!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-editorial-layout h1,.appearance-home.headline-style-sidebar_overlay.headline-size-large .rm16o5-r12-r15-headline-content .hero-editorial-layout h1{font-size:clamp(1.7rem,7.2vw,2.35rem)!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-secondary-grid{grid-template-columns:1fr!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-secondary-card{border-right:0!important;border-bottom:1px solid var(--line)!important}}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-primary-card:after{inset:auto 0 0 0!important;height:58%!important;background:linear-gradient(180deg,rgba(5,12,24,0),rgba(5,12,24,.22) 32%,rgba(5,12,24,.72) 72%,rgba(5,12,24,.92))!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-primary-copy{left:clamp(20px,2.5vw,30px)!important;bottom:clamp(18px,2.4vw,26px)!important;max-width:76%!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-editorial-layout h1,.appearance-home.headline-style-sidebar_overlay.headline-size-large .rm16o5-r12-r15-headline-content .hero-editorial-layout h1{font-size:clamp(1.55rem,2.25vw,2.35rem)!important;line-height:1.03!important;max-width:15em!important;text-shadow:0 2px 12px rgba(0,0,0,.42)!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-editorial-summary{font-size:.88rem!important;line-height:1.45!important;text-shadow:0 1px 8px rgba(0,0,0,.35)!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-editorial-footer{padding-top:10px!important}@media (max-width:900px){.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-primary-card{min-height:330px!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-primary-copy{max-width:92%!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-editorial-layout h1,.appearance-home.headline-style-sidebar_overlay.headline-size-large .rm16o5-r12-r15-headline-content .hero-editorial-layout h1{font-size:clamp(1.35rem,6vw,2rem)!important}}.appearance-home.headline-style-sidebar_overlay{--rm16o5-sidebar-width:clamp(286px,25vw,336px);--rm16o5-sidebar-gap:clamp(24px,3vw,36px)}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-sidebar-stage{display:block!important;width:100%!important;overflow:visible!important;clear:both!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-sidebar{float:right!important;width:var(--rm16o5-sidebar-width)!important;max-width:var(--rm16o5-sidebar-width)!important;margin-left:var(--rm16o5-sidebar-gap)!important;margin-bottom:32px!important;min-width:0!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content{display:block!important;min-width:0!important;width:auto!important;margin-right:calc(var(--rm16o5-sidebar-width) + var(--rm16o5-sidebar-gap))!important}.appearance-home.headline-style-sidebar_overlay>.layout.homepage-layout,.appearance-home.headline-style-sidebar_overlay>section:not(.rm16o5-r12-r15-headline-sidebar-stage){margin-right:calc(var(--rm16o5-sidebar-width) + var(--rm16o5-sidebar-gap))!important;width:auto!important;max-width:none!important;clear:none!important}.appearance-home.headline-style-sidebar_overlay>.layout.homepage-layout{display:block!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-primary-card{position:relative!important;min-height:360px!important;max-height:430px!important;border-radius:16px!important;overflow:hidden!important;background:#0b1728!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-primary-card:after{content:""!important;position:absolute!important;inset:0!important;z-index:1!important;pointer-events:none!important;background:linear-gradient(90deg,rgba(5,12,24,.48),rgba(5,12,24,.2) 46%,rgba(5,12,24,.06)),linear-gradient(180deg,rgba(5,12,24,0),rgba(5,12,24,.1) 42%,rgba(5,12,24,.7) 78%,rgba(5,12,24,.92))!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-primary-copy{position:absolute!important;left:clamp(20px,2.4vw,30px)!important;right:clamp(20px,3vw,42px)!important;bottom:clamp(17px,2.2vw,25px)!important;top:auto!important;transform:none!important;z-index:2!important;max-width:74%!important;padding:0!important;background:transparent!important;border:0!important;color:#fff!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-editorial-category{color:#f3b23c!important;font-size:.72rem!important;letter-spacing:.08em!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-editorial-layout h1,.appearance-home.headline-style-sidebar_overlay.headline-size-large .rm16o5-r12-r15-headline-content .hero-editorial-layout h1{font-size:clamp(1.35rem,1.9vw,2.05rem)!important;line-height:1.04!important;letter-spacing:-.035em!important;max-width:17em!important;margin:0 0 8px!important;color:#fff!important;text-shadow:0 2px 14px rgba(0,0,0,.46)!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-editorial-summary{max-width:58ch!important;font-size:.86rem!important;line-height:1.46!important;color:rgba(255,255,255,.92)!important;text-shadow:0 1px 10px rgba(0,0,0,.36)!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-editorial-footer{margin-top:10px!important;padding-top:9px!important;border-top:1px solid rgba(255,255,255,.2)!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-editorial-footer .meta,.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-editorial-link{color:rgba(255,255,255,.95)!important;font-size:.76rem!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-secondary-grid{background:#fff!important;border-radius:0 0 14px 14px!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-secondary-card{background:#fff!important}@media (max-width:1100px){.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-sidebar{float:none!important;width:auto!important;max-width:none!important;margin-left:0!important;margin-top:24px!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content,.appearance-home.headline-style-sidebar_overlay>.layout.homepage-layout,.appearance-home.headline-style-sidebar_overlay>section:not(.rm16o5-r12-r15-headline-sidebar-stage){margin-right:0!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-primary-copy{max-width:90%!important}}@media (max-width:720px){.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-primary-card{min-height:330px!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-editorial-layout h1,.appearance-home.headline-style-sidebar_overlay.headline-size-large .rm16o5-r12-r15-headline-content .hero-editorial-layout h1{font-size:clamp(1.25rem,6vw,1.85rem)!important;max-width:100%!important}.appearance-home.headline-style-sidebar_overlay .rm16o5-r12-r15-headline-content .hero-editorial-summary{font-size:.82rem!important}}.article-appearance{--detail-border-soft:rgba(11,35,60,0.10);--detail-border-softer:rgba(11,35,60,0.075);--detail-text-muted:#5f6f83;--detail-ink:#071f38;--detail-accent:#b56d08;--detail-accent-soft:#fff7e8;--detail-card-bg:#ffffff}.article-appearance .article-layout{align-items:flex-start;gap:clamp(1.5rem,3vw,2.5rem)}.article-appearance .article-content{overflow:hidden;border:1px solid var(--detail-border-softer);border-radius:18px;background:var(--detail-card-bg);box-shadow:0 18px 44px rgba(7,31,56,.06);padding:clamp(1.35rem,3vw,2.6rem)}.article-appearance .article-breadcrumb{margin-bottom:1rem;font-size:.82rem;color:var(--detail-text-muted)}.article-appearance .article-breadcrumb a{color:var(--detail-ink);font-weight:700;text-decoration:none}.article-appearance .article-content>.eyebrow{margin-bottom:.8rem;color:var(--detail-accent);font-weight:900;letter-spacing:.2em}.article-appearance .article-content>h1{max-width:820px;margin-bottom:1rem;color:var(--detail-ink);font-family:var(--article-heading-font);font-size:clamp(1.85rem,3vw,2.55rem);line-height:1.08;letter-spacing:-.025em}.article-title-compact .article-content>h1{font-size:clamp(1.75rem,2.7vw,2.35rem)}.article-title-medium .article-content>h1{font-size:clamp(1.85rem,3vw,2.55rem)}.article-title-large .article-content>h1{font-size:clamp(2rem,3.3vw,2.8rem)}.article-appearance .article-content>.lead{max-width:780px;margin-bottom:1.25rem;color:var(--detail-text-muted);font-size:clamp(.98rem,1.25vw,1.08rem);line-height:1.65}.article-appearance .article-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem 1rem;margin:1.15rem 0 1.45rem;padding:.85rem 1rem;border:1px solid var(--detail-border-softer);border-radius:14px;background:linear-gradient(180deg,#fbfdff,#f6f9fc);color:var(--detail-text-muted);font-size:.86rem}.article-appearance .article-meta-row .article-author{color:var(--detail-ink);font-weight:800}.article-appearance .article-reading-time{color:var(--detail-accent);font-weight:800}.article-appearance .article-figure{margin:1.35rem 0 1.6rem;overflow:hidden;border-radius:16px;background:#edf2f7;box-shadow:0 16px 32px rgba(7,31,56,.08)}.article-appearance .article-figure img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover}.article-appearance .article-body{max-width:var(--article-body-width);color:#10253d;font-family:var(--article-body-font);font-size:var(--article-body-size);line-height:1.82}.article-appearance .article-body p{margin:0 0 1.2rem}.article-appearance .article-keyword-link{color:#064f87;font-weight:800;text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.2em}.article-appearance .article-inline-read-also{display:block;margin:1.35rem 0;padding:1rem 1.1rem;border:1px solid rgba(181,109,8,.2);border-left:4px solid var(--detail-accent);border-radius:14px;background:var(--detail-accent-soft);box-shadow:0 10px 24px rgba(181,109,8,.08)}.article-appearance .article-inline-read-also span{display:block;margin-bottom:.35rem;color:var(--detail-accent);font-size:.72rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.article-appearance .article-inline-read-also a{display:block;color:var(--detail-ink);font-family:var(--article-heading-font);font-size:1.03rem;font-weight:900;line-height:1.32;text-decoration:none}.article-appearance .article-inline-read-also small{display:block;margin-top:.35rem;color:var(--detail-text-muted);font-size:.78rem}.article-appearance .article-share{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem;margin:1.75rem 0 0;padding-top:1.15rem;border-top:1px solid var(--detail-border-softer)}.article-appearance .article-share a{display:inline-flex;align-items:center;min-height:34px;padding:.4rem .72rem;border:1px solid var(--detail-border-soft);border-radius:999px;background:#fff;color:var(--detail-ink);font-size:.82rem;font-weight:800;text-decoration:none}.article-appearance .article-tags,.article-appearance .article-topics{margin-top:1.35rem;padding-top:1.1rem;border-top:1px solid var(--detail-border-softer)}.article-appearance .article-tags>strong,.article-appearance .article-topics>strong{display:block;margin-bottom:.7rem;color:var(--detail-ink)}.article-appearance .article-tag-list,.article-appearance .article-topic-list{display:flex;flex-wrap:wrap;gap:.55rem}.article-appearance .article-tag-link,.article-appearance .article-topic-list a{display:inline-flex;align-items:center;padding:.43rem .72rem;border:1px solid var(--detail-border-soft);border-radius:999px;background:#f8fafc;color:var(--detail-ink);font-size:.82rem;font-weight:800;line-height:1;text-decoration:none}.article-appearance .article-prev-next{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem;margin:2rem 0 0}.article-appearance .article-prev-next-card,.article-appearance .article-prev-next-empty{min-height:100px;padding:1rem;border:1px solid var(--detail-border-softer);border-radius:16px;background:#fbfdff;text-decoration:none}.article-appearance .article-prev-next-card{display:flex;flex-direction:column;justify-content:center}.article-appearance .article-prev-next-card span{margin-bottom:.45rem;color:var(--detail-accent);font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.article-appearance .article-prev-next-card strong{color:var(--detail-ink);font-family:var(--article-heading-font);font-size:1rem;line-height:1.28}.article-appearance .article-category-more,.article-appearance .article-read-also,.article-appearance .article-redaksi-recommended,.article-appearance .article-related{margin-top:2.2rem;padding-top:1.65rem;border-top:1px solid var(--detail-border-softer)}.article-appearance .section-heading{margin-bottom:1rem}.article-appearance .section-heading .eyebrow{margin-bottom:.25rem;color:var(--detail-accent);font-size:.72rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.article-appearance .section-heading h2{margin:0;color:var(--detail-ink);font-family:var(--article-heading-font);font-size:clamp(1.45rem,2.5vw,2rem);line-height:1.12;letter-spacing:-.02em}.article-appearance .article-content .grid4{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.article-appearance .article-content .grid4>*{min-width:0}.article-appearance .article-content .grid4 h2,.article-appearance .article-content .grid4 h3{font-size:1rem;line-height:1.3}.article-appearance.with-sidebar .sidebar{position:-webkit-sticky;position:sticky;top:1rem}@media (max-width:980px){.article-appearance .article-layout{display:block}.article-appearance.with-sidebar .sidebar{position:static;margin-top:1.25rem}}@media (max-width:720px){.article-appearance .article-content{padding:1.1rem;border-radius:14px}.article-appearance .article-content>h1,.article-title-compact .article-content>h1,.article-title-large .article-content>h1,.article-title-medium .article-content>h1{font-size:clamp(1.65rem,7vw,2.15rem);line-height:1.1}.article-appearance .article-meta-row{align-items:flex-start;flex-direction:column}.article-appearance .article-content .grid4,.article-appearance .article-prev-next{grid-template-columns:1fr}}.appearance-home .latest-river .story-card{align-items:stretch;grid-template-columns:minmax(190px,238px) minmax(0,1fr);min-height:158px}.appearance-home .latest-river .story-card .thumb,.appearance-home .latest-river .story-card .thumb-fallback{display:block;width:100%;height:158px;min-height:158px;max-height:158px;aspect-ratio:auto;overflow:hidden;border-radius:14px;background:#edf2f7}.appearance-home .latest-river .story-card .thumb img{display:block;width:100%;height:100%;max-height:158px;object-fit:cover;object-position:center}.appearance-home .latest-river .story-card .card-body{min-width:0;display:flex;flex-direction:column}.appearance-home .latest-river .story-card h2{min-height:2.6em}.appearance-home .latest-river .story-card .card-excerpt,.appearance-home .latest-river .story-card h2{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media (max-width:720px){.appearance-home .latest-river .story-card{grid-template-columns:1fr;min-height:auto}.appearance-home .latest-river .story-card .thumb,.appearance-home .latest-river .story-card .thumb-fallback{height:auto;min-height:0;max-height:none;aspect-ratio:16/9}.appearance-home .latest-river .story-card .thumb img{max-height:none}}.appearance-home .home-load-more{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.85rem;margin-top:1.25rem}.appearance-home .home-load-more-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:999px;background:#071f38;color:#fff;cursor:pointer;font:inherit;font-size:.92rem;font-weight:900;min-height:44px;padding:.75rem 1.15rem;box-shadow:0 12px 28px rgba(7,31,56,.16)}.appearance-home .home-load-more-button:hover{transform:translateY(-1px)}.appearance-home .home-load-more-count{color:#64748b;font-size:.85rem;font-weight:700}@media (max-width:720px){.appearance-home .home-load-more{align-items:stretch;flex-direction:column}.appearance-home .home-load-more-button{width:100%}.appearance-home .home-load-more-count{text-align:center}}.dynamic-sidebar .sidebar-category-slider{display:flex;gap:.78rem;margin:0 -.15rem;overflow-x:auto;padding:.1rem .15rem .45rem;scroll-snap-type:x mandatory;scrollbar-width:thin}.dynamic-sidebar .sidebar-category-slide{position:relative;isolation:isolate;flex:0 0 168px;min-height:176px;overflow:hidden;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#0f243d;box-shadow:0 14px 30px rgba(15,23,42,.12);color:#fff;scroll-snap-align:start;text-decoration:none}.dynamic-sidebar .sidebar-category-slide:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(15,23,42,.08),rgba(15,23,42,.84))}.dynamic-sidebar .sidebar-category-fallback,.dynamic-sidebar .sidebar-category-thumb,.dynamic-sidebar .sidebar-category-thumb img{display:block;width:100%;height:100%;min-height:176px}.dynamic-sidebar .sidebar-category-thumb img{object-fit:cover;object-position:center;transition:transform .25s ease}.dynamic-sidebar .sidebar-category-slide:hover .sidebar-category-thumb img{transform:scale(1.04)}.dynamic-sidebar .sidebar-category-fallback{display:grid;place-items:center;background:linear-gradient(135deg,#0f243d,#b56d08);color:#fff;font-family:var(--page-heading-font,inherit);font-size:3rem;font-weight:900}.dynamic-sidebar .sidebar-category-overlay{position:absolute;inset:auto 0 0;z-index:2;display:grid;grid-gap:.25rem;gap:.25rem;padding:1rem}.dynamic-sidebar .sidebar-category-name{display:-webkit-box;overflow:hidden;color:#fff;font-family:var(--page-heading-font,inherit);font-size:1.05rem;font-weight:900;line-height:1.15;-webkit-box-orient:vertical;-webkit-line-clamp:2}.dynamic-sidebar .sidebar-category-overlay small{color:rgba(255,255,255,.82);font-size:.78rem;font-weight:800}.dynamic-sidebar .sidebar-archive-modern{display:grid;grid-gap:.7rem;gap:.7rem}.dynamic-sidebar .sidebar-archive-card{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;grid-gap:.75rem;gap:.75rem;min-height:68px;padding:.78rem;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:linear-gradient(180deg,#ffffff,#f8fafc);box-shadow:0 10px 22px rgba(15,23,42,.06);color:#0f172a;text-decoration:none}.dynamic-sidebar .sidebar-archive-card:hover{transform:translateY(-1px);border-color:rgba(181,109,8,.28)}.dynamic-sidebar .sidebar-archive-badge{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:#fff7e8;color:#b56d08;font-weight:900}.dynamic-sidebar .sidebar-archive-copy{min-width:0;display:grid;grid-gap:.18rem;gap:.18rem}.dynamic-sidebar .sidebar-archive-copy b{overflow:hidden;color:#071f38;font-family:var(--page-heading-font,inherit);font-size:.94rem;text-overflow:ellipsis;white-space:nowrap}.dynamic-sidebar .sidebar-archive-copy small{color:#64748b;font-size:.78rem;font-weight:700}.dynamic-sidebar .sidebar-archive-arrow{color:#b56d08;font-weight:900}