:root{--bg: #0b0d10;--surface: #1b1f25;--border: #2b3039;--text: #f2f4f7;--text-2: #a7aeb8;--text-3: #6e757f;--accent: #ffb93d;color-scheme:dark}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Pretendard,Noto Sans KR,system-ui,sans-serif;-webkit-font-smoothing:antialiased}#app{display:flex;flex-direction:column;height:100dvh;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}#card{flex:0 0 auto;margin:12px 16px 8px;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:16px}.status{font-size:15px;font-weight:500;color:var(--text-2)}.eta{margin-top:4px;font-size:22px;font-weight:600;line-height:30px}.eta:empty{display:none}.meta{margin-top:6px;font-size:13px;line-height:18px;color:var(--text-3)}.meta:empty{display:none}#card.live .status{color:var(--accent)}#map{flex:1 1 auto;min-height:0;margin:0 16px 12px;border-radius:16px;overflow:hidden;background:#15181d}#notice{margin:0 16px 12px;padding:12px 14px;font-size:13px;line-height:19px;color:var(--text-2);background:var(--surface);border:1px solid var(--border);border-radius:12px}
