body { margin: 0; font-family: Arial, Helvetica, sans-serif; background: #eef3f8; color: #1f2937; }
a { color: #0f4c81; }
.page { max-width: 1380px; margin: 0 auto; padding: 18px; }
.hero { background: linear-gradient(135deg, #0f4c81, #1e7bbf); color: #fff; border-radius: 18px; padding: 22px; box-shadow: 0 10px 24px rgba(15, 76, 129, 0.12); }
.hero h1 { margin: 0 0 8px; font-size: 30px; line-height: 1.1; }
.hero p { margin: 0; max-width: 980px; font-size: 15px; line-height: 1.5; }
.disclaimer { margin-top: 14px; background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.28); border-radius: 12px; padding: 12px 14px; font-size: 13px; line-height: 1.5; }
.disclaimer a { color: #ffffff; font-weight: bold; }
.top-links { margin-top: 12px; font-size: 14px; }
.top-links a { color: #fff; font-weight: bold; text-decoration: none; }
.info-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.info-card { background: #fff; border-radius: 16px; padding: 14px; box-shadow: 0 6px 14px rgba(15, 23, 42, 0.05); }
.info-card .label { color: #64748b; font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 6px; }
.info-card .value { font-size: 20px; font-weight: bold; color: #0f172a; }
.radar-time-card { font-size: 14px !important; line-height: 1.4; }
.radar-card { background: #fff; border-radius: 20px; padding: 18px; box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06); margin-top: 18px; }
.radar-toolbar { display: flex; justify-content: space-between; gap: 12px; align-items: center; flex-wrap: wrap; margin-bottom: 14px; }
.control-group { display: flex; gap: 10px; flex-wrap: wrap; }
.control-group button { border: 0; background: #0f4c81; color: #fff; padding: 11px 16px; border-radius: 999px; font-size: 14px; cursor: pointer; min-width: 82px; }
.control-group button.secondary { background: #dbe7f2; color: #0f4c81; }
.status-group { display: flex; gap: 8px; flex-wrap: wrap; }
.status-pill { background: #edf2f7; color: #334155; border-radius: 999px; padding: 9px 12px; font-size: 13px; }
#radarMap { height: 68vh; min-height: 520px; max-height: 820px; border-radius: 18px; overflow: hidden; border: 1px solid #dbe6f0; }
.timeline-wrap { margin-top: 14px; }
#radarTimeline { width: 100%; }
.footer-note { margin-top: 12px; color: #5b6b81; font-size: 13px; line-height: 1.5; }
.notice { margin-top: 18px; background: #fff8df; border: 1px solid #f0dfa3; border-radius: 14px; padding: 12px 14px; color: #7c5b00; }
.site-footer { margin: 20px 0 8px; text-align: center; color: #64748b; font-size: 13px; line-height: 1.6; }
@media (max-width: 768px) {
    .page { padding: 8px; }
    .hero { padding: 10px 12px; border-radius: 14px; }
    .hero h1 { font-size: 20px; margin-bottom: 4px; }
    .hero p { font-size: 12px; line-height: 1.4; }
    .disclaimer { margin-top: 6px; padding: 8px 9px; font-size: 10px; line-height: 1.3; }
    .info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
    .radar-card { padding: 14px; border-radius: 16px; }
    #radarMap { height: 56vh; min-height: 420px; }
    .control-group button { flex: 1 1 auto; }
}
