:root{--primary:#d2434a;--primary-dark:#a5262d;--primary-darker:#7c1b20;--accent:#f1a3a7;--ink:#14100e;--ink-soft:#3a3330;--paper:#fbfaf7;--paper-2:#fff;--muted:#706761;--line:#e6e1da;--line-strong:#d8d1c7;--white:#fff;--success:#46b276;--nav:#14100e;--serif:var(--font-source-serif),Georgia,"Times New Roman",serif;--sans:var(--font-instrument-sans),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--shadow-sm:0 1px 2px #14100e0f;--shadow-md:0 6px 24px #14100e1a;--radius:12px;--radius-control:8px;color-scheme:light}:root[data-theme=dark]{--primary:#e35b62;--primary-dark:#c94048;--primary-darker:#a82c34;--accent:#f1a3a7;--ink:#f4efeb;--ink-soft:#d2cac5;--paper:#181615;--paper-2:#211e1c;--muted:#b1a7a1;--line:#393431;--line-strong:#514a46;--white:#fff;--success:#68c991;--nav:#0f0d0c;--shadow-sm:0 1px 2px #0000002e;--shadow-md:0 12px 30px #00000047;color-scheme:dark}@media (prefers-color-scheme:dark){:root:not([data-theme]){--primary:#e35b62;--primary-dark:#c94048;--primary-darker:#a82c34;--accent:#f1a3a7;--ink:#f4efeb;--ink-soft:#d2cac5;--paper:#181615;--paper-2:#211e1c;--muted:#b1a7a1;--line:#393431;--line-strong:#514a46;--success:#68c991;--nav:#0f0d0c;--shadow-sm:0 1px 2px #0000002e;--shadow-md:0 12px 30px #00000047;color-scheme:dark}}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:var(--sans);background-color:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input{font:inherit}button{color:inherit}:focus-visible{outline:3px solid color-mix(in srgb,var(--primary) 70%,#fff);outline-offset:3px}.container{max-width:1240px;margin:0 auto;padding:0 20px}.site-header{background:var(--paper-2);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;box-shadow:var(--shadow-sm)}.masthead{display:flex;justify-content:space-between;gap:16px;padding-top:12px;padding-bottom:12px;min-height:60px}.brand,.masthead{align-items:center}.brand{display:inline-flex;line-height:1;flex:0 0 auto}.brand-logo{height:44px;width:44px;border-radius:10px;display:block;object-fit:cover}.masthead-right{display:flex;align-items:center;gap:16px;min-width:0}.masthead-date{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600;white-space:nowrap}.currency-bar{display:flex;align-items:center;gap:14px;padding-right:18px;border-right:1px solid var(--line)}.currency-item{display:inline-flex;align-items:baseline;gap:4px;font-size:13px;font-weight:700;color:var(--ink);white-space:nowrap}.currency-symbol{color:var(--primary);font-weight:800}.currency-value{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.social-links{display:flex;align-items:center;gap:6px;padding-left:18px;border-left:1px solid var(--line)}.social-links a{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:7px;color:var(--ink-soft);transition:background .15s ease,color .15s ease}.social-links a:hover{background:var(--primary);color:#fff}.social-links svg{width:17px;height:17px}.catnav{background:var(--nav);position:sticky;top:61px;z-index:49}.catnav-inner{display:flex;gap:4px;overflow-x:auto;scrollbar-width:none}.catnav-inner::-webkit-scrollbar{display:none}.catnav a{color:#ffffffd1;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:13px 14px;white-space:nowrap;border-bottom:3px solid #0000;transition:color .15s ease,border-color .15s ease}.catnav a.active,.catnav a:hover{color:#fff;border-bottom-color:var(--primary)}main{min-height:60vh}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:40px 0 20px;padding-bottom:10px;border-bottom:2px solid var(--ink)}.section-title{font-family:var(--serif);font-size:26px;font-weight:800;letter-spacing:-.01em;color:var(--ink);position:relative;padding-left:16px}.section-title:before{content:"";position:absolute;left:0;top:4px;bottom:4px;width:5px;background:var(--primary);border-radius:2px}.section-more{font-size:13px;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.06em}.section-more:hover{color:var(--primary-dark)}.hero-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-top:28px}.hero-side{display:flex;flex-direction:column;gap:18px}.hero-lead{position:relative;border-radius:var(--radius);overflow:hidden;min-height:460px;display:flex;align-items:flex-end;box-shadow:var(--shadow-md);isolation:isolate}.hero-lead img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero-lead:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#14100eeb 0,#14100e73 45%,#14100e00 75%);z-index:-1}.hero-lead .hero-body{padding:32px;color:#fff}.hero-lead .hero-title{font-family:var(--serif);font-size:34px;line-height:1.12;font-weight:800;letter-spacing:-.01em;margin-top:10px}.hero-lead .hero-excerpt{margin-top:12px;font-size:15px;line-height:1.5;color:#ffffffd9;max-width:90%}.hero-mini{display:grid;grid-template-columns:120px 1fr;gap:14px;align-items:start;padding-bottom:18px;border-bottom:1px solid var(--line)}.hero-mini:last-child{border-bottom:0;padding-bottom:0}.hero-mini .thumb{border-radius:10px;overflow:hidden;aspect-ratio:1/1;background:var(--line)}.hero-mini .thumb img{width:100%;height:100%;object-fit:cover}.hero-mini h3{font-family:var(--serif);font-size:17px;line-height:1.25;font-weight:700;color:var(--ink);transition:color .15s ease}.hero-mini:hover h3,.kicker{color:var(--primary)}.kicker{display:inline-block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.hero-lead .kicker{color:#fff;background:var(--primary);padding:4px 10px;border-radius:4px}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.card{background:var(--paper-2);border-radius:var(--radius);overflow:hidden;border:1px solid var(--line);display:flex;flex-direction:column;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--line-strong)}.card .card-media{aspect-ratio:16/10;overflow:hidden}.card .card-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.card:hover .card-media img{transform:scale(1.05)}.card .card-body{padding:18px;display:flex;flex-direction:column;flex:1 1}.card h3{font-family:var(--serif);font-size:19px;line-height:1.25;color:var(--ink);margin-bottom:8px;transition:color .15s ease}.card:hover h3{color:var(--primary)}.card p.excerpt{font-size:14px;line-height:1.55;color:var(--ink-soft);margin-bottom:14px}.card .meta{margin-top:auto;display:flex;align-items:center;gap:8px;padding-top:10px;border-top:1px solid var(--line)}.card .meta,.source-line{font-size:12px;color:var(--muted)}.source-line{margin-top:8px}.source-line strong{color:var(--ink-soft)}.empty,.feed-end{grid-column:1/-1;text-align:center;padding:30px;color:var(--muted);font-size:14px}@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.app-banner{background:linear-gradient(135deg,var(--primary) 0,var(--primary-darker) 100%);color:#fff;border-radius:var(--radius);padding:24px;text-align:center;margin:28px 0}.app-banner-title{font-family:var(--serif);font-size:22px;font-weight:800;margin-bottom:6px}.app-banner-subtitle{font-size:14px;opacity:.9;margin-bottom:16px}.app-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.app-button{display:inline-flex;align-items:center;gap:8px;background:#ffffff26;border:1px solid #ffffff4d;color:#fff;padding:11px 20px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;transition:background .15s ease,transform .15s ease}.app-button:hover{background:#ffffff47;transform:translateY(-1px)}.app-button svg{width:18px;height:18px;flex-shrink:0}.app-button-primary{background:var(--white);color:var(--primary);border-color:var(--white)}.app-button-primary:hover{background:var(--accent);color:var(--ink)}.android-redirect-banner{background:var(--ink);color:#fff;border-radius:var(--radius);padding:16px;margin:16px 0}.android-redirect-content{display:flex;align-items:center;gap:12px}.android-redirect-icon{font-size:28px}.android-redirect-text{flex:1 1;font-size:14px}.android-redirect-button{background:var(--primary);color:#fff;border:none;padding:10px 18px;border-radius:8px;font-weight:700;cursor:pointer}.contact-page{max-width:760px;margin:40px auto}.contact-kicker{color:var(--primary);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:13px}.contact-title{font-family:var(--serif);font-size:34px;font-weight:800;margin:8px 0 16px}.contact-lead{color:var(--ink-soft);font-size:16px;line-height:1.6}.contact-lead,.contact-section{margin-bottom:24px}.contact-list{list-style:none;display:grid;gap:10px}.contact-list li{padding:14px 18px;background:var(--paper-2);border:1px solid var(--line);border-radius:10px}.not-found{text-align:center;padding:60px 20px;max-width:520px;margin:0 auto}.not-found-icon{font-size:48px;margin-bottom:12px}.not-found-title{font-family:var(--serif);font-size:28px;font-weight:800;margin-bottom:8px}.not-found-text{color:var(--muted);margin-bottom:20px}.site-footer{background:var(--nav);color:#ffffffb3;text-align:center;padding:32px 20px;margin-top:60px;font-size:13px}.site-footer a{color:var(--accent)}.site-footer .foot-logo{height:52px;width:auto;border-radius:10px;margin:0 auto 14px;display:block}.tweet-embed{margin:24px auto;max-width:550px}.tweet-embed>div{display:flex;justify-content:center}.tweet-skeleton{padding:24px;color:var(--muted);font-size:14px;background:var(--paper-2,#f4f2ee)}.tweet-fallback,.tweet-skeleton{border:1px solid var(--line);border-radius:14px;text-align:center}.tweet-fallback{display:block;margin:24px auto;max-width:550px;padding:16px 20px;color:var(--primary);font-weight:600;text-decoration:none}.tweet-fallback:hover{background:var(--paper-2,#f4f2ee)}.breadcrumb{max-width:760px;margin:24px auto 0;display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;color:var(--muted)}.breadcrumb a{color:var(--primary);font-weight:600}.breadcrumb a:hover{text-decoration:underline}.crumb-sep{color:var(--line-strong)}.crumb-current{color:var(--ink-soft);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:320px}.article-page{max-width:760px;margin:20px auto 0}.article-page .kicker{font-size:13px}.article-headline{font-family:var(--serif);font-size:40px;line-height:1.1;font-weight:800;letter-spacing:-.015em;color:var(--ink);margin:10px 0 14px}.article-spot{font-size:19px;line-height:1.5;color:var(--ink-soft);font-weight:500;margin-bottom:20px}.article-byline{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--muted);padding:14px 0;border-bottom:1px solid var(--line);margin-bottom:24px;flex-wrap:wrap}.article-byline .avatar{width:34px;height:34px;border-radius:50%;object-fit:cover}.byline-author{font-weight:700;color:var(--ink-soft)}.byline-sep{color:var(--line-strong)}.byline-tag{font-weight:600}.share-bar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:20px 0 24px;padding:12px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.share-label{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.share-buttons{display:flex;gap:8px}.share-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:none;cursor:pointer;color:#fff;transition:transform .15s ease,filter .15s ease}.share-btn:hover{transform:translateY(-2px);filter:brightness(1.08)}.share-btn svg{width:18px;height:18px}.share-whatsapp{background:#25d366}.share-x{background:#14100e}.share-facebook{background:#1877f2}.share-telegram{background:#229ed9}.share-copy{background:var(--primary)}.share-copied{font-size:13px;font-weight:700;color:var(--success)}.article-hero-img{border-radius:var(--radius);overflow:hidden;margin-bottom:8px}.article-hero-img img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;display:block}.article-caption{font-size:12px;color:var(--muted);margin-bottom:24px;font-style:italic}.article-body{font-size:18px;line-height:1.75;color:var(--ink-soft)}.article-body p{margin-bottom:20px}.article-body h2,.article-body h3{font-family:var(--serif);color:var(--ink);margin:28px 0 12px}.article-body img{border-radius:10px;margin:20px 0}.article-body a{color:var(--primary);text-decoration:underline}.article-source-box{background:var(--paper-2);border:1px solid var(--line);border-left:4px solid var(--primary);border-radius:8px;padding:14px 18px;font-size:14px;color:var(--ink-soft);margin:28px 0}.article-source-box a{color:var(--primary);font-weight:600}.cat-section{margin:44px 0 8px}.cat-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;padding-bottom:10px;border-bottom:2px solid var(--line-strong)}.cat-section-title{display:inline-flex;align-items:center;gap:12px;font-family:var(--serif);font-size:24px;font-weight:800;letter-spacing:-.01em;color:var(--ink)}.cat-section-bar{width:6px;height:26px;border-radius:3px;background:var(--primary)}.cat-section-more{display:inline-flex;align-items:center;gap:3px;font-size:13px;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;transition:gap .15s ease}.cat-section-more:hover{gap:7px}.cat-section-more svg{width:15px;height:15px}.cat-section-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:24px;align-items:start}.cat-lead{display:grid;grid-template-rows:auto 1fr;border-radius:var(--radius);overflow:hidden;background:var(--paper-2);box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.cat-lead:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.cat-lead-media{aspect-ratio:16/9;overflow:hidden;background:var(--line)}.cat-lead-media img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.cat-lead:hover .cat-lead-media img{transform:scale(1.04)}.cat-lead-body{padding:16px 18px 20px}.cat-lead-body h3{font-family:var(--serif);font-size:22px;font-weight:800;line-height:1.2;margin:8px 0;color:var(--ink)}.cat-lead-body .excerpt{font-size:14px;line-height:1.55;color:var(--ink-soft)}.cat-list{display:grid;gap:4px;align-content:start}.cat-list-item{display:grid;grid-template-columns:96px 1fr;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.cat-list-item:last-child{border-bottom:0}.cat-list-thumb{width:96px;height:72px;border-radius:8px;overflow:hidden;background:var(--line);flex-shrink:0}.cat-list-thumb img{width:100%;height:100%;object-fit:cover}.cat-list-item h4{font-size:15px;font-weight:700;line-height:1.32;color:var(--ink);transition:color .15s ease}.cat-list-item:hover h4{color:var(--primary)}@media (max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-lead{min-height:360px}.hero-lead .hero-title{font-size:27px}.news-grid{grid-template-columns:repeat(2,1fr)}.catnav{top:57px}.cat-section-grid{grid-template-columns:1fr;gap:18px}}@media (max-width:620px){.catnav{top:55px}}@media (max-width:820px){.masthead-date{display:none}.currency-bar{gap:10px;padding-right:12px}.currency-item{font-size:12px}}@media (max-width:620px){.container{padding:0 14px}.masthead{padding-top:10px;padding-bottom:10px;min-height:56px;gap:12px}.brand-logo{height:38px;width:38px}.social-links{display:none}.masthead-right{gap:0;flex:1 1 auto;justify-content:flex-end}.currency-bar{border-right:0;padding:6px 4px;gap:12px;overflow-x:auto;scrollbar-width:none;max-width:100%}.currency-bar::-webkit-scrollbar{display:none}.currency-item{font-size:13px;flex:0 0 auto}.news-grid{grid-template-columns:1fr}.article-headline{font-size:30px}.article-body{font-size:17px}.section-title{font-size:22px}.hero-lead .hero-title{font-size:23px}.cat-section-title{font-size:21px}.cat-lead-body h3{font-size:19px}.cat-list-thumb{width:84px;height:63px}.cat-list-item{grid-template-columns:84px 1fr}}@media (max-width:380px){.currency-item:nth-child(3){display:none}}.msab{position:fixed;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom, 0px));z-index:60;display:flex;align-items:center;gap:12px;padding:10px 12px;background:var(--paper-2);border:1px solid var(--line-strong);border-radius:14px;box-shadow:0 8px 28px #14100e2e;animation:msab-in .35s ease both}@keyframes msab-in{0%{transform:translateY(120%);opacity:0}to{transform:translateY(0);opacity:1}}.msab-close{position:absolute;top:-9px;right:-9px;width:24px;height:24px;border-radius:50%;background:var(--ink);color:#fff;border:2px solid var(--paper-2);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.msab-close svg{width:14px;height:14px}.msab-icon{width:44px;height:44px;border-radius:10px;flex-shrink:0;object-fit:cover}.msab-text{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1 1}.msab-text strong{font-size:14px;font-weight:800;color:var(--ink);line-height:1.1}.msab-text span{font-size:12px;color:var(--muted);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msab-cta{flex-shrink:0;background:var(--primary);color:#fff;font-size:14px;font-weight:800;padding:9px 18px;border-radius:10px;transition:filter .15s ease,transform .15s ease}.msab-cta:hover{filter:brightness(1.05);transform:translateY(-1px)}@media (max-width:620px){.site-footer{padding-bottom:96px}}.side-rail{position:fixed;top:120px;width:200px;z-index:40;display:none}.side-rail-left{left:calc(50% - 620px - 216px)}.side-rail-right{right:calc(50% - 620px - 216px)}.rail-card{background:linear-gradient(160deg,var(--primary) 0,var(--primary-darker) 100%);color:#fff;border-radius:16px;padding:20px 16px;text-align:center;box-shadow:var(--shadow-md)}.rail-logo{width:56px;height:56px;border-radius:12px;margin:0 auto 10px;display:block;box-shadow:0 2px 10px #0003}.rail-badge{display:inline-block;background:var(--accent);color:var(--ink);font-size:10px;font-weight:800;letter-spacing:.1em;padding:3px 10px;border-radius:20px;margin-bottom:10px}.rail-title{font-family:var(--serif);font-size:20px;font-weight:800;line-height:1.15;margin-bottom:8px}.rail-text{font-size:12.5px;line-height:1.5;color:#ffffffe6;margin-bottom:14px}.rail-features{list-style:none;text-align:left;display:grid;gap:7px;margin-bottom:16px;font-size:12px;font-weight:600}.rail-features li{background:#ffffff1f;border-radius:8px;padding:6px 10px}.rail-btn{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:9px;border-radius:9px;font-size:13px;font-weight:700;margin-bottom:8px;transition:transform .15s ease,filter .15s ease}.rail-btn:last-child{margin-bottom:0}.rail-btn svg{width:15px;height:15px}.rail-btn-ios{background:#fff;color:var(--nav)}.rail-btn-android{background:var(--nav);color:#fff}.rail-btn:hover{transform:translateY(-2px);filter:brightness(1.05)}@media (min-width:1720px){.side-rail{display:block}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-header{box-shadow:none}.brand{gap:10px}.brand-wordmark{font-family:var(--serif);font-size:24px;font-weight:700;letter-spacing:-.035em;color:var(--ink)}.masthead-right{gap:14px}.header-tools{display:flex;align-items:center;gap:4px;padding-left:14px;border-left:1px solid var(--line)}.dialog-close,.header-icon-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #0000;border-radius:var(--radius-control);background:#0000;color:var(--ink-soft);cursor:pointer;transition:color .16s ease,background-color .16s ease,transform .16s ease}.dialog-close:hover,.header-icon-button:hover{color:var(--ink);background:var(--line)}.dialog-close:active,.header-icon-button:active,.load-more-button:active,.secondary-button:active,.share-native:active{transform:scale(.98)}.catnav-mobile{display:none}.mobile-category-trigger{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;padding:13px 12px;border:0;border-bottom:3px solid #0000;background:#0000;color:#ffffffe0;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.045em;white-space:nowrap;cursor:pointer}.category-dialog,.search-dialog{width:min(720px,calc(100vw - 32px));max-width:none;max-height:min(760px,calc(100dvh - 32px));margin:auto;padding:0;border:0;border-radius:16px;background:#0000;color:var(--ink);overflow:visible}.category-dialog::backdrop,.search-dialog::backdrop{background:#14100e94;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.category-sheet,.search-panel{max-height:min(760px,calc(100dvh - 32px));overflow-y:auto;overscroll-behavior:contain;border:1px solid var(--line-strong);border-radius:16px;background:var(--paper-2);box-shadow:var(--shadow-md)}.search-panel{padding:24px}.category-sheet-head,.search-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.category-sheet-head h2,.search-panel-head h2{font-family:var(--serif);font-size:26px;line-height:1.1;font-weight:700;letter-spacing:-.02em}.search-panel-head p{margin-top:5px;color:var(--muted);font-size:14px}.search-field{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;margin-top:22px;padding:0 14px;min-height:52px;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--paper);color:var(--muted)}.search-field:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 18%,#0000)}.search-field input{width:100%;min-width:0;padding:14px 0;border:0;outline:0;background:#0000;color:var(--ink);font-size:16px}.search-field input::placeholder{color:var(--muted);opacity:1}.search-results{min-height:150px;margin-top:18px}.search-hint{padding:34px 12px;color:var(--muted);text-align:center;font-size:14px}.search-result{display:grid;grid-template-columns:112px 1fr;gap:16px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.search-result:last-child{border-bottom:0}.search-result-media{width:112px;aspect-ratio:7/5;overflow:hidden;border-radius:var(--radius-control);background:var(--line)}.search-result-media .image-fallback,.search-result-media img{width:100%;height:100%;object-fit:cover}.search-result-body{display:flex;flex-direction:column;min-width:0}.search-result-meta{color:var(--primary);font-size:12px;font-weight:700}.search-result strong{margin-top:3px;font-family:var(--serif);font-size:17px;line-height:1.25;font-weight:700}.search-result time{margin-top:4px;color:var(--muted);font-size:12px}.search-skeletons{display:grid}.search-skeleton{display:grid;grid-template-columns:112px 1fr;gap:16px;padding:12px 0}.feed-skeleton span,.search-skeleton i,.search-skeleton>span{display:block;background:var(--line)}.search-skeleton>span{aspect-ratio:7/5;border-radius:var(--radius-control)}.search-skeleton div{display:grid;align-content:center;gap:10px}.search-skeleton i{width:82%;height:13px;border-radius:4px}.search-skeleton i:last-child{width:52%}.category-sheet{padding:22px}.category-sheet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px}.category-sheet-grid a{display:flex;align-items:center;min-height:50px;padding:12px 14px;border:1px solid var(--line);border-radius:var(--radius-control);background:var(--paper);color:var(--ink);font-size:15px;font-weight:650}.category-sheet-grid a:hover{border-color:var(--primary);color:var(--primary)}.image-fallback{display:flex;width:100%;height:100%;min-height:72px;background:linear-gradient(135deg,color-mix(in srgb,var(--primary) 14%,var(--paper-2)),var(--line));color:var(--primary)}.image-fallback,.image-fallback>span{align-items:center;justify-content:center}.image-fallback>span{display:inline-flex;width:42px;height:42px;border:2px solid;border-radius:var(--radius-control);font-family:var(--serif);font-size:24px;font-weight:700}.hero-lead>.image-fallback{position:absolute;inset:0;z-index:-2}.kicker{font-size:12px;letter-spacing:.055em}.cat-section-title,.kicker,.section-title{font-weight:700}.cat-section-head,.section-head{border-bottom-width:1px}.section-title{padding-left:0}.cat-section-bar,.section-title:before{display:none}.news-grid{gap:34px 24px}.card{overflow:visible;border:0;border-radius:0;background:#0000;box-shadow:none}.card:hover{transform:none;border-color:#0000;box-shadow:none}.card .card-media{border-radius:var(--radius);background:var(--line)}.card .card-media .image-fallback,.card .card-media img{width:100%;height:100%;object-fit:cover}.card .card-body{padding:14px 2px 0}.card h3{font-size:20px;font-weight:700;letter-spacing:-.012em}.card .meta{justify-content:flex-start;margin-top:2px;padding-top:4px;border-top:0}.meta-separator{width:1px;height:12px;background:var(--line-strong)}.cat-section{margin-top:54px}.cat-section-head{margin-bottom:20px}.cat-lead{overflow:visible;border-radius:0;background:#0000;box-shadow:none}.cat-lead:hover{transform:none;box-shadow:none}.cat-lead-media,.cat-list-thumb{border-radius:var(--radius)}.cat-lead-media .image-fallback,.cat-lead-media img,.cat-list-thumb .image-fallback,.cat-list-thumb img{width:100%;height:100%;object-fit:cover}.cat-lead-body{padding:15px 2px 0}.cat-lead-body h3{margin-top:5px;font-weight:700}.cat-list-item h4{font-size:16px;font-weight:650}.cat-section--mosaic .cat-section-grid{grid-template-columns:1.2fr 1fr;gap:28px}.cat-section--mosaic .cat-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.cat-section--mosaic .cat-list-item{grid-template-columns:1fr;align-content:start;gap:10px;padding:0;border:0}.cat-section--mosaic .cat-list-item:last-child{grid-column:1/-1;grid-template-columns:150px 1fr;align-items:center}.cat-section--mosaic .cat-list-thumb{width:100%;height:auto;aspect-ratio:4/3}.cat-section--compact .cat-section-grid{grid-template-columns:.82fr 1.18fr;gap:34px}.cat-section--compact .cat-lead-body .excerpt{display:none}.cat-section--compact .cat-list{gap:0}.cat-section--compact .cat-list-item{grid-template-columns:132px 1fr;gap:18px;padding:0 0 18px;margin-bottom:18px}.cat-section--compact .cat-list-thumb{width:132px;height:92px}.cat-section--compact .cat-list-item h4{font-family:var(--serif);font-size:19px;line-height:1.22;font-weight:700}.cat-section--cinematic .cat-section-grid{grid-template-columns:1fr;gap:24px}.cat-section--cinematic .cat-lead{grid-template-columns:1.45fr .8fr;grid-template-rows:1fr;align-items:center;gap:28px}.cat-section--cinematic .cat-lead-body{padding:0}.cat-section--cinematic .cat-lead-body h3{font-size:28px}.cat-section--cinematic .cat-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.cat-section--cinematic .cat-list-item{grid-template-columns:110px 1fr;gap:14px;padding:0;border:0}.cat-section--cinematic .cat-list-thumb{width:110px;height:80px}.feed-wrap{width:100%}.feed-skeleton{display:flex;flex-direction:column;gap:11px}.feed-skeleton-media{width:100%;aspect-ratio:16/10;border-radius:var(--radius)}.feed-skeleton-kicker{width:28%;height:10px;margin-top:3px;border-radius:3px}.feed-skeleton-title{width:92%;height:15px;border-radius:4px}.feed-skeleton-title.short{width:64%}@media (prefers-reduced-motion:no-preference){.feed-skeleton span,.search-skeleton i,.search-skeleton>span{background:linear-gradient(90deg,var(--line) 20%,var(--line-strong) 50%,var(--line) 80%);background-size:240% 100%;animation:skeleton-shift 1.35s ease-in-out infinite}}@keyframes skeleton-shift{0%{background-position:100% 0}to{background-position:-100% 0}}.feed-actions{display:flex;justify-content:center;margin-top:34px}.load-more-button,.secondary-button,.share-native{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;border-radius:var(--radius-control);font-weight:700;cursor:pointer;transition:background-color .16s ease,color .16s ease,transform .16s ease}.load-more-button{min-width:180px;padding:11px 20px;border:1px solid var(--primary-dark);background:var(--primary-dark);color:#fff}.load-more-button:hover{background:var(--primary-darker)}.load-more-button:disabled{cursor:wait;opacity:.72}.secondary-button{padding:10px 16px;border:1px solid var(--line-strong);background:var(--paper-2);color:var(--ink)}.secondary-button:hover{border-color:var(--primary);color:var(--primary)}.empty-state,.inline-error{display:flex;flex-direction:column;align-items:center;gap:12px;margin:28px auto 0;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:var(--paper-2);color:var(--ink-soft);text-align:center}.empty-state p,.inline-error p{max-width:52ch;font-size:14px;line-height:1.5}.empty-state h3{font-family:var(--serif);font-size:22px;font-weight:700}.article-headline{font-size:42px;font-weight:700;letter-spacing:-.025em}.article-spot{font-weight:450}.article-byline{gap:0;padding:14px 0 0;border-top:1px solid var(--line);border-bottom:0}.byline-author{margin-right:16px}.byline-item{display:inline-flex;align-items:baseline;gap:5px;padding:0 14px;border-left:1px solid var(--line)}.byline-item:first-of-type{padding-left:0;border-left:0}.byline-tag{color:var(--muted);font-weight:650}.byline-updated .byline-tag{color:var(--primary)}.share-bar{margin:18px 0 22px;padding:0;border:0}.share-desktop{display:flex;align-items:center;gap:12px}.share-native{display:none;padding:10px 16px;border:1px solid var(--primary-dark);background:var(--primary-dark);color:#fff}.share-btn{width:40px;height:40px}.article-hero-img .image-fallback,.article-hero-img img{width:100%;height:auto;min-height:280px;aspect-ratio:16/9;object-fit:cover}.reading-progress{display:none}@supports (animation-timeline:scroll()){.reading-progress{position:fixed;top:0;left:0;z-index:55;display:block;width:100%;height:3px;background:var(--primary);transform:scaleX(0);transform-origin:left center;animation:reading-progress linear both;animation-timeline:scroll(root block)}}@keyframes reading-progress{to{transform:scaleX(1)}}.related-section{max-width:1240px;margin:52px auto 0}.related-layout{display:grid;grid-template-columns:1.3fr .9fr;gap:28px}.related-lead{display:grid;grid-template-columns:1.15fr .85fr;gap:20px;align-items:center}.related-lead-media,.related-list-media{overflow:hidden;border-radius:var(--radius);background:var(--line)}.related-lead-media{aspect-ratio:16/10}.related-lead-media .image-fallback,.related-lead-media img,.related-list-media .image-fallback,.related-list-media img{width:100%;height:100%;object-fit:cover}.related-lead-body{display:flex;flex-direction:column}.related-lead-body strong{margin-top:5px;font-family:var(--serif);font-size:25px;line-height:1.18;font-weight:700}.related-list{display:grid;gap:16px}.related-list-item{display:grid;grid-template-columns:126px 1fr;gap:14px;align-items:center}.related-list-media{width:126px;aspect-ratio:3/2}.related-list-item strong{font-family:var(--serif);font-size:18px;line-height:1.24;font-weight:700}@media (max-width:900px){.brand-wordmark{display:none}.cat-section--cinematic .cat-lead,.cat-section--compact .cat-section-grid,.cat-section--mosaic .cat-section-grid{grid-template-columns:1fr}.cat-section--cinematic .cat-lead-body{padding-top:2px}.related-layout,.related-lead{grid-template-columns:1fr}}@media (max-width:620px){.masthead-right{gap:8px}.currency-bar{gap:10px;padding-right:2px}.currency-item{font-size:12px}.currency-item:nth-child(3){display:none}.header-tools{gap:0;padding-left:4px}.header-icon-button{width:38px;height:38px}.catnav-desktop{display:none}.catnav-mobile{display:flex;justify-content:space-between;gap:0;overflow:visible}.catnav-mobile>a,.mobile-category-trigger{padding-left:8px;padding-right:8px;font-size:12px;letter-spacing:.02em}.category-dialog,.search-dialog{width:100%;max-height:calc(100dvh - 12px);margin:auto 0 0;border-radius:16px 16px 0 0}.category-sheet,.search-panel{max-height:calc(100dvh - 12px);padding:18px 16px calc(18px + env(safe-area-inset-bottom, 0px));border-radius:16px 16px 0 0}.search-result,.search-skeleton{grid-template-columns:92px 1fr;gap:12px}.search-result-media{width:92px}.search-result strong{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px}.category-sheet-grid{grid-template-columns:1fr}.hero-lead{min-height:350px;box-shadow:none}.hero-lead .hero-body{padding:24px}.hero-lead .hero-title{font-size:25px;line-height:1.13;font-weight:700}.hero-lead .hero-excerpt{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:100%}.hero-mini h3{font-size:17px;font-weight:700}.news-grid{gap:30px}.card h3{font-size:19px}.card p.excerpt{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.cat-section{margin-top:44px}.cat-section--cinematic .cat-list,.cat-section--mosaic .cat-list{grid-template-columns:1fr;gap:0}.cat-section--cinematic .cat-list-item,.cat-section--mosaic .cat-list-item,.cat-section--mosaic .cat-list-item:last-child{grid-column:auto;grid-template-columns:96px 1fr;gap:14px;align-items:center;padding:12px 0;border-bottom:1px solid var(--line)}.cat-section--cinematic .cat-list-thumb,.cat-section--mosaic .cat-list-thumb{width:96px;height:72px;aspect-ratio:auto}.cat-section--compact .cat-list-item{grid-template-columns:96px 1fr;gap:14px;padding-bottom:14px;margin-bottom:14px}.cat-section--compact .cat-list-thumb{width:96px;height:72px}.cat-section--compact .cat-list-item h4{font-family:var(--sans);font-size:16px}.cat-section--cinematic .cat-lead-body h3{font-size:22px}.breadcrumb .crumb-current,.breadcrumb .crumb-current-sep{display:none}.article-page{margin-top:26px}.article-headline{font-size:clamp(31px,9vw,37px);line-height:1.08}.article-spot{font-size:18px;line-height:1.48}.article-byline{align-items:flex-start;gap:8px 0}.byline-author{width:100%}.byline-item{flex-direction:column;gap:1px;padding:0 12px;font-size:12px}.byline-item:first-of-type{padding-left:0}.share-desktop{display:none}.share-native{display:inline-flex}.article-hero-img .image-fallback,.article-hero-img img{min-height:200px}.related-section{margin-top:44px}.related-lead{gap:14px}.related-lead-body strong{font-size:22px}.related-list-item{grid-template-columns:104px 1fr}.related-list-media{width:104px}}@media (max-width:390px){.catnav-mobile>a,.mobile-category-trigger{padding-left:6px;padding-right:6px;font-size:11.5px}}@font-face{font-family:__Instrument_Sans_1ca8cb;font-style:normal;font-weight:400 700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/adb45196eddef626-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Instrument_Sans_1ca8cb;font-style:normal;font-weight:400 700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d0ba92e140f0dc-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Instrument_Sans_Fallback_1ca8cb;src:local("Arial");ascent-override:94.42%;descent-override:24.33%;line-gap-override:0.00%;size-adjust:102.74%}.__className_1ca8cb{font-family:__Instrument_Sans_1ca8cb,__Instrument_Sans_Fallback_1ca8cb;font-style:normal}.__variable_1ca8cb{--font-instrument-sans:"__Instrument_Sans_1ca8cb","__Instrument_Sans_Fallback_1ca8cb"}@font-face{font-family:"__Source_Serif_4_80e119";font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"__Source_Serif_4_80e119";font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"__Source_Serif_4_80e119";font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"__Source_Serif_4_80e119";font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"__Source_Serif_4_80e119";font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"__Source_Serif_4_80e119";font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"__Source_Serif_4_Fallback_80e119";src:local("Times New Roman");ascent-override:87.87%;descent-override:28.41%;line-gap-override:0.00%;size-adjust:117.91%}.__className_80e119{font-family:"__Source_Serif_4_80e119","__Source_Serif_4_Fallback_80e119";font-style:normal}.__variable_80e119{--font-source-serif:"__Source_Serif_4_80e119","__Source_Serif_4_Fallback_80e119"}