:root{--cbc-red:#d71920;--cbc-red-dark:#b4151b;--ink:#111;--muted:#666;--line:#e7e7e7;--surface:#fafafa;--surface-2:#f4f4f4;--shadow-soft:0 18px 40px #0000000f;--shadow-lift:0 22px 55px #0000001a;--page-width:1180px;--headline-font:Georgia, "Times New Roman", serif;--body-font:"Helvetica Neue", Helvetica, Arial, sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;background:#fff;scroll-padding-top:136px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{color:var(--ink);font-family:var(--body-font);font-feature-settings:"kern" 1, "liga" 1;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;margin:0;font-size:17px;line-height:1.6}body::selection{color:var(--ink);background:#d7192029}::selection{color:var(--ink);background:#d7192029}img{width:100%;height:auto;display:block}a{color:inherit}button,input,textarea,select{font:inherit}#root{min-height:100vh}.page{background:#fff;min-height:100vh}.site-header{z-index:60;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);background:#fffffffa;position:sticky;top:0}.utility-row{max-width:var(--page-width);grid-template-columns:1fr auto 1fr;align-items:center;height:60px;margin:0 auto;padding:0 20px;display:grid}.menu-chip{color:var(--ink);align-items:center;gap:10px;font-size:.95rem;font-weight:700;display:inline-flex}.burger-icon{flex-direction:column;gap:3px;width:18px;display:inline-flex}.burger-icon span{background:var(--ink);border-radius:999px;width:100%;height:2px;display:block}.brand{justify-self:center;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.brand__mark{width:28px;height:28px;color:var(--cbc-red);flex:none}.brand__text{letter-spacing:.02em;font-size:1.06rem;font-weight:800;line-height:1}.utility-actions{color:var(--muted);justify-self:end;gap:24px;font-size:.92rem;font-weight:600;display:inline-flex}.utility-action{color:inherit;font-size:inherit;font-weight:inherit;cursor:pointer;background:0 0;border:0;padding:0}.utility-action:hover{color:var(--ink)}.utility-action--cta{color:var(--cbc-red)}.news-rail{background:var(--cbc-red);color:#fff}.news-rail__inner{max-width:var(--page-width);align-items:center;gap:18px;height:34px;margin:0 auto;padding:0 20px;display:flex;overflow:hidden}.news-rail__label{letter-spacing:.16em;font-size:.78rem;font-weight:800}.news-rail__links{white-space:nowrap;scrollbar-width:none;align-items:center;gap:18px;display:flex;overflow:auto}.news-rail__links::-webkit-scrollbar{display:none}.news-rail__link{letter-spacing:.01em;opacity:.94;font-size:.76rem;font-weight:700}.page-shell{width:min(var(--page-width), calc(100% - 32px));margin:0 auto;padding:28px 0 72px}.content-grid{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:40px;display:grid}.story{width:100%;max-width:760px;margin:0 auto}.story-header{border-bottom:1px solid var(--line);padding-bottom:20px}.story-badges{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.badge{color:var(--cbc-red);letter-spacing:.13em;text-transform:uppercase;background:#d7192014;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:.72rem;font-weight:800;display:inline-flex}.badge--muted{color:#4c4c4c;background:#f5f5f5}.story-title{font-family:var(--headline-font);letter-spacing:-.04em;text-wrap:balance;margin:0;font-size:clamp(2.35rem,5vw,4.1rem);font-weight:700;line-height:1.02}.story-dek{color:#333;max-width:66ch;margin:14px 0 0;font-size:1.08rem;line-height:1.62}.byline{align-items:center;gap:12px;margin-top:18px;display:flex}.byline__avatar{color:#fff;letter-spacing:.04em;background:linear-gradient(135deg,#5f6f83,#1e2b3a);border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-size:.78rem;font-weight:800;display:grid}.byline__name{margin:0;font-weight:700}.byline__meta{color:var(--muted);margin:4px 0 0;font-size:.88rem}.share-row{flex-wrap:wrap;align-items:center;gap:10px;margin-top:18px;display:flex}.share-label{color:var(--muted);letter-spacing:.15em;text-transform:uppercase;margin-right:6px;font-size:.8rem;font-weight:800}.share-chip{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:999px;place-items:center;width:36px;height:36px;padding:0;font-size:.86rem;font-weight:800;transition:transform .18s,border-color .18s,box-shadow .18s;display:grid;box-shadow:inset 0 1px #ffffffbf}.share-chip:hover{border-color:#d7d7d7;transform:translateY(-1px);box-shadow:0 10px 20px #0000000f}.media-figure{margin:24px 0 28px}.media-figure__frame{box-shadow:var(--shadow-soft);background:#e9ecef;border-radius:18px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.media-figure:hover .media-figure__frame{box-shadow:var(--shadow-lift);transform:translateY(-2px)}.media-figure__frame img{aspect-ratio:16/9;object-fit:cover}.media-figure__frame:after{content:"";pointer-events:none;background:linear-gradient(#fff0 0%,#ffffff03 60%,#0000001a 100%);position:absolute;inset:0}.media-figure__caption{color:#fff;background:linear-gradient(#0e10140f 0%,#0e1014c2 100%);align-items:center;gap:12px;padding:14px 16px;font-size:.88rem;line-height:1.35;display:flex;position:absolute;bottom:0;left:0;right:0}.media-figure__kicker{background:var(--cbc-red);color:#fff;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:5px 9px;font-size:.7rem;font-weight:800;display:inline-flex}.media-figure__credit{color:var(--muted);margin-top:8px;font-size:.8rem}.story-notes{background:linear-gradient(#fcfcfc,#f7f7f7);border:1px solid #ececec;border-radius:18px;margin:20px 0 30px;padding:18px 18px 16px}.panel-kicker{color:var(--cbc-red);letter-spacing:.16em;text-transform:uppercase;margin:0 0 12px;font-size:.76rem;font-weight:800}.panel-title{font-family:var(--headline-font);text-wrap:balance;margin:0 0 12px;font-size:1.25rem;line-height:1.18}.story-tags{flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none;display:flex}.story-tags li{margin:0}.story-tags a{color:#212121;background:#fff;border:1px solid #e4e4e4;border-radius:999px;align-items:center;gap:10px;padding:10px 12px;font-size:.84rem;font-weight:700;text-decoration:none;transition:transform .18s,border-color .18s,background .18s;display:inline-flex}.story-tags a span{color:#555;background:#f3f3f3;border-radius:50%;place-items:center;width:20px;height:20px;font-size:.74rem;font-weight:800;display:inline-grid}.story-tags a:hover{background:#fefefe;border-color:#d8d8d8;transform:translateY(-1px)}.story-tags a.is-active{color:var(--cbc-red);background:#d7192014;border-color:#d7192033}.story-tags a.is-active span{background:var(--cbc-red);color:#fff}.story-section{border-bottom:1px solid var(--line);margin-bottom:30px;padding:0 0 30px}.story-section:last-of-type{border-bottom:none}.section-kicker{color:var(--cbc-red);letter-spacing:.16em;text-transform:uppercase;margin:0 0 8px;font-size:.76rem;font-weight:800}.story-section h2{font-family:var(--headline-font);letter-spacing:-.03em;text-wrap:balance;margin:0 0 12px;font-size:clamp(1.55rem,2.4vw,2.15rem);line-height:1.14}.story-section p{color:#222;max-width:68ch;margin:0 0 16px}.story-section p strong{color:#111}.quote-card{border-left:4px solid var(--cbc-red);box-shadow:var(--shadow-soft);background:linear-gradient(#fff 0%,#fcfcfc 100%);border-radius:0 16px 16px 0;margin:22px 0 28px;padding:18px 18px 18px 20px}.quote-card p{font-family:var(--headline-font);color:#121212;margin:0 0 10px;font-size:1.22rem;line-height:1.45}.quote-card cite{color:var(--muted);font-size:.9rem;font-style:normal;font-weight:700}.facts-card{background:#fafafa;border:1px solid #ececec;border-radius:18px;margin:22px 0 28px;padding:18px}.facts-card__title{letter-spacing:.16em;text-transform:uppercase;color:var(--muted);margin:0 0 12px;font-size:.78rem;font-weight:800}.facts-card ul{gap:12px;margin:0;padding:0;list-style:none;display:grid}.facts-card li{color:#222;padding-left:18px;position:relative}.facts-card li:before{content:"";background:var(--cbc-red);border-radius:50%;width:8px;height:8px;position:absolute;top:.62em;left:0}.facts-card li strong{margin-bottom:2px;display:block}.video-preview{margin:24px 0 28px}.video-preview__frame{box-shadow:var(--shadow-soft);background:#101218;border-radius:18px;position:relative;overflow:hidden}.video-preview__frame img{aspect-ratio:16/9;object-fit:cover;opacity:.92}.video-preview__overlay{color:#fff;background:linear-gradient(#080a0e1f,#080a0e70);flex-direction:column;justify-content:space-between;padding:18px;display:flex;position:absolute;inset:0}.video-preview__live{letter-spacing:.16em;text-transform:uppercase;background:#ffffff24;border-radius:999px;align-self:flex-start;padding:5px 10px;font-size:.7rem;font-weight:800}.video-preview__play{background:#ffffffe6;border-radius:50%;align-self:center;place-items:center;width:84px;height:84px;display:grid;box-shadow:0 16px 40px #00000040}.video-preview__play:before{content:"";border-top:12px solid #0000;border-bottom:12px solid #0000;border-left:18px solid var(--cbc-red);width:0;height:0;margin-left:4px}.video-preview__caption{font-size:.92rem;line-height:1.42}.video-preview__caption strong{margin-bottom:4px;font-size:1rem;display:block}.expert-grid{gap:18px;margin:18px 0 10px;display:grid}.expert-card{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fff;border-radius:18px;grid-template-columns:88px 1fr;gap:16px;padding:16px;display:grid}.expert-card img{object-fit:cover;background:#f3f3f3;border-radius:50%;width:88px;height:88px}.expert-card h3{margin:0 0 4px;font-size:1.05rem;font-weight:800;line-height:1.2}.expert-card__role{color:var(--muted);margin:0 0 10px;font-size:.88rem}.expert-card__quote{color:#222;margin:0;line-height:1.55}.newsletter-card{box-shadow:var(--shadow-soft);background:linear-gradient(#fff,#fbfbfb);border:1px solid #d7192024;border-radius:18px;margin:26px 0 10px;padding:18px}.newsletter-card h3{font-family:var(--headline-font);margin:0 0 8px;font-size:1.3rem}.newsletter-card p{color:#333;margin:0 0 14px}.newsletter-lead-form{display:block}.newsletter-form{flex-wrap:wrap;gap:10px;display:flex}.newsletter-form--stack{flex-direction:column}.newsletter-input,.newsletter-button{border-radius:12px;justify-content:center;align-items:center;min-height:44px;padding:0 14px;display:inline-flex}.newsletter-input{color:#707070;background:#fff;border:1px solid #dadada;flex:220px;justify-content:flex-start}.newsletter-button{background:var(--cbc-red);color:#fff;letter-spacing:.04em;cursor:pointer;border:none;flex:none;font-size:.88rem;font-weight:800}.newsletter-button:disabled{cursor:wait;opacity:.82}.newsletter-field{color:#222;background:#fff;border:1px solid #dadada;border-radius:12px;width:100%;min-height:46px;padding:0 14px}.newsletter-field::placeholder{color:#7b7b7b}.newsletter-field:focus{border-color:#d7192073;outline:none;box-shadow:0 0 0 4px #d7192014}.newsletter-field.is-invalid{border-color:#b53b31a6}.newsletter-field--textarea{resize:vertical;min-height:112px;padding-top:12px}.newsletter-errors{margin-top:12px}.newsletter-error,.newsletter-status{margin:0;font-size:.9rem;line-height:1.5}.newsletter-error+.newsletter-error,.newsletter-status{margin-top:6px}.newsletter-status--success{color:#0f6f4e}.newsletter-status--error{color:#b53b31}.lead-honeypot{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px}.author-bio{border:1px solid var(--line);background:#fcfcfc;border-radius:18px;grid-template-columns:92px 1fr;align-items:center;gap:18px;margin:30px 0 10px;padding:18px;display:grid}.author-bio img{object-fit:cover;border-radius:50%;width:92px;height:92px}.author-bio h3{margin:4px 0 6px;font-size:1.3rem;font-weight:800}.author-bio p{color:#333;margin:0}.comments{border-top:2px solid var(--line);margin-top:32px;padding-top:18px}.comments__title{letter-spacing:.16em;text-transform:uppercase;margin:0 0 12px;font-size:.9rem;font-weight:800}.comments__intro{color:var(--muted);margin:0 0 16px;font-size:.92rem}.comment-list{gap:18px;display:grid}.comment-thread{gap:12px;display:grid}.comment-thread--depth-1,.comment-thread--depth-2{border-left:1px solid #e7e7e7f5;margin-left:22px;padding-left:18px}.comment-card{border-top:1px solid var(--line);grid-template-columns:46px minmax(0,1fr);gap:14px;padding:16px 0;display:grid}.comment-card--reply{border-top-color:#ececec;padding-top:14px}.comment-thread:first-child>.comment-card{border-top:none;padding-top:0}.comment-avatar{color:#fff;letter-spacing:.04em;border-radius:50%;flex:none;place-items:center;width:46px;height:46px;font-size:.8rem;font-weight:800;display:grid;overflow:hidden}.comment-avatar--photo{background:#f1f1f1;box-shadow:inset 0 0 0 1px #0000000f}.comment-avatar--photo img{object-fit:cover;width:100%;height:100%}.comment-avatar--initials{text-transform:uppercase}.comment-body{min-width:0}.comment-head{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.comment-name{margin:0;font-weight:800}.comment-time{color:var(--muted);margin:0;font-size:.8rem}.comment-reply-to{color:var(--cbc-red);letter-spacing:.14em;text-transform:uppercase;margin:4px 0 6px;font-size:.72rem;font-weight:800}.comment-text{color:#232323;margin:0;line-height:1.65}.comment-children{gap:12px;display:grid}.comments__more{color:#111;cursor:pointer;background:#fafafa;border:1px solid #e0e0e0;border-radius:999px;justify-content:center;align-items:center;min-height:42px;margin-top:16px;padding:0 16px;font-size:.88rem;font-weight:700;display:inline-flex}.comments__more:hover{background:#f4f4f4}.comments__more--done{color:var(--cbc-red);background:#d7192014;border-color:#d719202e}.page-footer{border-top:1px solid var(--line);color:var(--muted);text-align:center;margin-top:36px;padding-top:16px;font-size:.82rem}.sidebar{flex-direction:column;align-self:start;gap:16px;display:flex;position:sticky;top:108px}.sidebar-panel{border:1px solid var(--line);box-shadow:var(--shadow-soft);background:#fff;border-radius:18px;padding:18px}.toc-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.toc-list li{margin:0}.toc-list a{color:#222;background:0 0;border:1px solid #0000;border-radius:14px;align-items:flex-start;gap:12px;padding:10px 12px;text-decoration:none;transition:transform .18s,background .18s,border-color .18s;display:flex}.toc-list a:hover{background:#fafafa;border-color:#ececec;transform:translate(2px)}.toc-list a[aria-current=true]{background:#d7192014;border-color:#d7192033}.toc-index{color:#555;background:#f3f3f3;border-radius:50%;flex:none;place-items:center;width:24px;height:24px;font-size:.76rem;font-weight:800;display:grid}.toc-list a[aria-current=true] .toc-index{background:var(--cbc-red);color:#fff}.toc-copy{flex-direction:column;gap:2px;display:flex}.toc-copy strong{font-size:.95rem;line-height:1.25}.toc-copy span{color:var(--muted);font-size:.8rem}.most-read{gap:14px;margin:0;padding:0;list-style:none;display:grid}.most-read li{border-top:1px solid var(--line);grid-template-columns:24px 1fr;gap:12px;padding-top:14px;display:grid}.most-read li:first-child{border-top:none;padding-top:0}.most-read__num{color:var(--cbc-red);font-size:1.35rem;font-weight:800;line-height:1}.most-read__title{margin:0 0 4px;font-weight:800;line-height:1.35}.most-read__meta{color:var(--muted);margin:0;font-size:.8rem}.sidebar-note{background:linear-gradient(#fff,#fafafa)}.sidebar-note p:not(.panel-kicker){color:#333;margin:0;font-size:.92rem;line-height:1.65}.sidebar-note strong{color:var(--cbc-red)}.story-section,.media-figure__frame,.quote-card,.facts-card,.video-preview__frame,.expert-card,.newsletter-card,.author-bio,.sidebar-panel,.story-notes,.share-chip,.toc-list a,.comments__more{transition:transform .18s,box-shadow .18s,border-color .18s,background .18s}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,.comments__more:focus-visible,.share-chip:focus-visible{outline-offset:3px;outline:2px solid #d7192099}@media (width<=1080px){.content-grid{gap:32px}}@media (width<=980px){.content-grid{grid-template-columns:1fr}.sidebar{display:none}.story{max-width:100%}}@media (width<=860px){.news-rail__links{display:none}.utility-actions{visibility:hidden}.brand{justify-self:center}.page-shell{width:min(var(--page-width), calc(100% - 24px));padding-top:22px}.story-title{font-size:clamp(2.05rem,8vw,3.15rem)}}@media (width<=720px){html{scroll-padding-top:126px}.utility-row{height:56px;padding:0 14px}.news-rail__inner{padding:0 14px}.story-dek{font-size:1rem}.story-tags{gap:8px}.story-tags a{font-size:.8rem}.story-section h2{font-size:clamp(1.38rem,6vw,1.95rem)}.quote-card p{font-size:1.08rem}.media-figure__caption{gap:10px;padding:12px 14px;font-size:.82rem}.expert-card{grid-template-columns:1fr}.expert-card img{width:100px;height:100px}.author-bio{grid-template-columns:1fr}.author-bio img{width:104px;height:104px}.comment-thread--depth-1,.comment-thread--depth-2{margin-left:14px;padding-left:14px}.comment-card{grid-template-columns:42px minmax(0,1fr);gap:12px}.comment-avatar{width:42px;height:42px}}@media (width<=560px){.story-tags a{padding:9px 11px}.newsletter-form{flex-direction:column}.newsletter-input,.newsletter-button{width:100%}.share-chip{width:34px;height:34px}.media-figure{margin:20px 0 24px}}
