#app{width:100%;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0}.station-detail-page[data-v-e9bb7f02]{background:#f5f5f5;min-height:100vh;width:100%;display:flex;flex-direction:column;box-sizing:border-box}.station-header[data-v-e9bb7f02]{background:#fff;padding:20px;border-bottom:1px solid #eee}.station-header .station-name[data-v-e9bb7f02]{font-size:24px;font-weight:700;margin-bottom:5px}.station-header .station-line[data-v-e9bb7f02]{color:#666;font-size:14px}.lanes-container[data-v-e9bb7f02]{flex:1;padding:15px;overflow-y:auto}.loading-tip[data-v-e9bb7f02]{background:#fff;padding:20px;text-align:center;border-radius:12px;margin-bottom:15px}.loading-tip div[data-v-e9bb7f02]{font-size:14px;color:#666;margin:5px 0}.empty-tip[data-v-e9bb7f02]{background:#fff;padding:40px 20px;text-align:center;border-radius:12px;margin:20px 0}.empty-tip div[data-v-e9bb7f02]{font-size:14px;color:#999;margin:5px 0}.lane-section[data-v-e9bb7f02]{background:#fff;border-radius:12px;padding:15px;margin-bottom:20px}.lane-section .lane-header[data-v-e9bb7f02]{margin-bottom:10px;border-left:4px solid #1890FF;padding-left:10px}.lane-section .lane-header .lane-title[data-v-e9bb7f02]{font-weight:700;font-size:16px}.trains-scroll[data-v-e9bb7f02]{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.trains-list[data-v-e9bb7f02]{display:flex;gap:15px;min-width:-moz-min-content;min-width:min-content}.train-card[data-v-e9bb7f02]{display:inline-block;background:#f9f9f9;border:1px solid #eee;border-radius:8px;padding:10px;min-width:200px;flex-shrink:0}.train-card.status-arrived[data-v-e9bb7f02]{border-color:#52c41a}.train-card.status-arrived .status-dot[data-v-e9bb7f02]{background:#52c41a}.train-card.status-arriving[data-v-e9bb7f02]{border-color:#faad14}.train-card.status-arriving .status-dot[data-v-e9bb7f02]{background:#faad14}.train-card.status-departed[data-v-e9bb7f02]{opacity:.6}.train-card.status-departed .status-dot[data-v-e9bb7f02]{background:#ccc}.train-card .train-status[data-v-e9bb7f02]{display:flex;align-items:center;margin-bottom:8px;font-size:12px}.train-card .train-status .status-dot[data-v-e9bb7f02]{width:8px;height:8px;border-radius:50%;margin-right:5px;display:inline-block}.train-card .train-status .time-tag[data-v-e9bb7f02]{margin-left:auto;color:#1890ff}.carriages-row[data-v-e9bb7f02]{display:flex;gap:4px}.carriages-row .carriage-box[data-v-e9bb7f02]{flex:1;height:24px;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s}.carriages-row .carriage-box[data-v-e9bb7f02]:hover{opacity:.8}.carriages-row .carriage-box .carriage-no[data-v-e9bb7f02]{font-size:10px;color:#fff;font-weight:700}.popup-mask[data-v-e9bb7f02]{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:999}.popup-content[data-v-e9bb7f02]{background:#fff;width:80%;max-width:400px;border-radius:12px;padding:20px}.popup-content .popup-header[data-v-e9bb7f02]{display:flex;justify-content:space-between;margin-bottom:20px;font-weight:700}.popup-content .popup-header .popup-title[data-v-e9bb7f02]{flex:1}.popup-content .popup-header .close-btn[data-v-e9bb7f02]{font-size:24px;color:#999;cursor:pointer;line-height:1}.popup-content .popup-header .close-btn[data-v-e9bb7f02]:hover{color:#333}.popup-grid[data-v-e9bb7f02]{display:grid;grid-template-columns:1fr 1fr;gap:15px}.popup-grid .full-width[data-v-e9bb7f02]{grid-column:1/-1}.popup-grid .grid-item[data-v-e9bb7f02]{text-align:center;background:#f5f5f5;padding:10px;border-radius:8px}.popup-grid .grid-item .label[data-v-e9bb7f02]{font-size:12px;color:#666;margin-bottom:5px}.popup-grid .grid-item .value[data-v-e9bb7f02]{font-size:18px;font-weight:700;color:#333}.prediction-section[data-v-e9bb7f02]{background:#fff;border-radius:12px;padding:15px;margin-top:20px}.prediction-section .section-title[data-v-e9bb7f02]{font-weight:700;margin-bottom:15px}.prediction-section .prediction-chart[data-v-e9bb7f02]{height:150px;position:relative}.prediction-section .prediction-row[data-v-e9bb7f02]{display:flex;height:120px;align-items:flex-end;justify-content:space-around}.prediction-section .band[data-v-e9bb7f02]{width:40px;height:100%;position:relative;display:flex;align-items:flex-end;justify-content:center}.prediction-section .band .band-upper[data-v-e9bb7f02]{position:absolute;bottom:0;width:100%;background:#0000000d;border-top:1px dashed #ccc}.prediction-section .band .band-lower[data-v-e9bb7f02]{position:absolute;bottom:0;width:100%;background:#fff;z-index:1}.prediction-section .band .prediction-bar[data-v-e9bb7f02]{width:20px;z-index:2;border-radius:4px;position:relative;min-height:2px}.prediction-section .band .prediction-bar .bar-label[data-v-e9bb7f02]{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);font-size:12px;white-space:nowrap}.prediction-section .prediction-caption[data-v-e9bb7f02]{font-size:10px;color:#999;text-align:center;margin-top:10px}.flow-section[data-v-e9bb7f02]{background:#fff;border-radius:12px;padding:15px;margin-top:20px}.flow-section .section-title[data-v-e9bb7f02]{font-weight:700;margin-bottom:15px}.flow-scroll[data-v-e9bb7f02]{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.flow-row[data-v-e9bb7f02]{display:flex;gap:8px;min-width:-moz-min-content;min-width:min-content}.flow-item[data-v-e9bb7f02]{width:40px;display:flex;flex-direction:column;align-items:center;flex-shrink:0}.bar[data-v-e9bb7f02]{width:16px;border-radius:4px}.bar.inbound[data-v-e9bb7f02]{background:#52c41a;height:40px}.bar.outbound[data-v-e9bb7f02]{background:#1890ff;margin-top:4px;height:40px}.flow-time[data-v-e9bb7f02]{font-size:10px;color:#666;margin-top:4px}.display-screen[data-v-bf7ba9af]{height:100vh;display:flex;flex-direction:column;background:#f5f7fa;color:#303133;transition:background-color .3s,color .3s;overflow:hidden}.display-screen.dark-mode[data-v-bf7ba9af]{background:#0f1419;color:#e5e7eb}.header[data-v-bf7ba9af]{display:flex;justify-content:space-between;align-items:center;padding:14px 28px;background:#fff;border-bottom:1px solid #e4e7ed;box-shadow:0 2px 8px #0000000a;flex-shrink:0;transition:all .3s;min-height:68px;box-sizing:border-box}.dark-mode .header[data-v-bf7ba9af]{background:#1a1f2e;border-bottom-color:#2d3748;box-shadow:0 2px 8px #0003}.header-left[data-v-bf7ba9af]{display:flex;align-items:center;flex:1;min-width:0}.title-group[data-v-bf7ba9af]{display:flex;align-items:center;gap:14px}.icon-circle[data-v-bf7ba9af]{width:42px;height:42px;border-radius:10px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #667eea40}.icon-emoji[data-v-bf7ba9af]{font-size:22px}.title-content[data-v-bf7ba9af]{display:flex;flex-direction:column;gap:3px;min-width:0}.title[data-v-bf7ba9af]{font-size:20px;font-weight:700;margin:0;color:#2c3e50;letter-spacing:.3px;transition:color .3s;line-height:1.3}.dark-mode .title[data-v-bf7ba9af]{color:#e5e7eb}.subtitle[data-v-bf7ba9af]{font-size:12px;color:#909399;margin:0;font-weight:400;transition:color .3s;line-height:1.4}.dark-mode .subtitle[data-v-bf7ba9af]{color:#9ca3af}.header-right[data-v-bf7ba9af]{display:flex;align-items:center;gap:18px;flex-shrink:0}.status-group[data-v-bf7ba9af]{display:flex;gap:24px;align-items:flex-start}.status-item[data-v-bf7ba9af]{display:flex;flex-direction:column;gap:4px;padding-right:24px;border-right:1px solid #e4e7ed;align-items:center;text-align:center;justify-content:flex-start}.status-item[data-v-bf7ba9af]:last-of-type{border-right:none;padding-right:0}.dark-mode .status-item[data-v-bf7ba9af]{border-right-color:#374151}.status-label[data-v-bf7ba9af]{font-size:11px;color:#909399;font-weight:500;text-transform:uppercase;letter-spacing:.5px;transition:color .3s;text-align:center;width:100%}.dark-mode .status-label[data-v-bf7ba9af]{color:#6b7280}.status-value[data-v-bf7ba9af]{font-size:14px;font-weight:600;transition:color .3s;text-align:center;width:100%}.status-running[data-v-bf7ba9af]{color:#67c23a}.dark-mode .status-running[data-v-bf7ba9af]{color:#85ce61}.time-value[data-v-bf7ba9af]{font-size:13px;color:#303133;font-family:SF Mono,Monaco,Menlo,Consolas,monospace;font-weight:500;white-space:nowrap}.dark-mode .time-value[data-v-bf7ba9af]{color:#e5e7eb}.theme-toggle[data-v-bf7ba9af]{padding:10px 12px;background:#f5f7fa;border:1px solid #e4e7ed;border-radius:8px;cursor:pointer;font-size:18px;transition:all .3s;color:#606266;display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0}.theme-toggle[data-v-bf7ba9af]:hover{background:#ecf5ff;border-color:#b3d8ff;transform:scale(1.05)}.dark-mode .theme-toggle[data-v-bf7ba9af]{background:#2d3748;border-color:#4a5568;color:#e5e7eb}.dark-mode .theme-toggle[data-v-bf7ba9af]:hover{background:#374151;border-color:#6b7280}.main-content[data-v-bf7ba9af]{display:grid;grid-template-columns:1fr 1.5fr;gap:20px;padding:20px 28px;flex:1;min-height:0;overflow:hidden;box-sizing:border-box}.ai-section[data-v-bf7ba9af]{display:flex;flex-direction:column;min-height:0;flex:1;height:100%}.section-header[data-v-bf7ba9af]{margin-bottom:16px;flex-shrink:0;padding-bottom:12px;border-bottom:1px solid #e4e7ed}.dark-mode .section-header[data-v-bf7ba9af]{border-bottom-color:#2d3748}.section-title[data-v-bf7ba9af]{font-size:17px;font-weight:700;margin:0;color:#303133;transition:color .3s}.dark-mode .section-title[data-v-bf7ba9af]{color:#e5e7eb}.ai-card[data-v-bf7ba9af]{background:#fff;border-radius:12px;padding:20px;border:1px solid #e4e7ed;box-shadow:0 1px 3px #0000000d;transition:all .3s;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;height:100%}.dark-mode .ai-card[data-v-bf7ba9af]{background:#1a1f2e;border-color:#2d3748;box-shadow:0 1px 3px #0003}.recommendation[data-v-bf7ba9af]{flex:1;display:flex;flex-direction:column;min-height:0}.recommendation-text[data-v-bf7ba9af]{font-size:14px;font-weight:600;color:#67c23a;margin:0 0 18px;line-height:1.6}.dark-mode .recommendation-text[data-v-bf7ba9af]{color:#85ce61}.comfort-level[data-v-bf7ba9af]{display:flex;align-items:center;gap:8px;margin-bottom:16px;flex-wrap:wrap}.comfort-label[data-v-bf7ba9af]{font-size:13px;color:#606266;font-weight:500}.dark-mode .comfort-label[data-v-bf7ba9af]{color:#9ca3af}.stars[data-v-bf7ba9af]{display:flex;gap:2px}.star[data-v-bf7ba9af]{font-size:16px;color:#dcdfe6;transition:color .3s}.star.filled[data-v-bf7ba9af]{color:#f39c12}.comfort-status[data-v-bf7ba9af]{font-size:13px;color:#606266;font-weight:500}.dark-mode .comfort-status[data-v-bf7ba9af]{color:#9ca3af}.advantages[data-v-bf7ba9af]{margin-bottom:16px}.advantages-title[data-v-bf7ba9af]{font-size:13px;font-weight:600;margin:0 0 8px;color:#303133}.dark-mode .advantages-title[data-v-bf7ba9af]{color:#e5e7eb}.advantages-list[data-v-bf7ba9af]{margin:0;padding-left:18px;color:#606266;list-style:none}.advantages-list li[data-v-bf7ba9af]{margin-bottom:4px;font-size:13px;position:relative;padding-left:12px}.advantages-list li[data-v-bf7ba9af]:before{content:"•";position:absolute;left:0;color:#909399}.dark-mode .advantages-list[data-v-bf7ba9af]{color:#9ca3af}.suggested-location[data-v-bf7ba9af],.current-people[data-v-bf7ba9af]{margin-bottom:12px}.location-label[data-v-bf7ba9af],.people-label[data-v-bf7ba9af]{font-size:13px;color:#606266;margin:0 0 4px;font-weight:500}.dark-mode .location-label[data-v-bf7ba9af],.dark-mode .people-label[data-v-bf7ba9af]{color:#9ca3af}.location-value[data-v-bf7ba9af],.people-value[data-v-bf7ba9af]{font-size:15px;font-weight:700;color:#303133;margin:0}.dark-mode .location-value[data-v-bf7ba9af],.dark-mode .people-value[data-v-bf7ba9af]{color:#e5e7eb}.data-section[data-v-bf7ba9af]{display:flex;flex-direction:column;gap:16px;min-height:0;flex:1;height:100%}.metrics-grid[data-v-bf7ba9af]{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;flex-shrink:0}.metric-card[data-v-bf7ba9af]{background:#fff;border-radius:12px;padding:20px;border:1px solid #e4e7ed;box-shadow:0 1px 3px #0000000d;display:flex;align-items:center;gap:14px;transition:all .3s}.metric-card[data-v-bf7ba9af]:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#c0c4cc}.dark-mode .metric-card[data-v-bf7ba9af]{background:#1a1f2e;border-color:#2d3748;box-shadow:0 1px 3px #0003}.dark-mode .metric-card[data-v-bf7ba9af]:hover{box-shadow:0 4px 12px #0000004d;border-color:#4a5568}.metric-icon[data-v-bf7ba9af]{font-size:32px;opacity:.85;flex-shrink:0}.metric-content[data-v-bf7ba9af]{flex:1;min-width:0}.metric-label[data-v-bf7ba9af]{font-size:12px;color:#909399;margin:0 0 6px;font-weight:500}.dark-mode .metric-label[data-v-bf7ba9af]{color:#6b7280}.metric-value[data-v-bf7ba9af]{font-size:28px;font-weight:700;color:#303133;margin:0;transition:color .3s;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.2}.dark-mode .metric-value[data-v-bf7ba9af]{color:#e5e7eb}.chart-section[data-v-bf7ba9af]{background:#fff;border-radius:12px;padding:20px;border:1px solid #e4e7ed;box-shadow:0 1px 3px #0000000d;transition:all .3s;flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.dark-mode .chart-section[data-v-bf7ba9af]{background:#1a1f2e;border-color:#2d3748;box-shadow:0 1px 3px #0003}.chart-container[data-v-bf7ba9af]{width:100%;flex:1;min-height:0}.footer[data-v-bf7ba9af]{padding:10px 28px;background:#fff;border-top:1px solid #e4e7ed;display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0;transition:all .3s}.dark-mode .footer[data-v-bf7ba9af]{background:#1a1f2e;border-top-color:#2d3748}.warning-box[data-v-bf7ba9af]{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 14px;background:#fff7e6;border:1px solid #ffe58f;border-radius:6px;max-width:1000px;width:100%;transition:all .3s;text-align:center}.dark-mode .warning-box[data-v-bf7ba9af]{background:#2d2819;border-color:#4a3f1f}.warning-icon[data-v-bf7ba9af]{font-size:16px;flex-shrink:0}.warning-text[data-v-bf7ba9af]{font-size:12px;color:#d48806;line-height:1.5;font-weight:500;text-align:center}.dark-mode .warning-text[data-v-bf7ba9af]{color:#ffc53d}.contact-info[data-v-bf7ba9af]{display:flex;align-items:center;gap:8px;font-size:12px;color:#909399;transition:color .3s}.dark-mode .contact-info[data-v-bf7ba9af]{color:#6b7280}.separator[data-v-bf7ba9af]{color:#c0c4cc}.dark-mode .separator[data-v-bf7ba9af]{color:#4a5568}@media (max-width: 1200px){.main-content[data-v-bf7ba9af]{grid-template-columns:1fr}}@media (max-width: 768px){.header[data-v-bf7ba9af]{padding:12px 20px;min-height:60px}.title[data-v-bf7ba9af]{font-size:18px}.subtitle[data-v-bf7ba9af]{font-size:11px}.main-content[data-v-bf7ba9af]{padding:16px 20px;gap:16px}.metrics-grid[data-v-bf7ba9af]{grid-template-columns:1fr}.footer[data-v-bf7ba9af]{padding:8px 20px;gap:6px}.warning-box[data-v-bf7ba9af]{padding:6px 12px}.warning-text[data-v-bf7ba9af],.contact-info[data-v-bf7ba9af]{font-size:11px}}.subway-map-page[data-v-2540a0da]{display:flex;flex-direction:column;height:100vh;width:100%;overflow:hidden;background:#f5f7fa;transition:background .3s}.dark-mode.subway-map-page[data-v-2540a0da]{background:#1a1f2e}.header[data-v-2540a0da]{display:flex;justify-content:space-between;align-items:center;padding:16px 28px;background:#fff;border-bottom:1px solid #e4e7ed;flex-shrink:0;min-height:72px;transition:all .3s}.dark-mode .header[data-v-2540a0da]{background:#1a1f2e;border-bottom-color:#2d3748}.header-left[data-v-2540a0da]{display:flex;align-items:center;flex:1;min-width:0}.title-group[data-v-2540a0da]{display:flex;align-items:center;gap:14px}.icon-circle[data-v-2540a0da]{width:42px;height:42px;border-radius:10px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #667eea40}.icon-emoji[data-v-2540a0da]{font-size:22px}.title-content[data-v-2540a0da]{display:flex;flex-direction:column;gap:3px;min-width:0}.title[data-v-2540a0da]{font-size:20px;font-weight:700;margin:0;color:#2c3e50;letter-spacing:.3px;transition:color .3s;line-height:1.3}.dark-mode .title[data-v-2540a0da]{color:#e5e7eb}.subtitle[data-v-2540a0da]{font-size:12px;color:#909399;margin:0;font-weight:400;transition:color .3s;line-height:1.4}.dark-mode .subtitle[data-v-2540a0da]{color:#9ca3af}.header-right[data-v-2540a0da]{display:flex;align-items:center;gap:18px;flex-shrink:0}.status-group[data-v-2540a0da]{display:flex;gap:24px;align-items:flex-start}.status-item[data-v-2540a0da]{display:flex;flex-direction:column;gap:4px;padding-right:24px;border-right:1px solid #e4e7ed;align-items:center;text-align:center;justify-content:flex-start}.status-item[data-v-2540a0da]:last-of-type{border-right:none;padding-right:0}.dark-mode .status-item[data-v-2540a0da]{border-right-color:#374151}.status-label[data-v-2540a0da]{font-size:11px;color:#909399;font-weight:500;text-transform:uppercase;letter-spacing:.5px;transition:color .3s;text-align:center;width:100%}.dark-mode .status-label[data-v-2540a0da]{color:#6b7280}.status-value[data-v-2540a0da]{font-size:14px;font-weight:600;transition:color .3s;text-align:center;width:100%}.status-running[data-v-2540a0da]{color:#67c23a}.dark-mode .status-running[data-v-2540a0da]{color:#85ce61}.time-value[data-v-2540a0da]{font-size:13px;color:#303133;font-family:SF Mono,Monaco,Menlo,Consolas,monospace;font-weight:500;white-space:nowrap}.dark-mode .time-value[data-v-2540a0da]{color:#e5e7eb}.theme-toggle[data-v-2540a0da]{padding:10px 12px;background:#fff;border:1px solid #e4e7ed;border-radius:8px;cursor:pointer;font-size:18px;transition:all .3s;display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0}.theme-toggle[data-v-2540a0da]:hover{background:#ecf5ff;border-color:#b3d8ff;transform:scale(1.05)}.dark-mode .theme-toggle[data-v-2540a0da]{background:#2d3748;border-color:#4a5568;color:#e5e7eb}.dark-mode .theme-toggle[data-v-2540a0da]:hover{background:#374151;border-color:#6b7280}.map-container[data-v-2540a0da]{flex:1;min-height:0;position:relative;overflow:hidden}.subway-map[data-v-2540a0da]{width:100%;height:100%}.loading-overlay[data-v-2540a0da],.error-overlay[data-v-2540a0da]{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#ffffffe6;z-index:1000}.dark-mode .loading-overlay[data-v-2540a0da],.dark-mode .error-overlay[data-v-2540a0da]{background:#1a1f2ee6}.loading-spinner[data-v-2540a0da]{width:40px;height:40px;border:4px solid #e4e7ed;border-top-color:#667eea;border-radius:50%;animation:spin-2540a0da 1s linear infinite;margin-bottom:16px}@keyframes spin-2540a0da{to{transform:rotate(360deg)}}.loading-text[data-v-2540a0da]{font-size:14px;color:#606266;margin:0}.dark-mode .loading-text[data-v-2540a0da]{color:#9ca3af}.error-text[data-v-2540a0da]{font-size:14px;color:#f56c6c;margin:0;text-align:center;padding:0 20px}.dark-mode .error-text[data-v-2540a0da]{color:#f78989}.footer[data-v-2540a0da]{padding:10px 28px;background:#fff;border-top:1px solid #e4e7ed;display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0;transition:all .3s}.dark-mode .footer[data-v-2540a0da]{background:#1a1f2e;border-top-color:#2d3748}.warning-box[data-v-2540a0da]{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 14px;background:#fff7e6;border:1px solid #ffe58f;border-radius:6px;max-width:1000px;width:100%;transition:all .3s;text-align:center}.dark-mode .warning-box[data-v-2540a0da]{background:#2d2819;border-color:#4a3f1f}.warning-icon[data-v-2540a0da]{font-size:16px;flex-shrink:0}.warning-text[data-v-2540a0da]{font-size:12px;color:#d48806;line-height:1.5;font-weight:500;text-align:center}.dark-mode .warning-text[data-v-2540a0da]{color:#ffc53d}.contact-info[data-v-2540a0da]{display:flex;align-items:center;gap:8px;font-size:12px;color:#909399;transition:color .3s}.dark-mode .contact-info[data-v-2540a0da]{color:#6b7280}.separator[data-v-2540a0da]{color:#dcdfe6}.dark-mode .separator[data-v-2540a0da]{color:#4a5568}@media (max-width: 768px){.header[data-v-2540a0da]{padding:12px 16px;flex-wrap:wrap;gap:12px}.title[data-v-2540a0da]{font-size:18px}.subtitle[data-v-2540a0da]{font-size:11px}.status-group[data-v-2540a0da]{gap:16px}.status-item[data-v-2540a0da]{padding-right:16px}.footer[data-v-2540a0da]{padding:8px 16px;gap:6px}.warning-box[data-v-2540a0da]{padding:6px 12px}.warning-text[data-v-2540a0da],.contact-info[data-v-2540a0da]{font-size:11px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5}#app{width:100%;min-height:100vh}
