/* Paleta: azuis claros como base; o azul principal só marca momentos
   (em direto, ação principal, publicação mais recente, progresso, foco). */
:root {
  --blue: #006DFC;
  --navy: #003273;      /* títulos e texto de destaque */
  --blue-2: #0045A0;    /* subtítulos */
  --blue-3: #0059CE;    /* links e ações */
  --sky: #A2CAFE;
  --line: #CBE1FF;
  --mist: #EBF3FF;
  --muted: #404040;
  --orange: #FC8F00;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: #fff; color: #000;
  font: 400 16px/1.5 Inter, system-ui, sans-serif;
  font-feature-settings: "tnum" 1, "cv11" 1;
}
a { color: var(--blue-3); }
button, input, textarea { font: inherit; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 2px; }
h2, h3 { color: var(--navy); font-weight: 600; letter-spacing: -0.01em; }

/* Topo */
.band { background: var(--mist); color: var(--navy); padding: calc(env(safe-area-inset-top) + 18px) 0 18px; }
.band__in { max-width: 640px; margin: 0 auto; padding: 0 16px; display: flex; align-items: center; gap: 14px; }
.band__home { display: flex; align-items: center; gap: 14px; flex: 1; min-width: 0; color: inherit; text-decoration: none; }
.band h1 { margin: 0; font-weight: 600; font-size: 21px; line-height: 1.2; letter-spacing: -0.01em; }
.band p { margin: 2px 0 0; font-weight: 300; font-size: 15px; color: var(--blue-2); }
.mark { width: 12px; height: 12px; background: var(--sky); flex: none; }
.is-live .mark { background: var(--blue); animation: live 1.6s steps(2, jump-none) infinite; }
@keyframes live { 50% { opacity: .25; } }
.band__btn {
  display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 14px; flex: none;
  background: var(--blue); color: #fff; font-weight: 600; font-size: 15px; text-decoration: none; border: 0;
}
.band__btn--quiet { background: #fff; color: var(--navy); border: 1px solid var(--line); }

.wrap { max-width: 640px; margin: 0 auto; padding: 0 16px 96px; }
.status { color: var(--muted); font-size: 13px; margin: 14px 0 0; }
.lead { margin: 20px 0 0; color: var(--muted); }

/* Navegação entre dias */
.tabs {
  position: sticky; top: 0; z-index: 5; display: flex; gap: 2px; margin: 0 -16px; padding: 8px 16px;
  background: #fff; border-bottom: 1px solid var(--mist); overflow-x: auto; scrollbar-width: none;
}
.tabs::-webkit-scrollbar { display: none; }
.tabs a { display: inline-flex; align-items: center; gap: 6px; min-height: 44px; padding: 0 11px; color: var(--navy); text-decoration: none; font-size: 15px; white-space: nowrap; flex: none; }
.tabs__home { width: 44px; justify-content: center; padding: 0 !important; font-size: 18px; }
.tabs__home i { line-height: 0; }
.tabs__live { width: 8px; height: 8px; background: var(--blue); }
@media (max-width: 420px) {
  .tabs a { padding: 0 9px; }
  .tabs__home { display: none !important; }  /* no telemóvel, o título do topo leva ao início */
}
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.tabs a[aria-current="page"] { background: var(--line); font-weight: 600; }
.view-head { margin-top: 24px; }
.view-head h2 { margin: 0; font-size: 26px; line-height: 1.2; }
.view-head p { margin: 4px 0 0; font-weight: 300; color: var(--blue-2); }

/* Início: destaque conforme o momento do evento */
.hero { display: grid; gap: 6px; margin-top: 20px; padding: 20px; background: var(--mist); color: var(--navy); text-decoration: none; }
.hero__title { font-size: 20px; font-weight: 600; line-height: 1.25; }
.hero__sub { font-size: 15px; color: var(--muted); }
.hero__cta { display: inline-flex; align-items: center; gap: 4px; margin-top: 6px; font-weight: 600; font-size: 15px; color: var(--blue-3); }
.hero__cta i { line-height: 0; }
.hero--live { background: var(--blue); color: #fff; }
.hero--live .hero__sub, .hero--live .hero__cta { color: #fff; }
.hero--live:focus-visible { outline-color: var(--navy); }
.hero__state { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; }
.hero__dot { width: 8px; height: 8px; background: #fff; animation: live 1.6s steps(2, jump-none) infinite; }

/* Sem ligação e publicações novas */
.offline { margin: 0; padding: 10px 16px; background: #FFF6EB; border-bottom: 2px solid var(--orange); color: var(--muted); font-size: 14px; text-align: center; }
.pill {
  position: fixed; left: 50%; top: calc(env(safe-area-inset-top) + 72px); transform: translateX(-50%); z-index: 8;
  display: inline-flex; align-items: center; gap: 6px; min-height: 40px; padding: 0 16px;
  background: var(--navy); color: #fff; border: 0; font-weight: 600; font-size: 14px; cursor: pointer;
}
.pill i { line-height: 0; }

/* Editar legenda */
.cap-edit { margin-top: 12px; }
.cap-edit__row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.cap-edit__row .btn { min-height: 46px; margin-top: 8px; }

/* Repórter: botão Publicar sempre à mão */
.publish-bar { position: sticky; bottom: 0; z-index: 4; margin: 28px -16px 0; padding: 10px 16px calc(env(safe-area-inset-bottom) + 10px); background: #fff; border-top: 1px solid var(--line); }
.publish-bar .publish { margin-top: 0; }
.publish-bar .queue { margin: 0 0 10px; }

/* Início: escolher o dia */
.days { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 10px; }
.day-card { display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 16px; padding: 12px 14px 12px 12px; border: 1px solid var(--line); color: inherit; text-decoration: none; background: #fff; }
.day-card:hover { background: var(--mist); }
.day-card__num { display: grid; place-items: center; width: 64px; height: 64px; background: var(--line); color: var(--navy); font-weight: 300; font-size: 34px; line-height: 1; }
.day-card__txt strong { display: block; font-weight: 600; color: var(--navy); }
.day-card__txt span { display: block; font-size: 14px; color: var(--muted); }
.day-card__txt .state { display: inline-flex; margin-top: 4px; }
.state { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); white-space: nowrap; }
.state::before { content: ""; width: 8px; height: 8px; background: var(--sky); }
.state--live { color: var(--navy); font-weight: 600; }
.state--live::before { background: var(--blue); animation: live 1.6s steps(2, jump-none) infinite; }
.day-card--soft .day-card__num { background: var(--mist); font-size: 26px; color: var(--blue-2); }
.day-card--soft .day-card__num i, .day-card--muted .day-card__num i { line-height: 0; }
.day-card--muted { border-style: dashed; }

/* Linha temporal compacta; cada ponto abre no próprio sítio (zoom in) */
.tl-bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 20px; font-size: 13px; color: var(--muted); }
.timeline { list-style: none; margin: 4px 0 0; padding: 0; }
.post { display: grid; grid-template-columns: 52px 1fr; gap: 12px; scroll-margin-top: 16px; }
.post__time { padding-top: 16px; }
.post__time time { display: block; font-weight: 300; font-size: 20px; line-height: 1; color: var(--navy); }
.post__ago { display: block; margin-top: 6px; font-size: 12px; color: var(--blue-2); }
.post__body { position: relative; border-left: 1px solid var(--line); padding: 0 0 0 14px; min-width: 0; }
.post__body::before { content: ""; position: absolute; left: -5px; top: 20px; width: 9px; height: 9px; background: var(--sky); }
.post--latest .post__body::before { background: var(--blue); }

.row {
  display: grid; grid-template-columns: 56px 1fr 24px; align-items: center; gap: 12px; width: 100%;
  padding: 10px 0; background: none; border: 0; border-bottom: 1px solid var(--mist); text-align: left; color: inherit; cursor: pointer;
}
.row:hover .row__head { color: var(--blue-3); }
.row__thumb { position: relative; display: grid; place-items: center; width: 56px; height: 56px; background: var(--mist); color: var(--blue-2); overflow: hidden; }
.row__thumb img { width: 100%; height: 100%; object-fit: cover; }
.row__play { position: absolute; right: 0; bottom: 0; display: grid; place-items: center; width: 20px; height: 20px; background: #fff; color: var(--navy); font-size: 11px; }
.row__play i, .row__thumb > i, .row__chev i { line-height: 0; }
.row__txt { min-width: 0; }
.row__head { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 15px; line-height: 1.35; color: var(--navy); font-weight: 600; }
.row__meta { display: block; margin-top: 3px; font-size: 13px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.row__chev { display: grid; place-items: center; color: var(--blue-3); transition: transform .25s ease; }
.is-open .row__chev { transform: rotate(180deg); }
.is-open .row { border-bottom-color: transparent; }

.post__detail { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.post__inner { min-height: 0; overflow: hidden; }
.is-open .post__detail { grid-template-rows: 1fr; }
.is-open .post__inner { padding: 4px 0 24px; border-bottom: 1px solid var(--line); }

.post__imglink { display: block; }
.post__img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: var(--mist); }
.post__video { display: block; width: 100%; max-height: 72vh; background: #000; }
.post__text { margin: 12px 0 0; white-space: pre-line; font-size: 15px; }
.post__en { margin-top: 8px; font-size: 15px; }
.post__en summary, .en summary, .co-more summary { cursor: pointer; color: var(--blue-3); font-size: 14px; font-weight: 600; min-height: 32px; display: flex; align-items: center; }
.post__en p { margin: 4px 0 0; white-space: pre-line; }
.post__by { margin: 10px 0 0; font-size: 13px; color: var(--muted); }
.flag { display: inline-block; margin: 12px 0 -4px; padding: 2px 8px; background: var(--line); color: var(--navy); font-size: 12px; font-weight: 600; }
.post__actions { display: flex; flex-wrap: wrap; gap: 4px 16px; margin-top: 4px; }
.act {
  display: inline-flex; align-items: center; gap: 6px; min-height: 40px; padding: 0;
  background: none; border: 0; color: var(--blue-3); font-size: 14px; font-weight: 600; text-decoration: none; cursor: pointer;
}
.act i, .band__btn i, .btn i { line-height: 0; display: inline-flex; }
.act--quiet { color: var(--muted); font-weight: 400; }
.is-new .row, .is-focus .row { animation: fresh 2.4s ease-out; }
@keyframes fresh { from { background: var(--mist); } to { background: transparent; } }

/* Empresas e sites */
.post__co { margin-top: 14px; }
.post__co-title { margin: 0 0 6px; font-size: 13px; font-weight: 600; color: var(--navy); }
.co-chips { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; }
.co-chip { display: inline-flex; align-items: stretch; background: var(--mist); color: var(--navy); font-size: 14px; }
.co-chip > a, .co-chip > span { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; color: var(--navy); text-decoration: none; }
.co-chip > a:hover { text-decoration: underline; }
.co-chip__dom { color: var(--blue-3); font-size: 13px; }
.co-chip__x { border: 0; background: var(--line); color: var(--navy); width: 32px; font-size: 18px; line-height: 1; cursor: pointer; }
.co-more { margin-top: 6px; }
.co-add { display: grid; grid-template-columns: 1fr 1fr auto; gap: 6px; margin-top: 6px; }
.co-add input, .co-search {
  min-width: 0; width: 100%; min-height: 44px; border: 1px solid var(--sky); border-radius: 0; padding: 0 10px; font-size: 16px; background: #fff; color: #000;
}
.co-add input:focus, .co-search:focus { outline: 2px solid var(--blue); outline-offset: -1px; border-color: var(--blue); }
.co-add__btn { min-height: 44px; padding: 0 14px; border: 1px solid var(--sky); background: #fff; color: var(--navy); font-weight: 600; cursor: pointer; }
.field .co-chips { margin-top: 8px; }
.co-tools { display: grid; gap: 8px; margin-top: 20px; }
.co-tools .btn { margin-top: 0; }
.co-list { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 10px; }
.co-item { padding: 16px; border: 1px solid var(--line); min-width: 0; }
.co-item__head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 4px 12px; }
.co-item__head strong { font-size: 17px; font-weight: 600; color: var(--navy); }
.co-item__head a { font-size: 14px; font-weight: 600; }
.co-item__nourl { font-size: 13px; color: var(--muted); }
.co-item__meta { margin: 4px 0 0; font-size: 13px; color: var(--muted); }
.co-item__refs { list-style: none; margin: 8px 0 0; padding: 0; display: grid; grid-template-columns: minmax(0, 1fr); gap: 2px; }
.co-item__refs li { min-width: 0; }
.co-item__refs a { display: block; padding: 4px 0; font-size: 14px; color: var(--blue-3); text-decoration: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.co-inline { margin: 10px 0 4px; color: var(--muted); }
.co-inline strong { color: var(--navy); font-weight: 600; }

.empty { margin-top: 24px; padding: 24px; background: var(--mist); }
.empty h3 { margin: 0 0 4px; font-size: 18px; }
.empty p { margin: 0; color: var(--muted); }

/* Resumos */
.digest { margin-top: 20px; padding: 20px; background: var(--mist); }
.digest h3 { margin: 0; font-size: 18px; }
.digest__intro { margin: 8px 0 0; }
.digest ul { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 10px; }
.digest li { position: relative; padding-left: 20px; }
.digest li::before { content: ""; position: absolute; left: 0; top: .55em; width: 8px; height: 8px; background: var(--sky); }
.digest__meta { margin: 12px 0 0; font-size: 13px; color: var(--muted); }
.digest .en { margin-top: 10px; }
.digest .btn { margin-top: 16px; }
.facts { margin: 16px 0 0; font-size: 17px; color: var(--navy); }
.facts strong { font-weight: 600; }
.section-title { margin: 36px 0 0; font-size: 20px; }
.day-digests { list-style: none; margin: 12px 0 0; padding: 0; display: grid; gap: 10px; }
.day-digests a { display: block; padding: 14px 16px; border: 1px solid var(--line); color: inherit; text-decoration: none; }
.day-digests a:hover { background: var(--mist); }
.day-digests strong { display: block; color: var(--navy); font-weight: 600; }
.day-digests span { display: block; font-size: 15px; color: var(--muted); }
.highlights { list-style: none; margin: 12px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.highlights a { display: block; color: inherit; text-decoration: none; }
.highlights img, .highlights .hl-text { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: var(--mist); }
.highlights .hl-text { padding: 12px; font-size: 14px; overflow: hidden; color: var(--navy); }
.highlights .hl-meta { display: block; margin-top: 6px; font-size: 13px; color: var(--muted); }

/* Repórter */
.shot {
  position: relative; display: grid; place-items: center; width: 100%; aspect-ratio: 1 / 1; margin-top: 16px;
  background: var(--mist); color: var(--navy); border: 1px solid var(--line); cursor: pointer; overflow: hidden; padding: 0;
}
.shot__cta { display: grid; justify-items: center; gap: 10px; font-weight: 600; font-size: 18px; }
.shot__cta i { font-size: 44px; line-height: 1; }
.shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.shot__swap { position: absolute; left: 12px; bottom: 12px; background: #fff; color: var(--navy); font-size: 14px; font-weight: 600; padding: 10px 12px; }
.shot__badge { position: absolute; right: 12px; top: 12px; display: inline-flex; align-items: center; gap: 6px; background: #fff; color: var(--navy); font-size: 14px; font-weight: 600; padding: 8px 10px; }
.shot:focus-visible { outline-offset: 3px; }
.media-row { display: flex; flex-wrap: wrap; gap: 4px 20px; margin-top: 8px; }

.field { display: block; margin-top: 22px; }
.field__label { display: block; font-weight: 600; font-size: 14px; color: var(--navy); margin-bottom: 8px; }
.field__hint { font-weight: 300; color: var(--muted); }
textarea, .gate input {
  display: block; width: 100%; border: 1px solid var(--sky); border-radius: 0; padding: 12px; font-size: 16px; line-height: 1.5; background: #fff; color: #000;
}
textarea { resize: vertical; }
textarea:focus, .gate input:focus { outline: 2px solid var(--blue); outline-offset: -1px; border-color: var(--blue); }

.tags { border: 0; margin: 22px 0 0; padding: 0; }
.tags legend { font-weight: 600; font-size: 14px; color: var(--navy); margin-bottom: 8px; padding: 0; }
.tags__row { display: flex; flex-wrap: wrap; gap: 8px; }
.chip input { position: absolute; opacity: 0; pointer-events: none; }
.chip span { display: inline-flex; align-items: center; min-height: 44px; padding: 0 14px; border: 1px solid var(--line); color: var(--navy); font-size: 15px; cursor: pointer; }
.chip input:checked + span { background: var(--line); border-color: var(--blue-3); font-weight: 600; }
.chip input:focus-visible + span { outline: 2px solid var(--blue); outline-offset: 2px; }

.btn {
  display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 54px; margin-top: 12px;
  background: var(--blue); color: #fff; border: 0; border-radius: 0; font-weight: 600; font-size: 16px; cursor: pointer;
}
.btn--soft { background: #fff; color: var(--navy); border: 1px solid var(--sky); }
.btn[disabled] { opacity: .5; cursor: default; }
.publish { margin-top: 28px; }

.queue { margin-top: 16px; padding: 12px 14px; border-left: 4px solid var(--orange); background: #FFF6EB; color: var(--muted); font-size: 14px; }
.progress { display: block; height: 4px; margin-top: 8px; background: var(--line); }
.progress > span { display: block; height: 100%; width: 0; background: var(--blue); transition: width .2s linear; }
.toast {
  position: fixed; left: 50%; bottom: calc(env(safe-area-inset-bottom) + 20px); transform: translateX(-50%);
  width: min(608px, calc(100% - 32px)); background: var(--navy); color: #fff; padding: 14px 16px; font-size: 15px; z-index: 10;
}

.gate { margin-top: 28px; }
.gate h2 { margin: 0 0 6px; font-size: 20px; }
.gate p { margin: 0; color: var(--muted); }
.gate input { min-height: 48px; padding: 0 12px; }
.gate__err { margin-top: 12px !important; color: var(--navy) !important; font-weight: 600; }

/* Rodapé e "Sobre esta app" */
.foot { max-width: 640px; margin: 0 auto; padding: 20px 16px calc(env(safe-area-inset-bottom) + 28px); border-top: 1px solid var(--mist); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 6px 16px; font-size: 13px; color: var(--muted); }
.foot a { color: var(--blue-3); font-weight: 600; text-decoration: none; }
.about-lead { margin: 16px 0 0; max-width: 60ch; }
.credits { list-style: none; margin: 10px 0 0; padding: 0; display: grid; gap: 2px; }
.credits li { padding: 10px 0; border-bottom: 1px solid var(--mist); }
.credits a, .credits strong { display: inline-block; font-weight: 600; color: var(--navy); }
.credits a { color: var(--blue-3); text-decoration: none; }
.credits span { display: block; font-size: 14px; color: var(--muted); }

/* Computador */
@media (min-width: 900px) {
  .band__in, .wrap { max-width: 960px; padding-left: 32px; padding-right: 32px; }
  .wrap--form, .band__in--form { max-width: 640px; }
  .foot { max-width: 960px; padding-left: 32px; padding-right: 32px; }
  .wrap--form ~ .foot { max-width: 640px; }
  .credits { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 32px; }
  .band h1 { font-size: 26px; }
  .tabs { margin: 0; padding: 12px 0; }
  .hero { padding: 24px 28px; }
  .hero__title { font-size: 24px; }
  .publish-bar { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
  .view-head h2 { font-size: 32px; }
  .days { grid-template-columns: repeat(6, 1fr); gap: 14px; }
  .days > li { grid-column: span 2; }
  .days > li.days__wide { grid-column: span 3; }
  .day-card { grid-template-columns: 88px 1fr; padding: 16px; height: 100%; }
  .day-card__num { width: 88px; height: 88px; font-size: 44px; }
  .post { grid-template-columns: 72px 1fr; gap: 20px; }
  .post__time time { font-size: 24px; }
  .row { grid-template-columns: 72px 1fr 24px; gap: 16px; }
  .row__thumb { width: 72px; height: 72px; }
  .row__head { font-size: 16px; }
  .post__body::before { top: 28px; }
  .post__time { padding-top: 24px; }
  .is-open .post__inner { display: grid; grid-template-columns: minmax(0, 400px) minmax(0, 1fr); column-gap: 28px; align-items: start; }
  .post__inner > .post__side:only-child { grid-column: 1 / -1; }
  .post__side > :first-child { margin-top: 0; }
  .post__video { max-height: 520px; }
  .co-tools { grid-template-columns: 1fr auto; }
  .co-tools .btn { width: auto; padding: 0 20px; }
  .co-list { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .digest { padding: 28px 32px; }
  .digest .btn { width: auto; padding: 0 24px; display: inline-flex; }
  .highlights { grid-template-columns: repeat(4, 1fr); }
  .shot { max-width: 480px; }
}

/* ===== Estilo minimalista (v1.1): menos caixas e fundos; tipografia, espaço e linhas finas.
   O azul principal fica só para o "em direto" e para a ação Publicar. ===== */
.band { background: #fff; padding-bottom: 6px; }
.band h1 { font-size: 17px; }
.band p { font-size: 13px; color: var(--muted); }
.mark { width: 10px; height: 10px; }
.tabs { gap: 0; border-bottom: 1px solid var(--line); }
.tabs a { color: var(--muted); }
.tabs a[aria-current="page"] { background: none; color: var(--navy); font-weight: 600; box-shadow: inset 0 -2px 0 var(--navy); }
.view-head { margin-top: 28px; }
.view-head h2 { font-size: 28px; }
.view-head p { color: var(--muted); font-weight: 300; }

.hero, .hero--live { background: none; color: var(--navy); padding: 0 0 20px; margin-top: 24px; border-bottom: 1px solid var(--line); gap: 4px; }
.hero--live .hero__sub { color: var(--muted); }
.hero--live .hero__cta { color: var(--blue-3); }
.hero__state { color: var(--navy); }
.hero__dot { background: var(--blue); }
.hero__title { font-size: 22px; }

.days { gap: 0; margin-top: 8px; }
.day-card, .day-card:hover { border: 0; border-bottom: 1px solid var(--line); background: none; padding: 16px 0; grid-template-columns: 40px 1fr; gap: 12px; align-items: start; }
.day-card__num, .day-card--soft .day-card__num { background: none; width: auto; height: auto; place-items: start; font-size: 28px; color: var(--navy); }
.day-card--soft .day-card__num { font-size: 20px; color: var(--blue-2); padding-top: 4px; }
.day-card__txt strong { font-weight: 600; }
.state::before { width: 6px; height: 6px; }

.digest { background: none; padding: 0 0 0 16px; border-left: 2px solid var(--line); margin-top: 24px; }
.digest li::before { width: 6px; height: 6px; }
.btn--soft { background: none; border: 0; color: var(--blue-3); justify-content: flex-start; width: auto; padding: 0; min-height: 44px; }

.tl-bar { margin-top: 24px; }
.post__body { border-left: 0; padding-left: 0; }
.post__body::before { display: none; }
.post { grid-template-columns: 56px 1fr; }
.post__ago { font-size: 11px; white-space: nowrap; }
.post--latest .post__time time { color: var(--blue); font-weight: 400; }
.row { grid-template-columns: 48px 1fr 20px; border-bottom-color: var(--line); padding: 12px 0; }
.row__thumb { width: 48px; height: 48px; background: var(--mist); }
.row__head { font-weight: 400; color: #000; }
.row__meta { font-size: 12px; }
.is-open .post__inner { border-bottom: 1px solid var(--line); }
.flag { background: none; padding: 0; color: var(--blue-2); font-weight: 600; }
.co-chip { background: none; border: 1px solid var(--line); }
.co-chip__x { background: none; }

.facts { font-size: 16px; color: #000; }
.day-digests { gap: 0; }
.day-digests a, .day-digests a:hover { border: 0; border-bottom: 1px solid var(--line); padding: 14px 0; background: none; }
.co-item { border: 0; border-bottom: 1px solid var(--line); padding: 16px 0; }
.co-list { gap: 0; }
.foot { border-top: 0; }

@media (min-width: 900px) {
  .band { padding-top: 24px; }
  .band h1 { font-size: 19px; }
  .hero, .hero--live { padding: 0 0 24px; }
  .hero__title { font-size: 26px; }
  .days { gap: 0 32px; }
  .day-card, .day-card:hover { padding: 20px 0; grid-template-columns: 48px 1fr; height: auto; }
  .day-card__num { width: auto; height: auto; font-size: 36px; }
  .digest { padding: 0 0 0 20px; }
  .digest .btn { padding: 0; }
  .post { grid-template-columns: 72px 1fr; }
  .row { grid-template-columns: 64px 1fr 20px; }
  .row__thumb { width: 64px; height: 64px; }
  .co-list { gap: 0 32px; }
  .co-tools .btn { padding: 0; }
}


/* ===== Tipografia de impacto (v1.2): Inter SemiBold em maiúsculas, grande, onde dá força visual.
   Títulos de página e do "em direto" em display; rótulos pequenos em maiúsculas espaçadas;
   o texto corrido fica em minúsculas para se ler bem. ===== */
.band h1 { text-transform: uppercase; letter-spacing: 0.02em; font-size: 16px; }
.band__btn, .btn, .tabs a, .shot__cta, .hero__cta, .hero__state, .co-add__btn { text-transform: uppercase; letter-spacing: 0.05em; }
.tabs a { font-size: 13px; font-weight: 600; }
.tabs a[aria-current="page"] { box-shadow: inset 0 -3px 0 var(--navy); }
.btn { font-size: 15px; }

.view-head h2 {
  text-transform: uppercase; font-weight: 600; color: var(--navy);
  font-size: clamp(44px, 13vw, 88px); line-height: 0.92; letter-spacing: -0.03em;
}
.view-head p { margin-top: 10px; font-size: 16px; }
/* Quando há um "Dia N" em destaque, o título seguinte recua para não competir. */
.view-head.view-head--small h2 { font-size: 24px; line-height: 1.05; letter-spacing: -0.01em; }

.hero__state { font-size: 12px; }
.hero__title--xl { font-size: clamp(64px, 20vw, 128px); line-height: 0.85; letter-spacing: -0.04em; text-transform: uppercase; margin-top: 6px; }
.hero__date { font-size: 18px; font-weight: 300; color: var(--blue-2); }
.hero__sub { margin-top: 8px; }

.day-card__num, .day-card--soft .day-card__num { font-weight: 600; font-size: 40px; line-height: 0.9; letter-spacing: -0.03em; }
.day-card__txt strong { text-transform: uppercase; letter-spacing: 0.03em; font-size: 14px; }
.day-card--soft .day-card__txt strong { font-size: 14px; }
.state { text-transform: uppercase; letter-spacing: 0.05em; font-size: 11px; }

.section-title, .digest h3 { text-transform: uppercase; font-size: 24px; line-height: 1.05; letter-spacing: -0.01em; }
.digest h3 { font-size: 20px; }
.section-title { margin-top: 44px; }

.stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 24px 0 0; padding: 0 0 20px; border-bottom: 1px solid var(--line); }
.stats div { display: flex; flex-direction: column-reverse; }
.stats dd { margin: 0; font-size: clamp(36px, 11vw, 64px); font-weight: 600; line-height: 0.9; letter-spacing: -0.03em; color: var(--navy); }
.stats dt { margin-top: 6px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); }

.post__time time { font-weight: 600; font-size: 18px; letter-spacing: -0.01em; }
.post--latest .post__time time { font-weight: 600; }
.flag, .post__co-title, .tl-bar .act { text-transform: uppercase; letter-spacing: 0.05em; font-size: 12px; }
.co-item__head strong { font-size: 18px; letter-spacing: -0.01em; }
.tags legend, .field__label { text-transform: uppercase; letter-spacing: 0.05em; font-size: 12px; }
.field__hint { text-transform: none; letter-spacing: 0; font-size: 13px; }
.gate h2 { text-transform: uppercase; font-size: 32px; line-height: 1; letter-spacing: -0.02em; }

@media (min-width: 900px) {
  .band h1 { font-size: 17px; }
  .view-head h2 { font-size: 96px; }
  .hero__title--xl { font-size: 160px; }
  .stats { gap: 24px; }
  .stats dd { font-size: 88px; }
  .section-title { font-size: 32px; }
  .day-card__num { font-size: 56px; }
  .post__time time { font-size: 22px; }
}

/* Várias fotos: galeria com deslizar (feed) e tira de miniaturas (repórter) */
.gallery { position: relative; }
.gallery__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; background: var(--mist); }
.gallery__track::-webkit-scrollbar { display: none; }
.gallery__slide { flex: 0 0 100%; scroll-snap-align: start; aspect-ratio: 1 / 1; }
.gallery__slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.gallery__count { position: absolute; right: 8px; bottom: 8px; padding: 4px 8px; background: #fff; color: var(--navy); font-size: 12px; font-weight: 600; letter-spacing: 0.04em; }
.row__count { position: absolute; left: 0; bottom: 0; min-width: 18px; height: 18px; padding: 0 4px; display: grid; place-items: center; background: #fff; color: var(--navy); font-size: 11px; font-weight: 600; }
.post__notes { margin-top: 14px; padding-left: 12px; border-left: 2px solid var(--line); }
.post__notes p:last-child { margin: 0; white-space: pre-line; font-size: 15px; }
.strip { list-style: none; display: flex; gap: 8px; margin: 10px 0 0; padding: 0 0 4px; overflow-x: auto; }
.strip li { flex: none; }
.strip__item { position: relative; width: 64px; height: 64px; }
.strip__item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.strip__x { position: absolute; top: 0; right: 0; width: 24px; height: 24px; border: 0; background: #fff; color: var(--navy); font-size: 16px; line-height: 1; cursor: pointer; }
.strip__add { display: grid; place-items: center; align-content: center; gap: 2px; width: 64px; height: 64px; border: 1px dashed var(--sky); background: #fff; color: var(--navy); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; cursor: pointer; }
.strip__add i { line-height: 0; font-size: 16px; }
@media (min-width: 900px) { .post__inner > .gallery { grid-column: 1; grid-row: 1 / span 8; } }

/* Rascunho de LinkedIn (só repórteres) */
.linkedin { margin-top: 44px; }
.linkedin__text { margin: 14px 0 0; white-space: pre-line; font-size: 15px; }
.linkedin__actions { display: flex; flex-wrap: wrap; gap: 4px 24px; }

/* Página de entrada (código de acesso) */
.gate { max-width: 440px; margin: 48px 0 0; }
.gate h2 { margin: 0 0 12px; }
.gate p { margin: 0; }
.gate__input { text-transform: uppercase; letter-spacing: 0.08em; font-size: 20px !important; font-weight: 600; color: var(--navy) !important; }
.gate__input::placeholder { color: var(--sky); font-weight: 400; }
.gate .btn { margin-top: 16px; }
.gate__help { margin-top: 20px !important; font-size: 13px; color: var(--muted); }
@media (min-width: 900px) { .gate { margin-top: 80px; } .gate h2 { font-size: 56px !important; } }

@media (prefers-reduced-motion: reduce) {
  .hero__dot, .is-live .mark, .state--live::before, .is-new .row, .is-focus .row { animation: none; }
  .post__detail, .row__chev { transition: none; }
}
