/* Gazeta Popular — camada única de coerência visual (2026-09-05). */
:root {
  --ui-ease-out: cubic-bezier(.23,1,.32,1);
  --ui-motion-fast: 160ms;
  --ui-motion-medium: 240ms;
}

/* Publicidade editorial intermediária: proporção estável, sem deformar a arte. */
.ad-home-inline{width:min(100%,1120px);margin:clamp(30px,4vw,54px) auto;border-radius:var(--radius-lg);background:var(--surface-2)}
.ad-home-inline picture{display:block;width:100%;aspect-ratio:4/1;overflow:hidden}
.ad-home-inline img{display:block;width:100%;height:100%;object-fit:contain;object-position:center;background:var(--surface-2)}
.article-top-ad{width:100%;margin:0 0 28px}
.article-top-ad picture{display:block;aspect-ratio:4/1;overflow:hidden}
.article-top-ad img{width:100%;height:100%;object-fit:contain;background:var(--surface-2)}
.author-profile-card{position:relative;grid-template-columns:180px minmax(0,1fr);gap:34px;padding:38px;border-radius:28px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-soft)}
.author-profile-avatar{width:180px;height:180px;border:4px solid var(--surface);box-shadow:0 0 0 2px var(--blue),0 10px 30px rgba(7,31,52,.14)}
.author-profile-name-row{display:flex;align-items:center;justify-content:space-between;gap:14px}
.author-profile-name-row .eyebrow{margin:0}
.author-follow{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:8px 16px;border:1px solid var(--blue);border-radius:999px;background:var(--blue);color:#fff;font:800 12px var(--font-ui);cursor:pointer;transition:transform 160ms var(--ui-ease-out),background-color 160ms ease,border-color 160ms ease}
.author-follow.is-following{background:var(--surface);color:var(--blue-2);border-color:var(--line)}
.author-follow:active{transform:scale(.97)}
.author-profile-stats{display:flex;align-items:baseline;gap:28px;margin:16px 0}
.author-profile-stats span{display:inline-flex;align-items:baseline;gap:5px;color:var(--ink)}
.author-profile-stats strong{font:800 18px var(--font-ui)}.author-profile-stats small{font:500 13px var(--font-ui);color:var(--muted)}
.author-profile-bio{max-width:66ch;line-height:1.55}
.author-publications{margin-top:38px}.author-publications .section-heading{border-bottom:1px solid var(--line);padding-bottom:12px}
@media(max-width:760px){
  .ad-home-inline{margin:26px auto;border-radius:16px}
  .ad-home-inline picture,.article-top-ad picture{aspect-ratio:16/5}
  .ad-home-inline img,.article-top-ad img{object-fit:contain}
  .article-top-ad{margin-bottom:22px;border-radius:16px}
  .author-profile-card{grid-template-columns:78px minmax(0,1fr);gap:14px;padding:18px;border-radius:22px;align-items:start}
  .author-profile-avatar{width:78px;height:78px;border-width:3px}
  .author-profile-copy h1{font-size:28px;line-height:1.05;margin:6px 0 0}
  .author-profile-name-row{display:contents}.author-profile-name-row .eyebrow{grid-column:2}.author-follow{grid-column:2;justify-self:start;min-height:36px;padding:7px 13px;font-size:11px}
  .author-profile-stats{grid-column:1/-1;gap:20px;margin:14px 0 4px}.author-profile-stats strong{font-size:16px}.author-profile-stats small{font-size:11px}
  .author-profile-bio,.author-links{grid-column:1/-1}.author-profile-bio{font-size:13px;margin:0}
  .author-publications{margin-top:28px}.author-publications .news-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
}

/* v29 — painel de acessibilidade sempre operável e com retorno imediato */
.accessibility-dialog .dialog-shell{
  max-height:calc(100dvh - 28px)!important;
  overflow-x:hidden!important;
  overflow-y:auto!important;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
}
.accessibility-status{
  min-height:22px;
  margin:-8px 0 14px;
  color:var(--blue-2);
  font-size:13px;
  font-weight:750;
}
.accessibility-options button[aria-pressed="true"]{
  border-color:var(--blue)!important;
  box-shadow:inset 0 0 0 1px var(--blue),0 6px 18px rgba(20,122,178,.12);
}
.accessibility-options button[aria-pressed="true"] > .material-symbols-rounded{
  color:#fff!important;
  background:var(--blue)!important;
  border-radius:11px;
}
.reset-accessibility{
  position:sticky;
  z-index:6;
  bottom:0;
  min-height:48px;
  margin-top:16px!important;
  border-color:var(--line)!important;
  background:var(--surface)!important;
  color:var(--ink)!important;
  box-shadow:0 -12px 22px var(--surface);
}
.speech-status{margin:0;color:var(--muted);font-size:12px;line-height:1.45}
.speech-settings select:disabled{opacity:.78;cursor:not-allowed}
.a11y-large{font-size:112.5%!important}
.a11y-spacing body{line-height:1.75}
.a11y-spacing :where(p,li,.article-body){word-spacing:.12em!important;letter-spacing:.025em!important}
.a11y-grayscale body{filter:grayscale(1)!important}

@media(max-width:760px){
  .accessibility-dialog{max-height:92dvh!important}
  .accessibility-dialog .dialog-shell{
    max-height:92dvh!important;
    padding:20px 16px max(12px,env(safe-area-inset-bottom))!important;
  }
  .accessibility-dialog .dialog-heading{
    position:sticky;
    z-index:7;
    top:-20px;
    margin:-20px -16px 16px;
    padding:20px 16px 12px;
    background:var(--surface);
  }
  .reset-accessibility{bottom:max(0px,env(safe-area-inset-bottom))}
}

/* Perfil editorial: acabamento final aplicado depois das camadas legadas. */
.columnist-profile .author-profile-card{grid-template-columns:180px minmax(0,1fr);gap:34px;padding:38px;border-radius:28px}
.columnist-profile .author-profile-avatar{width:180px;height:180px}
@media(max-width:760px){.columnist-profile .author-profile-card{grid-template-columns:78px minmax(0,1fr);gap:14px;padding:18px;border-radius:22px}.columnist-profile .author-profile-avatar{width:78px;height:78px}.columnist-profile .author-follow{min-height:36px;padding:7px 13px}}

/* Tipografia: a face editorial fica reservada às manchetes de matérias. */
:where(.page-title,.section-heading h2,.dialog-heading h2,.state-heading h2,
  .global-footer h2,.author-profile-copy h1,.author-publications .section-heading h2,
  .article-body h2,.article-body h3,.side-panel h2,.directory-card h2,
  .columnist-card strong,.columnist-directory-card h2,.not-found h1,.empty-state h2,
  .reels-heading h1) {
  font-family: var(--font-ui) !important;
}
:where(.hero-content h1,.sequence-preview-content h2,.news-card h2,
  .article-header-block h1,.continue-card strong,.related-grid .news-card h2,.reel-copy h1) {
  font-family: var(--font-editorial) !important;
}

/* Cabeçalho: uma superfície contínua, sem segunda placa durante a retração. */
.global-header {
  background: linear-gradient(135deg,rgba(4,31,54,.96),rgba(6,52,84,.94)) !important;
  border-radius: 0 0 48px 48px;
  box-shadow: 0 12px 32px rgba(5,34,56,.12);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  backdrop-filter: blur(18px) saturate(140%);
}
.global-header .network-bar nav { width: min(1730px,calc(100% - 32px)); margin-inline: auto; }
.global-header .masthead-row { background: transparent !important; border-radius: 0 !important; }
.global-header .site-logo img { display:block; width:auto; height:64px; max-width:min(420px,44vw); object-fit:contain; filter:none !important; }
.global-header.is-condensed { background: linear-gradient(135deg,rgba(4,31,54,.93),rgba(6,52,84,.91)) !important; }
.global-header.is-condensed .masthead-row { background:transparent !important; border-radius:0 !important; }
.global-header.is-condensed .site-logo img { transform:scale(.78); }

.primary-nav {
  min-height:50px;
  padding:5px;
  gap:3px;
  border-radius:999px;
  overflow:hidden;
}
.primary-nav a,.primary-nav .primary-share {
  min-height:40px;
  padding:9px 14px;
  border-radius:999px;
  font-size:12px;
  transition:transform var(--ui-motion-fast) var(--ui-ease-out),background-color var(--ui-motion-fast) ease-out,color var(--ui-motion-fast) ease-out;
}
.primary-nav a[aria-current="page"] { background:#fff; color:var(--navy); }
.primary-nav a[aria-current="page"] :where(span,small) { color:inherit; }

/* Ação secundária única em todas as seções. */
.section-heading :where(.section-more-button,a[href]) {
  min-height:auto !important;
  padding:3px 0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  color:var(--blue-2) !important;
  font:800 12px/1.25 var(--font-ui) !important;
  text-decoration:none !important;
  background-image:linear-gradient(currentColor,currentColor) !important;
  background-repeat:no-repeat !important;
  background-position:left calc(100% - 1px) !important;
  background-size:calc(100% - 24px) 1px !important;
  transform:none;
  transition:color var(--ui-motion-fast) ease-out,transform var(--ui-motion-fast) var(--ui-ease-out);
}
.section-heading :where(.section-more-button,a[href]) .material-symbols-rounded { font-size:16px; }
.section-heading :where(.section-more-button,a[href]):not(:has(.material-symbols-rounded))::after { content:"→"; margin-left:6px; text-decoration:none; }
.section-heading :where(.section-more-button,a[href]):hover { color:var(--blue) !important; transform:translateX(2px); }
.city-home-panel .section-heading :where(.section-more-button,a[href]) { color:#fff !important; }

/* Home: leitura visual em ordem, sem tornar todos os módulos equivalentes. */
.home-page .hero { gap:24px; }
.home-page .hero-main { min-height:470px; }
.home-page .hero-content { width:min(42rem,calc(100% - 40px)); max-width:none; padding:clamp(30px,4vw,56px); }
.home-page .hero-content :where(.category-pill,p,time) { display:none !important; }
.home-page .hero-content h1 { max-width:25ch; margin:0; font-size:clamp(32px,2.8vw,43px); line-height:1.04; }
.home-page .sequence-preview { min-height:470px; }
.home-page .sequence-preview-content h2 { font-size:clamp(21px,1.8vw,27px); line-height:1.08; }
.home-page .section-heading { min-height:36px; margin:42px 0 16px; }
.home-page .section-heading h2 { font-size:clamp(25px,2vw,31px); line-height:1.06; font-weight:850; letter-spacing:-.025em; }
.home-page .subeditoria-rail-section .section-heading h2 { font-size:clamp(21px,1.6vw,25px); }
.home-page .home-latest-grid { gap:18px; }
.home-page .home-latest-grid .news-card h2 { font-size:20px; line-height:1.14; }

/* Trilhos: rolagem real, pista visual nas pontas e nenhum overflow da página. */
.content-rail-section,.city-home-panel { min-width:0; overflow:hidden; position:relative; }
.content-rail {
  max-width:100%;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  overscroll-behavior-inline:contain;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.content-rail::-webkit-scrollbar { display:none; }
.content-rail-one {
  display:grid !important;
  grid-auto-flow:column !important;
  grid-auto-columns:max-content !important;
  grid-template-columns:none !important;
  gap:10px;
  padding:3px 26px 10px !important;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 28px,#000 calc(100% - 28px),transparent);
  mask-image:linear-gradient(90deg,transparent,#000 28px,#000 calc(100% - 28px),transparent);
}
.content-rail-one .editoria-pill { min-height:48px; border-radius:999px; scroll-snap-align:start; }

.home-page .city-home-panel {
  padding:clamp(24px,3.2vw,38px);
  border-radius:34px;
  background:linear-gradient(135deg,#073a61 0%,#0b6595 100%);
}
.city-home-panel .section-heading { width:auto !important; margin:0 0 20px !important; padding:0 !important; }
.city-home-panel::before,.city-home-panel::after { content:none !important; }
.city-home-panel .content-rail-two {
  display:grid !important;
  grid-template-rows:repeat(2,54px) !important;
  grid-auto-flow:column !important;
  grid-auto-columns:clamp(280px,23vw,340px) !important;
  grid-template-columns:none !important;
  align-content:initial !important;
  height:auto !important;
  gap:12px !important;
  padding:3px 28px 12px !important;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 30px,#000 calc(100% - 30px),transparent) !important;
  mask-image:linear-gradient(90deg,transparent,#000 30px,#000 calc(100% - 30px),transparent) !important;
}
.city-home-panel .city-pill {
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
  height:54px;
  padding:7px 10px 7px 15px;
  grid-template-columns:24px minmax(0,1fr) auto;
  border-radius:999px;
  scroll-snap-align:start;
}
.city-home-panel .city-pill > span:nth-child(2) { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.city-home-panel .city-pill small {
  min-width:34px;
  height:30px;
  padding:0 9px;
  border-radius:999px;
  background:#45b4dd !important;
  color:#04233b !important;
  display:grid !important;
  place-items:center;
  font-size:11px;
  font-weight:900;
}
.city-home-panel .city-pill small::after { content:none !important; }

/* Perfil do colunista: identidade, informações e arquivo visual. */
.columnist-profile { width:min(1120px,calc(100% - 40px)); }
.columnist-profile .author-profile-card {
  grid-template-columns:156px minmax(0,1fr);
  gap:34px;
  max-width:980px;
  margin-inline:auto;
  padding:34px;
  border-radius:28px;
  background:var(--surface);
  box-shadow:none;
}
.columnist-profile .author-profile-avatar { width:156px; height:156px; border:1px solid var(--line); box-shadow:none; }
.columnist-profile .author-profile-copy h1 { font-size:clamp(30px,3vw,42px); font-weight:850; }
.columnist-profile .author-profile-stats { gap:22px; margin:13px 0; }
.columnist-profile .author-profile-bio { max-width:62ch; }
.columnist-profile .author-publications { margin-top:36px; }
.columnist-profile .author-publications .news-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:6px; }
.columnist-profile .author-publications .news-card { position:relative; min-height:320px; border-radius:4px; overflow:hidden; }
.columnist-profile .author-publications .news-card-image,.columnist-profile .author-publications .news-card-image img { width:100%; height:100%; min-height:320px; }
.columnist-profile .author-publications .news-card-image img { object-fit:cover; }
.columnist-profile .author-publications .news-card-body { position:absolute; inset:auto 0 0; padding:52px 15px 15px; color:#fff; background:linear-gradient(transparent,rgba(3,24,41,.92)); }
.columnist-profile .author-publications .news-card-body :where(h2,p,time,.category-pill) { color:#fff; }
.columnist-profile .author-publications .news-card-body p { display:none; }
.columnist-profile .author-publications .news-card h2 { font-size:18px; line-height:1.12; }

/* Matéria: uma única cápsula lateral monocromática. */
@media (min-width:761px) {
  .article-page-body .share-rail {
    left:14px;
    top:65%;
    width:54px;
    padding:7px 5px;
    gap:0;
    border:1px solid rgba(255,255,255,.18);
    border-radius:27px;
    background:rgba(5,34,56,.94);
    box-shadow:0 14px 34px rgba(5,34,56,.22);
    transform:translateY(-50%);
    -webkit-backdrop-filter:blur(14px);
    backdrop-filter:blur(14px);
  }
  .article-page-body .share-rail :where(button,a),
  .article-page-body .share-rail :where(button,a):nth-child(n) {
    width:44px;
    height:42px;
    margin:0 !important;
    border:0;
    border-radius:50%;
    background:transparent !important;
    color:#fff !important;
    box-shadow:none !important;
    filter:none !important;
    transition:transform var(--ui-motion-fast) var(--ui-ease-out),background-color var(--ui-motion-fast) ease-out;
  }
  .article-page-body .share-rail svg { width:20px; height:20px; fill:currentColor; }
  .article-page-body .share-rail .material-symbols-rounded { font-size:21px; }
  .article-page-body .share-rail :where(button,a):hover { background:rgba(255,255,255,.14) !important; transform:translateX(2px); }
  .article-page-body .share-rail [data-label]::after { left:55px; border-radius:999px; background:var(--navy); }
}

/* Feed: categoria no centro e controles longe da safe-area. */
.reel-topic { top:max(14px,env(safe-area-inset-top)); left:50%; transform:translateX(-50%); max-width:calc(100% - 136px); text-align:center; }
.reel-card > .reel-actions { bottom:max(84px,calc(env(safe-area-inset-bottom) + 72px)); right:12px; }
.reel-card > .reel-bottom-bar { bottom:max(68px,calc(env(safe-area-inset-bottom) + 56px)); }
.reel-bottom-bar .reel-copy { right:76px; }

/* Rodapé: somente navegação e contato remanescentes, bem distribuídos. */
.global-footer .footer-grid { grid-template-columns:minmax(260px,1.4fr) repeat(2,minmax(180px,.65fr)); gap:clamp(26px,5vw,72px); }

@media (max-width:760px) {
  body:not(.reels-body) { padding-bottom:calc(94px + env(safe-area-inset-bottom)); }
  .global-header { border-radius:0 0 30px 30px; }
  .global-header .site-logo img { height:48px; max-width:230px; }
  .home-page .hero { display:block; }
  .home-page .hero-main { min-height:320px; }
  .home-page .hero-content { max-width:100%; padding:21px; }
  .home-page .hero-content h1 { max-width:19ch; font-size:clamp(23px,6.2vw,28px); line-height:1.06; }
  .home-page .sequence-preview { display:none; }
  .home-page .section-heading { margin:30px 0 13px; }
  .home-page .section-heading h2 { font-size:clamp(23px,6.3vw,29px); }
  .home-page .home-latest-grid,.home-page .popular-news-grid {
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:12px;
    max-width:100%;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    overscroll-behavior-inline:contain;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    padding:2px 20px 12px 2px;
    -webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 24px),transparent);
    mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 24px),transparent);
  }
  .home-page .home-latest-grid::-webkit-scrollbar,.home-page .popular-news-grid::-webkit-scrollbar { display:none; }
  .home-page .home-latest-grid .news-card,.home-page .popular-news-grid .news-card {
    display:flex !important;
    flex:0 0 min(278px,78vw) !important;
    width:min(278px,78vw) !important;
    min-height:0;
    flex-direction:column;
    scroll-snap-align:start;
  }
  .home-page .home-latest-grid .news-card-image img,.home-page .popular-news-grid .news-card-image img { height:154px; }
  .home-page .home-latest-grid .news-card h2,.home-page .popular-news-grid .news-card h2 { font-size:18px; line-height:1.13; }
  .content-rail-one { padding-inline:18px !important; }
  .home-page .city-home-panel { margin-inline:0; padding:23px 18px 25px; border-radius:28px; }
  .city-home-panel .content-rail-two { grid-auto-columns:min(294px,79vw) !important; padding-inline:20px !important; }
  .city-home-panel .city-pill { height:54px; }
  .columnist-profile { width:calc(100% - 24px); }
  .columnist-profile .author-profile-card { grid-template-columns:86px minmax(0,1fr); gap:16px; padding:18px; border-radius:22px; }
  .columnist-profile .author-profile-avatar { width:86px; height:86px; }
  .columnist-profile .author-profile-copy h1 { font-size:27px; }
  .columnist-profile .author-profile-stats,.columnist-profile .author-profile-bio,.columnist-profile .author-links { grid-column:1/-1; }
  .columnist-profile .author-profile-stats { display:flex; flex-wrap:nowrap; gap:18px; align-items:baseline; min-width:0; }
  .columnist-profile .author-profile-stats span { flex:0 0 auto; white-space:nowrap; }
  .columnist-profile .author-profile-stats strong,.columnist-profile .author-profile-stats small { white-space:nowrap; }
  .columnist-profile .author-publications .news-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:3px; }
  .columnist-profile .author-publications .news-card,.columnist-profile .author-publications .news-card-image,.columnist-profile .author-publications .news-card-image img { min-height:210px; }
  .columnist-profile .author-publications .news-card h2 { font-size:14px; }
  .mobile-nav {
    width:min(382px,calc(100% - 18px));
    min-height:72px;
    padding:8px;
    gap:4px;
    border:1px solid rgba(255,255,255,.86) !important;
    border-radius:28px;
    background:rgba(255,255,255,.94) !important;
    box-shadow:0 14px 38px rgba(6,39,67,.2) !important;
    -webkit-backdrop-filter:blur(30px) saturate(170%);
    backdrop-filter:blur(30px) saturate(170%);
  }
  .mobile-nav :where(a,button) { min-height:54px !important; border-radius:21px; color:var(--navy) !important; }
  body:not(.reels-body) .mobile-nav a[aria-current="page"],
  body:not(.reels-body) .mobile-nav button[aria-current="page"] { background:#f0f4f6 !important; color:var(--navy) !important; box-shadow:inset 0 0 0 1px rgba(6,39,67,.08) !important; }
  .mobile-nav .material-symbols-rounded { font-size:23px !important; }
  .mobile-nav small { font-size:10px !important; }
  .global-footer .footer-grid { grid-template-columns:1fr; gap:24px; text-align:left; }
}

@media (hover:hover) and (pointer:fine) {
  :where(.news-card,.columnist-card,.directory-card,.editoria-pill,.city-pill) {
    transition:transform var(--ui-motion-fast) var(--ui-ease-out),border-color var(--ui-motion-fast) ease-out,box-shadow var(--ui-motion-fast) ease-out;
  }
  :where(.news-card,.columnist-card,.directory-card,.editoria-pill,.city-pill):hover { transform:translateY(-2px); }
}

@media (prefers-reduced-motion:reduce) {
  .global-header,.global-header *,
  :where(.news-card,.columnist-card,.directory-card,.editoria-pill,.city-pill),
  .section-heading :where(.section-more-button,a[href]),.share-rail * { transition-duration:1ms !important; animation:none !important; }
  :where(.content-rail,.news-grid,.popular-news-grid) { scroll-behavior:auto !important; }
}

@media (prefers-reduced-transparency:reduce) {
  .global-header { background:var(--navy) !important; -webkit-backdrop-filter:none; backdrop-filter:none; }
  .mobile-nav { background:#fff !important; -webkit-backdrop-filter:none; backdrop-filter:none; }
}

/* Refinamento editorial 2026-09-05: descoberta, perfis e navegação móvel. */
.home-taxonomy-panel {
  position:relative;
  min-width:0;
  overflow:hidden;
  margin:clamp(34px,4.5vw,58px) 0;
  padding:clamp(24px,3.2vw,38px);
  border:1px solid rgba(255,255,255,.16);
  border-radius:34px;
  background:linear-gradient(135deg,#247da4 0%,#3092b7 52%,#50a8c7 100%);
  box-shadow:0 22px 48px rgba(6,39,67,.16);
  color:#fff;
}
.home-taxonomy-panel::before {
  content:"";
  position:absolute;
  width:360px;
  height:360px;
  right:-190px;
  top:-230px;
  border-radius:50%;
  background:rgba(105,207,240,.2);
  filter:blur(36px);
  pointer-events:none;
}
.home-taxonomy-panel .section-heading { position:relative; z-index:2; margin:0 0 18px; }
.home-taxonomy-panel .section-heading h2 { color:#fff; }
.home-taxonomy-panel .taxonomy-more-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  min-height:38px;
  padding:8px 13px;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  background:rgba(255,255,255,.12);
  color:#fff;
  font:800 13px/1 var(--font-ui);
  cursor:pointer;
  transition:background-color .18s ease,transform .18s cubic-bezier(.2,.8,.2,1),border-color .18s ease;
}
.home-taxonomy-panel .taxonomy-more-button .material-symbols-rounded { font-size:17px; }
.home-taxonomy-panel .taxonomy-more-button:hover { background:rgba(255,255,255,.2); border-color:rgba(255,255,255,.42); transform:translateY(-1px); }
.home-taxonomy-panel .taxonomy-more-button:active { transform:scale(.97); }
.taxonomy-directory-dialog { width:min(440px,calc(100% - 28px)); }
.taxonomy-directory-dialog .dialog-shell { width:100%; }
.taxonomy-directory-links { display:grid; gap:10px; margin-top:18px; }
.taxonomy-directory-links a {
  display:grid;
  grid-template-columns:38px 1fr 24px;
  align-items:center;
  gap:10px;
  min-height:58px;
  padding:9px 12px;
  border:1px solid var(--line);
  border-radius:999px;
  background:var(--surface-2);
  color:var(--ink);
  text-decoration:none;
  transition:background-color .18s ease,border-color .18s ease,transform .18s cubic-bezier(.2,.8,.2,1);
}
.taxonomy-directory-links a > .material-symbols-rounded:first-child { display:grid; place-items:center; width:38px; height:38px; border-radius:50%; background:var(--blue-soft); color:var(--blue); }
.taxonomy-directory-links a > .material-symbols-rounded:last-child { font-size:19px; color:var(--muted); }
.taxonomy-directory-links a:hover { border-color:color-mix(in srgb,var(--blue) 35%,var(--line)); transform:translateX(2px); }
.taxonomy-more-links { display:flex; align-items:center; gap:18px; }
.home-taxonomy-panel .section-more-light {
  color:#fff !important;
  font-weight:800;
  font-size:13px;
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.62);
}
.home-taxonomy-panel .content-rail { position:relative; z-index:1; }
.home-taxonomy-panel .content-rail-one { margin-inline:-12px; }
.home-taxonomy-panel .content-rail-one + .content-rail-one { margin-top:10px; }
.home-taxonomy-panel .editoria-pill,
.home-taxonomy-panel .city-pill {
  border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.1);
  color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.home-taxonomy-panel .editoria-pill .material-symbols-rounded { background:#fff; color:#07527a; }
.home-taxonomy-panel .taxonomy-subeditorias .editoria-pill { background:rgba(255,255,255,.075); }
.home-taxonomy-panel .taxonomy-cities {
  display:grid !important;
  grid-template-rows:54px !important;
  grid-auto-flow:column !important;
  grid-auto-columns:clamp(250px,22vw,320px) !important;
  gap:11px !important;
  margin:10px -12px 0;
  padding:3px 30px 10px !important;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 30px,#000 calc(100% - 30px),transparent);
  mask-image:linear-gradient(90deg,transparent,#000 30px,#000 calc(100% - 30px),transparent);
}
.home-taxonomy-panel .city-pill {
  display:grid;
  grid-template-columns:24px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  min-width:0;
  height:54px;
  padding:7px 10px 7px 15px;
  border-radius:999px;
  scroll-snap-align:start;
}
.home-taxonomy-panel .city-pill > span:nth-child(2) { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-weight:800; }
.home-taxonomy-panel .city-pill small { display:grid; place-items:center; min-width:32px; height:30px; padding:0 8px; border-radius:999px; background:#fff; color:#064568; font-size:11px; font-weight:900; }
.home-taxonomy-panel .city-pill small::after { content:none !important; }

.columnist-profile { width:min(1040px,calc(100% - 40px)); }
.columnist-profile .author-profile-card {
  display:grid;
  grid-template-columns:190px minmax(0,1fr);
  align-items:center;
  gap:54px;
  max-width:900px;
  margin:0 auto;
  padding:44px 10px 36px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.author-profile-avatar-ring {
  display:grid;
  place-items:center;
  width:190px;
  height:190px;
  padding:0;
  border-radius:50%;
  background:transparent;
}
.columnist-profile .author-profile-avatar {
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  border:1px solid var(--line);
  border-radius:50%;
  box-shadow:none;
  object-fit:cover;
  background:var(--blue-soft);
}
.columnist-profile .author-profile-name-row { justify-content:flex-start; gap:20px; }
.columnist-profile .author-profile-name-row h1 { margin:0; font-family:var(--font-ui); font-size:clamp(28px,3vw,36px); font-weight:750; letter-spacing:-.025em; }
.columnist-profile .author-follow { min-width:118px; justify-content:center; border-radius:9px; }
.columnist-profile .author-profile-stats { gap:36px; margin:20px 0 16px; }
.columnist-profile .author-profile-stats span { display:flex; align-items:baseline; gap:6px; white-space:nowrap; }
.columnist-profile .author-profile-stats strong { font-size:17px; }
.columnist-profile .author-profile-stats small { font-size:15px; color:var(--ink); }
.author-profile-role { display:block; margin-bottom:4px; font-size:14px; }
.columnist-profile .author-profile-bio { margin:0; max-width:58ch; color:var(--ink); font-size:14px; line-height:1.5; }
.columnist-profile .author-links { margin-top:12px; }
.author-highlights {
  display:flex;
  gap:28px;
  max-width:960px;
  margin:8px auto 38px;
  padding:8px 4px 22px;
  overflow-x:auto;
  scrollbar-width:none;
  scroll-snap-type:x proximity;
}
.author-highlights::-webkit-scrollbar { display:none; }
.author-highlights a { flex:0 0 92px; display:grid; justify-items:center; gap:8px; color:var(--ink); text-align:center; scroll-snap-align:start; }
.author-highlight-ring { display:grid; place-items:center; width:84px; height:84px; padding:4px; border:1px solid var(--line); border-radius:50%; background:var(--surface); }
.author-highlight-ring :where(img,.material-symbols-rounded) { width:100%; height:100%; border-radius:50%; }
.author-highlight-ring img { object-fit:cover; }
.author-highlight-ring .material-symbols-rounded { display:grid; place-items:center; background:var(--blue-soft); color:var(--blue-2); font-size:28px; }
.author-highlights small { max-width:92px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:12px; font-weight:750; }
.columnist-profile .author-publications { margin-top:34px; }
.columnist-profile .author-publications .section-heading { justify-content:center; border-top:1px solid var(--line); border-bottom:0; padding:0; }
.columnist-profile .author-publications .section-heading > div { display:flex; align-items:center; gap:7px; padding-top:15px; border-top:2px solid var(--ink); transform:translateY(-1px); }
.columnist-profile .author-publications .section-heading .eyebrow { display:none; }
.columnist-profile .author-publications .section-heading h2 { font-family:var(--font-ui); font-size:14px; text-transform:uppercase; letter-spacing:.08em; }
.columnist-profile .author-publications .section-heading > span { position:absolute; right:0; color:var(--muted); font-size:13px; }
.columnist-profile .author-publications .news-grid { grid-template-columns:repeat(3,minmax(0,1fr)); gap:5px; }
.columnist-profile .author-publications .news-card { aspect-ratio:1; min-height:0; border:0; border-radius:10px; }
.columnist-profile .author-publications .news-card-image,
.columnist-profile .author-publications .news-card-image img { height:100%; min-height:0; aspect-ratio:1; }

.home-popular-layout > aside { height:auto; align-self:start; grid-template-rows:auto auto; }
.home-popular-layout .ad-side { width:100%; height:auto; aspect-ratio:1; }
.home-popular-layout .ad-side picture,
.home-popular-layout .ad-side img { width:100%; height:100%; min-height:0; aspect-ratio:1; object-fit:contain; }

@media (max-width:760px) {
  .home-taxonomy-panel { margin:30px 0; padding:22px 16px 24px; border-radius:28px; }
  .home-taxonomy-panel .section-heading { margin-bottom:14px; align-items:center; }
  .home-taxonomy-panel .section-heading h2 { font-size:27px; }
  .taxonomy-more-links { gap:12px; }
  .taxonomy-more-links a:last-child { display:none; }
  .home-taxonomy-panel .content-rail-one { margin-inline:-16px; padding-inline:26px !important; }
  .home-taxonomy-panel .taxonomy-cities { grid-auto-columns:min(278px,78vw) !important; margin-inline:-16px; padding-inline:26px !important; }

  .columnist-profile { width:calc(100% - 24px); }
  .columnist-profile .author-profile-card {
    grid-template-columns:92px minmax(0,1fr);
    grid-template-rows:auto auto auto auto auto;
    align-items:start;
    gap:8px 16px;
    padding:24px 4px 18px;
  }
  .columnist-profile .author-profile-copy { display:contents; }
  .author-profile-avatar-ring { grid-column:1; grid-row:1 / span 2; width:92px; height:92px; padding:0; }
  .columnist-profile .author-profile-avatar { width:100%; height:100%; border-width:1px; }
  .columnist-profile .author-profile-name-row { grid-column:2; grid-row:1; display:flex; flex-wrap:wrap; gap:8px; align-content:start; }
  .columnist-profile .author-profile-name-row h1 { width:100%; font-size:21px; line-height:1.08; }
  .columnist-profile .author-follow { min-width:104px; min-height:34px; padding:7px 14px; font-size:12px; }
  .columnist-profile .author-profile-stats { grid-column:2; grid-row:2; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin:3px 0 0; }
  .columnist-profile .author-profile-stats span { display:grid; justify-items:start; gap:0; min-width:0; white-space:normal; }
  .columnist-profile .author-profile-stats strong { font-size:15px; white-space:nowrap; }
  .columnist-profile .author-profile-stats small { font-size:10px; white-space:nowrap; }
  .columnist-profile .author-profile-role { grid-column:1/-1; grid-row:3; margin:8px 0 0; font-size:13px; }
  .columnist-profile .author-profile-bio { grid-column:1/-1; grid-row:4; font-size:13px; }
  .columnist-profile .author-links { grid-column:1/-1; grid-row:5; margin-top:8px; }
  .columnist-profile .author-publications { margin-top:26px; }
  .columnist-profile .author-publications .section-heading { margin:0 0 12px; min-height:42px; }
  .columnist-profile .author-publications .section-heading > span { font-size:11px; }
  .columnist-profile .author-publications .news-grid { display:grid !important; grid-template-columns:repeat(2,minmax(0,1fr)) !important; gap:4px; overflow:visible !important; padding:0; }
  .columnist-profile .author-publications .news-card { width:100% !important; min-width:0 !important; min-height:0 !important; aspect-ratio:1; }
  .columnist-profile .author-publications .news-card-image,
  .columnist-profile .author-publications .news-card-image img { min-height:0 !important; height:100% !important; aspect-ratio:1; }

  body:not(.reels-body) .mobile-nav {
    width:min(382px,calc(100% - 18px));
    min-height:72px;
    padding:8px;
    gap:4px;
    border:1px solid rgba(255,255,255,.88) !important;
    border-radius:999px !important;
    background:rgba(235,246,251,.74) !important;
    box-shadow:0 14px 38px rgba(6,39,67,.22),inset 0 1px 0 rgba(255,255,255,.86) !important;
    -webkit-backdrop-filter:blur(30px) saturate(175%) !important;
    backdrop-filter:blur(30px) saturate(175%) !important;
  }
  .mobile-nav-article { grid-template-columns:repeat(5,minmax(0,1fr)) !important; overflow:visible; }
  .mobile-nav .mobile-share-highlight {
    align-self:center;
    justify-self:center;
    width:58px;
    height:58px;
    min-height:58px !important;
    margin-top:-20px;
    padding:0;
    border:4px solid rgba(245,251,253,.94) !important;
    border-radius:50% !important;
    background:var(--blue) !important;
    color:#fff !important;
    box-shadow:0 10px 24px rgba(5,74,112,.34) !important;
  }
  .mobile-nav .mobile-share-highlight .material-symbols-rounded { color:#fff; font-size:25px !important; }
  .mobile-nav .mobile-share-highlight small { display:none; }

  .article-page-body .article-aside-sticky { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
  .article-page-body .article-side-ad { grid-column:auto !important; width:100%; height:auto; aspect-ratio:1; margin:0; overflow:hidden; border-radius:18px; }
  .article-page-body .article-side-ad picture,
  .article-page-body .article-side-ad img { display:block; width:100%; height:100%; max-height:none; aspect-ratio:1; object-fit:contain; border-radius:18px; }
  .article-page-body .continue-reading,
  .article-page-body .article-author-card-aside { grid-column:1/-1 !important; border-radius:20px; }
}

@media (prefers-reduced-transparency:reduce) and (max-width:760px) {
  body:not(.reels-body) .mobile-nav { background:#f4f9fb !important; }
}

/* Reader preferences and columnist profile alignment. */
.columnist-profile .author-profile-card {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:0;
  max-width:820px;
  text-align:center;
}
.columnist-profile .author-profile-name-row { justify-content:center; margin-top:18px; }
.columnist-profile .author-profile-stats { justify-content:center; margin:12px 0 24px; }
.columnist-profile .author-profile-about {
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:28px;
  width:100%;
  padding-top:22px;
  border-top:1px solid var(--line);
  text-align:left;
}
.columnist-profile .author-profile-about .author-follow {
  border-radius:999px;
}

@media (max-width:760px) {
  body:not(.reels-body) .mobile-nav :where(a,button) {
    border-radius:999px !important;
  }
  body:not(.reels-body) .mobile-nav :where(a,button)[aria-current="page"] {
    border-radius:999px !important;
    background:rgba(42,153,204,.16) !important;
    color:#07577f !important;
    box-shadow:inset 0 0 0 1px rgba(20,128,176,.12) !important;
  }
  .a11y-dark body:not(.reels-body) .mobile-nav {
    border-color:rgba(144,200,225,.24) !important;
    background:rgba(5,38,64,.86) !important;
    box-shadow:0 14px 38px rgba(0,8,18,.48),inset 0 1px 0 rgba(255,255,255,.09) !important;
  }
  .a11y-dark body:not(.reels-body) .mobile-nav :where(a,button) {
    color:#eaf6fb !important;
  }
  .a11y-dark body:not(.reels-body) .mobile-nav :where(a,button)[aria-current="page"] {
    background:rgba(71,174,218,.24) !important;
    color:#fff !important;
  }
  .columnist-profile .author-profile-card {
    display:flex;
    padding:24px 4px 18px;
    text-align:center;
  }
  .columnist-profile .author-profile-copy { display:flex; flex-direction:column; align-items:center; width:100%; }
  .author-profile-avatar-ring { width:104px; height:104px; }
  .columnist-profile .author-profile-name-row { display:flex; justify-content:center; margin-top:14px; }
  .columnist-profile .author-profile-name-row h1 { width:auto; font-size:23px; }
  .columnist-profile .author-profile-stats { display:flex; justify-content:center; gap:24px; margin:10px 0 20px; }
  .columnist-profile .author-profile-stats span { display:flex; align-items:baseline; gap:4px; }
  .columnist-profile .author-profile-stats strong { font-size:16px; }
  .columnist-profile .author-profile-stats small { font-size:11px; }
  .columnist-profile .author-profile-about {
    grid-template-columns:minmax(0,1fr) auto;
    gap:14px;
    padding-top:18px;
  }
  .columnist-profile .author-profile-about .author-follow { min-width:96px; }
  .profile-tabs { overflow-x:auto; flex-wrap:nowrap; scrollbar-width:none; }
  .profile-tabs::-webkit-scrollbar { display:none; }
  .profile-tabs button { flex:0 0 auto; }
  .global-footer .footer-grid { display:block; text-align:center; }
  .global-footer .footer-grid > section:first-child { display:grid; justify-items:center; max-width:34rem; margin:0 auto; }
  .global-footer .footer-grid > section:first-child p { max-width:32rem; }
  .global-footer .footer-grid > section:nth-child(2),
  .global-footer .footer-grid > section:nth-child(3) { display:none; }
  .global-footer .footer-bottom {
    display:flex !important;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
  }
  .global-footer .footer-bottom > * { text-align:center; }
}

/* 2026-09-05: consolidated discovery, author profile and feed presentation. */
.home-taxonomy-panel {
  background:var(--navy) !important;
  color:#fff;
  box-shadow:0 18px 44px rgba(2,35,58,.16);
}
.home-taxonomy-panel::before { display:none !important; }
.home-taxonomy-panel .section-heading h2 { color:#fff; }
.home-taxonomy-panel .editoria-pill,
.home-taxonomy-panel .city-pill {
  border-color:rgba(255,255,255,.19) !important;
  background:rgba(255,255,255,.10) !important;
  color:#fff !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.home-taxonomy-panel .editoria-pill:hover,
.home-taxonomy-panel .city-pill:hover {
  border-color:rgba(255,255,255,.35) !important;
  background:rgba(255,255,255,.17) !important;
}
.home-taxonomy-panel .editoria-pill .material-symbols-rounded,
.home-taxonomy-panel .city-pill .material-symbols-rounded { color:#8fd7f5 !important; }
.home-taxonomy-panel .taxonomy-cities {
  display:flex !important;
  grid-template:unset !important;
  grid-auto-flow:unset !important;
  height:auto !important;
  min-height:0 !important;
  gap:9px !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
}
.home-taxonomy-panel .taxonomy-cities::-webkit-scrollbar { display:none; }
.home-taxonomy-panel .city-pill {
  flex:0 0 auto !important;
  width:max-content !important;
  min-width:0 !important;
  max-width:none !important;
  min-height:42px !important;
  padding:8px 13px !important;
  gap:7px !important;
  display:inline-flex !important;
  grid-template:none !important;
  scroll-snap-align:start;
}

.columnist-profile .author-profile-card {
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  align-items:center;
  gap:48px;
  width:min(100%,940px);
  max-width:940px;
  padding:42px 20px 36px;
  text-align:left;
}
.columnist-profile .author-profile-avatar-ring {
  width:180px;
  height:180px;
  padding:0;
  border:0;
  background:none;
  box-shadow:none;
}
.columnist-profile .author-profile-avatar { border:1px solid var(--line); }
.columnist-profile .author-profile-copy { min-width:0; }
.columnist-profile .author-profile-name-row {
  justify-content:flex-start;
  gap:14px;
  margin:0;
}
.columnist-profile .author-profile-name-row h1 {
  margin:0;
  font-family:var(--font-ui);
  font-size:clamp(27px,3vw,34px);
  font-weight:800;
  letter-spacing:-.025em;
}
.columnist-profile .author-follow {
  min-height:36px;
  padding:7px 16px;
  border:0;
  border-radius:9px;
  background:var(--blue);
  color:#fff;
  font:800 13px/1 var(--font-ui);
  box-shadow:none;
}
.columnist-profile .author-follow:hover { filter:brightness(.94); }
.columnist-profile .author-profile-stats {
  justify-content:flex-start;
  gap:28px;
  margin:17px 0;
}
.columnist-profile .author-profile-about {
  display:block;
  width:100%;
  padding:0;
  border:0;
  text-align:left;
}
.columnist-profile .author-profile-role,
.columnist-profile .author-profile-bio { text-align:left; }

.section-heading-actions,
.carousel-controls { display:flex; align-items:center; gap:10px; }
.carousel-controls button {
  display:grid;
  place-items:center;
  width:36px;
  height:36px;
  padding:0;
  border:1px solid var(--line);
  border-radius:50%;
  background:var(--surface);
  color:var(--navy);
}
.carousel-controls button:hover { border-color:var(--blue); color:var(--blue); }
.carousel-controls button:disabled { opacity:.36; cursor:default; }
.home-popular-layout {
  grid-template-columns:minmax(0,1fr) minmax(260px,330px) !important;
  align-items:start;
  gap:24px;
}
.home-popular .popular-news-grid {
  display:flex !important;
  gap:16px;
  min-width:0;
  overflow-x:auto;
  overflow-y:hidden;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  overscroll-behavior-inline:contain;
}
.home-popular .popular-news-grid::-webkit-scrollbar { display:none; }
.home-popular .popular-news-grid .news-card {
  flex:0 0 calc(50% - 8px);
  min-width:260px;
  scroll-snap-align:start;
}
.home-popular-layout > aside { display:block; align-self:start; }
.home-popular-layout .ad-side { width:100%; height:auto !important; aspect-ratio:1; }
.home-popular-layout .ad-side picture,
.home-popular-layout .ad-side img { width:100%; height:100% !important; min-height:0 !important; aspect-ratio:1; object-fit:contain !important; }

.reels-desktop-controls { display:none; }
@media (min-width:761px) {
  .reels-body,
  .reels-stage { background:#020d17 !important; }
  .reels-stage { padding:0 !important; border:0 !important; }
  .reels-feed { padding:16px 0; scroll-padding-top:16px; }
  .reel-card {
    width:min(520px,calc(100vw - 180px));
    height:calc(100dvh - 32px);
    border-radius:24px;
    border:1px solid rgba(255,255,255,.12);
  }
  .reels-topbar {
    top:26px;
    width:min(488px,calc(100vw - 212px));
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    backdrop-filter:none !important;
  }
  .reels-desktop-controls {
    position:fixed;
    z-index:12;
    top:50%;
    left:calc(50% + 284px);
    display:grid;
    gap:10px;
    transform:translateY(-50%);
  }
  .reels-desktop-controls button {
    display:grid;
    place-items:center;
    width:48px;
    height:48px;
    padding:0;
    border:1px solid rgba(255,255,255,.16);
    border-radius:50%;
    background:rgba(255,255,255,.09);
    color:#fff;
    backdrop-filter:blur(18px) saturate(140%);
  }
  .reels-desktop-controls button:hover { background:rgba(255,255,255,.17); }
}

@media (max-width:760px) {
  .home-taxonomy-panel .taxonomy-cities {
    grid-auto-columns:unset !important;
    margin-inline:-16px;
    padding-inline:26px !important;
  }
  .columnist-profile { width:calc(100% - 24px); }
  .columnist-profile .author-profile-card {
    display:grid;
    grid-template-columns:92px minmax(0,1fr);
    grid-template-rows:auto auto auto auto;
    align-items:start;
    gap:10px 16px;
    padding:24px 4px 18px;
    text-align:left;
  }
  .columnist-profile .author-profile-copy { display:contents; }
  .columnist-profile .author-profile-avatar-ring {
    grid-column:1;
    grid-row:1 / span 2;
    width:92px;
    height:92px;
  }
  .columnist-profile .author-profile-name-row {
    grid-column:2;
    grid-row:1;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    gap:8px;
    margin:0;
  }
  .columnist-profile .author-profile-name-row h1 { width:100%; font-size:20px; }
  .columnist-profile .author-follow { min-width:92px; min-height:33px; padding:6px 13px; font-size:12px; }
  .columnist-profile .author-profile-stats {
    grid-column:2;
    grid-row:2;
    display:flex;
    justify-content:flex-start;
    gap:15px;
    margin:1px 0 0;
  }
  .columnist-profile .author-profile-stats span { display:grid; justify-items:start; gap:0; }
  .columnist-profile .author-profile-stats strong { font-size:15px; }
  .columnist-profile .author-profile-stats small { font-size:10px; }
  .columnist-profile .author-profile-about { grid-column:1/-1; grid-row:3; padding-top:8px; }
  .columnist-profile .author-profile-role { font-size:13px; }
  .columnist-profile .author-profile-bio { margin-top:4px; font-size:13px; }
  .columnist-profile .author-links { grid-column:1/-1; grid-row:4; margin-top:5px; }
  .home-popular-layout { display:block !important; }
  .home-popular .popular-news-grid .news-card { flex-basis:min(82vw,300px); }
  .home-popular-layout > aside { margin-top:18px; }
  .carousel-controls { display:none; }
  body:not(.reels-body) .mobile-nav {
    width:min(356px,calc(100% - 32px)) !important;
    min-height:60px !important;
    padding:5px !important;
    gap:3px !important;
    border:0 !important;
    background:rgba(244,250,252,.80) !important;
    box-shadow:0 12px 34px rgba(6,39,67,.22),inset 0 1px 0 rgba(255,255,255,.75) !important;
  }
  body:not(.reels-body) .mobile-nav > :where(a,button) { min-height:48px !important; }
  .mobile-nav .mobile-share-highlight {
    width:48px !important;
    height:48px !important;
    min-height:48px !important;
    margin:0 !important;
    border:0 !important;
    background:var(--navy) !important;
    box-shadow:0 6px 16px rgba(3,45,73,.28) !important;
  }
  .a11y-dark body:not(.reels-body) .mobile-nav {
    background:rgba(4,39,64,.88) !important;
    box-shadow:0 12px 34px rgba(0,8,18,.46),inset 0 1px 0 rgba(255,255,255,.08) !important;
  }
}

@media (prefers-reduced-transparency:reduce) and (max-width:760px) {
  body:not(.reels-body) .mobile-nav { background:#f4fafc !important; }
  .a11y-dark body:not(.reels-body) .mobile-nav { background:#082d46 !important; }
}

/* 2026-09-05 v17: home rails, feed shell and ordered motion */
.home-taxonomy-panel :where(.content-rail-one,.taxonomy-cities) {
  display:flex !important;
  grid-template:none !important;
  grid-auto-flow:unset !important;
  grid-auto-columns:unset !important;
  height:auto !important;
  min-height:0 !important;
  gap:10px !important;
  margin:10px -12px 0 !important;
  padding:3px 30px 11px !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
  overscroll-behavior-inline:contain;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 30px,#000 calc(100% - 30px),transparent) !important;
  mask-image:linear-gradient(90deg,transparent,#000 30px,#000 calc(100% - 30px),transparent) !important;
}
.home-taxonomy-panel .content-rail-one:first-of-type { margin-top:0 !important; }
.home-taxonomy-panel :where(.content-rail-one,.taxonomy-cities)::-webkit-scrollbar { display:none; }
.home-taxonomy-panel :where(.editoria-pill,.city-pill) {
  display:inline-flex !important;
  flex:0 0 auto !important;
  grid-template:none !important;
  align-items:center !important;
  width:max-content !important;
  min-width:0 !important;
  max-width:none !important;
  min-height:48px !important;
  height:48px !important;
  padding:8px 15px !important;
  gap:9px !important;
  border:1px solid rgba(255,255,255,.2) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.1) !important;
  color:#fff !important;
  font:800 14px/1 var(--font-ui) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08) !important;
  scroll-snap-align:start;
  white-space:nowrap;
}
.home-taxonomy-panel :where(.editoria-pill,.city-pill) .material-symbols-rounded {
  display:grid !important;
  place-items:center;
  width:24px !important;
  height:24px !important;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#8fd7f5 !important;
  font-size:23px !important;
}

.home-popular-layout {
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(280px,330px) !important;
  align-items:stretch !important;
  gap:24px !important;
}
.popular-track-shell {
  position:relative;
  min-width:0;
  overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 34px,#000 calc(100% - 34px),transparent);
  mask-image:linear-gradient(90deg,transparent,#000 34px,#000 calc(100% - 34px),transparent);
}
.popular-track-shell::before,
.popular-track-shell::after {
  content:none;
}
.home-popular .popular-news-grid {
  display:flex !important;
  align-items:stretch;
  gap:18px !important;
  min-width:0;
  height:100%;
  padding:0 18px 8px !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  overscroll-behavior-inline:contain;
}
.home-popular .popular-news-grid::-webkit-scrollbar { display:none; }
.home-popular .popular-news-grid .news-card {
  flex:0 0 calc(50% - 9px) !important;
  min-width:270px;
  height:100%;
  min-height:500px;
  scroll-snap-align:start;
}
.home-popular .popular-news-grid .news-card > a:first-child { height:230px; }
.home-popular-layout > aside { display:flex !important; align-self:stretch !important; min-height:500px; }
.home-popular-layout .ad-side {
  width:100% !important;
  height:100% !important;
  min-height:500px !important;
  aspect-ratio:auto !important;
  margin:0 !important;
  border-radius:24px !important;
  overflow:hidden;
}
.home-popular-layout .ad-side picture,
.home-popular-layout .ad-side img {
  display:block;
  width:100% !important;
  height:100% !important;
  min-height:500px !important;
  aspect-ratio:auto !important;
  object-fit:cover !important;
  object-position:center !important;
}

.reels-body { margin:0 !important; padding:0 !important; background:#020d17 !important; }
.reels-body > .global-header { display:none !important; }
.reels-body .reels-stage { height:100dvh !important; margin:0 !important; }

.motion-ready [data-reveal] {
  opacity:0;
  transform:translate3d(0,12px,0);
  transition:opacity 180ms cubic-bezier(.23,1,.32,1) var(--reveal-delay,0ms),transform 280ms cubic-bezier(.23,1,.32,1) var(--reveal-delay,0ms);
}
.motion-ready [data-reveal="heading"] {
  transform:translate3d(0,8px,0);
}
.motion-ready [data-reveal="media"] {
  transform:translate3d(0,12px,0) scale(.985);
}
.motion-ready [data-cascade-item] {
  opacity:0;
  transform:translate3d(0,12px,0) scale(.985);
  transition:opacity 180ms cubic-bezier(.23,1,.32,1) var(--cascade-delay,0ms),transform 280ms cubic-bezier(.23,1,.32,1) var(--cascade-delay,0ms);
}
.motion-ready [data-reveal].is-revealed {
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
  will-change:auto;
  transition:opacity 180ms cubic-bezier(.23,1,.32,1) var(--reveal-delay,0ms),transform 280ms cubic-bezier(.23,1,.32,1) var(--reveal-delay,0ms);
}
.motion-ready [data-cascade-item].is-cascade-visible {
  opacity:1;
  transform:translate3d(0,0,0) scale(1);
  will-change:auto;
  transition:opacity 180ms cubic-bezier(.23,1,.32,1) var(--cascade-delay,0ms),transform 280ms cubic-bezier(.23,1,.32,1) var(--cascade-delay,0ms),scale 160ms cubic-bezier(.23,1,.32,1);
}
@media (hover:none) {
  .news-card:hover .news-card-image img { transform:none!important; }
  .home-taxonomy-panel :where(.editoria-pill,.city-pill):hover { transform:none!important; }
}

@media (min-width:761px) {
  .reels-body .reels-stage { padding:16px 0 !important; }
  .reels-body .reels-feed { height:calc(100dvh - 32px) !important; padding:0 !important; scroll-padding-top:0 !important; }
  .reels-body .reel-card {
    width:min(520px,calc(100vw - 180px)) !important;
    height:calc(100dvh - 32px) !important;
    min-height:calc(100dvh - 32px) !important;
  }
  .reels-body .reels-topbar {
    position:fixed !important;
    top:30px !important;
    left:50% !important;
    right:auto !important;
    width:min(488px,calc(100vw - 212px)) !important;
    margin:0 !important;
    padding:0 !important;
    transform:translateX(-50%) !important;
  }
  .reels-body .reels-topbar > :where(a,div) { background:rgba(2,13,23,.58) !important; }
}

@media (max-width:760px) {
  body:not(.reels-body) .global-footer { display:none !important; }
  .reels-body .reel-card { contain:layout paint style; }
  .reels-body .reel-media { opacity:1; transition:opacity 180ms cubic-bezier(.23,1,.32,1); }
  .reels-body .reel-media:not([src]) { opacity:0; }
  .reels-body .reel-topic {
    background:rgba(7,18,27,.78);
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
  }
  :where(a,button,[role="button"],.editoria-pill,.city-pill,.news-card) {
    -webkit-tap-highlight-color:transparent;
  }
  :where(a,button,[role="button"],.editoria-pill,.city-pill):active {
    transform:scale(.97);
    transition:transform 130ms cubic-bezier(.23,1,.32,1);
  }
  .home-taxonomy-panel {
    width:100vw !important;
    margin:30px calc(50% - 50vw) !important;
    padding:24px max(18px,env(safe-area-inset-left)) 25px !important;
    border-inline:0 !important;
    border-radius:0 !important;
  }
  .home-taxonomy-panel .section-heading { padding-inline:2px; }
  .home-taxonomy-panel :where(.content-rail-one,.taxonomy-cities) {
    margin-inline:-18px !important;
    padding-inline:28px !important;
  }
  .home-popular-layout { display:block !important; }
  .home-popular .popular-news-grid .news-card {
    flex-basis:min(82vw,310px) !important;
    min-height:0;
    height:auto;
  }
  .home-popular .popular-news-grid .news-card > a:first-child { height:190px; }
  .home-popular-layout > aside { min-height:0; margin-top:18px; }
  .home-popular-layout .ad-side,
  .home-popular-layout .ad-side picture,
  .home-popular-layout .ad-side img { height:auto !important; min-height:0 !important; aspect-ratio:1 !important; }
  .author-grid.columnist-directory {
    display:grid !important;
    grid-template-columns:1fr !important;
    grid-template-rows:none !important;
    grid-auto-flow:row !important;
    grid-auto-columns:unset !important;
    gap:11px !important;
    padding:0 !important;
    overflow:visible !important;
  }
  .author-grid.columnist-directory .columnist-directory-card {
    grid-template-columns:68px minmax(0,1fr) !important;
    min-height:94px !important;
    padding:13px !important;
    border-radius:20px !important;
  }
  .author-grid.columnist-directory .columnist-directory-card::after { display:none !important; }
  .author-grid.columnist-directory .columnist-directory-card img,
  .author-grid.columnist-directory .columnist-directory-card .columnist-avatar {
    width:68px !important;
    height:68px !important;
    flex-basis:68px !important;
  }
  .profile-page .profile-tabs {
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    width:100% !important;
    max-width:none !important;
    gap:7px !important;
    padding:7px !important;
    overflow:visible !important;
    border-radius:24px !important;
  }
  .profile-page .profile-tabs button {
    width:100% !important;
    min-width:0 !important;
    justify-content:flex-start !important;
    padding:11px 12px !important;
    border-radius:17px !important;
  }
}

@media (hover:hover) and (pointer:fine) {
  .home-taxonomy-panel :where(.editoria-pill,.city-pill):hover { transform:translateY(-2px); }
}
@media (prefers-reduced-motion:reduce) {
  .motion-ready [data-reveal],
  .motion-ready [data-cascade-item] { opacity:1 !important; transform:none !important; transition:none !important; }
}

/* 2026-09-05 v19: one home axis and one compact carousel edge treatment */
:root { --carousel-edge-fade:18px; }
.home-page > .ad-home-inline {
  width:100% !important;
  margin-inline:0 !important;
}
.home-taxonomy-panel :where(.content-rail-one,.taxonomy-cities),
.popular-track-shell,
.author-highlights,
.reels-categories {
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 var(--carousel-edge-fade),#000 calc(100% - var(--carousel-edge-fade)),transparent) !important;
  mask-image:linear-gradient(90deg,transparent,#000 var(--carousel-edge-fade),#000 calc(100% - var(--carousel-edge-fade)),transparent) !important;
}

@media (max-width:760px) {
  .home-page :where(.home-latest-grid,.columnists-grid),
  .article-page-body .continue-reading {
    -webkit-mask-image:linear-gradient(90deg,transparent,#000 var(--carousel-edge-fade),#000 calc(100% - var(--carousel-edge-fade)),transparent) !important;
    mask-image:linear-gradient(90deg,transparent,#000 var(--carousel-edge-fade),#000 calc(100% - var(--carousel-edge-fade)),transparent) !important;
  }
}

/* 2026-09-05 v20: columnist profile information hierarchy */
.columnist-profile .author-profile-copy {
  display:flex;
  flex-direction:column;
  align-items:stretch;
  min-width:0;
}
.columnist-profile .author-profile-name-row {
  justify-content:flex-start;
  margin:0;
}
.columnist-profile .author-profile-stats {
  justify-content:flex-start;
  margin:12px 0 18px;
}
.columnist-profile .author-profile-about {
  display:block;
  width:100%;
  padding:0;
  border:0;
}
.columnist-profile .author-profile-bio { margin:0; }
.columnist-profile .author-follow {
  width:100%;
  min-height:42px;
  margin-top:16px;
  justify-content:center;
  border-radius:999px;
}
.columnist-profile .author-publications .section-heading { justify-content:center; }
.columnist-profile .author-publications .section-heading > span { display:none !important; }
.columnist-profile .author-publications .news-card-meta { display:none !important; }
.columnist-profile .author-publications .news-card h2 {
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  font-size:16px;
  line-height:1.12;
  text-overflow:ellipsis;
}

@media (max-width:760px) {
  .columnist-profile .author-profile-card {
    grid-template-columns:92px minmax(0,1fr) !important;
    grid-template-rows:auto auto auto auto auto !important;
    align-items:start !important;
    gap:8px 15px !important;
  }
  .columnist-profile .author-profile-copy { display:contents !important; }
  .columnist-profile .author-profile-avatar-ring {
    grid-column:1;
    grid-row:1 / span 2;
    width:92px;
    height:92px;
  }
  .columnist-profile .author-profile-name-row {
    grid-column:2;
    grid-row:1;
    align-self:end;
  }
  .columnist-profile .author-profile-name-row h1 { font-size:20px; }
  .columnist-profile .author-profile-stats {
    grid-column:2;
    grid-row:2;
    display:flex;
    justify-content:flex-start;
    gap:14px;
    margin:2px 0 0;
  }
  .columnist-profile .author-profile-stats span {
    display:grid;
    justify-items:start;
    gap:0;
  }
  .columnist-profile .author-profile-about {
    grid-column:1/-1;
    grid-row:3;
    margin-top:12px;
  }
  .columnist-profile .author-follow {
    grid-column:1/-1;
    grid-row:4;
    width:100%;
    min-height:44px;
    margin-top:8px;
  }
  .columnist-profile .author-links {
    grid-column:1/-1;
    grid-row:5;
    margin-top:7px;
  }
  .columnist-profile .author-publications .news-card h2 {
    font-size:13px;
    line-height:1.12;
  }
}

/* v21 — contrato único para marca, publicidade e recursos de leitura */
.global-header .site-logo{display:flex;align-items:center;justify-content:center;min-width:0}
.global-header .site-logo img{display:block;width:auto!important;height:64px!important;max-width:min(420px,44vw)!important;aspect-ratio:1815/512;object-fit:contain!important;filter:none!important}
.global-footer img[src*="gazeta-popular-logo-20260906"]{width:min(300px,100%);height:auto;aspect-ratio:1815/512;object-fit:contain;filter:none!important}
.ad-slot{isolation:isolate;background:var(--surface-2);line-height:0}
.ad-slot picture{display:block;width:100%;overflow:hidden;background:var(--surface-2)}
.ad-slot--horizontal picture{aspect-ratio:4/1}
.ad-slot--square picture{aspect-ratio:1/1}
.ad-slot img,.home-page .ad-top img,.ad-home-inline img,.article-top-ad img,.article-inline-ad img,.article-side-ad img,.home-popular-layout .ad-side img{display:block;width:100%!important;height:100%!important;max-height:none!important;min-height:0!important;aspect-ratio:auto!important;object-fit:contain!important;object-position:center!important;transform:none!important}
.ad-slot small{line-height:1.2}
.speech-controls{display:grid;gap:16px;margin-top:18px;padding:18px;border:1px solid var(--line);border-radius:20px;background:var(--surface-2)}
.speech-controls[hidden]{display:none!important}.speech-controls-heading{display:flex;align-items:center;gap:12px}.speech-controls-heading>.material-symbols-rounded{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--blue-soft);color:var(--blue)}.speech-controls-heading strong,.speech-controls-heading small{display:block}.speech-controls-heading small{margin-top:3px;color:var(--muted);font-size:12px}
.speech-settings{display:grid;grid-template-columns:1.2fr 1fr;gap:12px}.speech-settings label{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:800}.speech-settings select{min-height:44px;max-width:100%;border:1px solid var(--line);border-radius:12px;padding:8px 11px;background:var(--surface);color:var(--ink)}.speech-settings label:last-child{grid-template-columns:auto 1fr auto;align-items:center}.speech-settings input{accent-color:var(--blue)}.speech-actions{display:flex;gap:9px;flex-wrap:wrap}.speech-actions button{min-width:112px}.speech-actions button:disabled{opacity:.45;cursor:not-allowed}
.a11y-links .article-body a,.a11y-links main p a{text-decoration:underline!important;text-decoration-thickness:2px!important;text-underline-offset:3px}.a11y-readable .article-body,.a11y-readable main p,.a11y-readable main li{font-family:Arial,"Helvetica Neue",sans-serif!important}.a11y-grayscale body{filter:grayscale(1)}
@media(max-width:760px){.global-header .site-logo img{height:46px!important;max-width:min(220px,58vw)!important}.ad-slot--horizontal picture{aspect-ratio:3/1}.speech-settings{grid-template-columns:1fr}.speech-actions{display:grid;grid-template-columns:1fr 1fr}.speech-actions button:first-child{grid-column:1/-1}.accessibility-dialog .dialog-shell{max-height:calc(100dvh - 24px);overflow:auto;padding-bottom:max(22px,env(safe-area-inset-bottom))}}
@media(prefers-reduced-motion:reduce){.speech-controls *{transition:none!important}}
.home-popular-layout>aside{min-height:0!important;height:auto!important;align-self:start!important;display:block!important}
.home-popular-layout .ad-side,.home-popular-layout .ad-side picture,.home-popular-layout .ad-side img{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:1/1!important}

/* v23 — trilhos simétricos, perfil responsivo e capas com presença editorial */
:root{--carousel-edge-fade:12px}
.home-taxonomy-panel :where(.content-rail-one,.taxonomy-cities),
.popular-track-shell,
.author-highlights,
.reels-categories{
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 var(--carousel-edge-fade),#000 calc(100% - var(--carousel-edge-fade)),transparent 100%)!important;
  mask-image:linear-gradient(90deg,transparent 0,#000 var(--carousel-edge-fade),#000 calc(100% - var(--carousel-edge-fade)),transparent 100%)!important;
}
.home-taxonomy-panel .content-rail-one+.content-rail-one,
.home-taxonomy-panel .taxonomy-cities{margin-top:18px!important}
.home-page .home-latest-grid .news-card-image img{height:210px!important}
.columnist-profile .author-profile-identity{display:flex;flex-direction:column;align-items:stretch;gap:14px;width:180px}
.columnist-profile .author-profile-identity .author-follow{width:100%;margin:0;justify-content:center;border-radius:999px}
.columnist-profile .author-publications .news-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;overflow:visible!important;mask-image:none!important;-webkit-mask-image:none!important}
.columnist-profile .author-publications .news-card{width:100%!important;min-width:0!important;aspect-ratio:auto!important;border:1px solid var(--line)!important;border-radius:18px!important}
.columnist-profile .author-publications .news-card-image,
.columnist-profile .author-publications .news-card-image img{height:190px!important;aspect-ratio:auto!important}

@media(max-width:760px){
  html { background:#062743!important; }
  body { background:var(--warm); }
  .global-header {
    padding-top:env(safe-area-inset-top);
    background:#062743!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
  }
  .global-header.is-condensed { background:#062743!important; }
  .global-header::before {
    content:"";
    position:absolute;
    z-index:0;
    top:0;
    left:0;
    right:0;
    height:env(safe-area-inset-top);
    background:#062743;
    pointer-events:none;
  }
  .home-page .home-taxonomy-panel { width:100% !important; margin-inline:0 !important; }
  .home-taxonomy-panel .section-heading { padding-inline:0 !important; }
  .home-taxonomy-panel .taxonomy-more-button { min-height:36px; padding:7px 11px; font-size:12px; }
  .taxonomy-directory-dialog {
    width:100%!important;
    max-width:none!important;
    max-height:min(86dvh,760px)!important;
    margin:auto 0 0!important;
    border-radius:28px 28px 0 0!important;
    opacity:1!important;
    transform:translateY(100%)!important;
    background:var(--surface)!important;
    transition:transform 220ms var(--ease-exit),overlay 220ms allow-discrete,display 220ms allow-discrete!important;
  }
  .taxonomy-directory-dialog.is-open {
    opacity:1!important;
    transform:translateY(0)!important;
    transition-duration:280ms!important;
    transition-timing-function:var(--ease-out-premium)!important;
  }
  .taxonomy-directory-dialog.is-closing {
    opacity:1!important;
    transform:translateY(100%)!important;
    transition-duration:220ms!important;
    transition-timing-function:var(--ease-exit)!important;
  }
  .taxonomy-directory-dialog .dialog-shell {
    width:100%!important;
    max-height:min(86dvh,760px)!important;
    overflow-y:auto!important;
    padding:22px 20px!important;
    border-radius:inherit!important;
    opacity:1!important;
    transform:none!important;
    background:inherit!important;
    transition:none!important;
  }
  .home-taxonomy-panel{
    width:100%!important;
    margin:30px auto!important;
    padding:24px 18px 26px!important;
    border:1px solid rgba(255,255,255,.1)!important;
    border-radius:28px!important;
  }
  .home-taxonomy-panel :where(.content-rail-one,.taxonomy-cities){margin-inline:-18px!important;padding-inline:30px!important}
  .home-taxonomy-panel .content-rail-one+.content-rail-one,
  .home-taxonomy-panel .taxonomy-cities{margin-top:20px!important}
  .home-page .hero-main{min-height:380px!important}
  .home-page .home-latest-grid .news-card-image img{height:190px!important}
  .columnist-profile .author-profile-identity{display:contents}
  .columnist-profile .author-profile-identity .author-profile-avatar-ring{grid-column:1;grid-row:1 / span 2}
  .columnist-profile .author-profile-identity .author-follow{grid-column:1/-1;grid-row:4;width:100%;min-height:44px;margin-top:8px}
  .columnist-profile .author-links{grid-row:5!important}
  .columnist-profile .author-publications .news-grid{
    display:flex!important;
    grid-template-columns:none!important;
    gap:12px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    padding:2px 14px 12px!important;
    margin-inline:-12px!important;
    scroll-snap-type:x mandatory;
    overscroll-behavior-inline:contain;
    scrollbar-width:none;
    -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 12px,#000 calc(100% - 12px),transparent 100%)!important;
    mask-image:linear-gradient(90deg,transparent 0,#000 12px,#000 calc(100% - 12px),transparent 100%)!important;
  }
  .columnist-profile .author-publications .news-grid::-webkit-scrollbar{display:none}
  .columnist-profile .author-publications .news-card{flex:0 0 min(78vw,300px)!important;width:min(78vw,300px)!important;scroll-snap-align:start}
  .columnist-profile .author-publications .news-card-image,
  .columnist-profile .author-publications .news-card-image img{height:180px!important}
}

.columnist-profile .author-publications .news-card{display:flex!important;flex-direction:column;background:var(--surface)!important}
.columnist-profile .author-publications .news-card-body{
  position:static!important;
  inset:auto!important;
  display:flex;
  flex:1;
  flex-direction:column;
  padding:15px 16px 17px!important;
  color:var(--ink)!important;
  background:none!important;
}
.columnist-profile .author-publications .news-card-body :where(h2,h2 a,p,time,.category-pill){color:var(--ink)!important}
.columnist-profile .author-publications .news-card-body h2{margin:0!important}

/* v25 — bordas curtas e realmente simétricas nos trilhos editoriais */
:root{--carousel-edge-fade:8px}
.home-taxonomy-panel :where(.content-rail-one,.taxonomy-cities){
  padding-left:8px!important;
  padding-right:8px!important;
  scroll-padding-left:8px;
  scroll-padding-right:8px;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8px,#000 calc(100% - 8px),transparent 100%)!important;
  mask-image:linear-gradient(90deg,transparent 0,#000 8px,#000 calc(100% - 8px),transparent 100%)!important;
}
.home-taxonomy-panel .content-rail-one,
.home-taxonomy-panel .taxonomy-cities{padding-left:8px!important;padding-right:8px!important;scroll-padding-inline:8px!important}
.home-taxonomy-panel .taxonomy-cities{padding:3px 8px 11px!important}

/* v28 — trilhos com bordas físicas curtas e cartões editoriais compartilhados */
.home-taxonomy-panel .taxonomy-rail-shell{
  position:relative;
  min-width:0;
  overflow:hidden;
}
.home-taxonomy-panel .taxonomy-rail-shell + .taxonomy-rail-shell{margin-top:18px}
.home-taxonomy-panel .taxonomy-rail-shell::before,
.home-taxonomy-panel .taxonomy-rail-shell::after{
  content:"";
  position:absolute;
  z-index:4;
  top:0;
  bottom:0;
  width:8px;
  pointer-events:none;
}
.home-taxonomy-panel .taxonomy-rail-shell::before{
  left:0;
  background:linear-gradient(90deg,var(--navy) 0,transparent 100%);
}
.home-taxonomy-panel .taxonomy-rail-shell::after{
  right:0;
  background:linear-gradient(270deg,var(--navy) 0,transparent 100%);
}
.home-taxonomy-panel .taxonomy-rail-shell > :where(.content-rail-one,.taxonomy-cities){
  margin:0!important;
  padding:3px 10px 11px!important;
  scroll-padding-inline:10px!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
}

.home-news-card-grid .news-card,
.columnist-profile .author-publications .home-news-card-grid .news-card{
  display:flex!important;
  flex-direction:column!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  overflow:hidden!important;
  border:1px solid var(--line)!important;
  border-radius:var(--radius)!important;
  background:var(--surface)!important;
}
.home-news-card-grid .news-card-image,
.columnist-profile .author-publications .home-news-card-grid .news-card-image{
  display:block!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:auto!important;
}
.home-news-card-grid .news-card-image img,
.columnist-profile .author-publications .home-news-card-grid .news-card-image img{
  display:block!important;
  width:100%!important;
  height:210px!important;
  min-height:0!important;
  aspect-ratio:auto!important;
  object-fit:cover!important;
}
.home-news-card-grid .news-card-body,
.columnist-profile .author-publications .home-news-card-grid .news-card-body{
  position:static!important;
  inset:auto!important;
  display:flex!important;
  flex:1!important;
  flex-direction:column!important;
  padding:17px!important;
  color:var(--ink)!important;
  background:none!important;
}
.home-news-card-grid .news-card-meta,
.columnist-profile .author-publications .home-news-card-grid .news-card-meta{
  display:flex!important;
  justify-content:space-between!important;
  gap:12px!important;
  color:var(--muted)!important;
}
.home-news-card-grid .news-card-meta span,
.columnist-profile .author-publications .home-news-card-grid .news-card-meta span{color:var(--blue-2)!important}
.home-news-card-grid .news-card h2,
.columnist-profile .author-publications .home-news-card-grid .news-card h2{
  display:-webkit-box!important;
  margin:9px 0!important;
  overflow:hidden!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:3!important;
  font-size:20px!important;
  line-height:1.14!important;
  color:var(--ink)!important;
}
.home-news-card-grid .news-card h2 a,
.columnist-profile .author-publications .home-news-card-grid .news-card h2 a{color:var(--ink)!important}
.home-news-card-grid .news-card p,
.columnist-profile .author-publications .home-news-card-grid .news-card p{
  display:-webkit-box!important;
  margin:0 0 9px!important;
  overflow:hidden!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  color:var(--muted)!important;
}
.home-news-card-grid .news-card small,
.columnist-profile .author-publications .home-news-card-grid .news-card small{margin-top:auto;color:var(--muted)!important}

@media(max-width:760px){
  .home-taxonomy-panel .taxonomy-rail-shell + .taxonomy-rail-shell{margin-top:20px}
  .home-taxonomy-panel .taxonomy-rail-shell{margin-inline:-18px}
  .home-taxonomy-panel .taxonomy-rail-shell > :where(.content-rail-one,.taxonomy-cities){padding-inline:28px!important}
  .columnist-profile .author-publications .home-news-card-grid{
    display:flex!important;
    flex-wrap:nowrap!important;
    gap:12px!important;
    max-width:100%!important;
    margin-inline:0!important;
    padding:2px 20px 12px 2px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
    -webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 8px),transparent 100%)!important;
    mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 8px),transparent 100%)!important;
  }
  .columnist-profile .author-publications .home-news-card-grid .news-card{
    flex:0 0 min(278px,78vw)!important;
    width:min(278px,78vw)!important;
    scroll-snap-align:start;
  }
  .home-news-card-grid .news-card-image img,
  .columnist-profile .author-publications .home-news-card-grid .news-card-image img{height:190px!important}
  .home-news-card-grid .news-card h2,
  .columnist-profile .author-publications .home-news-card-grid .news-card h2{font-size:18px!important;line-height:1.13!important}
}

/* A single surface moves with its content; interruption is managed by GazetaUI. */
.site-dialog.is-closing { transition-duration:220ms; }
.site-dialog.is-closing .dialog-shell { opacity:0; transform:translateY(12px) scale(.96); transition-duration:220ms; }
.site-dialog.is-closing::backdrop { opacity:0; transition-duration:220ms; }
@media(max-width:760px) {
  .site-dialog,.site-dialog.taxonomy-directory-dialog {
    transition:transform 280ms cubic-bezier(.32,.72,0,1)!important;
  }
  .site-dialog.is-closing,.site-dialog.taxonomy-directory-dialog.is-closing {
    transition-duration:220ms!important;
    transition-timing-function:cubic-bezier(.23,1,.32,1)!important;
  }
  .site-dialog .dialog-shell,.site-dialog.is-closing .dialog-shell {
    opacity:1!important;transform:none!important;transition:none!important;
  }
}
/* Press feedback is immediate, independent of the entrance transform. */
:where(.icon-button,.dialog-close,.mobile-nav a,.mobile-nav button,.editoria-pill,.city-pill,.author-follow,.menu-links a) {
  transition:scale 160ms cubic-bezier(.23,1,.32,1);
}
:where(.icon-button,.dialog-close,.mobile-nav a,.mobile-nav button,.editoria-pill,.city-pill,.author-follow,.menu-links a):active {
  scale:.97;transition-duration:100ms;
}
.motion-ready :where([data-reveal],[data-cascade-item]):focus-within {
  opacity:1!important;transform:none!important;transition:none!important;
}
.site-dialog.motion-instant,.site-dialog.motion-instant .dialog-shell,.site-dialog.motion-instant::backdrop {
  transition:none!important;
}
.a11y-motion :where([data-reveal],[data-cascade-item]) {
  opacity:1!important;transform:none!important;transition:none!important;
}
.a11y-motion :where(.icon-button,.dialog-close,.mobile-nav a,.mobile-nav button,.editoria-pill,.city-pill,.author-follow,.menu-links a) {
  scale:1!important;transition:none!important;
}
@media(prefers-reduced-motion:reduce) {
  :where(.icon-button,.dialog-close,.mobile-nav a,.mobile-nav button,.editoria-pill,.city-pill,.author-follow,.menu-links a) {scale:1!important;transition:none!important;}
  .site-dialog,.site-dialog .dialog-shell,.site-dialog::backdrop {transition:none!important;}
}
