:root {
  --ink: #26352f;
  --muted: #7b8279;
  --muted-dark: #5d675f;
  --paper: #f7f5ef;
  --card: #fffdf8;
  --line: #e5e2d8;
  --coral: #ed765d;
  --coral-soft: #fff0e9;
  --green: #5ca979;
  --green-soft: #e8f3e9;
  --yellow: #efb950;
  --yellow-soft: #fff5d8;
  --purple: #7b72d8;
  --purple-soft: #eeecff;
  --shadow: 0 18px 44px rgba(38, 53, 47, .08);
  --shadow-small: 0 8px 22px rgba(38, 53, 47, .07);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); }
button, input { font: inherit; }
button { color: inherit; }
button:focus-visible, input:focus-visible { outline: 3px solid rgba(123, 114, 216, .35); outline-offset: 3px; }

.app-shell { min-height: 100vh; background: radial-gradient(circle at 80% -10%, #fffdf4 0, transparent 38%), var(--paper); }
.topbar { height: 82px; max-width: 1380px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); min-width: 230px; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; background: #fff4e9; border: 1px solid #f0d9c9; border-radius: 15px 15px 15px 7px; transform: rotate(-5deg); overflow: hidden; }
.brand-mark img { width: 34px; height: 39px; transform: rotate(5deg) translateY(4px); }
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { font-size: 16px; letter-spacing: -.02em; }
.brand-copy small { color: #a39b91; font-size: 8px; font-weight: 800; letter-spacing: .17em; }
.nav-pills { display: flex; gap: 4px; padding: 4px; background: #efede6; border: 1px solid #e7e4da; border-radius: 14px; }
.nav-pill { border: 0; background: transparent; border-radius: 10px; padding: 9px 16px; color: var(--muted); font-size: 13px; cursor: pointer; transition: .2s ease; }
.nav-pill:hover { color: var(--ink); }
.nav-pill.is-active { color: var(--ink); background: var(--card); box-shadow: 0 3px 9px rgba(38,53,47,.07); font-weight: 700; }
.topbar-actions { min-width: 230px; display: flex; justify-content: flex-end; align-items: center; gap: 12px; }
.sync-state { display: flex; gap: 7px; align-items: center; color: var(--muted); font-size: 11px; white-space: nowrap; }
.pulse-dot { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 4px rgba(92,169,121,.13); }
.pulse-dot.is-error { background: var(--coral); box-shadow: 0 0 0 4px rgba(237,118,93,.14); }
.icon-button, .round-button { border: 1px solid var(--line); background: var(--card); cursor: pointer; display: grid; place-items: center; transition: .2s ease; }
.icon-button { width: 34px; height: 34px; border-radius: 11px; font-size: 19px; color: var(--muted-dark); }
.icon-button:hover, .round-button:hover { border-color: #c9c5b8; transform: translateY(-1px); box-shadow: var(--shadow-small); }
.profile-chip { display: flex; align-items: center; gap: 8px; padding-left: 5px; }
.profile-chip span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fffdf8; font-weight: 800; font-size: 11px; }
.profile-chip small { color: var(--muted); font-size: 11px; }

.dashboard { max-width: 1380px; padding: 44px 28px 54px; margin: 0 auto; }
.welcome-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin: 0 0 28px; }
.eyebrow { margin: 0 0 8px; font-size: 10px; font-weight: 800; color: #a39e91; letter-spacing: .17em; }
h1, h2, p { margin-top: 0; }
h1 { margin-bottom: 8px; font-size: clamp(28px, 3.5vw, 42px); letter-spacing: -.055em; line-height: 1.08; }
h1 span { color: var(--coral); }
h2 { margin: 0; font-size: 20px; letter-spacing: -.035em; line-height: 1.2; }
.welcome-subtitle { margin: 0; color: var(--muted); font-size: 14px; }
.date-switcher { display: flex; align-items: center; gap: 8px; position: relative; }
.round-button { width: 32px; height: 32px; border-radius: 10px; color: var(--muted); font-size: 18px; }
.round-button:disabled { opacity: .35; cursor: not-allowed; transform: none; box-shadow: none; }
.date-display { min-width: 154px; border: 1px solid var(--line); background: var(--card); display: flex; align-items: center; text-align: left; gap: 10px; padding: 8px 12px; border-radius: 13px; cursor: pointer; box-shadow: var(--shadow-small); }
.date-display-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; color: #c47c42; background: var(--yellow-soft); }
.date-display span:last-child { display: grid; gap: 1px; }
.date-display small { font-size: 10px; color: var(--muted); }
.date-display strong { font-size: 13px; }
#datePicker { position: absolute; right: 42px; width: 34px; height: 34px; opacity: 0; cursor: pointer; }

.overview-grid { display: grid; grid-template-columns: minmax(0, 1.58fr) minmax(320px, .75fr); gap: 20px; }
.hero-card, .control-card, .timeline-section, .map-card, .stats-card, .events-card, .shortcut-help-card { background: var(--card); border: 1px solid var(--line); border-radius: 23px; box-shadow: var(--shadow); }
.hero-card { padding: 21px; overflow: hidden; }
.hero-card-head, .card-title-row, .section-heading, .hero-card-foot, .map-foot, .timeline-caption, .little-note, .api-mini-card { display: flex; align-items: center; justify-content: space-between; }
.hero-card-head { padding: 0 3px 17px; }
.hero-card-head h2 { font-size: 18px; }
.live-pill { display: flex; align-items: center; gap: 6px; padding: 6px 10px; border-radius: 999px; background: var(--green-soft); color: #4d956a; font-size: 10px; font-weight: 800; }
.live-pill i { width: 6px; height: 6px; background: var(--green); border-radius: 50%; }
.scene-frame { position: relative; height: 430px; border-radius: 18px; overflow: hidden; background: #dfeee1; isolation: isolate; }
.scene-frame::before { content: ""; position: absolute; inset: 0; border: 1px solid rgba(38,53,47,.12); border-radius: inherit; z-index: 4; pointer-events: none; }
.scene-frame > img:first-child { width: 100%; height: 100%; display: block; object-fit: cover; transition: opacity .35s ease, transform .55s ease; }
.scene-frame:hover > img:first-child { transform: scale(1.015); }
.scene-wash { position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, rgba(28,47,40,.03) 36%, rgba(28,47,40,.58) 100%); pointer-events: none; }
.scene-sticker { position: absolute; top: 21%; left: 50%; z-index: 3; transform: translateX(-50%); }
.luobo-bubble { width: 78px; height: 78px; display: grid; place-items: center; background: rgba(255,253,248,.88); border: 4px solid rgba(255,253,248,.9); border-radius: 31px 31px 31px 10px; box-shadow: 0 14px 28px rgba(38,53,47,.2); transform: rotate(4deg); animation: bob 4s ease-in-out infinite; }
.luobo-bubble img { width: 58px; height: 67px; object-fit: contain; transform: translateY(5px); }
.sticker-spark { position: absolute; color: #fffdf8; font-size: 25px; text-shadow: 0 3px 12px rgba(38,53,47,.2); }
.spark-one { top: -27px; left: -24px; animation: twinkle 2.2s ease-in-out infinite; }
.spark-two { top: 4px; right: -25px; font-size: 32px; opacity: .75; animation: twinkle 2.8s .5s ease-in-out infinite; }
.scene-note { position: absolute; z-index: 3; left: 25px; bottom: 23px; display: grid; gap: 4px; color: #fffdf8; text-shadow: 0 2px 8px rgba(0,0,0,.16); }
.scene-note-label { font-size: 11px; opacity: .82; }
.scene-note strong { font-size: 30px; letter-spacing: -.06em; line-height: 1; }
.scene-sentence { font-size: 15px; font-weight: 800; letter-spacing: -.025em; }
.scene-note span:last-child { font-size: 13px; opacity: .9; }
.scene-time-badge { position: absolute; right: 19px; bottom: 21px; z-index: 3; display: flex; align-items: center; gap: 7px; padding: 8px 11px; background: rgba(255,253,248,.86); border: 1px solid rgba(255,253,248,.7); border-radius: 11px; box-shadow: 0 8px 20px rgba(38,53,47,.14); }
.scene-time-badge span { color: var(--coral); font-size: 15px; }
.scene-time-badge strong { font-size: 12px; }
.hero-card-foot { min-height: 54px; padding: 15px 3px 0; gap: 16px; }
.location-line, .confidence-line { display: flex; align-items: center; gap: 7px; font-size: 12px; color: var(--muted); }
.location-pin { color: var(--coral); font-size: 19px; }
.confidence-line { white-space: nowrap; }
.confidence-line strong { color: var(--ink); }
.confidence-bar { width: 54px; height: 5px; border-radius: 99px; overflow: hidden; background: #eeeae1; }
.confidence-bar i { display: block; width: 0; height: 100%; border-radius: inherit; background: var(--green); transition: width .3s ease; }

.control-card { padding: 24px 23px; display: flex; flex-direction: column; min-height: 100%; }
.card-title-row { align-items: flex-start; }
.card-title-row h2 { font-size: 18px; }
.sun-icon { width: 32px; height: 32px; display: grid; place-items: center; color: #c98b31; background: var(--yellow-soft); border-radius: 11px; font-size: 20px; }
.big-kpi { display: flex; align-items: baseline; gap: 8px; padding: 29px 0 20px; border-bottom: 1px solid #efede6; }
.big-kpi strong { font-size: 48px; letter-spacing: -.08em; line-height: 1; }
.big-kpi span { color: var(--muted); font-size: 12px; }
.kpi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 10px; padding: 20px 0 19px; border-bottom: 1px solid #efede6; }
.small-kpi { display: flex; align-items: center; gap: 9px; }
.small-kpi > div { display: grid; gap: 1px; }
.small-kpi strong { font-size: 16px; }
.small-kpi small { font-size: 10px; color: var(--muted); }
.kpi-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; font-size: 14px; font-weight: 800; }
.kpi-icon.coral { background: var(--coral-soft); color: var(--coral); }
.kpi-icon.green { background: var(--green-soft); color: var(--green); }
.kpi-icon.purple { background: var(--purple-soft); color: var(--purple); }
.kpi-icon.yellow { background: var(--yellow-soft); color: #cc932d; }
.little-note { align-items: flex-start; gap: 10px; padding: 19px 0; }
.note-bulb { flex: 0 0 auto; width: 25px; height: 25px; display: grid; place-items: center; background: #fff1d2; color: #d89831; border-radius: 8px; }
.little-note p { margin: 0; color: var(--muted-dark); font-size: 12px; line-height: 1.65; }
.api-mini-card { margin-top: auto; padding: 11px 12px; border-radius: 14px; background: #f5f3ed; border: 1px dashed #ded9cc; gap: 8px; }
.api-mini-card > div { display: flex; align-items: center; gap: 9px; min-width: 0; }
.api-mini-icon { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; color: var(--purple); background: var(--purple-soft); }
.api-mini-card div div { display: grid; gap: 2px; min-width: 0; }
.api-mini-card strong { font-size: 11px; }
.api-mini-card small { color: var(--muted); font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 180px; }
.text-button, .copy-button { border: 0; background: transparent; color: var(--purple); font-size: 10px; font-weight: 800; cursor: pointer; white-space: nowrap; }
.text-button:hover, .copy-button:hover { text-decoration: underline; }

.timeline-section { margin-top: 20px; padding: 25px 25px 20px; }
.section-heading { align-items: flex-start; gap: 18px; }
.section-heading h2 { margin-bottom: 6px; }
.section-heading p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 12px; }
.timeline-readout { display: grid; justify-items: end; gap: 3px; }
.timeline-readout span { color: var(--muted); font-size: 10px; }
.timeline-readout strong { color: var(--coral); font-size: 29px; letter-spacing: -.06em; }
.timeline-box { margin-top: 24px; padding: 27px 22px 17px; border: 1px solid #eeebe3; background: #faf8f2; border-radius: 18px; }
.timeline-rail { position: relative; height: 13px; border-radius: 999px; background: #e9e7df; }
.timeline-rail::before, .timeline-rail::after { content: ""; position: absolute; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: #c8c4b7; transform: translateY(-50%); }
.timeline-rail::before { left: 0; }.timeline-rail::after { right: 0; }
.timeline-fill { position: absolute; inset: 0 auto 0 0; width: 50%; border-radius: inherit; background: linear-gradient(90deg, #efb950, #ed765d); pointer-events: none; }
.timeline-rail input { position: absolute; inset: -8px 0; width: 100%; height: 29px; appearance: none; background: transparent; cursor: grab; }
.timeline-rail input:active { cursor: grabbing; }
.timeline-rail input::-webkit-slider-runnable-track { height: 13px; background: transparent; }
.timeline-rail input::-moz-range-track { height: 13px; background: transparent; }
.timeline-rail input::-webkit-slider-thumb { appearance: none; width: 31px; height: 31px; margin-top: -9px; border: 4px solid #fffdf8; border-radius: 50% 50% 50% 8px; background: var(--coral); box-shadow: 0 5px 12px rgba(38,53,47,.22); transform: rotate(-45deg); }
.timeline-rail input::-moz-range-thumb { width: 22px; height: 22px; border: 4px solid #fffdf8; border-radius: 50% 50% 50% 8px; background: var(--coral); box-shadow: 0 5px 12px rgba(38,53,47,.22); transform: rotate(-45deg); }
.timeline-markers { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.timeline-marker { position: absolute; top: 50%; width: 9px; height: 9px; padding: 0; border: 2px solid #fffdf8; border-radius: 50%; background: var(--ink); transform: translate(-50%, -50%); box-shadow: 0 2px 5px rgba(38,53,47,.18); cursor: pointer; pointer-events: auto; }
.timeline-marker:hover, .timeline-marker.is-selected { width: 14px; height: 14px; background: var(--coral); }
.timeline-marker span { position: absolute; display: none; bottom: 17px; left: 50%; transform: translateX(-50%); padding: 4px 7px; background: var(--ink); border-radius: 6px; color: #fffdf8; font-size: 9px; white-space: nowrap; }
.timeline-marker:hover span { display: block; }
.timeline-scale { display: flex; justify-content: space-between; padding-top: 12px; color: #aaa69a; font-size: 10px; }
.timeline-caption { justify-content: flex-start; gap: 8px; margin-top: 17px; color: var(--muted-dark); font-size: 11px; }
.timeline-caption-dot { width: 7px; height: 7px; background: var(--coral); border-radius: 50%; }
.timeline-caption-hint { margin-left: auto; color: #aaa69a; }
.event-chips { display: flex; flex-wrap: wrap; gap: 8px; padding-top: 15px; }
.event-chip { border: 1px solid #ebe6da; border-radius: 999px; padding: 8px 10px; background: #fffdf8; color: var(--muted-dark); font-size: 10px; cursor: pointer; transition: .2s ease; }
.event-chip:hover, .event-chip.is-selected { border-color: #efb6a6; background: var(--coral-soft); color: #bd614e; }
.event-chip b { margin-right: 5px; color: var(--ink); }

.lower-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(270px, .68fr) minmax(290px, .78fr); gap: 20px; margin-top: 20px; align-items: stretch; }
.map-card, .stats-card, .events-card { padding: 24px; overflow: hidden; }
.compact-heading { margin-bottom: 18px; }
.approx-pill, .event-count-pill { padding: 7px 10px; color: #4d956a; background: var(--green-soft); border-radius: 999px; font-size: 10px; font-weight: 800; white-space: nowrap; }
.event-count-pill { color: #b17539; background: var(--yellow-soft); }
.map-canvas { position: relative; border-radius: 18px; overflow: hidden; border: 1px solid #e4e0d4; background: #f3f0e8; }
.map-canvas svg { width: 100%; height: auto; display: block; }
.map-labels text { fill: #a9a89c; font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.map-floating-card { position: absolute; left: 14px; bottom: 13px; display: flex; align-items: center; gap: 9px; padding: 8px 10px; border: 1px solid rgba(229,226,216,.8); background: rgba(255,253,248,.88); border-radius: 12px; box-shadow: 0 7px 16px rgba(38,53,47,.1); backdrop-filter: blur(7px); }
.map-floating-icon { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; color: var(--coral); background: var(--coral-soft); font-size: 15px; }
.map-floating-card div { display: grid; gap: 2px; }.map-floating-card strong { font-size: 11px; }.map-floating-card small { color: var(--muted); font-size: 9px; }
.map-foot { gap: 14px; padding-top: 14px; color: var(--muted); font-size: 10px; justify-content: flex-start; flex-wrap: wrap; }
.map-foot > span { display: inline-flex; align-items: center; gap: 5px; }.map-updated { margin-left: auto; }
.legend-dot { width: 8px; height: 8px; border-radius: 50%; }.coral-dot { background: var(--coral); box-shadow: 0 0 0 3px var(--coral-soft); }.legend-line { width: 16px; border-top: 2px dotted var(--ink); }

.stats-card { min-height: 100%; }
.stats-spark { color: var(--yellow); font-size: 24px; }
.donut-wrap { display: flex; align-items: center; gap: 18px; padding: 8px 0 21px; border-bottom: 1px solid #efede6; }
.donut-chart { flex: 0 0 auto; width: 133px; height: 133px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(#e8e5dc 0 100%); position: relative; }
.donut-chart::after { content: ""; position: absolute; inset: 13px; background: var(--card); border-radius: 50%; }
.donut-chart > div { z-index: 1; display: grid; justify-items: center; gap: 3px; }.donut-chart strong { font-size: 25px; letter-spacing: -.06em; }.donut-chart span { color: var(--muted); font-size: 10px; }
.donut-note { display: grid; gap: 5px; }.donut-note strong { font-size: 15px; }.donut-note span { color: var(--muted); font-size: 11px; line-height: 1.5; }
.breakdown-list { display: grid; gap: 13px; padding-top: 18px; }.breakdown-item { display: grid; gap: 6px; }.breakdown-top { display: flex; align-items: center; justify-content: space-between; font-size: 11px; }.breakdown-label { display: flex; align-items: center; gap: 6px; }.breakdown-label i { width: 8px; height: 8px; border-radius: 3px; }.breakdown-top span:last-child { color: var(--muted); }.breakdown-bar { height: 6px; background: #efede6; border-radius: 99px; overflow: hidden; }.breakdown-bar i { display: block; height: 100%; border-radius: inherit; }

.events-card { display: flex; flex-direction: column; min-height: 100%; }.event-list { display: grid; gap: 4px; max-height: 328px; overflow: auto; padding-right: 3px; }.event-list::-webkit-scrollbar { width: 4px; }.event-list::-webkit-scrollbar-thumb { background: #d8d4c9; border-radius: 99px; }
.event-row { width: 100%; display: grid; grid-template-columns: 37px 1fr auto; align-items: center; gap: 9px; padding: 8px 5px; border: 0; border-bottom: 1px solid #f0eee8; background: transparent; text-align: left; cursor: pointer; }.event-row:hover, .event-row.is-selected { background: #fff5f0; border-radius: 10px; }.event-row:last-child { border-bottom: 0; }
.event-time { color: var(--muted); font-size: 10px; font-variant-numeric: tabular-nums; }.event-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; font-size: 13px; background: var(--green-soft); color: var(--green); }.event-main { display: grid; gap: 2px; min-width: 0; }.event-main strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 11px; }.event-main small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--muted); font-size: 9px; }.event-source { color: #aaa69a; font-size: 9px; }
.empty-state { padding: 30px 10px; text-align: center; color: var(--muted); font-size: 12px; line-height: 1.7; }.empty-state strong { display: block; color: var(--ink); margin-bottom: 5px; }

.shortcut-help-card { display: grid; grid-template-columns: 90px minmax(0, 1fr) minmax(300px, .8fr); align-items: center; gap: 25px; margin-top: 20px; padding: 21px 25px; background: #26352f; color: #fffdf8; border-color: #26352f; box-shadow: 0 18px 42px rgba(38,53,47,.16); overflow: hidden; position: relative; }.shortcut-help-card::after { content: "✦  ·  ✧"; position: absolute; right: 31px; top: 12px; color: rgba(255,253,248,.17); font-size: 46px; letter-spacing: 14px; }.shortcut-illustration { width: 73px; height: 73px; display: grid; place-items: center; background: #fbe5d8; border-radius: 27px 27px 27px 9px; transform: rotate(-5deg); }.shortcut-illustration img { width: 56px; transform: rotate(5deg) translateY(4px); }.shortcut-copy { position: relative; z-index: 1; }.shortcut-copy .eyebrow { color: #a9c1b1; }.shortcut-copy h2 { margin-bottom: 6px; font-size: 18px; }.shortcut-copy p:last-child { margin: 0; color: #c4d0c8; font-size: 11px; line-height: 1.7; max-width: 640px; }.shortcut-code { position: relative; z-index: 1; justify-self: end; min-width: 290px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 8px 10px; padding: 13px 15px; border: 1px solid rgba(255,253,248,.16); background: rgba(255,253,248,.07); border-radius: 13px; }.shortcut-code > span { color: #f6be7a; font-size: 9px; font-weight: 900; letter-spacing: .12em; }.shortcut-code code { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #fffdf8; font-size: 11px; }.shortcut-code .copy-button { grid-column: 1 / -1; justify-self: start; color: #a9d3b6; font-size: 10px; }
.footer { display: flex; justify-content: space-between; gap: 18px; padding-top: 22px; color: #a39e91; font-size: 10px; }.footer span:last-child { text-align: right; }
.toast { position: fixed; left: 50%; bottom: 25px; z-index: 20; padding: 10px 14px; color: #fffdf8; background: var(--ink); border-radius: 10px; box-shadow: var(--shadow); font-size: 12px; opacity: 0; transform: translate(-50%, 12px); pointer-events: none; transition: .25s ease; }.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

@keyframes bob { 0%, 100% { transform: rotate(4deg) translateY(0); } 50% { transform: rotate(1deg) translateY(-5px); } }
@keyframes twinkle { 0%, 100% { opacity: .45; transform: scale(.85); } 50% { opacity: 1; transform: scale(1.1); } }

@media (max-width: 1120px) {
  .topbar-actions { min-width: auto; }.brand { min-width: auto; }.profile-chip small { display: none; }
  .lower-grid { grid-template-columns: minmax(0, 1.1fr) minmax(270px, .9fr); }.events-card { grid-column: 1 / -1; }.event-list { max-height: 260px; grid-template-columns: 1fr 1fr; display: grid; column-gap: 15px; }.event-row { border-bottom: 1px solid #f0eee8; }
}
@media (max-width: 780px) {
  .topbar { height: 70px; padding: 0 16px; gap: 10px; }.nav-pills { order: 3; position: absolute; top: 70px; left: 16px; right: 16px; justify-content: center; }.nav-pill { flex: 1; }.sync-state { display: none; }.icon-button { width: 32px; height: 32px; }.dashboard { padding: 67px 16px 35px; }.welcome-row { align-items: flex-start; flex-direction: column; gap: 20px; }.date-switcher { align-self: stretch; justify-content: space-between; }.date-display { flex: 1; justify-content: center; }.overview-grid, .lower-grid { grid-template-columns: 1fr; }.events-card { grid-column: auto; }.scene-frame { height: min(430px, 75vw); min-height: 330px; }.hero-card-foot { align-items: flex-start; flex-direction: column; gap: 8px; }.confidence-line { width: 100%; }.timeline-section, .map-card, .stats-card, .events-card { padding: 20px 17px; }.timeline-section { margin-top: 16px; }.timeline-caption-hint { display: none; }.event-list { grid-template-columns: 1fr; max-height: 340px; }.shortcut-help-card { grid-template-columns: 60px 1fr; gap: 15px; padding: 18px; }.shortcut-illustration { width: 58px; height: 58px; border-radius: 20px 20px 20px 7px; }.shortcut-illustration img { width: 44px; }.shortcut-code { grid-column: 1 / -1; justify-self: stretch; min-width: 0; }.footer { flex-direction: column; }.footer span:last-child { text-align: left; }
}
@media (max-width: 430px) {
  .brand-copy small { display: none; }.brand-copy strong { font-size: 14px; }.topbar-actions { gap: 6px; }.profile-chip { display: none; }.hero-card { padding: 13px; }.scene-frame { min-height: 280px; }.scene-note { left: 17px; bottom: 17px; max-width: calc(100% - 120px); }.scene-note strong { font-size: 25px; }.scene-sentence { font-size: 13px; }.scene-note span:last-child { font-size: 11px; }.scene-time-badge { right: 12px; bottom: 13px; }.big-kpi strong { font-size: 41px; }.donut-wrap { gap: 12px; }.donut-chart { width: 116px; height: 116px; }.donut-note strong { font-size: 13px; }
}
