/* V3.3 result archive: screen stays in the V3.1 night-sky language; print gets
   an independent, ink-friendly A4 landscape composition. */

.child-shell.picture-first[data-phase="result"] {
  grid-template-rows: 76px minmax(0, 1fr) 96px;
}

.child-shell[data-phase="result"] .child-action-dock {
  padding-block: 8px;
  border-radius: 24px;
}

.child-shell[data-phase="result"] .child-action-dock.waiting strong {
  font-size: clamp(18px, 1.35vw, 24px);
}

.child-shell[data-phase="result"] .child-action-dock.waiting span {
  margin-top: 3px;
  font-size: 14px;
}

.child-scene.result-scene.v33-result-scene {
  padding: clamp(20px, 2.15vw, 38px);
  grid-template-columns: minmax(260px, 0.56fr) minmax(720px, 1.94fr);
  gap: clamp(24px, 2.4vw, 42px);
}

.v33-result-scene .result-copy {
  align-self: center;
}

.v33-result-scene .result-copy .mascot-pose {
  width: min(15vw, 208px);
  max-height: 178px;
}

.v33-result-scene .result-copy h1 {
  font-size: clamp(34px, 2.85vw, 52px);
}

.v33-result-scene .result-copy p {
  margin-top: 14px;
  font-size: clamp(16px, 1.12vw, 21px);
  line-height: 1.55;
}

.v33-result-toolbar {
  min-width: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.v33-result-toolbar .v3-result-tabs {
  justify-self: auto;
}

.v33-print-button {
  min-height: 52px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255, 200, 87, 0.54);
  border-radius: 16px;
  color: #07142f;
  background: #ffc857;
  box-shadow: 0 12px 26px rgba(255, 200, 87, 0.2);
  font-size: 15px;
  font-weight: 900;
}

.v33-print-button::before {
  content: "";
  width: 18px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 3px;
  background: linear-gradient(to bottom, transparent 0 48%, currentColor 49% 62%, transparent 63%);
}

.v33-result-story,
.v33-result-summary-stack {
  min-width: 0;
  min-height: 0;
  height: 100%;
  padding: clamp(12px, 1.1vw, 18px);
  display: grid;
  gap: 10px;
  overflow: hidden;
  border: 1px solid rgba(110, 232, 239, 0.28);
  border-radius: 30px;
  background: rgba(3, 11, 28, 0.92);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.v33-result-story {
  grid-template-rows: minmax(230px, 0.88fr) minmax(300px, 1.12fr);
}

.v33-replay-slot {
  min-height: 0;
  overflow: hidden;
}

.v33-replay-slot .v3gv-replay.is-compact {
  height: 100%;
  min-height: 230px;
  grid-template-rows: minmax(0, 1fr) 42px 46px;
  gap: 3px;
}

.v33-replay-slot .v3gv-replay-timeline {
  min-height: 42px;
}

.v33-replay-slot .v3gv-replay-controls button {
  min-height: 44px;
}

.v33-result-summary-stack {
  grid-template-rows: max-content minmax(300px, 1fr);
  align-content: start;
  overflow: auto;
}

.v33-result-summary-stack > .result-card {
  min-height: 220px;
  padding: 18px 22px;
  gap: 12px;
  overflow: hidden;
  border-radius: 22px;
}

.v33-result-summary-stack .result-card-head img {
  width: 74px;
  height: 66px;
}

.v33-result-summary-stack .result-evidence div {
  padding: 11px;
}

.v33-result-summary-stack .result-evidence strong {
  font-size: 14px;
}

.v33-result-summary-stack .result-evidence img {
  width: 44px;
  height: 44px;
}

.v33-result-summary-stack .role-seals span {
  min-height: 28px;
  font-size: 11px;
}

.v33-daily-archive {
  position: relative;
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 9px;
}

.v33-daily-header {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(220px, auto) minmax(300px, 1fr) auto;
  align-items: center;
  gap: 14px;
}

.v33-daily-header > div {
  display: flex;
  align-items: baseline;
  gap: 9px;
}

.v33-daily-header span {
  color: #6ee8ef;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.v33-daily-header strong {
  color: #fff;
  font-size: 16px;
}

.v33-daily-header p {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #9dafca;
  font-size: 11px;
  font-weight: 720;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v33-daily-header > b {
  min-height: 30px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(110, 232, 239, 0.24);
  border-radius: 999px;
  color: #c9f9fa;
  background: rgba(110, 232, 239, 0.08);
  font-size: 11px;
  white-space: nowrap;
}

.v33-daily-grid,
.v33-print-daily-grid {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.v33-daily-card,
.v33-print-card {
  --evidence-accent: #ffc857;
  min-width: 0;
  min-height: 0;
  padding: 9px;
  display: grid;
  grid-template-rows: minmax(116px, 1fr) auto auto;
  gap: 7px;
  overflow: hidden;
  border: 1px solid rgba(169, 183, 212, 0.22);
  border-radius: 20px;
  color: #fff;
  background: rgba(10, 29, 60, 0.94);
  text-align: left;
}

button.v33-daily-card {
  cursor: zoom-in;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

button.v33-daily-card:hover,
button.v33-daily-card:focus-visible {
  border-color: rgba(110, 232, 239, 0.72);
  outline: none;
  background: rgba(14, 39, 79, 0.98);
  transform: translateY(-2px);
}

.v33-daily-card[data-status="simulation"] {
  --evidence-accent: #b9a4ff;
  border-color: rgba(185, 164, 255, 0.3);
}

.v33-daily-card[data-status="onsite"] {
  --evidence-accent: #87e7bd;
}

.v33-daily-card[data-status="unavailable"] {
  --evidence-accent: #a9b7d4;
}

.v33-daily-visual {
  position: relative;
  min-height: 116px;
  overflow: hidden;
  border-radius: 14px;
  background: #020916;
}

.v33-evidence-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.v33-evidence-status {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 3;
  min-height: 27px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #f4fbff;
  background: rgba(3, 10, 24, 0.82);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.v33-evidence-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ffc857;
  box-shadow: 0 0 8px rgba(255, 200, 87, 0.65);
}

.v33-evidence-status[data-status="live"] i,
.v33-evidence-status[data-status="onsite"] i {
  background: #87e7bd;
  box-shadow: 0 0 8px rgba(135, 231, 189, 0.75);
}

.v33-evidence-status[data-status="simulation"] i {
  background: #b9a4ff;
  box-shadow: 0 0 8px rgba(185, 164, 255, 0.7);
}

.v33-evidence-status[data-status="unavailable"] i {
  background: #8492ad;
  box-shadow: none;
}

.v33-daily-copy small,
.v33-daily-copy strong,
.v33-daily-copy span {
  display: block;
}

.v33-daily-copy small {
  color: var(--evidence-accent);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.v33-daily-copy strong {
  margin-top: 2px;
  overflow: hidden;
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v33-daily-copy span {
  margin-top: 3px;
  min-height: 30px;
  color: #c9d6e9;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
}

.v33-daily-card footer,
.v33-print-card footer {
  min-width: 0;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #8fa2c1;
  font-size: 9px;
  font-weight: 700;
}

.v33-daily-card footer span,
.v33-print-card footer span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v33-daily-card footer time,
.v33-print-card footer time {
  flex: 0 0 auto;
  white-space: nowrap;
}

.v33-daily-skeleton {
  border: 1px solid rgba(169, 183, 212, 0.16);
  border-radius: 20px;
  background: linear-gradient(100deg, rgba(15, 37, 73, 0.7) 20%, rgba(34, 63, 102, 0.72) 42%, rgba(15, 37, 73, 0.7) 64%);
  background-size: 240% 100%;
  animation: v33-skeleton 1.2s linear infinite;
}

.v33-data-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.v33-data-svg > rect:first-child {
  fill: #020916;
}

.v33-data-svg .grid,
.v33-data-svg .grid-ring {
  fill: none;
  stroke: rgba(169, 183, 212, 0.2);
  stroke-width: 1;
}

.v33-data-svg .milky-band {
  fill: none;
  stroke: rgba(110, 232, 239, 0.38);
  stroke-width: 28;
  stroke-linecap: round;
}

.v33-data-svg .milky-band.soft {
  stroke: rgba(185, 164, 255, 0.16);
  stroke-width: 14;
}

.v33-data-svg .sun-halo,
.v33-data-svg .orbit-halo {
  fill: rgba(255, 200, 87, 0.18);
  stroke: rgba(255, 200, 87, 0.4);
}

.v33-data-svg .sun-point {
  fill: #ffc857;
  stroke: #fff3c8;
  stroke-width: 2;
}

.v33-data-svg .orbit-line,
.v33-data-svg .pass-line {
  fill: none;
  stroke: #6ee8ef;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 5px rgba(110, 232, 239, 0.45));
}

.v33-data-svg .orbit-point {
  fill: #6ee8ef;
  stroke: #dcffff;
  stroke-width: 2;
}

.v33-data-svg .site-point {
  fill: #ff9a7c;
  stroke: #fff;
  stroke-width: 2;
}

.v33-data-svg text {
  font-family: -apple-system, "SF Pro Text", "PingFang SC", "Noto Sans SC", sans-serif;
}

.v33-data-svg .axis-label {
  fill: #8095b7;
  font-size: 12px;
  font-weight: 700;
}

.v33-data-svg .data-label,
.v33-data-svg .metric-label {
  fill: #dffcff;
  font-size: 14px;
  font-weight: 850;
}

.v33-data-svg .metric-big {
  fill: #fff;
  font-size: 24px;
  font-weight: 950;
}

.v33-data-svg .spectrum-area {
  fill: rgba(255, 154, 124, 0.17);
}

.v33-data-svg .spectrum-line {
  fill: none;
  stroke: #ff9a7c;
  stroke-width: 4;
  filter: drop-shadow(0 0 5px rgba(255, 154, 124, 0.5));
}

.v33-data-svg .direction-point {
  fill: rgba(255, 154, 124, 0.56);
  stroke: #ffd8cc;
  stroke-width: 1;
}

.v33-rotation-strip {
  position: relative;
  height: 100%;
  padding: 22px 15px 17px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: center;
  gap: 7px;
  background: linear-gradient(180deg, #020916, #081a37);
}

.v33-rotation-strip > span {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.v33-rotation-strip > span > i {
  position: relative;
  width: 39px;
  height: 39px;
  overflow: hidden;
  border: 2px solid rgba(255, 226, 154, 0.82);
  border-radius: 50%;
  background: radial-gradient(circle at 38% 35%, #ffe29a, #ffc857 52%, #ce7d24 100%);
  box-shadow: 0 0 18px rgba(255, 200, 87, 0.28);
}

.v33-rotation-strip > span > i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -12%;
  width: 2px;
  height: 124%;
  background: rgba(76, 45, 10, 0.6);
  transform: rotate(var(--turn)) translateX(-50%);
  transform-origin: center;
}

.v33-rotation-strip small {
  color: #8fa2c1;
  font-size: 9px;
  font-weight: 800;
}

.v33-rotation-strip > b {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #ffc857;
  font-size: 13px;
}

.v33-waterfall {
  position: relative;
  height: 100%;
  padding: 16px 18px 28px 30px;
  display: grid;
  grid-template-columns: repeat(24, minmax(0, 1fr));
  grid-template-rows: repeat(10, minmax(0, 1fr));
  gap: 2px;
  background: #020916;
}

.v33-waterfall i {
  grid-row: var(--row);
  grid-column: var(--column);
  border-radius: 2px;
  background: color-mix(in oklch, #102b5f calc((1 - var(--heat)) * 100%), #ff9a7c calc(var(--heat) * 100%));
  opacity: calc(0.42 + var(--heat) * 0.58);
}

.v33-waterfall span,
.v33-waterfall b {
  position: absolute;
  color: #8095b7;
  font-size: 9px;
  font-weight: 800;
}

.v33-waterfall span {
  right: 14px;
  bottom: 8px;
}

.v33-waterfall b {
  left: 7px;
  top: 50%;
  writing-mode: vertical-rl;
  transform: translateY(-50%);
}

.v33-footprints {
  height: 100%;
  padding: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-content: center;
  background: #020916;
}

.v33-footprints > span {
  min-width: 0;
  padding: 8px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255, 154, 124, 0.18);
  border-radius: 11px;
  background: rgba(255, 154, 124, 0.06);
}

.v33-footprints i {
  height: 20px;
  display: block;
  border-radius: 999px;
  background: #ff9a7c;
  clip-path: polygon(0 46%, 35% 46%, 42% 0, 50% 100%, 58% 28%, 66% 46%, 100% 46%, 100% 58%, 68% 58%, 57% 88%, 50% 45%, 44% 100%, 34% 58%, 0 58%);
}

.v33-footprints i[data-shape="1"] {
  clip-path: none;
  height: 9px;
}

.v33-footprints i[data-shape="2"] {
  clip-path: polygon(0 55%, 18% 55%, 28% 22%, 36% 78%, 48% 40%, 60% 66%, 75% 14%, 84% 55%, 100% 55%, 100% 67%, 82% 67%, 76% 43%, 64% 94%, 48% 60%, 36% 96%, 24% 67%, 0 67%);
}

.v33-footprints strong {
  overflow: hidden;
  color: #d9e6f5;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.v33-footprints b {
  color: #ffb7a2;
  font-size: 10px;
}

.v33-footprints small {
  grid-column: 1 / -1;
  color: #8095b7;
  font-size: 9px;
  text-align: center;
}

.v33-unavailable-visual {
  width: 100%;
  height: 100%;
  min-height: 116px;
  padding: 18px;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 6px;
  color: #afbdd2;
  background: repeating-linear-gradient(135deg, rgba(169, 183, 212, 0.04) 0 10px, transparent 10px 20px), #020916;
  text-align: center;
}

.v33-unavailable-visual > span {
  width: 42px;
  height: 25px;
  border: 2px solid #6c7b98;
  border-top: 0;
  border-radius: 0 0 30px 30px;
  transform: rotate(-18deg);
}

.v33-unavailable-visual strong {
  font-size: 12px;
}

.v33-unavailable-visual small {
  color: #73839f;
  font-size: 9px;
}

.v33-evidence-dialog {
  position: fixed;
  inset: 0;
  z-index: 1200;
  padding: 7vh 8vw;
  display: grid;
  place-items: center;
  background: rgba(1, 5, 14, 0.84);
  backdrop-filter: blur(16px);
  animation: v33-dialog-enter 180ms ease both;
}

.v33-evidence-dialog > article {
  position: relative;
  width: min(1380px, 100%);
  max-height: 84vh;
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.75fr);
  gap: 28px;
  border: 1px solid rgba(110, 232, 239, 0.32);
  border-radius: 30px;
  color: #fff;
  background: #07142f;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.6);
}

.v33-dialog-close {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 2;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: #fff;
  background: rgba(3, 10, 24, 0.82);
  font-size: 32px;
}

.v33-dialog-visual {
  min-height: 440px;
  overflow: hidden;
  border-radius: 22px;
  background: #020916;
}

.v33-dialog-copy {
  align-self: center;
  display: grid;
  gap: 12px;
}

.v33-dialog-copy > span:not(.v33-evidence-status) {
  color: #6ee8ef;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.v33-dialog-copy h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 52px);
  line-height: 1.1;
}

.v33-dialog-copy p,
.v33-dialog-copy small {
  margin: 0;
  color: #c9d6e9;
  font-size: 18px;
  line-height: 1.7;
}

.v33-dialog-copy small {
  color: #95a8c4;
  font-size: 14px;
}

.v33-dialog-copy a,
.v33-dialog-copy > b {
  color: #ffc857;
  font-size: 14px;
}

.v33-dialog-copy .v33-evidence-status {
  position: static;
  justify-self: start;
}

.v33-print-sheet {
  display: none;
}

@keyframes v33-skeleton {
  to { background-position: -140% 0; }
}

@keyframes v33-dialog-enter {
  from { opacity: 0; transform: scale(0.985); }
}

@media (max-width: 1450px), (max-height: 820px) {
  .child-shell.picture-first[data-phase="result"] {
    grid-template-rows: 66px minmax(0, 1fr) 72px;
    gap: 10px;
    padding: 18px 26px;
  }

  .child-scene.result-scene.v33-result-scene {
    padding: 16px 20px;
    grid-template-columns: 250px minmax(690px, 1fr);
    gap: 20px;
  }

  .v33-result-scene .result-copy .mascot-pose {
    width: 140px;
    max-height: 118px;
  }

  .v33-result-scene .result-copy h1 {
    font-size: 34px;
  }

  .v33-result-scene .result-copy p {
    display: none;
  }

  .v33-result-story {
    grid-template-rows: minmax(190px, 0.78fr) minmax(260px, 1.22fr);
  }

  .v33-replay-slot .v3gv-replay.is-compact {
    min-height: 190px;
  }

  .v33-daily-header p {
    display: none;
  }

  .v33-daily-header {
    grid-template-columns: 1fr auto;
  }

  .v33-daily-card,
  .v33-print-card {
    grid-template-rows: minmax(96px, 1fr) auto auto;
  }

  .v33-daily-visual {
    min-height: 96px;
  }

  .v33-daily-copy span {
    min-height: 0;
    max-height: 30px;
    overflow: hidden;
  }
}

@media (max-width: 1120px) {
  .child-scene.result-scene.v33-result-scene {
    grid-template-columns: 210px minmax(690px, 1fr);
  }

  .v33-result-scene .result-copy .mascot-pose {
    width: 110px;
  }

  .v33-result-scene .result-copy h1 {
    font-size: 28px;
  }
}

@page {
  size: A4 landscape;
  margin: 8mm;
}

@media print {
  html,
  body {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    background: #fff !important;
  }

  body * {
    visibility: hidden !important;
    animation: none !important;
    transition: none !important;
  }

  .v33-print-sheet,
  .v33-print-sheet * {
    visibility: visible !important;
  }

  .v33-print-sheet {
    position: fixed;
    left: 0;
    top: 0;
    width: 281mm;
    height: 194mm;
    padding: 0;
    display: grid !important;
    grid-template-rows: 19mm 51mm 104mm 12mm;
    gap: 2.5mm;
    color: #0b1430;
    background: #fff;
    font-family: -apple-system, "SF Pro Text", "PingFang SC", "Noto Sans SC", sans-serif;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .v33-print-sheet > header {
    display: grid;
    grid-template-columns: 19mm minmax(0, 1fr) auto;
    align-items: center;
    gap: 4mm;
    border-bottom: 0.4mm solid #0b1430;
  }

  .v33-print-sheet > header img {
    width: 17mm;
    height: 17mm;
    object-fit: contain;
  }

  .v33-print-sheet > header span,
  .v33-print-sheet > header h1,
  .v33-print-sheet > header p {
    display: block;
    margin: 0;
  }

  .v33-print-sheet > header span {
    color: #16717e;
    font-size: 8pt;
    font-weight: 900;
    letter-spacing: 0.06em;
  }

  .v33-print-sheet > header h1 {
    margin-top: 0.8mm;
    font-size: 18pt;
    line-height: 1.05;
  }

  .v33-print-sheet > header p {
    margin-top: 0.8mm;
    color: #526078;
    font-size: 7pt;
  }

  .v33-print-sheet > header > strong {
    padding: 2.5mm 3.5mm;
    border-radius: 99mm;
    color: #5d4100;
    background: #fff0bc;
    font-size: 8pt;
  }

  .v33-print-result-row {
    min-height: 0;
    display: grid;
    grid-template-columns: 58mm minmax(0, 1fr);
    gap: 4mm;
  }

  .v33-print-result-row > article {
    padding: 4mm;
    overflow: hidden;
    border: 0.35mm solid #cad3df;
    border-radius: 3mm;
    background: #fff9e8;
  }

  .v33-print-result-row small {
    color: #16717e;
    font-size: 7pt;
    font-weight: 900;
  }

  .v33-print-result-row h2 {
    margin: 2mm 0 3mm;
    font-size: 15pt;
    line-height: 1.16;
  }

  .v33-print-result-row p {
    margin: 1mm 0;
    color: #44516a;
    font-size: 8pt;
  }

  .v33-print-result-row b {
    display: block;
    margin-top: 2mm;
    color: #6d5b35;
    font-size: 6.5pt;
    line-height: 1.35;
  }

  .v33-print-evidence-chart {
    width: 100%;
    height: 100%;
    border: 0.35mm solid #cad3df;
    border-radius: 3mm;
  }

  .v33-print-evidence-chart rect {
    fill: #f7f9fc;
  }

  .v33-print-evidence-chart line {
    stroke: #d8dee8;
    stroke-width: 1;
  }

  .v33-print-evidence-chart > path {
    fill: none;
    stroke: #e0a328;
    stroke-width: 7;
  }

  .v33-print-evidence-chart circle {
    fill: #ffc857;
    stroke: #6f4d00;
    stroke-width: 2;
  }

  .v33-print-evidence-chart text {
    fill: #3d475a;
    font-size: 16px;
    font-weight: 800;
  }

  .v33-print-daily-grid {
    gap: 4mm;
  }

  .v33-print-card {
    padding: 3mm;
    grid-template-rows: 61mm auto 8mm;
    gap: 2mm;
    break-inside: avoid;
    border: 0.35mm solid #cad3df;
    border-radius: 3mm;
    color: #0b1430;
    background: #fff;
  }

  .v33-print-card .v33-daily-visual {
    min-height: 0;
    border: 0.2mm solid #dbe2eb;
    border-radius: 2mm;
  }

  .v33-print-card .v33-daily-copy small {
    color: #16717e;
    font-size: 7pt;
  }

  .v33-print-card .v33-daily-copy strong {
    margin-top: 0.5mm;
    color: #0b1430;
    font-size: 11pt;
    line-height: 1.1;
  }

  .v33-print-card .v33-daily-copy span {
    min-height: 0;
    margin-top: 1mm;
    color: #46526a;
    font-size: 7.5pt;
    line-height: 1.35;
  }

  .v33-print-card footer {
    align-items: end;
    color: #5f6d83;
    font-size: 6.2pt;
  }

  .v33-print-sheet > footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 5mm;
    border-top: 0.3mm solid #cad3df;
    color: #5e6a7c;
    font-size: 6.3pt;
    line-height: 1.35;
  }

  .v33-print-sheet > footer span {
    padding-top: 1.5mm;
  }

  .v33-print-sheet > footer b {
    padding-top: 1.5mm;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v33-daily-skeleton,
  .v33-evidence-dialog {
    animation: none;
  }
}
