/* DailyConnects mobile-first presentation layer.
   Additive only: content, links and learning features remain available without it. */
:root{--mui-bg:#fff;--mui-surface:#fff;--mui-ink:#202732;--mui-sub:#5b6572;--mui-blue:#2457c5;--mui-border:#e2e5e9;--mui-radius:12px;--mui-shadow:none}
.dcx-bottom-nav{display:none}
.dcx-mobile-actions{display:flex;align-items:center;gap:6px}
.dcx-mobile-action{display:inline-grid;place-items:center;min-width:44px;min-height:44px;padding:8px 12px;border:0;border-radius:8px;background:transparent;color:var(--mui-ink);text-decoration:none;font:600 .9rem/1 system-ui,sans-serif;cursor:pointer}
.dcx-mobile-action:hover{background:#edf3ff;color:var(--mui-blue)}
.dcx-mobile-action:focus-visible,.dcx-bottom-nav a:focus-visible,.dcx-compact-toggle:focus-visible,.entity-follow:focus-visible,.entity-tab:focus-visible{outline:3px solid #f0a128;outline-offset:2px}
.dcx-compact-toggle{display:none}
.entity-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:16px 0}
.entity-follow{min-height:44px;padding:9px 16px;border:1px solid var(--mui-blue);border-radius:999px;background:var(--mui-blue);color:#fff;font:800 .85rem/1 system-ui,sans-serif;cursor:pointer}
.entity-follow[aria-pressed="true"]{background:#eef4ff;color:var(--mui-blue)}
.entity-tabs{display:flex;gap:4px;overflow-x:auto;margin:22px 0 16px;padding:4px;border:1px solid var(--mui-border);border-radius:12px;background:#eef2f7;scrollbar-width:none}
.entity-tabs::-webkit-scrollbar{display:none}
.entity-tab{flex:1 0 auto;min-height:44px;padding:8px 12px;border:0;border-radius:9px;background:transparent;color:#526178;font:800 .78rem/1 system-ui,sans-serif;cursor:pointer}
.entity-tab[aria-selected="true"]{background:#fff;color:var(--mui-blue);box-shadow:0 1px 5px rgba(15,35,70,.12)}
.entity-panel[hidden]{display:none!important}
.entity-graph{margin:0;padding:16px;border:1px solid var(--mui-border);border-radius:var(--mui-radius);background:#fff}
.entity-graph svg{display:block;width:100%;height:auto;max-height:310px}
.entity-graph line{stroke:#9bb4df;stroke-width:2}
.entity-graph circle{fill:#fff;stroke:var(--mui-blue);stroke-width:3}
.entity-graph .root{fill:var(--mui-blue)}
.entity-graph text{font:700 12px system-ui,sans-serif;fill:var(--mui-ink);text-anchor:middle}
.entity-related-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px;padding:0;list-style:none}
.entity-related-list a{display:block;min-height:44px;padding:11px 12px;border:1px solid var(--mui-border);border-radius:10px;background:#fff;color:var(--mui-blue);font-weight:800;text-decoration:none}
.entity-related-list small{display:block;margin-top:3px;color:var(--mui-sub);font-weight:600}

@media(max-width:720px){
  html{scroll-padding-bottom:82px}
  body{padding-bottom:84px!important;background:var(--mui-bg)!important;font-family:system-ui,-apple-system,"Segoe UI",sans-serif!important;color:var(--mui-ink)}
  .top-bar{height:56px!important;padding:6px 12px!important;box-shadow:0 1px 0 var(--mui-border);border:0!important}
  .top-bar .site-logo{width:144px!important;max-width:45vw!important}
  .dcx-mobile-actions{display:none}
  .container{width:100%;margin:18px auto!important;padding:0 16px!important}
  h1{font-family:system-ui,-apple-system,"Segoe UI",sans-serif!important;font-size:clamp(1.55rem,7vw,2rem)!important;line-height:1.16!important;text-align:left!important;letter-spacing:-.025em}
  .intro,.intro-text{text-align:left!important;font-size:.94rem!important;line-height:1.55!important;margin:8px 0 18px!important}
  .day-nav{justify-content:flex-start!important;flex-wrap:nowrap!important;overflow-x:auto;margin:0 0 16px!important;padding-bottom:3px;scrollbar-width:none}
  .day-nav::-webkit-scrollbar{display:none}.day-nav a{flex:0 0 auto;min-height:44px;display:flex;align-items:center;padding:9px 12px!important;border-radius:999px!important}
  .edition-trust{margin:0 0 12px!important;border-radius:var(--mui-radius)!important}
  .today-glance,.topic-headline-index{margin:0 0 12px!important;padding:14px!important;border-radius:var(--mui-radius)!important;box-shadow:none!important}
  .dcx-compactible>.dcx-compact-toggle{display:flex;width:100%;min-height:44px;align-items:center;justify-content:space-between;border:0;background:transparent;color:var(--mui-ink);font:800 .9rem/1.3 system-ui,sans-serif;text-align:left;cursor:pointer}
  .dcx-compactible>.dcx-compact-toggle::after{content:"+";font-size:1.2rem;color:var(--mui-blue)}
  .dcx-compactible.is-open>.dcx-compact-toggle::after{content:"−"}
  .dcx-compactible>.dcx-compact-content{display:none}.dcx-compactible.is-open>.dcx-compact-content{display:block}
  .mobile-index{position:relative!important;top:auto!important;z-index:1!important;margin:0 0 12px!important}.mobile-index summary{min-height:44px;display:flex;align-items:center}
  .dcx-strip-wrap{margin:0 auto 12px!important;padding:0 16px!important}.dcx-strip{position:relative!important;top:auto!important;z-index:1!important;box-shadow:none!important}
  .dcx-strip-head{padding:10px 12px!important}.dcx-strip a{min-height:44px}
  .article-row{display:block!important;padding:18px 16px!important;margin:0 0 12px!important;border:1px solid var(--mui-border);border-radius:var(--mui-radius)!important;box-shadow:0 2px 10px rgba(15,35,70,.045)!important;scroll-margin-top:68px!important}
  .article-row .col-left{padding:0 0 16px!important;border:0!important;border-bottom:1px solid #edf1f6!important}
  .article-row .col-right{padding:14px 0 0!important}
  .headline{font-family:system-ui,-apple-system,"Segoe UI",sans-serif!important;font-size:1.17rem!important;line-height:1.38!important;letter-spacing:-.012em;scroll-margin-top:68px!important}
  .bullets{padding-left:20px!important}.bullets li{font-size:1.05rem!important;line-height:1.7!important;margin-bottom:10px!important;color:#34445b!important}
  .connects-note,.similar-preview{font-size:.9rem!important;line-height:1.58!important}.similar-card{padding:12px 2px!important}.similar-card-head{font-size:.94rem!important;line-height:1.5!important}
  .topic-section-heading{margin:24px 0 12px!important;padding:14px!important;border-radius:var(--mui-radius)!important}.topic-section-heading h2{font-family:system-ui,-apple-system,"Segoe UI",sans-serif!important;font-size:1.12rem!important}
  .dcx-map-discovery{margin:12px 0!important;padding:16px!important;border-radius:var(--mui-radius)!important}.dcx-stats{border-radius:var(--mui-radius)!important}
  .dcx-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:900;display:grid;grid-template-columns:repeat(3,1fr);height:calc(66px + env(safe-area-inset-bottom));padding:5px 6px env(safe-area-inset-bottom);border-top:1px solid var(--mui-border);background:rgba(255,255,255,.98)}
  .dcx-bottom-nav a{display:flex;min-width:0;min-height:54px;flex-direction:column;align-items:center;justify-content:center;gap:3px;border-radius:9px;color:#68758a;text-decoration:none;font:700 .61rem/1 system-ui,sans-serif}
  .dcx-bottom-nav a span:first-child{font-size:1.15rem;line-height:1}.dcx-bottom-nav a[aria-current="page"]{background:#edf3ff;color:var(--mui-blue)}
  .dcx-drawer{height:calc(88vh - env(safe-area-inset-bottom))!important}.dcx-drawer-body{padding:16px!important}
  .entity-tabs{position:sticky;top:8px;z-index:5}.entity-related-list{grid-template-columns:1fr}
  .home-page{padding:0 16px 84px!important}
  .home-page>header{position:sticky;top:0;z-index:100;height:56px;margin:0 -16px 18px!important;padding:6px 12px;background:rgba(255,255,255,.97);border-bottom:1px solid var(--mui-border);align-items:flex-start;justify-content:center;text-align:left;backdrop-filter:blur(12px)}
  .home-page .brand-container{height:44px;margin:0!important;gap:8px!important}.home-page .logo-icon{width:36px!important;height:36px!important}.home-page header h1{font-size:1.08rem!important;letter-spacing:-.02em}
  .home-page .tagline,.home-page .edition-badge,.home-page .seo-intro{display:none!important}
  .home-page .container{padding:0!important}.home-page .study-entry{border-radius:var(--mui-radius)}
  .home-page .section-header{align-items:flex-start!important;margin-bottom:14px!important}.home-page .section-title{font-size:1.25rem!important}.home-page .section-subtitle{font-size:.9rem;line-height:1.5}
  .home-page .cards-grid,.home-page .month-grid{grid-template-columns:1fr!important;gap:10px!important}.home-page .news-card,.home-page .month-card{border-radius:var(--mui-radius)!important;box-shadow:none!important}
  .home-page .archive-section+.archive-section{margin-top:28px!important}.home-page .site-footer{margin:36px -16px 0;padding:24px 16px 0}
}
/* Quiet reading applies at every width, including tablet and desktop. */
body{font-family:system-ui,-apple-system,"Segoe UI",sans-serif!important;background:var(--mui-bg)!important;color:var(--mui-ink)}
.top-bar{min-height:56px;background:#fff!important;box-shadow:none!important;border-bottom:1px solid var(--mui-border)!important;gap:12px}
.container{max-width:1120px}
.headline,h1,.topic-section-heading h2{font-family:inherit!important;color:var(--mui-ink)!important}
.container>h1{text-align:left!important;line-height:1.2!important;letter-spacing:-.025em}
.headline{font-size:1.3rem!important;line-height:1.4!important;letter-spacing:-.015em}
.article-row{grid-template-columns:minmax(0,2.4fr) minmax(230px,1fr);gap:32px;background:transparent!important;border:0!important;border-bottom:1px solid var(--mui-border)!important;border-radius:0!important;box-shadow:none!important;padding:28px 0!important;margin:0!important;scroll-margin-top:76px!important}
.article-row .col-left{min-width:0;padding:0!important;border:0!important}
.article-row .col-right{min-width:0;padding:0!important}
.bullets li,.facts li{font-size:1.0625rem!important;line-height:1.75!important;margin-bottom:10px!important;color:var(--mui-ink)!important;overflow-wrap:anywhere}
.headline,.article-row a{overflow-wrap:anywhere}
.article-row + .sep{display:none}
.dcx-disclosure{border:0;border-top:1px solid var(--mui-border);margin:12px 0;padding:0;background:transparent}
.dcx-disclosure>summary{min-height:48px;padding:12px 0;font-size:.9rem;font-weight:650;color:var(--mui-blue);cursor:pointer}
.dcx-disclosure>summary:focus-visible{outline:3px solid #b77700;outline-offset:2px}
.dcx-disclosure[open]>summary{margin-bottom:12px}
.dcx-edition-tools{margin:12px 0 24px}
.dcx-edition-tools .desktop-index{position:static!important;width:auto!important;height:auto!important;z-index:auto!important;margin:12px 0!important}
.dcx-edition-tools .desktop-index summary{width:auto!important;height:auto!important;min-height:44px;padding:12px;box-shadow:none!important}
.dcx-edition-tools .desktop-index summary::after{display:none!important}
.dcx-edition-tools .desktop-index-panel{position:static!important;width:100%!important;box-shadow:none!important}
.dcx-edition-tools .mobile-index,.dcx-edition-tools .dcx-strip{position:static!important;top:auto!important;box-shadow:none!important}
.dcx-edition-tools .dcx-strip-wrap{padding:0!important}
.dcx-edition-tools .dcx-stats,.dcx-edition-tools .dcx-map-discovery{box-shadow:none!important;background:#f7f8fa!important;border:1px solid var(--mui-border)!important}
.dcx-entity-row{margin:18px 0 8px!important;padding:0!important;background:transparent!important;border:0!important;gap:6px!important}
.dcx-entity-chip,.dcx-map-entry{min-height:44px!important;white-space:normal!important;font-size:.85rem!important;line-height:1.4!important;background:#f6f8fb!important;color:var(--mui-blue)!important;box-shadow:none!important;border:1px solid var(--mui-border)!important}
.dcx-entity-cap{width:100%;color:var(--mui-sub)!important}
.entities-tag{background:transparent!important;border:0!important;padding:0!important;margin:16px 0 8px!important;font-size:.9rem!important}
.story-map{background:transparent!important;border:0!important;border-top:1px solid var(--mui-border)!important;border-radius:0!important;margin:16px 0 8px!important}
.story-map>summary{padding:12px 0!important;color:var(--mui-blue)!important;font-size:.9rem}
.dcx-revised-btn{float:none!important;min-height:44px;margin:8px 0!important}
.connects-note,.similar-preview{font-size:.9rem!important;line-height:1.6!important}
.entity-page h1{max-width:28ch;font-size:clamp(1.7rem,4vw,2.5rem)!important;line-height:1.2!important;letter-spacing:-.025em;text-align:left!important}
.entity-page .container{max-width:1000px}
.entity-page .tl li{box-shadow:none!important;border-radius:0!important;background:transparent!important}
.entity-tabs{position:static!important;border:0;border-bottom:1px solid var(--mui-border);border-radius:0;background:transparent;padding:0;gap:12px}
.entity-tab{border-radius:0;font-weight:600}
.entity-tab[aria-selected="true"]{box-shadow:none;border-bottom:2px solid var(--mui-blue)}
.entity-related-list a{border-radius:0;border:0;border-bottom:1px solid var(--mui-border);background:transparent}
.entity-graph{max-width:640px;margin:0 auto;background:#fafbfc}
.entity-graph a:focus-visible{outline:3px solid #b77700}
.dcx-drawer{max-width:100vw!important}
/* The existing graph uses a 340px coordinate system; retain its scroll/list fallback. */
.home-page .news-card,.home-page .month-card{background:#fff!important;box-shadow:none!important;border-radius:0!important;border:0!important;border-bottom:1px solid var(--mui-border)!important}
.home-page .cards-grid{gap:0 24px!important;grid-template-columns:repeat(2,minmax(0,1fr))}
.home-page .study-entry{background:#f7f8fa!important;box-shadow:none!important;border:1px solid var(--mui-border)!important}
.home-page .study-entry,.home-page .study-entry h2{color:var(--mui-ink)!important}
.home-page .study-entry p,.home-page .study-entry small{color:var(--mui-sub)!important}
.home-page .study-entry a{background:var(--mui-blue)!important;color:#fff!important}
.home-page .study-entry a:focus-visible,.dcx-back-link:focus-visible{outline:3px solid #a56800;outline-offset:3px}
.dcx-back-link{display:inline-flex;align-items:center;min-height:44px;padding:8px 12px;margin:0 0 16px;border:1px solid var(--mui-border);border-radius:8px;background:#fff;color:var(--mui-blue)!important;font:600 .95rem/1.4 system-ui,sans-serif;text-decoration:none!important}
.dcx-back-link:hover{background:#f1f5fb}
.home-page .site-nav{flex-wrap:wrap}
.explore-page{margin:0;padding:0 24px 40px}
.explore-page .top-bar{max-width:1000px;margin:auto;display:flex;justify-content:space-between;align-items:center}
.explore-page .site-brand{font-weight:750;color:var(--mui-ink);text-decoration:none}
.explore-page main{max-width:1000px;margin:48px auto}
.explore-page h1{margin:0 0 12px;font-size:2rem}
.explore-page p{color:var(--mui-sub);line-height:1.65;max-width:65ch}
.explore-links{list-style:none;margin:32px 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 32px}
.explore-links li{border-bottom:1px solid var(--mui-border)}
.explore-links a{display:block;min-height:44px;padding:20px 0;color:var(--mui-ink);text-decoration:none;font-weight:650}
.explore-links a:hover{color:var(--mui-blue)}
.explore-links span{display:block;font-weight:400;color:var(--mui-sub);margin-top:6px;line-height:1.55}
@media(max-width:1020px){.article-row{display:block!important}.article-row .col-right{margin-top:16px!important}}
@media(max-width:720px){
  .headline{font-size:1.2rem!important}
  .home-page>header{height:auto;min-height:56px;position:relative;align-items:stretch}
  .home-page .site-nav{display:flex!important;margin:8px 0!important;gap:8px}
  .home-page .site-nav a{min-height:44px;display:inline-flex;align-items:center}
  .entity-page .top-bar{height:auto!important;min-height:56px}
  .top-bar{height:auto!important;min-height:56px;flex-wrap:wrap}
  .entity-graph{padding:8px}
  .explore-page{padding:0 16px 84px}
  .explore-page main{margin:28px auto}
  .explore-links{grid-template-columns:1fr;margin-top:24px}
}
@media print{
  .dcx-bottom-nav,.dcx-mobile-actions,.dcx-back-link,.entity-actions,.entity-tabs{display:none!important}
  .dcx-disclosure>*,.entity-panel[hidden]{display:block!important}
  .article-row{display:block!important;break-inside:auto}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
