.watch-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:24px; padding:22px 0 32px; }
.watch-heading h1 { font-size:clamp(2.2rem,5vw,3.5rem); line-height:1.1; letter-spacing:-.045em; font-weight:650; }
.watch-heading p { margin-top:16px; font-size:1.08rem; color:var(--muted); line-height:1.65; }
.watch-local-link { font-size:.875rem; white-space:nowrap; margin-bottom:4px; }
.watch-toolbar { display:flex; gap:14px; align-items:center; flex-wrap:wrap; margin-bottom:18px; }
.watch-filters { display:flex; flex-wrap:wrap; gap:5px; padding:5px; border:1px solid var(--border); background:var(--panel); border-radius:9px; }
.watch-filters button { background:transparent; border-radius:5px; padding:8px 14px; font-size:.85rem; color:var(--muted); }
.watch-filters button[aria-pressed=true] { background:#c1dcf7; color:#122b42; font-weight:600; }
.watch-refresh-status { margin-left:auto; font-size:.75rem; color:var(--muted); max-width:320px; }
.watch-refresh { border:1px solid var(--border); border-radius:6px; background:var(--panel); color:var(--link); padding:8px 12px; font-size:.8rem; }
.watch-map-panel { overflow:hidden; }
.watch-map { height:440px; background:#102336; color:var(--text); z-index:0; }
.watch-map-fallback { padding:32px; }
.watch-map-caption { display:flex; flex-wrap:wrap; gap:10px 24px; padding:12px 18px; color:var(--muted); font-size:.75rem; align-items:center; }
.watch-map-caption>span { display:inline-flex; align-items:center; gap:8px; }
.watch-map-caption i { width:8px; height:8px; border-radius:50%; background:#ffb06f; }
.watch-map-caption .watch-legend-storm { background:#80c5ff; }
.watch-map-caption .watch-map-hint { margin-left:auto; }
.watch-section { margin-top:34px; }
.watch-section-heading { display:flex; justify-content:space-between; align-items:flex-end; gap:20px; margin-bottom:18px; }
.watch-section-heading h2 { font-size:1.25rem; font-weight:600; }
.watch-section-heading p { font-size:.85rem; color:var(--muted); margin-top:5px; }
.watch-source-time { flex-shrink:0; display:flex; flex-direction:column; text-align:right; color:var(--muted); font-size:.72rem; line-height:1.8; }
.watch-source-time span:first-child { color:var(--link); }
.watch-cards { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; align-items:start; }
.watch-card { padding:22px; min-width:0; display:flex; flex-direction:column; border-top:2px solid #c18f63; scroll-margin-top:24px; }
.watch-card-world { border-top-color:#80c5ff; }
.watch-card.is-selected { outline:2px solid #80c5ff; outline-offset:3px; }
.watch-card-top { display:flex; flex-wrap:wrap; align-items:center; gap:7px 12px; margin-bottom:16px; }
.watch-kind { font-size:.68rem; font-weight:600; color:#f7cf94; border:1px solid #806446; border-radius:4px; padding:3px 7px; }
.watch-kind-world { color:#b0d9ff; background:#18334d; border-color:#385f83; }
.watch-kind-extreme { color:#ffb2a8; border-color:#a7665d; }
.watch-kind-severe { color:#ffcb9e; border-color:#886446; }
.watch-location { font-size:.7rem; color:var(--muted); }
.watch-card h3 { font-size:1.25rem; line-height:1.35; font-weight:600; margin-bottom:8px; overflow-wrap:anywhere; }
.watch-area { color:var(--muted); font-size:.8rem; line-height:1.6; overflow-wrap:anywhere; }
.watch-summary { font-size:.875rem; line-height:1.7; margin-top:16px; overflow-wrap:anywhere; }
.watch-report-time { display:flex; flex-direction:column; gap:3px; font-size:.72rem; color:var(--muted); margin-top:18px; }
.watch-card-actions { display:flex; flex-wrap:wrap; gap:12px 18px; border-top:1px solid var(--border); margin-top:18px; padding-top:14px; font-size:.8rem; }
.watch-card-actions button { background:none; color:var(--link); padding:0; text-decoration:underline; text-underline-offset:4px; font-size:inherit; }
.watch-details { margin-top:14px; font-size:.8rem; }
.watch-details summary { color:var(--link); cursor:pointer; }
.watch-details>div { margin-top:14px; padding-right:8px; }
.watch-details p { white-space:pre-line; overflow-wrap:anywhere; line-height:1.65; }
.watch-details h4 { margin:16px 0 8px; }
.watch-wind { display:flex; align-items:center; gap:22px; margin:18px 0 4px; }
.watch-wind>strong { font-size:3rem; font-weight:400; letter-spacing:-.035em; line-height:1; }
.watch-wind>strong span { font-size:1.25rem; color:var(--muted); }
.watch-wind p { font-size:.8rem; color:var(--muted); }
.watch-cards-single { grid-template-columns:1fr; }
.watch-cards-single .watch-card { display:grid; grid-template-columns:1.3fr 1fr 1fr; gap:0 24px; align-items:start; }
.watch-cards-single .watch-card-top { grid-column:1/-1; }
.watch-cards-single h3,.watch-cards-single .watch-area { grid-column:1; }
.watch-cards-single .watch-wind { grid-column:2; grid-row:2/4; margin:0; }
.watch-cards-single .watch-report-time { grid-column:3; grid-row:2/4; margin:0; }
.watch-cards-single .watch-card-actions,.watch-cards-single .watch-details { grid-column:1/-1; }
.watch-source-notice,.watch-expired-note { border-left:2px solid #d8b379; background:var(--panel); color:#f1d4a9; font-size:.85rem; padding:12px 16px; margin-bottom:16px; }
.watch-empty { grid-column:1/-1; padding:28px; }
.watch-empty h3 { font-size:1rem; font-weight:500; }
.watch-empty p { font-size:.875rem; color:var(--muted); margin-top:8px; }
.watch-coverage { margin-top:28px; max-width:880px; font-size:.78rem; line-height:1.8; color:var(--muted); }
.watch-map .leaflet-popup-content-wrapper,.watch-map .leaflet-popup-tip { background:#162a3d; color:#edf5fe; }
.watch-map .leaflet-popup-content { margin:16px; line-height:1.6; }
.watch-map .leaflet-popup-content strong { display:block; font-size:14px; }
.watch-map .leaflet-popup-content p { color:#c2d1df; font-size:12px; margin:5px 0 10px; }
.watch-map .leaflet-popup-content button { padding:0; background:none; color:#b0d9ff; font-size:13px; text-decoration:underline; }
.watch-map .leaflet-control-zoom a { background:#162a3d; color:#edf5fe; border-color:#3a5063; }
.watch-map .leaflet-control-attribution { background:#14283dd9; color:#c2d1df; font-size:10px; }
.watch-map .leaflet-control-attribution a { color:#bbdfff; }
.watch-pin { background:none; border:0; }
.watch-pin .watch-symbol { display:flex; align-items:center; justify-content:center; width:34px; height:34px; color:#ffe0b9; background:#263646; border:1.5px solid #edb575; border-radius:50%; box-shadow:0 2px 9px #000b; }
.watch-pin .watch-symbol svg { width:24px; height:24px; }
.watch-pin-world .watch-symbol { color:#c6e8ff; border-color:#80c5ff; background:#163751; }
.watch-pin:hover .watch-symbol,.watch-pin:focus .watch-symbol { background:#36536c; box-shadow:0 0 0 3px #ffffff77,0 2px 9px #000b; }
@media(max-width:1000px) { .watch-cards { grid-template-columns:repeat(2,minmax(0,1fr)); } .watch-cards-single { grid-template-columns:1fr; } .watch-heading { align-items:flex-start; flex-direction:column; gap:18px; } }
@media(max-width:600px) {
 .watch-heading { padding-top:16px; } .watch-heading p { font-size:.94rem; } .watch-local-link { white-space:normal; }
 .watch-filters { width:100%; } .watch-filters button { flex:1; padding:8px 7px; font-size:.72rem; }
 .watch-refresh-status { margin-left:0; flex:1; } .watch-map { height:330px; } .watch-map-caption { padding:12px; gap:8px 16px; font-size:.66rem; } .watch-map-caption .watch-map-hint { margin-left:0; width:100%; }
 .watch-section-heading { flex-direction:column; align-items:flex-start; gap:10px; } .watch-source-time { text-align:left; flex-direction:row; flex-wrap:wrap; gap:6px 14px; }
 .watch-cards { grid-template-columns:1fr; } .watch-card { padding:20px; } .watch-cards-single .watch-card { display:flex; }
 .watch-cards-single .watch-wind { margin-top:14px; } .watch-cards-single .watch-report-time { margin-top:18px; }
}

.watch-dialog-open { overflow:hidden; }
.watch-report-dialog { margin:auto; padding:0; width:min(760px,calc(100% - 32px)); max-height:calc(100dvh - 64px); border:1px solid #425467; border-radius:16px; background:#111e2b; color:#edf3fa; box-shadow:0 28px 100px #0009; }
.watch-report-dialog[open] { display:flex; flex-direction:column; }
.watch-report-dialog::backdrop { background:#020a14bb; backdrop-filter:blur(5px); }
.watch-dialog-header { display:flex; gap:24px; justify-content:space-between; padding:28px 32px 24px; border-bottom:1px solid #334354; flex-shrink:0; }
.watch-dialog-header h2 { font-size:1.7rem; font-weight:600; line-height:1.25; margin:8px 0; }
.watch-dialog-header p { font-size:.875rem; color:#bacbdc; }
.watch-dialog-header .watch-dialog-source { font-size:.75rem; color:#ffcb9e; }
.watch-dialog-close { flex-shrink:0; align-self:flex-start; width:40px; height:40px; border:1px solid #45586b; border-radius:50%; background:#1c3043; color:#edf3fa; font-size:18px; }
.watch-report-body { padding:24px 32px 32px; overflow:auto; overscroll-behavior:contain; line-height:1.8; font-size:.94rem; }
.watch-dialog-area { color:#c1d2e3; }
.watch-report-body .watch-report-time { flex-direction:row; flex-wrap:wrap; gap:8px 24px; margin:12px 0 24px; padding-bottom:20px; border-bottom:1px solid #334354; }
.watch-report-body section + section { margin-top:18px; }
.watch-report-body h3 { font-size:.875rem; font-weight:650; color:#bddfff; margin-bottom:6px; }
.watch-report-body p { overflow-wrap:anywhere; }
.watch-report-instructions { margin-top:24px; padding:18px 20px; background:#1c2e3e; border-left:3px solid #e6b17c; border-radius:4px; }
.watch-report-instructions p + p { margin-top:12px; }
.watch-report-footer { padding:18px 32px; border-top:1px solid #334354; flex-shrink:0; font-size:.875rem; }
@media(max-width:600px) {
 .watch-report-dialog { width:calc(100% - 20px); max-height:calc(100dvh - 24px); border-radius:12px; }
 .watch-dialog-header { padding:20px; gap:12px; } .watch-dialog-header h2 { font-size:1.35rem; }
 .watch-report-body { padding:20px; font-size:.875rem; } .watch-report-footer { padding:16px 20px; }
}
