.thoughts-page{--thoughts-red:#b22222;--thoughts-rule:1px solid var(--border);max-width:720px;margin-inline:auto;padding:32px 24px 48px}.thoughts-page-with-rail{grid-template-columns:1fr;gap:28px;max-width:1040px;margin-inline:auto;padding:32px 24px 48px;display:grid}@media (min-width:1024px){.thoughts-page-with-rail{grid-template-columns:minmax(0,720px) 240px;align-items:start}}.thoughts-page-with-rail .thoughts-main{min-width:0}.thoughts-page-with-rail .thoughts-rail{position:relative}@media (min-width:1024px){.thoughts-page-with-rail .thoughts-rail{position:sticky;top:28px}}.thoughts-page .thoughts-red-rule{background:var(--thoughts-red);width:120px;height:5px;margin-top:8px;margin-bottom:28px}.thoughts-page .thoughts-kicker{letter-spacing:.22em;text-transform:uppercase;color:var(--thoughts-red);margin-bottom:20px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:700}.thoughts-page .thoughts-headline{letter-spacing:-.018em;color:var(--foreground);text-wrap:balance;margin:0 0 22px;font-family:Playfair Display,serif;font-size:clamp(36px,5.5vw,60px);font-weight:700;line-height:1.04}.thoughts-page .thoughts-standfirst{color:var(--muted-foreground);border-bottom:var(--thoughts-rule);text-wrap:balance;max-width:36em;margin:0 0 26px;padding-bottom:22px;font-family:Playfair Display,serif;font-size:clamp(19px,2.2vw,24px);font-style:italic;font-weight:400;line-height:1.4}.thoughts-page .thoughts-meta{letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);flex-wrap:wrap;align-items:baseline;gap:12px;margin-bottom:26px;font-family:DM Sans,sans-serif;font-size:11px;display:flex}.thoughts-page .thoughts-meta-dot{background:var(--muted-foreground);border-radius:50%;width:3px;height:3px;margin:0 4px;display:inline-block}.thoughts-page .thoughts-body{color:var(--foreground);font-family:Playfair Display,serif;font-size:17.5px;line-height:1.7}.thoughts-page .thoughts-body p{margin:0 0 16px}.thoughts-page .thoughts-body[data-slot=leader]>p:first-of-type:first-letter{float:left;color:var(--editorial-red);margin:6px 10px -4px 0;font-family:Playfair Display,serif;font-size:72px;font-weight:700;line-height:.88}.thoughts-page .thoughts-pullquote{color:var(--foreground);border-left:3px solid var(--thoughts-red);margin:28px 0;padding-left:18px;font-family:Playfair Display,serif;font-size:22px;font-style:italic;font-weight:500;line-height:1.4}.thoughts-page .thoughts-chart-caption{color:var(--muted-foreground);background:var(--card);border-left:2px solid var(--muted-foreground);margin:22px 0;padding:10px 14px;font-family:DM Sans,sans-serif;font-size:12px;font-style:italic}.thoughts-page .thoughts-citation{background:var(--muted);color:var(--muted-foreground);vertical-align:super;border-radius:4px;align-items:center;margin-left:2px;padding:0 5px;font-family:DM Sans,sans-serif;font-size:10px;font-weight:500;line-height:1.4;text-decoration:none;display:inline-flex}.thoughts-page .thoughts-sources{border-top:var(--thoughts-rule);color:var(--muted-foreground);margin-top:36px;padding-top:18px;font-family:DM Sans,sans-serif;font-size:12.5px;line-height:1.6}.thoughts-page .thoughts-sources summary{cursor:pointer;letter-spacing:.06em;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:600}.thoughts-page .thoughts-sources ol{margin:10px 0 0;padding-left:22px}.thoughts-index{max-width:720px;margin-inline:auto;padding:32px 24px 48px}.thoughts-index .thoughts-masthead{border-bottom:2px solid var(--foreground);justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:28px;padding-bottom:14px;display:flex}.thoughts-index .thoughts-masthead h1{letter-spacing:-.01em;margin:0;font-family:Playfair Display,serif;font-size:28px;font-weight:700}.thoughts-index .thoughts-masthead .thoughts-tagline{letter-spacing:.16em;text-transform:uppercase;color:var(--thoughts-red,#b22222);font-family:DM Sans,sans-serif;font-size:11px}.thoughts-index .thoughts-item{color:inherit;border-bottom:1px solid var(--border);padding:18px 0;text-decoration:none;display:block}.thoughts-index .thoughts-item:last-child{border-bottom:none}.thoughts-index .thoughts-item-date{letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:6px;font-family:DM Sans,sans-serif;font-size:11px}.thoughts-index .thoughts-item-byline{color:var(--muted-foreground);margin:0 0 4px;font-family:DM Sans,sans-serif;font-size:12.5px}.thoughts-index .thoughts-item-byline .thoughts-item-byline-name{color:var(--foreground);font-family:Playfair Display,serif;font-size:14px;font-style:italic;font-weight:600}.thoughts-index .thoughts-item-title{color:var(--foreground);letter-spacing:-.005em;margin:0 0 6px;font-family:Playfair Display,serif;font-size:22px;font-weight:700;line-height:1.2}.thoughts-index .thoughts-item-deck{color:var(--muted-foreground);margin:0;font-family:Playfair Display,serif;font-size:15px;font-style:italic;line-height:1.45}.thoughts-index .thoughts-empty{color:var(--muted-foreground);text-align:center;padding:32px 0;font-family:DM Sans,sans-serif;font-size:14px}.thoughts-pdf-button{appearance:none;border:1px solid var(--border);letter-spacing:.1em;text-transform:uppercase;color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:4px;align-items:center;padding:7px 14px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:600;transition:color .12s,border-color .12s,background .12s;display:inline-flex}.thoughts-pdf-button:hover{color:var(--foreground);border-color:var(--foreground);background:color-mix(in srgb, var(--foreground) 4%, transparent)}.thoughts-pdf-button:focus-visible{outline:2px solid var(--editorial-red,#b32d2d);outline-offset:2px}@media print{body>nav,body>footer,body>header,nav[role=navigation],header[role=banner],footer[role=contentinfo],.thoughts-rail,[data-pdf-hide]{display:none!important}.thoughts-page-with-rail{grid-template-columns:none!important;display:block!important}.thoughts-page-with-rail .thoughts-main{width:100%!important;max-width:none!important}html,body{color:#000!important;background:#fff!important}.thoughts-page,.thoughts-main{color:#000!important;background:0 0!important}.thoughts-page .thoughts-citation,.thoughts-page a.thoughts-citation{color:#1f1d18!important;background:#ecebe5!important;text-decoration:none!important}details{page-break-inside:auto}details>summary{display:none!important}details>:not(summary){display:revert!important}h1,h2,h3,.thoughts-headline,.thoughts-standfirst,.thoughts-pullquote{page-break-after:avoid}.thoughts-body p,.thoughts-citation,figure,blockquote{page-break-inside:avoid}.thoughts-sources{color:#2c2a25!important;border-top:1px solid #cdc9bf!important;margin-top:28px!important;padding-top:18px!important}.thoughts-sources ol>li{page-break-inside:avoid;background:#fafaf6!important;border:1px solid #cdc9bf!important;border-radius:6px!important;margin-bottom:10px!important;padding:10px 12px!important}.thoughts-sources ol>li span{color:#2c2a25!important}.thoughts-sources p{color:#4a4842!important}.thoughts-sources ul{margin-top:6px!important;padding-left:18px!important}.thoughts-sources ul>li{margin-bottom:4px!important;list-style:outside!important}.thoughts-body a[href^=http]:not(.thoughts-citation),.thoughts-sources a[href^=http],details a[href^=http]{color:#8b1f1f!important;text-underline-offset:2px!important;text-decoration:underline!important;text-decoration-thickness:.6px!important}@page{size:A4;margin:20mm}}.thoughts-paywall{margin:-60px 0 28px;padding-top:80px;position:relative}.thoughts-paywall-fade{background:linear-gradient(180deg, color-mix(in srgb, var(--background) 0%, transparent) 0%, color-mix(in srgb, var(--background) 95%, transparent) 60%, var(--background) 100%);pointer-events:none;height:90px;position:absolute;top:0;left:0;right:0}.thoughts-paywall-card{background:var(--card);border:1px solid var(--border);border-top:3px solid var(--editorial-red,#b32d2d);border-radius:6px;flex-direction:column;gap:10px;padding:22px 24px;display:flex;position:relative}.thoughts-paywall-kicker{letter-spacing:.18em;text-transform:uppercase;color:var(--editorial-red,#b32d2d);font-family:DM Sans,sans-serif;font-size:10px;font-weight:700}.thoughts-paywall-headline{color:var(--foreground);margin:0;font-family:Playfair Display,serif;font-size:22px;font-weight:700;line-height:1.2}.thoughts-paywall-body{color:var(--muted-foreground);margin:0;font-family:Playfair Display,serif;font-size:15px;line-height:1.5}.thoughts-paywall-ctas{flex-wrap:wrap;align-items:center;gap:16px;margin-top:6px;display:flex}.thoughts-paywall-cta-primary{background:var(--editorial-red,#b32d2d);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:4px;padding:10px 18px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:700;text-decoration:none;transition:background .12s;display:inline-block}.thoughts-paywall-cta-primary:hover{background:color-mix(in srgb, var(--editorial-red,#b32d2d) 85%, black)}.thoughts-paywall-cta-secondary{color:var(--muted-foreground);text-underline-offset:3px;font-family:DM Sans,sans-serif;font-size:12px;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.thoughts-paywall-cta-secondary:hover{color:var(--foreground)}@media print{.thoughts-paywall{display:none!important}}
