:root{
  --bg:#f3f7fa;--panel:#fff;--ink:#16384f;--muted:#718592;--line:#dfe9ef;
  --blue:#087bb6;--blue-soft:#e9f6fc;--green:#23724a;--green-soft:#e8f7ef;
  --yellow:#80630a;--yellow-soft:#fff6d9;--purple:#6652a3;--purple-soft:#f0edff;
  --shadow:0 12px 34px rgba(34,67,90,.07);--radius:20px;
  --font:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif
}
*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased}
button,a{font:inherit}button{cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid rgba(8,123,182,.25);outline-offset:2px}
.topbar{height:66px;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:0 max(18px,env(safe-area-inset-left));background:rgba(247,250,252,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(217,230,238,.88)}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink)}.brand img{width:72px;height:32px;object-fit:contain;display:block}.brand>span{display:flex;flex-direction:column;border-left:1px solid #d7e3ea;padding-left:10px}.brand strong{font-size:12px;line-height:1}.brand small{font-size:7px;letter-spacing:.14em;color:#78909e;margin-top:4px}
.health{display:flex;align-items:center;gap:7px;font-size:8px;font-weight:800;letter-spacing:.08em;color:#687e8d}.health i{width:8px;height:8px;border-radius:50%;background:#9aaab4;box-shadow:0 0 0 4px rgba(154,170,180,.12)}.health i.ok{background:#35a466;box-shadow:0 0 0 4px rgba(53,164,102,.13)}.health i.warn{background:#e7a62f;box-shadow:0 0 0 4px rgba(231,166,47,.13)}
main{width:min(1120px,calc(100% - 28px));margin:18px auto 52px}
.hero{min-height:236px;display:grid;grid-template-columns:minmax(0,1fr) 220px;align-items:end;gap:24px;padding:30px;border:1px solid var(--line);border-radius:28px;background:
radial-gradient(circle at 88% 8%,rgba(83,175,220,.22),transparent 26%),
radial-gradient(circle at 5% 100%,rgba(118,161,181,.13),transparent 32%),
linear-gradient(145deg,#fff,#edf6fa);box-shadow:var(--shadow);overflow:hidden}
.eyebrow{display:block;font-size:8px;letter-spacing:.14em;font-weight:850;color:var(--blue);text-transform:uppercase}.hero h1{font-size:40px;letter-spacing:-.045em;margin:7px 0 10px}.hero p{font-size:13px;line-height:1.55;color:#587181;max-width:650px;margin:0}.updated{font-size:8px;color:#8698a3;margin-top:15px}.hero-now{min-width:0;background:rgba(255,255,255,.72);border:1px solid rgba(213,230,239,.95);border-radius:24px;padding:20px;text-align:center;box-shadow:inset 0 1px 0 #fff}.hero-now span{font-size:7px;color:#7f919d;letter-spacing:.1em;font-weight:800}.hero-now b{display:block;font-size:48px;letter-spacing:-.06em;line-height:1;margin:9px 0;color:#123a57}.hero-now small{font-size:7px;font-weight:850;letter-spacing:.08em;color:var(--yellow)}
.point-tabs{display:flex;gap:7px;overflow:auto;padding:12px 1px 4px;scrollbar-width:none}.point-tabs::-webkit-scrollbar{display:none}.point-tabs button{flex:0 0 auto;border:1px solid #dce7ed;border-radius:999px;background:#fff;color:#537080;padding:9px 13px;font-size:9px;font-weight:750}.point-tabs button.active{background:#143f5d;color:#fff;border-color:#143f5d}
.now-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:12px 0}.metric-card{min-width:0;border:1px solid var(--line);border-radius:18px;background:#fff;padding:15px;box-shadow:0 8px 22px rgba(37,72,94,.04)}.metric-card>div{display:flex;gap:6px;justify-content:space-between;align-items:flex-start}.metric-card span{font-size:9px;color:#748995}.metric-card>b{font-size:27px;display:inline-block;margin:12px 4px 0 0;letter-spacing:-.04em}.metric-card>small{font-size:8px;color:#8da0aa}
.badge{display:inline-flex;align-items:center;width:max-content;border-radius:999px;padding:4px 7px;font-style:normal;font-size:6.5px;font-weight:850;letter-spacing:.055em;white-space:nowrap}.badge.actual{color:var(--green);background:var(--green-soft)}.badge.estimated{color:var(--yellow);background:var(--yellow-soft)}.badge.model{color:#637683;background:#eef3f6}.badge.remote{color:#355e9a;background:#eaf2ff}.badge.learning{color:var(--purple);background:var(--purple-soft)}.badge.deferred{color:#76868f;background:#f0f3f5}
.panel{margin-top:12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);padding:20px;box-shadow:0 8px 24px rgba(37,72,94,.04);content-visibility:auto;contain-intrinsic-size:320px}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.panel-head h2{font-size:18px;letter-spacing:-.025em;margin:4px 0 0}.panel-head>small{font-size:7px;color:#80939e;letter-spacing:.08em;font-weight:800}.panel-note{font-size:10px;line-height:1.55;color:#718590;margin:9px 0 13px}
.actual-strip{display:flex;gap:8px;overflow:auto;margin-top:14px;padding-bottom:2px;scrollbar-width:none}.actual-strip::-webkit-scrollbar{display:none}.actual-card{flex:0 0 175px;border:1px solid #e0eaf0;border-radius:14px;padding:11px;background:#f9fbfc}.actual-card header{display:flex;justify-content:space-between;align-items:center;gap:5px}.actual-card b{font-size:11px}.actual-card strong{display:block;font-size:19px;margin:9px 0 2px}.actual-card small{font-size:7.5px;line-height:1.35;color:#83959f}
.hourly-strip{display:flex;gap:8px;overflow:auto;margin:14px 0 12px;scrollbar-width:none;padding-bottom:2px}.hourly-strip::-webkit-scrollbar{display:none}.hour-card{flex:0 0 125px;border:1px solid #e1ebf0;border-radius:15px;padding:12px;background:linear-gradient(180deg,#fff,#f7fafb)}.hour-card time{font-size:8px;color:#728794}.hour-card strong{display:block;font-size:20px;margin:8px 0}.hour-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px;font-size:7.5px;color:#7f929d}.hour-grid b{color:#38566a;font-size:8px;text-align:right}
.primary-button,.secondary-button{border:0;border-radius:12px;padding:10px 13px;font-size:9px;font-weight:800}.primary-button{background:#143f5d;color:#fff}.secondary-button{background:#edf5f9;color:#285875}.secondary-button.link{text-decoration:none;display:inline-flex;align-items:center}
.lazy-area{margin-top:13px;border-top:1px solid #e6eef2;padding-top:13px}.lazy-status{font-size:9px;color:#7b8e99;padding:10px 0}.detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.detail-card{border:1px solid #e0eaf0;border-radius:14px;padding:11px;background:#fafcfd}.detail-card span{font-size:8px;color:#80939d}.detail-card b{display:block;font-size:18px;margin-top:5px}.forecast-table{width:100%;border-collapse:collapse;font-size:8px}.forecast-table th,.forecast-table td{padding:8px 6px;text-align:right;border-bottom:1px solid #e8eff3;white-space:nowrap}.forecast-table th:first-child,.forecast-table td:first-child{text-align:left}.table-scroll{overflow:auto}
.map-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:9px}.map-tabs button{border:1px solid #dce6ec;border-radius:999px;background:#fff;padding:7px 9px;color:#527080;font-size:8px;font-weight:750}.map-tabs button.active{background:#143f5d;color:#fff}.map-box{height:480px;border:1px solid #dce7ed;border-radius:16px;overflow:hidden;background:#eef3f6;display:flex;align-items:center;justify-content:center}.map-box iframe,.map-box img{width:100%;height:100%;border:0}.map-box img{object-fit:contain;background:#061019}.map-note{font-size:8px;color:#7b8d98;margin-top:8px;line-height:1.45}
.extra-actions,.feedback-actions{display:flex;gap:7px;flex-wrap:wrap}.feedback-actions button{border:1px solid #dce6ec;border-radius:999px;background:#fff;color:#3f5f72;padding:8px 10px;font-size:8px;font-weight:700}.feedback-panel>small{display:block;margin-top:10px;color:#82949f;font-size:8px}
.skeleton{background:linear-gradient(90deg,#eef3f6 25%,#f8fafb 50%,#eef3f6 75%);background-size:220% 100%;animation:shine 1.2s infinite;border-radius:14px}.skeleton.wide{width:100%;height:82px}.skeleton.hour{flex:0 0 125px;height:125px}@keyframes shine{to{background-position:-220% 0}}
footer{display:flex;justify-content:space-between;gap:16px;color:#8a9aa3;font-size:8px;padding:18px 4px 40px}footer b{color:#5f7684}
@media(max-width:760px){
 main{width:min(100% - 20px,1120px);margin-top:10px}.topbar{height:58px}.brand img{width:64px;height:28px}
 .hero{min-height:190px;grid-template-columns:minmax(0,1fr) 120px;gap:10px;padding:18px;border-radius:22px}.hero h1{font-size:30px}.hero p{font-size:10px;line-height:1.5}.hero-now{padding:13px 7px;border-radius:20px}.hero-now b{font-size:33px}.hero-now span{font-size:6px}
 .now-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.metric-card{padding:12px}.metric-card>b{font-size:23px}.panel{padding:15px;border-radius:17px}.panel-head h2{font-size:16px}
 .map-box{height:390px}.detail-grid{grid-template-columns:1fr 1fr}footer{display:grid;gap:5px}
}
@media(max-width:380px){.hero{grid-template-columns:minmax(0,1fr) 105px}.hero h1{font-size:27px}.hero-now b{font-size:29px}.metric-card span{font-size:8px}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}}

.status-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:10px 0 2px}.status-strip>div{border:1px solid var(--line);background:rgba(255,255,255,.88);border-radius:14px;padding:10px 12px;min-width:0}.status-strip span{display:block;font-size:7px;color:#82949e;letter-spacing:.06em}.status-strip b{display:block;margin-top:4px;font-size:11px;color:#294d63;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.two-col .panel{margin-top:12px}
.quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:13px}.quick-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.quick-item{border:1px solid #e1ebf0;border-radius:14px;background:linear-gradient(180deg,#fff,#f7fafb);padding:11px;min-width:0}.quick-item span{font-size:7.5px;color:#81949f;line-height:1.25}.quick-item b{display:block;font-size:18px;margin:6px 0 2px;color:#234b63;letter-spacing:-.025em}.quick-item small{font-size:7px;color:#91a0a9;line-height:1.35}.panel-foot{display:block;margin-top:9px;color:#8698a2;font-size:7.5px;line-height:1.45}
.inline-loader{font-size:8px;color:#82949e}.outlook-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:10px}.outlook-card{border:1px solid #e1ebf0;border-radius:14px;padding:11px;background:#f9fbfc}.outlook-card header{display:flex;justify-content:space-between;gap:8px;align-items:center}.outlook-card header b{font-size:10px}.outlook-card header time{font-size:7px;color:#81949f}.outlook-card-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin-top:8px}.outlook-card-grid span{font-size:7px;color:#8799a4}.outlook-card-grid b{display:block;margin-top:2px;font-size:11px;color:#33556a}
.ensemble-table{width:100%;border-collapse:collapse;font-size:8px}.ensemble-table th,.ensemble-table td{border-bottom:1px solid #e7eef2;padding:8px 6px;text-align:right;white-space:nowrap}.ensemble-table th:first-child,.ensemble-table td:first-child{text-align:left}.ensemble-table-shell{overflow:auto;margin-top:12px}
.source-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:13px}.source-card{border:1px solid #e1ebf0;border-radius:14px;padding:11px;background:#fafcfd;min-width:0}.source-card header{display:flex;justify-content:space-between;gap:7px;align-items:center}.source-card header b{font-size:9px}.source-card p{font-size:7.5px;color:#7d909b;line-height:1.45;margin:7px 0 0;word-break:break-word}.source-state{font-size:6.5px;font-weight:850;border-radius:999px;padding:4px 6px;background:#eef3f6;color:#6b7d87}.source-state.pass{background:#e8f7ef;color:#23724a}.source-state.partial{background:#fff6d9;color:#80630a}.source-state.fail{background:#fff0f1;color:#a94249}
.gap-grid{display:grid;gap:7px;margin-top:10px}.gap-card{border-left:3px solid #e5b04d;background:#fff9e9;border-radius:8px;padding:8px 10px}.gap-card b{font-size:8px}.gap-card span{display:block;font-size:7.5px;color:#7e7154;margin-top:3px;line-height:1.4}
.cycle-grid{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.cycle-chip{font-size:7px;color:#6e828e;background:#eef3f6;border-radius:999px;padding:5px 7px}.text-link{font-size:8px;color:#087bb6;text-decoration:none;font-weight:750;white-space:nowrap}
.map-placeholder{display:flex;flex-direction:column;gap:6px;align-items:center;justify-content:center;text-align:center;color:#78909e;padding:25px}.map-placeholder b{font-size:11px;color:#4e6e82}.map-placeholder span{font-size:8px}
@media(max-width:900px){.source-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quick-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.status-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.two-col{grid-template-columns:1fr}.source-grid{grid-template-columns:1fr 1fr}.quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.quick-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.outlook-cards{grid-template-columns:1fr}.forecast-table{font-size:7.5px}}
@media(max-width:430px){.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.source-grid{grid-template-columns:1fr}}

.horizon-tabs{display:flex;gap:6px;flex-wrap:wrap;margin:2px 0 10px}.horizon-tabs button{border:1px solid #dce6ec;border-radius:999px;background:#fff;color:#527080;padding:7px 9px;font-size:8px;font-weight:750}.horizon-tabs button.active{background:#143f5d;color:#fff;border-color:#143f5d}.horizon-tabs button:disabled{opacity:.45;cursor:not-allowed}
.tide-spark{width:100%;height:96px;display:block;margin-top:10px;border:1px solid #e1ebf0;border-radius:12px;background:#f8fbfc}.tide-line-v2{stroke:#168bd0;stroke-width:2.5;fill:none;vector-effect:non-scaling-stroke}.tide-base-v2{stroke:#d8e5ec;stroke-width:1;vector-effect:non-scaling-stroke}

.map-source-links{display:flex;gap:7px;flex-wrap:wrap;margin-top:9px}.map-source-links a{font-size:8px;font-weight:750;text-decoration:none;color:#0877ad;background:#eaf6fd;padding:7px 9px;border-radius:9px}

.audit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:10px}.audit-item{border:1px solid #e4edf2;border-radius:12px;padding:9px 10px;background:#fbfcfd}.audit-item span{display:block;font-size:7px;color:#8597a1}.audit-item b{display:block;margin-top:3px;font-size:8px;color:#456273;word-break:break-word}.audit-item.wide{grid-column:1/-1}
@media(max-width:520px){.audit-grid{grid-template-columns:1fr}}

/* V2.2 field feedback + Island Watch + overflow hardening */
main,.panel,.hero,.two-col,.now-grid,.quick-grid,.source-grid,.audit-grid,.status-strip{min-width:0}
.panel>*,.two-col>* ,.metric-card,.quick-item,.source-card,.actual-card,.hour-card,.outlook-card,.audit-item{min-width:0}
.panel p,.panel small,.source-card p,.audit-item b,.quick-item b,.quick-item small,.map-note,.panel-note{overflow-wrap:anywhere;word-break:normal}
.table-scroll,.ensemble-table-shell,.actual-strip,.hourly-strip,.point-tabs,.map-tabs,.map-source-links{max-width:100%}
.table-scroll,.ensemble-table-shell{overflow-x:auto;-webkit-overflow-scrolling:touch}
.forecast-table,.ensemble-table{width:max-content;min-width:100%}
.map-box{max-width:100%;min-width:0}
.map-box iframe,.map-box img{max-width:100%;display:block}
.panel-head>div{min-width:0}
.panel-head h2{overflow-wrap:anywhere}
.field-strip{margin-top:12px;padding-top:11px;border-top:1px solid #e5edf2}
.field-strip-head{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}
.field-strip-head>span{font-size:8px;color:#6f8491;min-width:0;overflow-wrap:anywhere}
.field-strip-head b{color:#33566b}
.field-strip select{max-width:150px;border:1px solid #dce7ed;border-radius:9px;background:#fff;color:#3e5f72;padding:6px 8px;font-size:8px}
.feedback-actions.compact{gap:5px;margin-top:8px}
.feedback-actions.compact button{padding:6px 8px;font-size:7.5px}
.field-strip>small{display:block;margin-top:6px;color:#8b9ba4;font-size:7px}
.island-watch-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px}
.island-watch-card{appearance:none;width:100%;text-align:left;border:1px solid #e0eaf0;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fbfc);padding:11px;color:var(--ink);min-width:0}
.island-watch-card.active{border-color:#8fc7e5;box-shadow:0 0 0 2px rgba(8,123,182,.08)}
.island-watch-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:6px;min-width:0}
.island-watch-card header b{font-size:9px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.island-watch-card .watch-temp{font-size:20px;font-weight:850;letter-spacing:-.04em;margin:8px 0 6px;color:#234b63}
.watch-meta{display:grid;grid-template-columns:1fr 1fr;gap:4px 7px}
.watch-meta span{font-size:7px;color:#80939e;min-width:0}
.watch-meta b{float:right;color:#3e6074;font-size:7.5px}
.watch-actual{font-size:6px;border-radius:999px;padding:3px 5px;background:#e8f7ef;color:#23724a;font-weight:850;white-space:nowrap}
.watch-est{font-size:6px;border-radius:999px;padding:3px 5px;background:#fff6d9;color:#80630a;font-weight:850;white-space:nowrap}
.history-row{margin-top:12px;padding-top:10px;border-top:1px solid #e7eef2}
.small-value{font-size:11px!important;line-height:1.2!important;overflow-wrap:anywhere}
@media(max-width:900px){.island-watch-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:620px){
  .island-watch-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .field-strip-head{align-items:flex-start}
  .field-strip select{max-width:132px}
  .map-source-links a{flex:1 1 calc(50% - 7px);text-align:center;min-width:0}
}
@media(max-width:360px){
  .island-watch-grid{grid-template-columns:1fr}
  .field-strip-head{display:grid}
  .field-strip select{max-width:100%;width:100%}
}

.data-empty{grid-column:1/-1;border:1px dashed #dbe6ec;border-radius:13px;background:#fafcfd;padding:14px;min-width:0}
.data-empty b{display:block;font-size:8px;letter-spacing:.06em;color:#617986}
.data-empty span{display:block;margin-top:4px;font-size:8px;line-height:1.45;color:#8999a2;overflow-wrap:anywhere}

/* V2.3 all-island summary, explainers and community section */
.status-strip b{white-space:normal;overflow:visible;text-overflow:clip;line-height:1.25}
.island-summary{margin:8px 0 0;border:1px solid #dfe9ee;border-radius:13px;background:#f8fbfc;padding:9px 11px;font-size:8px;line-height:1.5;color:#657f8e;overflow-wrap:anywhere}
.island-summary b{color:#2e5368}
.island-summary small{display:block;margin-top:3px;font-size:7px;color:#8a9aa3}
.point-tabs{padding-top:9px}
.point-tabs button.off-island{border-style:dashed;margin-left:5px}
.number-guide{margin-top:10px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.85);overflow:hidden}
.number-guide summary{cursor:pointer;list-style:none;padding:11px 13px;font-size:8px;font-weight:800;color:#3e6073}
.number-guide summary::-webkit-details-marker{display:none}
.number-guide summary:after{content:"+";float:right;color:#7f929d}
.number-guide[open] summary:after{content:"−"}
.number-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;padding:0 12px 12px}
.number-guide-grid span{border-top:1px solid #e8eff3;padding-top:8px;font-size:7.5px;line-height:1.45;color:#758a96;min-width:0}
.number-guide-grid b{color:#365c71}
.explain-box{display:grid;gap:5px;margin-top:10px;padding:10px 11px;border-radius:12px;background:#f7fafb;border:1px solid #e3ecef}
.explain-box>b{font-size:8px;color:#365b70}
.explain-box>span{font-size:7.5px;line-height:1.45;color:#7b8e99;overflow-wrap:anywhere}
.explain-box strong{color:#4e6d7f}
.satellite-preview{margin:12px 0 0;border:1px solid #dce7ed;border-radius:15px;overflow:hidden;background:#071018}
.satellite-preview[hidden]{display:none}
.satellite-preview img{display:block;width:100%;aspect-ratio:16/9;object-fit:contain;background:#071018}
.satellite-preview figcaption{padding:8px 10px;background:#f8fbfc;color:#728894;font-size:7.5px;line-height:1.4}
.about-copy{font-size:9px;line-height:1.6;color:#6d838f;margin:11px 0 0}
.about-copy b{color:#365a6f}
.about-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}
.about-actions button{cursor:pointer}
.health-panel{margin-bottom:0}
@media(max-width:760px){
  .number-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:430px){
  .number-guide-grid{grid-template-columns:1fr}
  .status-strip b{font-size:10px}
  .point-tabs button{padding:8px 11px;font-size:8px}
}

.satellite-preview{box-sizing:border-box;width:100%;max-width:100%}
.satellite-preview img,.satellite-preview figcaption{box-sizing:border-box;max-width:100%}

/* V2.4 single JoTrip forecast surface */
.jotrip-forecast-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:12px}
.jotrip-forecast-card{border:1px solid #dfe9ee;border-radius:15px;background:linear-gradient(180deg,#fff,#f8fbfc);padding:11px;min-width:0}
.jotrip-forecast-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:6px;min-width:0}
.jotrip-forecast-card header>div{min-width:0}
.jotrip-forecast-card header b{display:block;font-size:10px;color:#31576c}
.jotrip-forecast-card header small{display:block;margin-top:2px;font-size:6.5px;color:#8b9aa3;white-space:nowrap}
.jotrip-forecast-card header>span{font-size:6px;font-weight:850;border-radius:999px;padding:4px 6px;white-space:nowrap;background:#edf3f6;color:#647c89}
.jotrip-forecast-card.stable header>span{background:#e8f7ef;color:#28734d}
.jotrip-forecast-card.variable header>span{background:#fff6d9;color:#80630a}
.jotrip-forecast-card.watch header>span{background:#fff0f1;color:#a94249}
.jotrip-forecast-main{font-size:24px;font-weight:850;letter-spacing:-.04em;color:#234b63;margin:10px 0}
.jotrip-forecast-values{display:grid;gap:5px}
.jotrip-forecast-values>div{display:flex;justify-content:space-between;gap:7px;min-width:0}
.jotrip-forecast-values span{font-size:7px;color:#84959f}
.jotrip-forecast-values b{font-size:7.5px;color:#456477;text-align:right}
.forecast-members{display:block;margin-top:8px;color:#93a0a7;font-size:6.5px}
.forecast-method{margin-top:10px;border-top:1px solid #e7eef2;padding-top:8px}
.forecast-method summary{cursor:pointer;font-size:7.5px;font-weight:750;color:#527080}
.forecast-method>div{margin-top:6px;font-size:7.5px;line-height:1.5;color:#7d909b}
@media(max-width:900px){.jotrip-forecast-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:620px){.jotrip-forecast-grid{display:flex;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.jotrip-forecast-grid::-webkit-scrollbar{display:none}.jotrip-forecast-card{flex:0 0 155px}}

/* V2.4 mobile forecast overflow fix */
@media(max-width:620px){
  .jotrip-forecast-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}
  .jotrip-forecast-card{min-width:0;width:auto}
  .jotrip-forecast-card header{flex-wrap:wrap}
  .jotrip-forecast-card header>span{white-space:normal;text-align:right;max-width:78px}
}
@media(max-width:340px){.jotrip-forecast-grid{grid-template-columns:1fr}}

/* V2.5 stronger visual hierarchy */
body{
  background:
    radial-gradient(circle at 18% 0%,rgba(8,123,182,.09),transparent 28%),
    radial-gradient(circle at 92% 8%,rgba(35,114,74,.07),transparent 24%),
    #f3f7fa
}
.hero{
  border-color:rgba(16,89,125,.16);
  background:
    radial-gradient(circle at 90% 15%,rgba(91,194,229,.26),transparent 26%),
    radial-gradient(circle at 10% 100%,rgba(88,166,132,.13),transparent 34%),
    linear-gradient(145deg,#ffffff 0%,#edf8fc 55%,#e8f4f8 100%);
  box-shadow:0 18px 46px rgba(27,76,105,.11)
}
.panel{box-shadow:0 12px 34px rgba(34,67,90,.055)}
.status-strip>div{box-shadow:0 6px 18px rgba(37,72,94,.035)}
.hazard-board{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:9px 0 2px}
.hazard-board article{position:relative;overflow:hidden;border:1px solid #dfe9ee;border-radius:15px;background:#fff;padding:11px 12px;min-width:0;box-shadow:0 7px 18px rgba(37,72,94,.04)}
.hazard-board article:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#a7bbc6}
.hazard-board article[data-level="1"]:before{background:#8bb7c9}
.hazard-board article[data-level="2"]:before{background:#e0a939}
.hazard-board article[data-level="3"]:before{background:#d65b62}
.hazard-board span{display:block;font-size:7px;letter-spacing:.06em;color:#80939e}
.hazard-board b{display:block;margin-top:5px;font-size:12px;color:#244d64}
.hazard-board small{display:block;margin-top:4px;font-size:7px;line-height:1.4;color:#82949e;overflow-wrap:anywhere}
.field-strip-first{margin-top:12px;border-top:0;padding:11px;border:1px solid #dce9ef;border-radius:14px;background:linear-gradient(180deg,#f8fcfe,#f3f8fb)}
.field-strip-first + .actual-strip{margin-top:12px}
.forecast-table-shell{overflow:auto;-webkit-overflow-scrolling:touch;margin-top:12px;border:1px solid #e0e9ee;border-radius:15px}
.jotrip-forecast-table{width:100%;min-width:900px;border-collapse:collapse;background:#fff;font-size:8px}
.jotrip-forecast-table th{position:sticky;top:0;background:#f3f8fb;color:#5d7786;font-size:7px;letter-spacing:.04em;text-align:left;padding:9px 8px;border-bottom:1px solid #dce7ed;white-space:nowrap}
.jotrip-forecast-table td{padding:9px 8px;border-bottom:1px solid #edf2f5;color:#456476;white-space:nowrap;vertical-align:middle}
.jotrip-forecast-table tr:last-child td{border-bottom:0}
.jotrip-forecast-table td:first-child b{display:block;color:#274f66;font-size:8.5px}
.jotrip-forecast-table td:first-child small,.jotrip-forecast-table td:nth-child(4) small{display:block;margin-top:2px;color:#8a9aa3;font-size:6.5px}
.jotrip-forecast-table tr.watch{background:#fff8f8}
.jotrip-forecast-table tr.variable{background:#fffdf6}
.forecast-state{display:inline-flex;border-radius:999px;padding:4px 6px;font-size:6px;font-weight:850}
.forecast-state.stable{background:#e8f7ef;color:#28734d}
.forecast-state.variable{background:#fff6d9;color:#80630a}
.forecast-state.watch{background:#fff0f1;color:#a94249}
.about-panel{background:
  radial-gradient(circle at 95% 0%,rgba(8,123,182,.08),transparent 28%),
  #fff
}
.about-lead{font-size:11px;line-height:1.65;color:#536f7f;margin:12px 0 0;max-width:900px}
.about-principles{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:14px}
.about-principles article{border:1px solid #dfe9ee;border-radius:14px;padding:12px;background:#f9fbfc;min-width:0}
.about-principles b{display:block;font-size:9px;color:#28556e}
.about-principles span{display:block;margin-top:5px;font-size:7.5px;line-height:1.5;color:#768b97;overflow-wrap:anywhere}
.about-method{margin-top:12px;border-left:3px solid #0d7fb9;background:#f2f9fc;border-radius:0 12px 12px 0;padding:11px 13px}
.about-method h3{margin:0;font-size:10px;color:#28566f}
.about-method p{margin:5px 0 0;font-size:8.5px;line-height:1.6;color:#617b89}
.about-source-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-top:13px}
.about-source-grid>div{border:1px solid #e1ebf0;border-radius:12px;padding:9px 10px;background:#fff;min-width:0}
.about-source-grid span{display:block;font-size:6.8px;color:#8999a2}
.about-source-grid b{display:block;margin-top:3px;font-size:7.8px;color:#456476;line-height:1.35;overflow-wrap:anywhere}
.map-panel{background:
  radial-gradient(circle at 100% 0%,rgba(8,123,182,.06),transparent 28%),
  #fff
}
.map-tabs button.active{box-shadow:0 4px 12px rgba(20,63,93,.16)}
@media(max-width:900px){
  .hazard-board{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-principles{grid-template-columns:repeat(2,minmax(0,1fr))}
  .about-source-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:520px){
  .hazard-board{grid-template-columns:1fr 1fr}
  .hazard-board b{font-size:11px}
  .about-principles{grid-template-columns:1fr}
  .about-source-grid{grid-template-columns:1fr 1fr}
  .map-box{height:330px}
}
@media(max-width:360px){
  .hazard-board{grid-template-columns:1fr}
  .about-source-grid{grid-template-columns:1fr}
}

/* V2.6 regional 10-day forecast + map Himawari metrics */
.map-convective{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:10px;padding:10px;border:1px solid #e0eaf0;border-radius:13px;background:#f8fbfc}
.map-convective span{min-width:0}
.map-convective b{display:block;font-size:6.8px;color:#8798a2;font-weight:700}
.map-convective strong{display:block;margin-top:3px;font-size:11px;color:#31566c}
.map-convective small{grid-column:1/-1;font-size:7px;line-height:1.4;color:#84959f}
.forecast-region-tabs{display:flex;gap:7px;overflow:auto;scrollbar-width:none;margin:10px 0 8px;padding-bottom:2px}
.forecast-region-tabs::-webkit-scrollbar{display:none}
.forecast-region-tabs button{flex:0 0 auto;border:1px solid #dce7ed;border-radius:999px;background:#fff;color:#537080;padding:8px 11px;font-size:8px;font-weight:800}
.forecast-region-tabs button.active{background:#143f5d;color:#fff;border-color:#143f5d;box-shadow:0 4px 12px rgba(20,63,93,.14)}
.forecast-region-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:7px 0 0;padding:8px 10px;border-radius:11px;background:#f6fafc;color:#718794;font-size:7.5px}
.forecast-region-meta b{font-size:9px;color:#31576c}
.forecast-region-meta span{text-align:right}
.jotrip-forecast-table td:nth-child(3) small{display:block;margin-top:2px;color:#8a9aa3;font-size:6.5px}
@media(max-width:620px){
  .map-convective{grid-template-columns:1fr 1fr}
  .map-convective small{grid-column:1/-1}
  .forecast-region-meta{display:block}
  .forecast-region-meta span{display:block;text-align:left;margin-top:3px}
}

/* V2.7 visual polish */
.forecast-day-ribbon{display:grid;grid-template-columns:repeat(10,minmax(88px,1fr));gap:7px;margin:10px 0 12px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}
.forecast-day-ribbon::-webkit-scrollbar{display:none}
.forecast-day{border:1px solid #dfe8ee;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fbfc);padding:9px;min-width:88px;box-shadow:0 5px 14px rgba(34,67,90,.035)}
.forecast-day header{display:flex;justify-content:space-between;gap:6px;align-items:center}
.forecast-day header b{font-size:8px;color:#31576c;text-transform:capitalize}
.forecast-day header span{font-size:6.5px;color:#8b9aa3}
.forecast-day>strong{display:block;margin:9px 0 7px;font-size:18px;letter-spacing:-.035em;color:#244d64}
.forecast-day>div{display:flex;justify-content:space-between;gap:5px;margin-top:4px}
.forecast-day>div span{font-size:6.5px;color:#8a9aa3}
.forecast-day>div b{font-size:7px;color:#557181}
.forecast-day>small{display:inline-block;margin-top:7px;border-radius:999px;padding:3px 5px;font-size:6px;background:#eef3f6;color:#71838d}
.forecast-day.watch{border-color:#efd7da;background:linear-gradient(180deg,#fff,#fff8f8)}
.forecast-day.variable{border-color:#eadfb7;background:linear-gradient(180deg,#fff,#fffdf6)}
.forecast-day.stable{border-color:#d8e9df}
.liveDot,.health i{animation:livePulse 2.6s ease-in-out infinite}
@keyframes livePulse{0%,100%{opacity:.65;transform:scale(.92)}50%{opacity:1;transform:scale(1.08)}}
.metric-card,.quick-item,.hazard-board article,.forecast-day,.panel{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
@media(hover:hover){
  .hazard-board article:hover,.forecast-day:hover{transform:translateY(-2px);box-shadow:0 9px 22px rgba(34,67,90,.08)}
}
@media(max-width:760px){
  .forecast-day-ribbon{display:flex}
  .forecast-day{flex:0 0 96px}
}
@media(prefers-reduced-motion:reduce){
  .liveDot,.health i{animation:none}
  .metric-card,.quick-item,.hazard-board article,.forecast-day,.panel{transition:none}
}

/* V2.8 WEATHER INTELLIGENCE PORTAL */
:root{
  --portal-navy:#0b2638;
  --portal-navy-2:#11384f;
  --portal-cyan:#3aa9d8;
  --portal-cyan-soft:#e9f7fd;
  --jotrip-yellow:#FCBC12;
  --jotrip-green:#77944C;
  --surface:#ffffff;
  --surface-soft:#f6f9fb;
  --text-strong:#102f43;
  --text-soft:#6f8491;
}
body{
  background:
    radial-gradient(circle at 7% -4%,rgba(58,169,216,.13),transparent 27%),
    radial-gradient(circle at 92% 4%,rgba(119,148,76,.08),transparent 22%),
    linear-gradient(180deg,#eef5f8 0,#f6f9fb 28%,#f4f7f9 100%);
}
.topbar{
  height:70px;
  padding-inline:max(22px,env(safe-area-inset-left));
  background:rgba(244,249,251,.86);
  border-bottom:1px solid rgba(195,215,226,.72);
  backdrop-filter:blur(20px) saturate(140%);
  -webkit-backdrop-filter:blur(20px) saturate(140%);
}
.brand img{width:78px}
.brand strong{font-size:11px;letter-spacing:-.01em}
.brand small{font-size:6.5px;letter-spacing:.18em}
main{width:min(1220px,calc(100% - 34px));margin-top:24px}
.hero{
  position:relative;
  min-height:330px;
  grid-template-columns:minmax(0,1.25fr) minmax(310px,.75fr);
  align-items:stretch;
  padding:42px;
  border:0;
  border-radius:34px;
  background:
    linear-gradient(130deg,rgba(255,255,255,.98) 0%,rgba(244,251,253,.96) 48%,rgba(223,242,249,.94) 100%);
  box-shadow:0 28px 70px rgba(27,72,98,.13),inset 0 0 0 1px rgba(157,197,217,.24);
  isolation:isolate;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:
    radial-gradient(circle at 80% 28%,rgba(58,169,216,.22),transparent 16%),
    radial-gradient(circle at 88% 74%,rgba(119,148,76,.12),transparent 23%);
  pointer-events:none;
  z-index:-1;
}
.hero:after{
  content:"";
  position:absolute;
  width:330px;height:330px;
  right:-85px;top:-125px;
  border-radius:50%;
  border:1px solid rgba(58,169,216,.14);
  box-shadow:
    0 0 0 52px rgba(58,169,216,.035),
    0 0 0 104px rgba(58,169,216,.025);
  pointer-events:none;
}
.hero-copy{align-self:center;max-width:700px}
.hero .eyebrow{font-size:8px;letter-spacing:.2em}
.hero h1{
  font-size:clamp(44px,6vw,72px);
  line-height:.95;
  margin:13px 0 18px;
  color:var(--portal-navy);
  letter-spacing:-.06em;
}
.hero p{
  max-width:690px;
  font-size:15px;
  line-height:1.65;
  color:#587382;
}
.updated{
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin-top:20px;
  padding:7px 10px;
  border:1px solid rgba(108,154,178,.2);
  border-radius:999px;
  background:rgba(255,255,255,.55);
}
.updated:before{
  content:"";
  width:6px;height:6px;border-radius:50%;
  background:#35a466;
  box-shadow:0 0 0 4px rgba(53,164,102,.12);
}
.hero-stage{
  position:relative;
  min-height:240px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.weather-orbit{
  position:absolute;
  inset:50% auto auto 50%;
  width:250px;height:250px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,255,255,.74) 0,rgba(255,255,255,.16) 52%,transparent 70%);
}
.weather-orbit i{
  position:absolute;inset:0;border-radius:50%;
  border:1px solid rgba(58,169,216,.16);
}
.weather-orbit i:nth-child(2){inset:22px}
.weather-orbit i:nth-child(3){inset:48px;border-style:dashed}
.orbit-core{
  position:absolute;inset:50% auto auto 50%;
  width:78px;height:78px;transform:translate(-50%,-50%);
  border-radius:50%;
  background:radial-gradient(circle at 34% 34%,#fff 0 13%,#d6eff9 38%,#66b9dd 100%);
  box-shadow:0 18px 48px rgba(58,169,216,.28);
}
.hero-now{
  position:relative;
  z-index:2;
  width:190px;
  min-width:190px;
  padding:22px;
  border:1px solid rgba(255,255,255,.72);
  background:rgba(255,255,255,.72);
  backdrop-filter:blur(14px);
  box-shadow:0 18px 44px rgba(30,87,119,.12);
}
.hero-now b{font-size:54px;color:var(--portal-navy)}
.hero-signature{
  position:absolute;
  right:2px;bottom:2px;
  font-size:6.5px;
  letter-spacing:.24em;
  color:#668493;
  font-weight:800;
}
.status-strip{
  gap:10px;
  margin:14px 0 0;
}
.status-strip>div{
  padding:13px 15px;
  border-radius:16px;
  border:1px solid rgba(196,216,227,.78);
  background:rgba(255,255,255,.74);
  backdrop-filter:blur(10px);
  box-shadow:none;
}
.status-strip span{font-size:6.5px;letter-spacing:.09em}
.status-strip b{font-size:11px;color:#234b61}
.section-intro{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin:38px 2px 12px;
}
.section-intro-spaced{margin-top:46px}
.section-intro h2,.command-center-head h2{
  margin:4px 0 0;
  font-size:22px;
  letter-spacing:-.035em;
  color:var(--text-strong);
}
.section-intro>small{
  max-width:420px;
  text-align:right;
  color:#81949f;
  font-size:8px;
  line-height:1.5;
}
.point-tabs{
  margin-top:16px;
  padding:7px;
  border:1px solid rgba(195,215,226,.85);
  border-radius:16px;
  background:rgba(255,255,255,.74);
  box-shadow:0 10px 28px rgba(35,77,101,.045);
}
.point-tabs button{
  border:0;
  background:transparent;
  border-radius:11px;
  padding:9px 12px;
  color:#637e8e;
  font-weight:750;
}
.point-tabs button.active{
  background:var(--portal-navy);
  color:#fff;
  box-shadow:0 7px 18px rgba(11,38,56,.18);
}
.point-tabs button.off-island{border:1px dashed #c8d8e1;margin-left:3px}
.now-grid{gap:10px}
.metric-card{
  border:1px solid rgba(205,220,228,.86);
  border-radius:18px;
  background:rgba(255,255,255,.88);
  box-shadow:0 8px 24px rgba(34,67,90,.035);
}
.metric-card>b{color:#183f56}
.metric-card:hover{border-color:#b9d5e3}
.number-guide{
  background:rgba(255,255,255,.62);
  border-color:rgba(199,218,228,.75);
}
.panel{
  border:1px solid rgba(202,219,228,.8);
  border-radius:24px;
  background:rgba(255,255,255,.91);
  box-shadow:0 14px 38px rgba(34,67,90,.055);
}
.actual-panel{padding:20px}
.field-strip-first{
  border:1px solid #d8e8ef;
  background:linear-gradient(180deg,#f7fcfe,#f0f7fa);
}
.two-col{gap:14px}
.quick-item{border-radius:13px;background:#f9fbfc}
.command-center{
  margin-top:48px;
  padding:26px;
  border-radius:30px;
  background:
    radial-gradient(circle at 82% 14%,rgba(58,169,216,.18),transparent 23%),
    radial-gradient(circle at 96% 88%,rgba(119,148,76,.11),transparent 20%),
    linear-gradient(145deg,var(--portal-navy),#0d3147 60%,#123d53);
  box-shadow:0 30px 70px rgba(10,38,56,.2);
  overflow:hidden;
}
.command-center-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:18px;
}
.command-center-head .eyebrow{color:#7bd0f0}
.command-center-head h2{color:#fff;font-size:26px}
.command-kicker{
  color:#9fc6d7;
  font-size:7px;
  letter-spacing:.22em;
  font-weight:850;
}
.command-center-grid{
  display:grid;
  grid-template-columns:minmax(0,1.8fr) minmax(260px,.65fr);
  gap:16px;
  align-items:stretch;
}
.command-map{min-width:0}
.command-map .map-panel{
  margin:0;
  height:100%;
  padding:16px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  background:rgba(255,255,255,.96);
  box-shadow:none;
}
.command-map .map-box{height:520px;border-radius:16px}
.command-map .map-tabs{
  background:#f3f7f9;
  border-radius:12px;
  padding:4px;
}
.command-map .map-tabs button{
  border:0;
  background:transparent;
  border-radius:9px;
}
.command-map .map-tabs button.active{
  background:#fff;
  color:var(--portal-navy);
  box-shadow:0 4px 12px rgba(22,63,85,.11);
}
.situation-rail{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.situation-title{padding:4px 2px 0}
.situation-title .eyebrow{color:#7bd0f0}
.situation-title h3{
  margin:4px 0 0;
  color:#fff;
  font-size:20px;
  letter-spacing:-.035em;
}
.command-center .island-summary{
  margin:0;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.08);
  color:#c9e0ea;
  backdrop-filter:blur(8px);
}
.command-center .island-summary b{color:#fff}
.command-center .island-summary small{color:#91b5c5}
.command-center .hazard-board{
  display:grid;
  grid-template-columns:1fr;
  gap:9px;
  margin:0;
}
.command-center .hazard-board article{
  min-height:92px;
  padding:13px 14px 12px 16px;
  border:1px solid rgba(255,255,255,.11);
  background:rgba(255,255,255,.07);
  box-shadow:none;
}
.command-center .hazard-board article:before{width:4px}
.command-center .hazard-board span{color:#9dbdca}
.command-center .hazard-board b{color:#fff;font-size:14px}
.command-center .hazard-board small{color:#a9c7d3}
.map-source-links a{
  background:#edf7fb;
  color:#1b6f97;
}
.jotrip-forecast-panel{
  margin-top:46px;
  padding:24px;
  border-radius:28px;
  background:
    radial-gradient(circle at 94% 0%,rgba(58,169,216,.08),transparent 24%),
    #fff;
}
.jotrip-forecast-panel .panel-head h2{font-size:26px;letter-spacing:-.04em}
.forecast-region-tabs{margin-top:14px}
.forecast-region-tabs button{
  border-color:#d6e3ea;
  padding:9px 13px;
}
.forecast-region-tabs button.active{
  background:var(--portal-navy);
  border-color:var(--portal-navy);
}
.forecast-region-meta{
  border:1px solid #e0e9ee;
  background:#f7fafb;
}
.forecast-day-ribbon{
  gap:8px;
  margin-top:14px;
}
.forecast-day{
  border:0;
  border-radius:16px;
  background:#f7fafb;
  box-shadow:inset 0 0 0 1px #e2eaef;
}
.forecast-day>strong{font-size:20px}
.forecast-day.watch{background:#fff5f5;box-shadow:inset 0 0 0 1px #f0d7d9}
.forecast-day.variable{background:#fffaf0;box-shadow:inset 0 0 0 1px #eadfb8}
.forecast-day.stable{background:#f5fbf7;box-shadow:inset 0 0 0 1px #dcebe1}
.forecast-table-shell{
  border-radius:18px;
  border-color:#dce6eb;
  box-shadow:inset 0 1px 0 #fff;
}
.jotrip-forecast-table th{
  background:#eef5f8;
  color:#58717f;
}
.jotrip-forecast-table tr:hover td{background:#f8fbfc}
.about-panel{
  margin-top:46px;
  padding:26px;
  border-radius:28px;
}
.about-panel .panel-head h2{font-size:24px;letter-spacing:-.035em}
.health-panel{margin-top:18px}
footer{
  margin-top:26px;
  padding:18px 2px 4px;
  border-top:1px solid #dce6eb;
}
@media(max-width:980px){
  .hero{grid-template-columns:minmax(0,1fr) 270px;padding:34px}
  .command-center-grid{grid-template-columns:1fr}
  .command-map .map-box{height:460px}
  .situation-rail{display:grid;grid-template-columns:1fr 1fr;align-items:start}
  .situation-title{grid-column:1/-1}
  .command-center .island-summary{height:100%}
  .command-center .hazard-board{grid-template-columns:1fr 1fr}
}
@media(max-width:760px){
  main{width:min(100% - 20px,1220px);margin-top:12px}
  .topbar{height:62px;padding-inline:14px}
  .brand strong{font-size:9.5px}
  .hero{
    min-height:0;
    display:block;
    padding:26px 22px 24px;
    border-radius:26px;
  }
  .hero h1{font-size:46px;margin-top:10px}
  .hero p{font-size:12px}
  .hero-stage{height:180px;margin-top:14px}
  .weather-orbit{width:190px;height:190px}
  .hero-now{width:154px;min-width:154px;padding:17px}
  .hero-now b{font-size:44px}
  .hero-signature{right:6px;bottom:0}
  .status-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .section-intro{display:block;margin-top:30px}
  .section-intro>small{display:block;text-align:left;margin-top:5px}
  .point-tabs{margin-top:12px}
  .command-center{margin-top:34px;padding:16px;border-radius:24px}
  .command-center-head{align-items:flex-start}
  .command-center-head h2{font-size:22px}
  .command-kicker{display:none}
  .command-map .map-box{height:360px}
  .command-center-grid{align-items:start}
  .situation-rail{display:block;min-height:0}
  .situation-title{margin:18px 0 10px}
  .command-center .island-summary{height:auto;min-height:0;margin-bottom:9px}
  .command-center .hazard-board{grid-template-columns:1fr 1fr;align-items:start}
  .jotrip-forecast-panel{margin-top:34px;padding:18px;border-radius:24px}
  .about-panel{margin-top:34px;padding:20px}
}
@media(max-width:470px){
  .hero h1{font-size:40px}
  .hero-stage{height:160px}
  .weather-orbit{width:170px;height:170px}
  .command-map .map-box{height:320px}
  .command-center .hazard-board{grid-template-columns:1fr}
  .situation-title h3{font-size:18px}
  .about-source-grid{grid-template-columns:1fr}
}

.hero[data-mood="calm"]{
  background:
    linear-gradient(130deg,rgba(255,255,255,.98) 0%,rgba(244,251,253,.96) 48%,rgba(226,245,250,.95) 100%);
}
.hero[data-mood="watch"]{
  background:
    radial-gradient(circle at 83% 22%,rgba(252,188,18,.12),transparent 18%),
    linear-gradient(130deg,rgba(255,255,255,.98) 0%,rgba(246,250,248,.96) 46%,rgba(231,242,236,.95) 100%);
}
.hero[data-mood="storm"]{
  background:
    radial-gradient(circle at 83% 22%,rgba(78,135,164,.18),transparent 18%),
    linear-gradient(130deg,rgba(248,251,252,.98) 0%,rgba(229,239,244,.97) 48%,rgba(205,226,236,.96) 100%);
}
.hero[data-mood="storm"] .orbit-core{
  background:radial-gradient(circle at 35% 32%,#fff 0 10%,#c8e1ec 32%,#4f91af 100%);
  box-shadow:0 18px 48px rgba(46,102,132,.3);
}

.weather-scene{position:relative;min-height:330px;margin:24px 0;border-radius:30px;overflow:hidden;background:#0b2d42;box-shadow:0 20px 48px rgba(25,61,82,.14);isolation:isolate}.weather-scene-hero{min-height:410px;margin:18px 0 14px}
.weather-scene>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 56%;z-index:-3}
.weather-scene-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(5,31,48,.84) 0%,rgba(7,42,61,.58) 45%,rgba(6,32,47,.22) 68%,rgba(5,29,43,.58) 100%)}
.weather-scene::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(3,25,38,.62),transparent 52%)}
.weather-scene-copy{position:absolute;left:30px;bottom:28px;width:min(620px,62%);color:#fff}.weather-scene-copy>small{display:block;margin:13px 0 4px;font-size:8px;letter-spacing:.13em;font-weight:800;color:#d8e8ef}.weather-scene-copy h1,.weather-scene-copy h2{font-size:clamp(38px,5.5vw,66px);line-height:.98;letter-spacing:-.055em;margin:4px 0 12px;color:#fff}.weather-scene-copy p{font-size:13px;line-height:1.55;max-width:540px;margin:0;color:#e2edf2}.weather-scene .updated{margin-top:12px;color:#d2e1e8;font-size:8px}.scene-badge{display:inline-flex;padding:6px 9px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:rgba(5,36,53,.42);backdrop-filter:blur(8px);font-size:8px;font-weight:800;letter-spacing:.1em}.scene-credit{display:block;margin-top:12px;font-size:7px;color:#b8ccd5}
.weather-scene-data{position:absolute;right:26px;bottom:26px;width:220px;padding:18px;border:1px solid rgba(255,255,255,.24);border-radius:22px;background:rgba(6,35,51,.54);backdrop-filter:blur(12px);color:#fff}.weather-scene-data span{display:block;font-size:7px;letter-spacing:.12em;font-weight:800;color:#c7dbe4}.weather-scene-data b{display:block;margin-top:5px;font-size:13px}.weather-scene-data strong{display:block;margin:13px 0 5px;font-size:44px;line-height:1;letter-spacing:-.06em}.weather-scene-data small{font-size:8px;color:#c9dae1}
@media(max-width:700px){.weather-scene,.weather-scene-hero{min-height:470px;border-radius:24px}.weather-scene-shade{background:linear-gradient(0deg,rgba(4,27,41,.92) 0%,rgba(4,31,46,.62) 60%,rgba(4,28,42,.18) 100%)}.weather-scene-copy{left:20px;right:20px;bottom:112px;width:auto}.weather-scene-copy h1,.weather-scene-copy h2{font-size:38px}.weather-scene-copy p{font-size:11px}.weather-scene-data{left:20px;right:20px;bottom:18px;width:auto;display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:12px;align-items:end}.weather-scene-data span,.weather-scene-data b,.weather-scene-data small{grid-column:1}.weather-scene-data strong{grid-column:2;grid-row:1/3;margin:0;font-size:42px}}


/* Readability pass - public Weather UI */
body{font-size:12px}
.eyebrow{font-size:10px}
.brand strong{font-size:13px}.brand small{font-size:8.5px}.health{font-size:10px}
.weather-scene-copy>small{font-size:9.5px}.weather-scene-copy p{font-size:15px;line-height:1.55}.weather-scene .updated{font-size:10px}.scene-badge{font-size:9px}.scene-credit{font-size:8.5px}
.weather-scene-data span{font-size:9px}.weather-scene-data small{font-size:10px}
.status-strip span{font-size:9px}.status-strip b{font-size:13px}
.point-tabs button{font-size:11px;padding:10px 14px}
.metric-card span{font-size:11px}.metric-card>small{font-size:10px}.metric-card>b{font-size:29px}
.badge{font-size:8.5px;padding:5px 8px}
.panel-head h2{font-size:21px}.panel-head>small{font-size:9px}.panel-note{font-size:11.5px}
.actual-card{flex-basis:205px;padding:14px}.actual-card b{font-size:13px}.actual-card strong{font-size:21px}.actual-card small{font-size:10.5px;line-height:1.5}
.quick-item span{font-size:10px}.quick-item b{font-size:20px}.quick-item small{font-size:9.5px}.panel-foot{font-size:9.5px;line-height:1.55}
.hour-card time{font-size:10px}.hour-grid{font-size:9.5px}.hour-grid b{font-size:10px}
.field-strip-head>span{font-size:10.5px}.field-strip select{font-size:10px}.feedback-actions.compact button{font-size:9.5px}.field-strip>small{font-size:9px}
.island-summary{font-size:10.5px;line-height:1.6}.island-summary small{font-size:9px}
.hazard-board span{font-size:9px}.hazard-board b{font-size:15px}.hazard-board small{font-size:9.5px;line-height:1.5}
.forecast-day header b{font-size:10px}.forecast-day header span{font-size:8.5px}.forecast-day>div span{font-size:9px}.forecast-day>div b{font-size:9.5px}.forecast-day>small{font-size:8.5px}
.jotrip-forecast-table{font-size:9.5px}.jotrip-forecast-table th{font-size:8.5px}.jotrip-forecast-table td:first-child b{font-size:10px}.jotrip-forecast-table td:first-child small,.jotrip-forecast-table td:nth-child(4) small,.jotrip-forecast-table td:nth-child(3) small{font-size:8.5px}
.source-card header b{font-size:11px}.source-card p{font-size:9.5px}.source-state{font-size:8px}
.gap-card b{font-size:10px}.gap-card span{font-size:9.5px}.cycle-chip{font-size:9px}.text-link{font-size:10px}
.number-guide summary{font-size:10px}.number-guide-grid span{font-size:9.5px}.about-copy{font-size:11px}
footer{font-size:9.5px}

/* Compact near-term disturbance bulletin */
.quick-alert{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:13px;align-items:center;margin:14px 0 8px;padding:14px 16px;border:1px solid #dce8ee;border-radius:18px;background:linear-gradient(135deg,#f8fbfd,#eef6fa);box-shadow:0 8px 24px rgba(30,69,91,.05)}
.quick-alert-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#e6f1f6}
.quick-alert-icon span{width:10px;height:10px;border-radius:50%;background:#6f91a3;box-shadow:0 0 0 6px rgba(111,145,163,.12)}
.quick-alert-copy{min-width:0}.quick-alert-copy small{display:block;font-size:8.5px;font-weight:850;letter-spacing:.11em;color:#728995}.quick-alert-copy b{display:block;margin-top:3px;font-size:14px;color:#173f57}.quick-alert-copy p{margin:4px 0 0;font-size:10.5px;line-height:1.45;color:#6c8390}
.quick-alert time{font-size:11px;font-weight:850;letter-spacing:.04em;color:#5f7887;background:#fff;border:1px solid #dbe7ed;border-radius:999px;padding:7px 9px}
.quick-alert.watch{border-color:#ead99e;background:linear-gradient(135deg,#fffdf5,#fff8dc)}.quick-alert.watch .quick-alert-icon{background:#fff0b8}.quick-alert.watch .quick-alert-icon span{background:#d9a72b;box-shadow:0 0 0 6px rgba(217,167,43,.13)}
.quick-alert.alert{border-color:#e8b9af;background:linear-gradient(135deg,#fff9f7,#fff0eb)}.quick-alert.alert .quick-alert-icon{background:#ffe0d8}.quick-alert.alert .quick-alert-icon span{background:#d9644a;box-shadow:0 0 0 6px rgba(217,100,74,.14);animation:alertPulse 1.8s ease-out infinite}
.quick-alert.alert .quick-alert-copy b{color:#8a3426}
@keyframes alertPulse{0%{box-shadow:0 0 0 0 rgba(217,100,74,.28)}70%{box-shadow:0 0 0 10px rgba(217,100,74,0)}100%{box-shadow:0 0 0 0 rgba(217,100,74,0)}}
@media(max-width:700px){
  body{font-size:13px}
  .brand strong{font-size:12px}.brand small{font-size:8px}.health{font-size:9px}
  .weather-scene-copy p{font-size:13px}.weather-scene-copy>small{font-size:9px}.scene-credit{font-size:8px}
  .status-strip span{font-size:9px}.status-strip b{font-size:13px}
  .point-tabs button{font-size:11px}
  .metric-card span{font-size:11px}.metric-card>small{font-size:10px}
  .panel-head h2{font-size:19px}
  .quick-alert{grid-template-columns:auto minmax(0,1fr);padding:13px 14px}.quick-alert time{grid-column:2;width:max-content;margin-top:2px}.quick-alert-copy b{font-size:13px}.quick-alert-copy p{font-size:10.5px}
  .actual-card{flex-basis:220px}.actual-card small{font-size:10px}
  .quick-item span{font-size:10px}.quick-item small{font-size:9.5px}
  .island-summary{font-size:10.5px}.hazard-board small{font-size:9.5px}
}
@media(prefers-reduced-motion:reduce){.quick-alert.alert .quick-alert-icon span{animation:none}}

.feedback-actions.compact button{cursor:pointer;touch-action:manipulation;min-height:38px;transition:transform .12s ease,background .12s ease,border-color .12s ease,color .12s ease}
.feedback-actions.compact button:active{transform:scale(.97)}
.feedback-actions.compact button.selected,.feedback-actions.compact button[aria-pressed="true"]{background:#143f5d;color:#fff;border-color:#143f5d;box-shadow:0 5px 14px rgba(20,63,93,.16)}
.feedback-toast{display:none;margin-top:9px;border-radius:10px;padding:9px 11px;background:#e9f7ef;color:#246b48;font-size:10px;font-weight:750;line-height:1.4}
.feedback-toast.show{display:block}
.feedback-toast.error{background:#fff0f1;color:#a34248}
@media(max-width:700px){.feedback-actions.compact{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.feedback-actions.compact button{font-size:11px;padding:10px 9px;min-height:42px}.feedback-toast{font-size:10.5px}}

.metric-card>.metric-context{display:block;margin-top:7px;line-height:1.45;color:#527080;font-weight:600}
.metric-context .ctx-line{display:block}
.metric-context .ctx-line+.ctx-line{margin-top:4px;color:#355f75}

.cloud-nowcast-panel{margin-top:12px;overflow:hidden}
.cloud-table-shell{overflow:auto;-webkit-overflow-scrolling:touch;border:1px solid #e1ebf0;border-radius:15px;margin-top:10px}
.cloud-nowcast-table{width:100%;min-width:820px;border-collapse:collapse;background:#fff}
.cloud-nowcast-table th{background:#f3f8fb;color:#5d7786;font-size:8.5px;letter-spacing:.04em;text-align:left;padding:9px 10px;border-bottom:1px solid #dce7ed;white-space:nowrap}
.cloud-nowcast-table td{padding:10px;border-bottom:1px solid #edf2f5;color:#456476;font-size:9.5px;vertical-align:middle}
.cloud-nowcast-table tr:last-child td{border-bottom:0}
.cloud-nowcast-table td:first-child b,.cloud-nowcast-table td:nth-child(2) b,.cloud-nowcast-table td:nth-child(5) b{color:#274f66}
.cloud-nowcast-table td:nth-child(2) small{display:block;margin-top:2px;color:#8a9aa3;font-size:8px}
@media(max-width:700px){
  .cloud-nowcast-panel{padding:14px}
  .cloud-nowcast-table{min-width:760px}
}


/* Intraday operational chart */
.intraday-panel{margin-top:12px;overflow:hidden}
.intraday-head{align-items:flex-end}
.intraday-tabs{display:flex;gap:7px;overflow:auto;padding:2px 0 10px;scrollbar-width:none}
.intraday-tabs::-webkit-scrollbar{display:none}
.intraday-tabs button{flex:0 0 auto;border:1px solid #dbe7ed;background:#f8fbfc;color:#607a89;border-radius:999px;padding:8px 12px;font:inherit;font-size:9px;font-weight:800;letter-spacing:.02em;cursor:pointer}
.intraday-tabs button.active{background:#173f57;color:#fff;border-color:#173f57;box-shadow:0 5px 14px rgba(23,63,87,.15)}
.intraday-chart-shell{position:relative;border:1px solid #e1ebf0;border-radius:16px;background:linear-gradient(180deg,#fbfdfe,#f6fafc);overflow-x:auto;overflow-y:hidden;scrollbar-width:thin}
.intraday-chart{width:100%;min-width:760px;height:auto;aspect-ratio:960/270;display:block;touch-action:pan-x}
.chart-grid{stroke:#dfebf0;stroke-width:1;vector-effect:non-scaling-stroke}
.chart-time-grid{stroke:#edf3f6;stroke-width:1;stroke-dasharray:3 4;vector-effect:non-scaling-stroke}
.chart-axis-label{fill:#7e929e;font-size:10px;font-weight:650}
.chart-axis-date{fill:#425f70;font-size:10px;font-weight:850}
.chart-now{stroke:#d79a28;stroke-width:1.5;stroke-dasharray:4 4;vector-effect:non-scaling-stroke}
.chart-now-label{fill:#a36e11;font-size:8px;font-weight:850}
.chart-history{fill:none;stroke:#173f57;stroke-width:2.8;vector-effect:non-scaling-stroke}
.chart-forecast{fill:none;stroke:#4280a3;stroke-width:2.2;stroke-dasharray:7 5;vector-effect:non-scaling-stroke}
.chart-band{fill:rgba(66,128,163,.12);stroke:none}
.chart-actual{fill:#2f7f58;stroke:#fff;stroke-width:1.5;vector-effect:non-scaling-stroke;pointer-events:none}
.chart-point{fill:#173f57;stroke:#fff;stroke-width:1.2;vector-effect:non-scaling-stroke;pointer-events:none}
.chart-point.forecast{fill:#4280a3}
.chart-point.selected,.chart-actual.selected,.chart-bar.selected{stroke:#e2a62e;stroke-width:3}
.chart-hit{fill:transparent;stroke:none;cursor:pointer}
.chart-hit-rect{fill:transparent;stroke:none;cursor:pointer}
.chart-bar{fill:rgba(23,63,87,.36)}
.chart-bar.forecast{fill:rgba(66,128,163,.45)}
.chart-q90-cap{stroke:#4280a3;stroke-width:1.5;vector-effect:non-scaling-stroke}
.chart-empty{fill:#82949f;font-size:10px}
.intraday-under{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;margin-top:10px}
.intraday-legend{display:flex;gap:10px;flex-wrap:wrap}
.intraday-legend span{display:inline-flex;align-items:center;gap:5px;font-size:8px;color:#748995}
.intraday-legend i{width:16px;height:3px;border-radius:99px;background:#173f57}
.intraday-legend i.forecast{background:#4280a3}
.intraday-legend i.actual{width:7px;height:7px;border-radius:50%;background:#2f7f58}
.intraday-legend i.q90{height:8px;background:rgba(66,128,163,.14);border:1px solid rgba(66,128,163,.22)}
.intraday-focus{display:grid;gap:2px;font-size:9px;color:#4e6979;background:#f1f6f8;border:1px solid #e2ebef;border-radius:12px;padding:9px 11px;min-width:230px;max-width:390px;text-align:right}
.intraday-focus b{font-size:10px;color:#244d64}
.intraday-focus span{font-size:9px;font-weight:750}
.intraday-focus small{font-size:8px;color:#7a8f9b}
@media(max-width:700px){
  .intraday-panel{padding:14px}
  .intraday-chart{width:760px;min-width:760px;height:auto}
  .intraday-tabs{margin-right:-10px;padding-right:10px}
  .intraday-tabs button{padding:8px 11px;font-size:8.5px}
  .intraday-under{grid-template-columns:1fr;gap:8px}
  .intraday-focus{text-align:left;max-width:none}
  .intraday-head-meta{align-items:flex-start}
  .intraday-signal{max-width:100%;white-space:normal}
}



/* 72h chart color system */
.intraday-head-meta{display:flex;flex-direction:column;align-items:flex-end;gap:6px}
.intraday-signal{display:none;max-width:360px;border-radius:999px;padding:6px 10px;font-size:8.5px;font-weight:850;letter-spacing:.01em}
.intraday-signal.calm,.intraday-signal.watch,.intraday-signal.strong{display:inline-flex}
.intraday-signal.calm{background:#e7f8f1;color:#17745a;border:1px solid #c9ecdf}
.intraday-signal.watch{background:#fff3d5;color:#9b6414;border:1px solid #f3d899}
.intraday-signal.strong{background:#ffe1e7;color:#ad334b;border:1px solid #f6b9c7}

.intraday-panel[data-layer="wind"]{--chart-accent:#1596a7;--chart-accent2:#53c1b5;--chart-soft:rgba(21,150,167,.16)}
.intraday-panel[data-layer="rain"]{--chart-accent:#3478f6;--chart-accent2:#7b61ff;--chart-soft:rgba(52,120,246,.18)}
.intraday-panel[data-layer="temperature"]{--chart-accent:#f28c28;--chart-accent2:#ffbd4a;--chart-soft:rgba(242,140,40,.17)}
.intraday-panel[data-layer="wave"]{--chart-accent:#0877b9;--chart-accent2:#11a6c7;--chart-soft:rgba(8,119,185,.16)}
.intraday-panel[data-layer="convective"]{--chart-accent:#7d45d6;--chart-accent2:#e64b6f;--chart-soft:rgba(125,69,214,.15)}
.intraday-panel[data-layer="tide"]{--chart-accent:#0b87a6;--chart-accent2:#3fc6d8;--chart-soft:rgba(11,135,166,.15)}
.intraday-panel{--chart-accent:#173f57;--chart-accent2:#4280a3;--chart-soft:rgba(66,128,163,.12)}
.intraday-panel .chart-history{stroke:var(--chart-accent)}
.intraday-panel .chart-forecast{stroke:var(--chart-accent2)}
.intraday-panel .chart-band{fill:var(--chart-soft)}
.intraday-panel .chart-point{fill:var(--chart-accent)}
.intraday-panel .chart-point.forecast{fill:var(--chart-accent2)}
.intraday-panel .chart-q90-cap{stroke:var(--chart-accent2)}
.intraday-panel[data-layer="rain"] .chart-bar{fill:rgba(52,120,246,.48)}
.intraday-panel[data-layer="rain"] .chart-bar.forecast{fill:rgba(123,97,255,.56)}
.intraday-panel[data-layer="convective"] .intraday-chart-shell{background:linear-gradient(180deg,#fbf8ff,#fff8f8)}
.intraday-panel[data-layer="rain"] .intraday-chart-shell{background:linear-gradient(180deg,#f8fbff,#f7f7ff)}
.intraday-panel[data-layer="temperature"] .intraday-chart-shell{background:linear-gradient(180deg,#fffaf3,#fffdf9)}
.intraday-panel[data-layer="wave"] .intraday-chart-shell,.intraday-panel[data-layer="tide"] .intraday-chart-shell{background:linear-gradient(180deg,#f5fbfe,#f8fdff)}

.tide-extreme{stroke:#fff;stroke-width:2;vector-effect:non-scaling-stroke;pointer-events:none}
.tide-extreme.high{fill:#09a7b5}
.tide-extreme.low{fill:#6b6ee8}
.tide-extreme-label{font-size:8px;font-weight:900;paint-order:stroke;stroke:#fff;stroke-width:3px;stroke-linejoin:round}
.tide-extreme-label.high{fill:#087d87}
.tide-extreme-label.low{fill:#5557bd}

/* V2.8 JoTrip Intelligence map + whole-island Quick Watch */
.command-center{margin-top:24px}
.quick-watch{
  margin:14px 0 8px;
  padding:14px;
  border:1px solid #d8e6ed;
  border-radius:18px;
  background:linear-gradient(145deg,#ffffff,#f5f9fb);
  box-shadow:0 9px 26px rgba(29,68,92,.055)
}
.quick-watch[hidden]{display:none!important}
.quick-watch-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.quick-watch-head>div{min-width:0}
.quick-watch-head small{display:block;font-size:8px;font-weight:850;letter-spacing:.12em;color:#6f8897}
.quick-watch-head b{display:block;margin-top:2px;font-size:14px;color:#173f57}
.quick-watch-head>span{
  min-width:27px;height:27px;padding:0 7px;border-radius:999px;
  display:grid;place-items:center;background:#143f5d;color:#fff;font-size:10px;font-weight:850
}
.quick-watch-list{display:grid;gap:8px;margin-top:10px}
.quick-watch-item{
  position:relative;display:grid;grid-template-columns:12px minmax(0,1fr);gap:10px;
  padding:11px 12px;border:1px solid #e0e9ee;border-radius:14px;background:#fff;min-width:0
}
.quick-watch-dot{width:9px;height:9px;border-radius:50%;margin-top:5px;background:#7b9aac;box-shadow:0 0 0 4px rgba(123,154,172,.11)}
.quick-watch-item.watch{border-color:#eadca8;background:#fffdf6}
.quick-watch-item.watch .quick-watch-dot{background:#d4a227;box-shadow:0 0 0 4px rgba(212,162,39,.12)}
.quick-watch-item.alert{border-color:#ebc0b8;background:#fff8f6}
.quick-watch-item.alert .quick-watch-dot{background:#d85e49;box-shadow:0 0 0 4px rgba(216,94,73,.12)}
.quick-watch-item small{display:block;font-size:7.5px;font-weight:850;letter-spacing:.06em;color:#81939e}
.quick-watch-item b{display:block;margin-top:3px;font-size:11px;line-height:1.35;color:#254b60}
.quick-watch-item.alert b{color:#8a3528}
.quick-watch-item p{margin:4px 0 0;font-size:9px;line-height:1.45;color:#6f8591}
.quick-watch-foot{display:block;margin-top:9px;font-size:7.5px;line-height:1.45;color:#8799a3}

.jotrip-live-map{width:100%;height:100%;min-height:320px;background:#dfeaf0}
.jotrip-live-map .leaflet-control-attribution{font-size:8px}
.jotrip-live-map .leaflet-popup-content-wrapper{border-radius:12px;box-shadow:0 10px 28px rgba(24,59,80,.18)}
.jotrip-map-popup{display:grid;gap:4px;min-width:170px}
.jotrip-map-popup b{font-size:12px;color:#214b63}
.jotrip-map-popup span{font-size:10px;color:#567180;line-height:1.4}
.jotrip-map-popup small{font-size:9px;color:#7c8f99;line-height:1.4}
.command-map .map-tabs{overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}
.command-map .map-tabs::-webkit-scrollbar{display:none}
.command-map .map-tabs button{flex:0 0 auto;white-space:nowrap}
.command-map .map-tabs button[data-map="jotrip"].active{
  background:linear-gradient(135deg,#143f5d,#1b607d);color:#fff
}

@media(max-width:760px){
  .command-center{margin-top:18px;padding:17px;border-radius:24px}
  .command-map .map-box{height:430px}
  .quick-watch{padding:12px;border-radius:16px}
  .quick-watch-head b{font-size:13px}
  .quick-watch-item{padding:10px}
  .quick-watch-item b{font-size:11px}
  .quick-watch-item p{font-size:9.5px}
}
@media(max-width:520px){
  .command-map .map-box{height:390px}
  .jotrip-live-map{min-height:390px}
}

.jotrip-map-legend{
  display:grid;gap:4px;padding:8px 9px;border-radius:10px;
  background:rgba(255,255,255,.94);box-shadow:0 6px 18px rgba(22,57,78,.16);
  color:#567180;font-size:8px
}
.jotrip-map-legend b{font-size:9px;color:#234b63;margin-bottom:2px}
.jotrip-map-legend span{display:flex;align-items:center;gap:6px;white-space:nowrap}
.jotrip-map-legend i{width:9px;height:9px;border-radius:50%;display:inline-block;flex:0 0 auto}
.jotrip-map-legend .lg-point{background:#d5a62e}
.jotrip-map-legend .lg-rain{background:#168bd0}
.jotrip-map-legend .lg-cloud{background:rgba(107,95,197,.25);border:1px dashed #6b5fc5}

/* V2.9 near-live Himawari loop */
.himawari-loop{position:relative;width:100%;height:100%;background:#08131b;overflow:hidden}
.himawari-loop>img{width:100%;height:100%;object-fit:contain;display:block;transition:opacity .18s ease}
.himawari-loop-bar{
  position:absolute;left:10px;right:10px;bottom:10px;display:flex;align-items:center;gap:8px;
  padding:7px 9px;border-radius:11px;background:rgba(11,25,34,.78);color:#fff;
  backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);font-size:9px
}
.himawari-loop-bar button{
  width:28px;height:28px;border:0;border-radius:8px;background:#fff;color:#173e51;font-size:9px;font-weight:900
}
.himawari-loop-bar span{font-weight:800;flex:1}
.himawari-loop-bar small{color:#b8cbd4;font-size:8px}

/* Spatial iframe is the primary JoTrip map, so give it a real map viewport. */
.map-box iframe[data-jotrip-spatial]{width:100%;height:100%;min-height:520px;border:0;background:#284957}
@media(max-width:760px){
  .map-box iframe[data-jotrip-spatial]{min-height:500px}
  .himawari-loop-bar{left:7px;right:7px;bottom:7px;padding:6px 7px}
}

#convectiveNow{font-size:18px!important;line-height:1.08;letter-spacing:-.02em}
#convectiveMeta{display:block;max-width:100%;line-height:1.35}
.map-convective strong{line-height:1.25}

/* V2.10 - clean map first, alerts below */
.command-center-grid{display:block!important}
.situation-rail{
  margin-top:14px;
  display:block!important;
}
.situation-title{padding:4px 2px 8px}
.command-center .hazard-board{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:8px;
}
.command-center .hazard-board article{
  min-height:76px;
  padding:11px 12px 10px 14px;
}
.command-center .hazard-board b{font-size:11px;line-height:1.35}
.command-center .hazard-board small{font-size:7.5px;line-height:1.4}
.command-center .island-summary{
  margin-bottom:9px;
  padding:10px 12px;
  border-radius:13px;
  font-size:9px;
  line-height:1.45;
}

.himawari-loop{position:relative;overflow:hidden;background:#071018}
.himawari-focus{
  position:absolute;inset:0;
  overflow:hidden;
  background:#071018;
}
.himawari-focus>img{
  position:absolute;
  inset:0;
  width:100%;height:100%;
  object-fit:cover;
  object-position:50% 68%;
  transform:scale(2.15);
  transform-origin:50% 68%;
  filter:contrast(1.14) brightness(1.03);
}
.himawari-pq-marker{
  position:absolute;
  left:10px;
  top:10px;
  display:flex;align-items:center;
  padding:5px 7px;
  border-radius:8px;
  background:rgba(7,18,25,.58);
  color:#fff;
  font-size:6.5px;
  font-weight:900;
  letter-spacing:.10em;
  text-shadow:0 1px 3px #000;
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  pointer-events:none;
  z-index:2;
}
.himawari-loop-bar{z-index:3}

@media(max-width:900px){
  .command-center .hazard-board{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:560px){
  .command-center .hazard-board{grid-template-columns:1fr}
  .command-map .map-box{height:500px}
  .himawari-focus>img{
    transform:scale(2.35);
    transform-origin:50% 69%;
    object-position:50% 69%;
  }
}



/* V2.11 - JoTrip Map shell cleanup */
.command-map .map-panel>.panel-head{
  align-items:center;
  margin-bottom:10px;
}
.command-map #mapState{
  padding:5px 8px;
  background:rgba(44,172,109,.10);
  color:#277b55;
}
.command-map .map-box{
  border-color:rgba(17,61,78,.10);
  box-shadow:0 10px 28px rgba(18,55,76,.07);
}
.map-note{
  margin:8px 2px 0;
  color:#748994;
  font-size:8px;
  line-height:1.45;
}
.map-sources{
  margin-top:7px;
  color:#718793;
  font-size:8px;
}
.map-sources summary{
  width:max-content;
  cursor:pointer;
  list-style:none;
  font-weight:800;
  color:#557483;
}
.map-sources summary::-webkit-details-marker{display:none}
.map-sources summary:after{content:" +";color:#8ca0aa}
.map-sources[open] summary:after{content:" −"}
.map-sources .map-source-links{margin-top:7px}
.map-sources .map-source-links a{
  padding:6px 8px;
  border-radius:8px;
  background:#f1f7fa;
  font-size:7px;
}
@media(max-width:560px){
  .command-map .map-panel{padding:13px}
  .command-map .map-box{height:500px}
  .map-note{font-size:7.5px}
}


/* Map comparison strip - reference sources only, kept visually secondary. */
.command-map .map-compare-tabs{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:5px;
  margin:0 0 8px;
  overflow:visible;
}
.command-map .map-compare-tabs button{
  min-width:0;
  height:30px;
  padding:0 5px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:9px;
  background:rgba(244,248,250,.72);
  border:1px solid rgba(17,61,78,.09);
  color:#5a7480;
  font-size:7px;
  font-weight:800;
  white-space:nowrap;
}
.command-map .map-compare-tabs button.active{
  background:#153f59;
  border-color:#153f59;
  color:#fff;
}
@media(max-width:560px){
  .command-map .map-compare-tabs{
    display:flex;
    gap:5px;
    overflow-x:auto;
    overscroll-behavior-x:contain;
    scrollbar-width:none;
    padding-bottom:1px;
  }
  .command-map .map-compare-tabs::-webkit-scrollbar{display:none}
  .command-map .map-compare-tabs button{
    flex:0 0 78px;
    height:29px;
    font-size:6.8px;
  }
}


/* Himawari IR reference must never fake geographic alignment.
   Show the JMA Asia 1 frame as supplied; JoTrip's Mây layer carries local coordinates. */
.himawari-raw .himawari-focus{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#071018;
}
.himawari-raw .himawari-focus>img{
  position:static!important;
  inset:auto!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
  transform-origin:center!important;
  filter:contrast(1.12) brightness(1.02)!important;
}
.himawari-raw .himawari-pq-marker{display:none!important}
.himawari-ir-badge{
  position:absolute;
  left:9px;
  top:9px;
  z-index:3;
  padding:5px 7px;
  border-radius:8px;
  background:rgba(6,18,25,.62);
  color:#fff;
  font-size:6.5px;
  font-weight:900;
  letter-spacing:.08em;
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
  pointer-events:none;
}


/* Himawari georeferenced comparison map */
.himawari-georef .himawari-map{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  background:#071018;
}
.himawari-georef .leaflet-container{background:#071018}
.himawari-georef .leaflet-image-layer{
  image-rendering:auto;
  filter:contrast(1.12) brightness(1.04);
}
.himawari-georef .leaflet-control-attribution{
  font-size:6px!important;
  background:rgba(255,255,255,.62)!important;
}
.himawari-georef .himawari-loop-bar{
  z-index:700;
  background:rgba(9,24,32,.58);
}
.himawari-georef .himawari-ir-badge{z-index:700}


/* Scene V3 merged into the JoTrip map slot. Comparison tabs and the rest of Weather V2 stay unchanged. */
.map-box.jotrip-scene-active{height:560px}
.map-box iframe[data-jotrip-scene]{
  width:100%;
  height:100%;
  min-height:0;
  border:0;
  background:#e9eff0;
}
@media(max-width:760px){
  .map-box.jotrip-scene-active{height:520px}
}
@media(max-width:420px){
  .map-box.jotrip-scene-active{height:500px}
}


/* V2.12 - traveller-first visual pass
   Keep the intelligence stack intact; simplify the public surface. */
.weather-overview{
  margin:18px 0 14px;
  padding:24px 26px;
  border:1px solid rgba(25,70,86,.12);
  border-radius:26px;
  background:
    radial-gradient(circle at 88% 12%,rgba(63,174,184,.10),transparent 25%),
    linear-gradient(145deg,#ffffff 0%,#fbfdfd 58%,#f4faf9 100%);
  box-shadow:0 14px 38px rgba(24,63,79,.07);
}
.weather-overview[data-mood="watch"]{
  background:
    radial-gradient(circle at 88% 10%,rgba(225,183,72,.12),transparent 28%),
    linear-gradient(145deg,#ffffff,#fffdf7);
  border-color:rgba(194,154,45,.18);
}
.weather-overview[data-mood="storm"]{
  background:
    radial-gradient(circle at 88% 10%,rgba(61,129,166,.14),transparent 30%),
    linear-gradient(145deg,#ffffff,#f5fafc);
  border-color:rgba(58,116,148,.18);
}
.weather-overview-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  padding-bottom:18px;
  border-bottom:1px solid rgba(31,72,88,.09);
}
.weather-overview-head h1{
  margin:5px 0 0;
  color:#163f53;
  font-size:clamp(24px,3vw,34px);
  line-height:1;
  letter-spacing:-.035em;
}
.weather-overview-head .updated{
  margin-top:3px;
  font-size:11px;
  color:#718691;
  white-space:nowrap;
}
.weather-overview-main{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(360px,.8fr);
  gap:28px;
  align-items:stretch;
  padding-top:22px;
}
.weather-now-primary{
  min-width:0;
  display:grid;
  grid-template-columns:86px auto minmax(0,1fr);
  align-items:center;
  gap:20px;
}
.weather-now-icon{
  width:82px;
  height:82px;
  display:grid;
  place-items:center;
  border-radius:24px;
  background:rgba(226,244,246,.72);
  font-size:50px;
  line-height:1;
}
.weather-now-temp{min-width:145px}
.weather-now-temp strong{
  display:block;
  color:#122f3e;
  font-size:clamp(58px,7vw,82px);
  line-height:.9;
  letter-spacing:-.075em;
}
.weather-now-temp span{
  display:inline-flex;
  margin-top:10px;
  padding:5px 8px;
  border-radius:999px;
  background:#edf5f5;
  color:#5f7882;
  font-size:8px;
  font-weight:850;
  letter-spacing:.07em;
}
.weather-now-copy{
  min-width:0;
  padding-left:20px;
  border-left:1px solid rgba(31,72,88,.12);
}
.weather-now-copy b{
  display:block;
  color:#1a4357;
  font-size:20px;
  line-height:1.2;
}
.weather-now-copy p{
  margin:8px 0 0;
  max-width:520px;
  color:#607984;
  font-size:12px;
  line-height:1.55;
}
.weather-now-facts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  align-self:stretch;
}
.weather-now-facts>div{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:14px 12px;
  border:1px solid rgba(31,72,88,.08);
  border-radius:17px;
  background:rgba(246,250,250,.88);
}
.weather-now-facts span{
  color:#728791;
  font-size:9px;
  font-weight:750;
}
.weather-now-facts b{
  margin-top:8px;
  color:#173f52;
  font-size:24px;
  line-height:1;
  letter-spacing:-.04em;
}
.weather-now-facts small{
  margin-top:4px;
  color:#8a9ba3;
  font-size:8px;
}

.weather-gust-fact{border-color:rgba(204,143,38,.26)!important;background:#fffdf8!important}
.weather-gust-fact b{font-variant-numeric:tabular-nums}
.weather-gust-fact small{color:#9b7637!important;line-height:1.4}
.gust-short-outlook{
  grid-column:1/-1;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  gap:7px 15px;
  margin-top:-8px;
  padding:11px 14px;
  border:1px solid #d6e4ea;
  border-radius:14px;
  background:#f6fafc;
}
.gust-short-outlook b{font-size:13px;color:#23445b}
.gust-short-outlook span{font-size:11px;color:#5e7685;line-height:1.45}
.gust-short-outlook.watch{background:#fff9eb;border-color:#f2db9c}
.gust-short-outlook.watch b{color:#92600c}
.gust-short-outlook.alert{background:#fff1ed;border-color:#ecada2}
.gust-short-outlook.alert b{color:#a62d23}
@media(max-width:640px){
  .weather-now-facts{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px}
  .weather-now-facts>div{padding:12px 10px}
  .weather-now-facts b{font-size:23px}
  .weather-now-facts small{font-size:10px;line-height:1.35}
  .gust-short-outlook{margin-top:0;padding:12px}
  .gust-short-outlook b{font-size:13px}
  .gust-short-outlook span{font-size:11px}
}

/* Selection should feel like choosing a place, not operating a dashboard. */
.point-tabs{
  display:flex;
  gap:7px;
  padding:3px 0 8px;
  overflow-x:auto;
  overscroll-behavior-x:contain;
  scrollbar-width:none;
}
.point-tabs::-webkit-scrollbar{display:none}
.point-tabs button{
  flex:0 0 auto;
  min-height:36px;
  padding:8px 13px!important;
  border-radius:999px!important;
  border:1px solid rgba(29,76,91,.10)!important;
  background:#f7fafb!important;
  color:#5a747f!important;
  font-size:10px!important;
  font-weight:780!important;
  box-shadow:none!important;
}
.point-tabs button.active{
  background:#183f55!important;
  border-color:#183f55!important;
  color:#fff!important;
}
.point-tabs button.off-island{
  background:#fff!important;
  border-style:dashed!important;
  color:#78909a!important;
}

/* System-health strip stays visible but visually secondary. */
.status-strip{
  margin:10px 0 8px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  gap:7px!important;
}
.status-strip>div{
  padding:10px 12px!important;
  border:1px solid rgba(31,72,88,.08)!important;
  border-radius:13px!important;
  background:#fafcfc!important;
}
.status-strip span{color:#8798a0!important;font-size:8px!important}
.status-strip b{margin-top:3px;color:#4d6975!important;font-size:10px!important}

.section-intro-simple{margin-top:24px}
.section-intro-simple h2{font-size:22px;letter-spacing:-.025em}
.section-intro-simple>small{max-width:410px;color:#7b8e97}

.now-grid-primary{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
}
.now-grid-primary .metric-card{
  min-height:138px;
  padding:15px!important;
  border-radius:18px!important;
  border:1px solid rgba(31,72,88,.09)!important;
  background:#fff!important;
  box-shadow:0 7px 22px rgba(23,62,78,.04)!important;
}
.now-grid-primary .metric-card>b{
  margin-top:14px!important;
  color:#173f52!important;
  font-size:30px!important;
  letter-spacing:-.045em;
}
.now-grid-primary .metric-card>small{
  margin-top:4px;
  color:#78909a!important;
}
.now-grid-primary .metric-context{
  margin-top:7px!important;
  font-size:9px!important;
  line-height:1.4!important;
}
.now-advanced{
  margin-top:9px;
  border:1px solid rgba(31,72,88,.09);
  border-radius:16px;
  background:#fafcfc;
  overflow:hidden;
}
.now-advanced>summary{
  cursor:pointer;
  list-style:none;
  padding:11px 14px;
  color:#59747f;
  font-size:10px;
  font-weight:800;
}
.now-advanced>summary::-webkit-details-marker{display:none}
.now-advanced>summary:after{content:" +";float:right;color:#8aa0a9}
.now-advanced[open]>summary:after{content:" −"}
.now-grid-advanced{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:8px!important;
  padding:0 10px 10px;
}
.now-grid-advanced .metric-card{
  min-height:104px;
  padding:12px!important;
  border:1px solid rgba(31,72,88,.07)!important;
  box-shadow:none!important;
  background:#fff!important;
}
.now-grid-advanced .metric-card>b{font-size:23px!important}

/* Daily ribbon: quick answer first; full table below retains q50/q90 detail. */
.forecast-day-ribbon{
  display:grid!important;
  grid-auto-flow:column!important;
  grid-auto-columns:minmax(154px,174px)!important;
  gap:9px!important;
  overflow-x:auto!important;
  overscroll-behavior-x:contain;
  scroll-snap-type:x proximity;
  padding:3px 1px 10px!important;
  scrollbar-width:none;
}
.forecast-day-ribbon::-webkit-scrollbar{display:none}
.forecast-day{
  scroll-snap-align:start;
  min-height:220px!important;
  padding:14px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  text-align:center!important;
  border:1px solid rgba(31,72,88,.09)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:none!important;
}
.forecast-day.selected{
  border-color:rgba(20,111,117,.30)!important;
  background:linear-gradient(180deg,#f5fbfb,#ffffff)!important;
  box-shadow:inset 0 3px 0 #2b8f94!important;
}
.forecast-day.watch{background:#fffdf8!important}
.forecast-day.variable{background:#fcfbff!important}
.forecast-day header{
  width:100%;
  display:flex!important;
  flex-direction:column!important;
  gap:2px!important;
  align-items:center!important;
}
.forecast-day header b{font-size:15px!important;color:#254b5d!important}
.forecast-day header span{font-size:9px!important;color:#84969e!important}
.forecast-day-icon{
  margin:13px 0 8px;
  font-size:36px;
  line-height:1;
}
.forecast-day>strong{
  color:#183f53!important;
  font-size:19px!important;
  line-height:1.1!important;
  letter-spacing:-.025em;
}
.forecast-day h4{
  margin:9px 0 0;
  color:#334f5d;
  font-size:11px;
  line-height:1.25;
}
.forecast-day>small{
  margin-top:auto!important;
  padding-top:10px;
  color:#80939c!important;
  font-size:8.5px!important;
  line-height:1.45!important;
}
.forecast-region-tabs{
  display:flex!important;
  gap:7px!important;
  overflow-x:auto;
  scrollbar-width:none;
}
.forecast-region-tabs::-webkit-scrollbar{display:none}
.forecast-region-tabs button{
  flex:0 0 auto;
  min-height:36px;
  border-radius:999px!important;
  padding:8px 13px!important;
  font-size:9.5px!important;
}
.forecast-region-meta{
  padding:10px 2px 12px!important;
  color:#768b95!important;
}
.forecast-region-meta b{color:#345766!important}

@media(max-width:980px){
  .weather-overview-main{grid-template-columns:1fr;gap:16px}
  .weather-now-facts{min-height:88px}
  .now-grid-primary{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .now-grid-advanced{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:640px){
  .weather-overview{
    margin:12px 0 10px;
    padding:17px;
    border-radius:22px;
  }
  .weather-overview-head{padding-bottom:13px;gap:10px}
  .weather-overview-head h1{font-size:24px}
  .weather-overview-head .updated{
    max-width:47%;
    white-space:normal;
    text-align:right;
    font-size:9px;
    line-height:1.35;
  }
  .weather-overview-main{padding-top:16px}
  .weather-now-primary{
    grid-template-columns:62px minmax(92px,auto) minmax(0,1fr);
    gap:12px;
  }
  .weather-now-icon{
    width:60px;height:60px;border-radius:18px;font-size:36px;
  }
  .weather-now-temp{min-width:0}
  .weather-now-temp strong{font-size:50px}
  .weather-now-temp span{margin-top:6px;font-size:6.8px;padding:4px 6px}
  .weather-now-copy{padding-left:12px}
  .weather-now-copy b{font-size:14px}
  .weather-now-copy p{margin-top:5px;font-size:9.5px;line-height:1.4}
  .weather-now-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;min-height:76px}
  .weather-now-facts>div{padding:10px 8px;border-radius:14px}
  .weather-now-facts span{font-size:7.5px}
  .weather-now-facts b{font-size:19px}
  .weather-now-facts small{font-size:7px}
  .status-strip{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .section-intro-simple{align-items:flex-start!important}
  .section-intro-simple>small{font-size:9px}
  .now-grid-primary{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .now-grid-primary .metric-card{min-height:122px;padding:12px!important}
  .now-grid-primary .metric-card>b{font-size:25px!important}
  .now-grid-advanced{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .forecast-day-ribbon{grid-auto-columns:148px!important}
  .forecast-day{min-height:205px!important;padding:12px!important}
  .forecast-day-icon{font-size:32px}
}
@media(max-width:390px){
  .weather-now-primary{
    grid-template-columns:54px 84px minmax(0,1fr);
    gap:9px;
  }
  .weather-now-icon{width:52px;height:52px;font-size:31px}
  .weather-now-temp strong{font-size:44px}
  .weather-now-copy{padding-left:9px}
  .weather-now-copy b{font-size:13px}
  .weather-now-copy p{font-size:8.8px}
  .weather-now-facts span{font-size:7px}
  .weather-now-facts b{font-size:18px}
}


/* Traveller decision is primary; system diagnostics stay one tap away. */
.decision-strip{
  margin:10px 0 8px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:11px 13px;
  border:1px solid rgba(31,72,88,.09);
  border-radius:15px;
  background:#fafcfc;
}
.decision-strip-main{min-width:0}
.decision-strip-main span{
  display:block;
  color:#82959e;
  font-size:8px;
  font-weight:800;
  letter-spacing:.04em;
}
.decision-strip-main b{
  display:block;
  margin-top:3px;
  color:#234c5e;
  font-size:12px;
  line-height:1.25;
}
.data-health-details{position:relative;flex:0 0 auto}
.data-health-details>summary{
  cursor:pointer;
  list-style:none;
  padding:7px 10px;
  border:1px solid rgba(31,72,88,.09);
  border-radius:999px;
  background:#fff;
  color:#6f858f;
  font-size:8px;
  font-weight:800;
}
.data-health-details>summary::-webkit-details-marker{display:none}
.data-health-details[open]>summary{background:#f2f7f8;color:#365d6c}
.data-health-strip{
  position:absolute;
  z-index:30;
  right:0;
  top:calc(100% + 7px);
  width:min(430px,82vw);
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  padding:8px!important;
  border:1px solid rgba(31,72,88,.10)!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 14px 34px rgba(24,62,78,.12)!important;
}
.data-health-strip>div{margin:0!important}
@media(max-width:640px){
  .decision-strip{padding:10px 11px}
  .decision-strip-main b{font-size:11px}
  .data-health-details>summary{font-size:7.5px;padding:7px 9px}
  .data-health-strip{
    position:fixed;
    left:12px;
    right:12px;
    top:auto;
    bottom:12px;
    width:auto;
    grid-template-columns:1fr!important;
    z-index:1200;
  }
}


/* V2.10 - traveller-first weather visual
   Keep the existing data/decision logic. This layer only makes the public surface
   read like a familiar weather app before exposing technical detail. */
.weather-overview{
  position:relative;
  margin:14px 0 12px;
  padding:28px 30px;
  border:1px solid rgba(26,70,87,.10);
  border-radius:28px;
  background:#fff!important;
  box-shadow:0 10px 32px rgba(20,55,70,.055);
  overflow:hidden;
}
.weather-overview:after{
  content:"";
  position:absolute;
  width:132px;height:132px;
  right:0;top:0;
  border-radius:0 28px 0 100%;
  background:radial-gradient(circle at 100% 0,rgba(77,174,190,.10),rgba(77,174,190,0) 72%);
  pointer-events:none;
}
.weather-overview[data-mood="watch"],
.weather-overview[data-mood="storm"]{background:#fff!important}

.weather-overview-head{
  position:relative;
  z-index:1;
  padding-bottom:15px;
  border-bottom:0;
}
.weather-overview-head h1{
  margin-top:4px;
  font-size:clamp(26px,3vw,36px);
  color:#153b4c;
}
.weather-overview-head .updated{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  margin:0;
  padding:6px 10px;
  border:1px solid rgba(31,72,88,.09);
  border-radius:999px;
  background:#f7fafb;
  color:#6c828d;
  font-size:10px;
}
.weather-overview-head .updated:before{
  content:"";
  width:6px;height:6px;
  margin-right:6px;
  border-radius:50%;
  background:#4ba37b;
}

.weather-overview-main{
  position:relative;
  z-index:1;
  grid-template-columns:minmax(0,1.45fr) minmax(250px,.55fr);
  gap:30px;
  padding-top:6px;
}
.weather-now-primary{
  grid-template-columns:78px auto minmax(0,1fr);
  gap:18px;
  min-height:150px;
}
.weather-now-icon{
  width:74px;height:74px;
  border-radius:22px;
  background:linear-gradient(180deg,#f2fafb,#e8f5f6);
  font-size:44px;
  box-shadow:inset 0 0 0 1px rgba(48,118,137,.06);
}
.weather-now-temp{min-width:144px}
.weather-now-temp strong{
  font-size:clamp(64px,7vw,88px);
  color:#102f3e;
  line-height:.86;
  letter-spacing:-.075em;
}
.weather-now-temp span{
  margin-top:11px;
  padding:5px 9px;
  background:#eef6f6;
  color:#55737c;
  font-size:8px;
  letter-spacing:.08em;
}
.weather-now-copy{
  padding-left:22px;
  border-left:1px solid rgba(31,72,88,.12);
}
.weather-now-copy b{
  color:#244a5a;
  font-size:23px;
  line-height:1.15;
  letter-spacing:-.02em;
}
.weather-now-copy p{
  display:-webkit-box;
  max-width:520px;
  margin-top:8px;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  color:#687f8a;
  font-size:12px;
  line-height:1.55;
}

.weather-now-facts{
  align-self:center;
  display:flex;
  flex-direction:column;
  gap:0;
  min-height:auto;
  padding-left:24px;
  border-left:1px solid rgba(31,72,88,.11);
}
.weather-now-facts>div{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  align-items:baseline;
  gap:5px;
  min-height:0;
  padding:10px 0;
  border:0;
  border-bottom:1px solid rgba(31,72,88,.07);
  border-radius:0;
  background:transparent;
}
.weather-now-facts>div:last-child{border-bottom:0}
.weather-now-facts span{
  color:#6f838d;
  font-size:11px;
  font-weight:680;
}
.weather-now-facts b{
  margin:0;
  color:#234b5d;
  font-size:21px;
  letter-spacing:-.035em;
}
.weather-now-facts small{
  margin:0;
  color:#8798a0;
  font-size:9px;
}

.point-tabs{padding-top:5px}
.point-tabs button{
  min-height:38px;
  padding:9px 14px!important;
  font-size:10.5px!important;
}
.section-intro-simple{margin-top:28px}
.section-intro-simple h2{font-size:24px}

/* 72-hour chart should look like a readable weather timeline, not a diagnostics plot. */
.intraday-panel{
  margin-top:16px;
  padding:22px;
  border-radius:22px;
  background:#fff;
}
.intraday-tabs{
  gap:8px;
  padding:4px 0 12px;
}
.intraday-tabs button{
  min-height:38px;
  padding:8px 14px;
  border-color:rgba(31,72,88,.10);
  background:#f7fafb;
  color:#5f7782;
  font-size:10.5px;
  box-shadow:none;
}
.intraday-tabs button.active{
  background:#173f57;
  border-color:#173f57;
  color:#fff;
  box-shadow:none;
}
.intraday-chart-shell{
  border-color:rgba(31,72,88,.09);
  border-radius:18px;
  background:#fff;
  scrollbar-color:#c8d5db transparent;
}
.chart-grid{stroke:#e6eef1}
.chart-time-grid{stroke:#edf2f4;stroke-dasharray:2 5}
.chart-axis-label{fill:#82939b}
.chart-axis-date{fill:#425e6b}
.intraday-under{margin-top:12px}
.intraday-focus{
  border-color:rgba(31,72,88,.08);
  border-radius:14px;
  background:#f7fafb;
  text-align:left;
}
.intraday-focus b{font-size:11px}
.intraday-focus span{font-size:9.5px}

/* 10-day surface: large, scannable daily cards. Technical 6/12h rows stay one tap away. */
.jotrip-forecast-panel{
  padding:24px;
  border-radius:24px;
  background:#fff;
}
.jotrip-forecast-panel .panel-head{align-items:flex-start}
.jotrip-forecast-panel .panel-note{
  max-width:760px;
  margin-top:8px;
  color:#667f8a;
  font-size:11.5px;
  line-height:1.55;
}
.forecast-region-tabs{
  gap:8px!important;
  margin:14px 0 4px!important;
}
.forecast-region-tabs button{
  min-height:40px;
  padding:9px 15px!important;
  border-color:rgba(31,72,88,.10)!important;
  background:#f8fafb!important;
  color:#5c7580!important;
  font-size:10.5px!important;
  font-weight:760!important;
  box-shadow:none!important;
}
.forecast-region-tabs button.active{
  background:#173f57!important;
  border-color:#173f57!important;
  color:#fff!important;
}
.forecast-region-meta{
  justify-content:flex-start!important;
  gap:12px!important;
  margin:0!important;
  padding:7px 2px 13px!important;
  background:transparent!important;
  color:#80919a!important;
  font-size:9px!important;
}
.forecast-region-meta b{
  color:#375a69!important;
  font-size:10.5px!important;
}
.forecast-region-meta span:before{
  content:"•";
  margin-right:8px;
  color:#9caab0;
}

.forecast-day-ribbon{
  display:grid!important;
  grid-template-columns:none!important;
  grid-auto-flow:column!important;
  grid-auto-columns:minmax(168px,184px)!important;
  gap:10px!important;
  margin:2px 0 14px!important;
  padding:3px 2px 12px!important;
  overflow-x:auto!important;
  scroll-snap-type:x proximity;
}
.forecast-day{
  position:relative;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  min-height:218px!important;
  padding:15px 13px!important;
  border:1px solid rgba(31,72,88,.09)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:none!important;
  text-align:center;
  scroll-snap-align:start;
}
.forecast-day.selected{
  border-color:#79b7bd!important;
  background:linear-gradient(180deg,#fbffff,#f4fbfb)!important;
  box-shadow:0 0 0 2px rgba(79,155,164,.08)!important;
}
.forecast-day.selected:before{
  content:"";
  position:absolute;
  left:18px;right:18px;top:-1px;
  height:3px;
  border-radius:0 0 99px 99px;
  background:#4c9ca6;
}
.forecast-day.watch{background:#fffdfa!important}
.forecast-day.variable{background:#fbfcfe!important}
.forecast-day header{
  display:grid!important;
  gap:3px!important;
  justify-items:center;
}
.forecast-day header b{
  color:#203f4e!important;
  font-size:15px!important;
  font-weight:820!important;
}
.forecast-day header span{
  color:#81929a!important;
  font-size:9px!important;
  font-weight:720!important;
}
.forecast-day-icon{
  margin:14px 0 8px;
  font-size:38px;
  filter:saturate(.92);
}
.forecast-day>strong{
  color:#173e50!important;
  font-size:20px!important;
}
.forecast-day h4{
  min-height:30px;
  margin:9px 0 0;
  color:#324f5c;
  font-size:12px;
  line-height:1.25;
}
.forecast-day>small{
  margin-top:auto!important;
  padding-top:10px;
  color:#7b8f98!important;
  font-size:8.8px!important;
  line-height:1.45!important;
}

.forecast-detail-toggle{
  margin-top:2px;
  border:1px solid rgba(31,72,88,.09);
  border-radius:15px;
  background:#fafcfc;
  overflow:hidden;
}
.forecast-detail-toggle>summary{
  cursor:pointer;
  list-style:none;
  padding:12px 14px;
  color:#536f7b;
  font-size:10.5px;
  font-weight:800;
}
.forecast-detail-toggle>summary::-webkit-details-marker{display:none}
.forecast-detail-toggle>summary:after{
  content:"＋";
  float:right;
  color:#8ca0a8;
  font-size:14px;
  line-height:1;
}
.forecast-detail-toggle[open]>summary{
  border-bottom:1px solid rgba(31,72,88,.08);
  background:#fff;
}
.forecast-detail-toggle[open]>summary:after{content:"−"}
.forecast-detail-toggle .forecast-table-shell{
  margin:0;
  border:0;
  border-radius:0;
}

@media(max-width:980px){
  .weather-overview-main{grid-template-columns:1fr;gap:14px}
  .weather-now-facts{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:7px;
    padding-left:0;
    border-left:0;
  }
  .weather-now-facts>div{
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:12px 10px;
    border:1px solid rgba(31,72,88,.08);
    border-radius:14px;
    background:#f8fbfb;
  }
}
@media(max-width:640px){
  .weather-overview{
    padding:18px 16px;
    border-radius:22px;
  }
  .weather-overview-head{padding-bottom:10px}
  .weather-overview-head .updated{font-size:8.7px}
  .weather-overview-main{padding-top:4px}
  .weather-now-primary{
    grid-template-columns:58px 94px minmax(0,1fr);
    min-height:118px;
    gap:10px;
  }
  .weather-now-icon{
    width:56px;height:56px;
    border-radius:18px;
    font-size:33px;
  }
  .weather-now-temp strong{font-size:48px}
  .weather-now-temp span{font-size:6.8px;margin-top:7px}
  .weather-now-copy{padding-left:10px}
  .weather-now-copy b{font-size:14px}
  .weather-now-copy p{
    margin-top:4px;
    font-size:9px;
    line-height:1.4;
    -webkit-line-clamp:2;
  }
  .weather-now-facts{gap:6px}
  .weather-now-facts>div{padding:10px 8px}
  .weather-now-facts span{font-size:7.6px}
  .weather-now-facts b{font-size:18px}
  .weather-now-facts small{font-size:7px}
  .intraday-panel{padding:15px}
  .intraday-tabs button{min-height:36px;padding:8px 12px;font-size:10px}
  .intraday-under{grid-template-columns:1fr}
  .intraday-focus{min-width:0;max-width:none}
  .jotrip-forecast-panel{padding:16px;border-radius:20px}
  .jotrip-forecast-panel .panel-note{font-size:10.5px}
  .forecast-region-tabs{margin-right:-8px!important}
  .forecast-region-tabs button{min-height:38px;font-size:10px!important}
  .forecast-region-meta{display:flex!important}
  .forecast-region-meta span{margin:0!important;text-align:left!important}
  .forecast-day-ribbon{grid-auto-columns:148px!important;margin-right:-8px!important}
  .forecast-day{min-height:205px!important;padding:13px 11px!important}
  .forecast-day-icon{font-size:33px}
  .forecast-day>strong{font-size:18px!important}
  .forecast-day h4{font-size:11px}
}
@media(max-width:390px){
  .weather-now-primary{grid-template-columns:52px 84px minmax(0,1fr)}
  .weather-now-icon{width:50px;height:50px;font-size:30px}
  .weather-now-temp strong{font-size:43px}
  .weather-now-copy b{font-size:13px}
  .forecast-region-meta{display:block!important}
  .forecast-region-meta span:before{display:none}
  .forecast-region-meta span{display:block!important;margin-top:3px!important}
}

/* Hide the redundant region metadata row on the traveller surface. */
#forecastRegionMeta[hidden]{display:none!important}

/* Cloud insight - traveller-readable semantics */
.map-convective{
  position:relative;
  grid-template-columns:minmax(0,1.25fr) minmax(0,.8fr) minmax(0,.95fr);
  gap:10px;
  padding:12px 42px 12px 12px;
}
.map-convective span{
  padding-right:8px;
  border-right:1px solid #e4edf1;
}
.map-convective span:nth-of-type(3){border-right:0}
.map-convective b{font-size:7.4px;letter-spacing:.02em}
.map-convective strong{font-size:11.5px;line-height:1.3}
.map-convective em{
  display:block;
  margin-top:3px;
  color:#77909d;
  font-size:7px;
  font-style:normal;
  font-weight:650;
  line-height:1.35;
}
.map-convective small{padding-top:2px;font-size:7.2px}
.panel-close{
  appearance:none;
  border:0;
  background:rgba(238,244,247,.96);
  color:#506c7a;
  width:28px;
  height:28px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font:700 18px/1 system-ui,-apple-system,sans-serif;
  cursor:pointer;
  touch-action:manipulation;
}
.map-convective-close{
  position:absolute;
  top:8px;
  right:8px;
}
.panel-close:active{transform:scale(.94)}
@media(max-width:620px){
  .map-convective{
    grid-template-columns:1fr 1fr;
    padding:11px 40px 11px 11px;
  }
  .map-convective span:first-of-type{
    grid-column:1/-1;
    border-right:0;
    border-bottom:1px solid #e4edf1;
    padding:0 0 8px;
  }
  .map-convective span:nth-of-type(2){border-right:1px solid #e4edf1}
  .map-convective span:nth-of-type(3){border-right:0}
  .map-convective strong{font-size:11px}
}

/* Dismissible floating/info panels */
.panel-head-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.panel-open-chip{
  appearance:none;border:1px solid #dbe7ed;background:#f7fafb;color:#456777;
  border-radius:999px;padding:7px 10px;font-size:9px;font-weight:800;line-height:1;
  cursor:pointer;touch-action:manipulation
}
.panel-open-chip:hover{background:#eef5f7}
.panel-open-chip:focus-visible,.panel-close:focus-visible{outline:2px solid #2a748e;outline-offset:2px}
.map-convective[hidden]{display:none!important}
.panel-close{width:32px;height:32px}
@media(max-width:620px){
  .panel-close{width:36px;height:36px;font-size:20px}
  .map-convective-close{top:7px;right:7px}
  .panel-open-chip{min-height:34px;padding:8px 11px}
}

.weather-overview-head .updated.stale:before{
  background:#e7a62f;
  box-shadow:0 0 0 4px rgba(231,166,47,.12)
}


/* prod76-ui1 - layout only, no weather logic changes */
.journey-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:26px 2px 10px}
.journey-heading h2{margin:3px 0 0;font-size:22px;letter-spacing:-.035em;color:#173f57}
.journey-heading>small{max-width:420px;text-align:right;font-size:9px;line-height:1.5;color:#758b98}
.intraday-panel{margin-top:0}
.jotrip-forecast-panel{margin-top:0}
.command-center{margin-top:0;scroll-margin-top:72px}
.deep-weather-disclosure{margin-top:26px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow);overflow:hidden}
.deep-weather-disclosure>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px}
.deep-weather-disclosure>summary::-webkit-details-marker{display:none}
.deep-weather-disclosure>summary div{min-width:0}
.deep-weather-disclosure>summary b{display:block;margin-top:4px;font-size:15px;color:#244d64}
.deep-weather-disclosure>summary small{font-size:8px;color:#7d909b;text-align:right}
.deep-weather-disclosure>summary:after{content:"＋";font-size:20px;line-height:1;color:#7390a0;flex:0 0 auto}
.deep-weather-disclosure[open]>summary:after{content:"−"}
.deep-weather-body{padding:0 18px 18px;border-top:1px solid #e7eef2}
.deep-weather-body>.now-advanced{margin-top:14px}
.intraday-tabs button{display:inline-flex;align-items:center;gap:4px}
@media(max-width:720px){
  .journey-heading{display:block;margin:22px 1px 9px}
  .journey-heading h2{font-size:20px}
  .journey-heading>small{display:block;margin-top:5px;text-align:left;font-size:8px}
  .deep-weather-disclosure>summary{align-items:flex-start;padding:16px}
  .deep-weather-disclosure>summary small{max-width:135px}
  .deep-weather-body{padding:0 12px 14px}
}

/* prod76-ui2 - make the decision flow visible immediately after location tabs */
.deep-weather-body>.section-intro-simple{margin-top:16px}
.point-tabs + .journey-heading{margin-top:22px}
@media(max-width:720px){
  .point-tabs + .journey-heading{margin-top:18px}
}


/* prod76-ui3 - public Today comes from JoTrip Engine 3h rows; 72h stays deep */
.today-decision-panel{margin-top:18px;overflow:hidden}
.today-decision-head{align-items:flex-end}
.today-engine-badge{font-size:8px;font-weight:850;color:#2c617a;background:#eaf6fb;border:1px solid #d4e9f2;border-radius:999px;padding:6px 9px}
.today-decision-summary{margin:0 0 12px;font-size:12px;line-height:1.48;color:#486a7d;font-weight:650}
.today-decision-strip{display:flex;gap:9px;overflow-x:auto;padding:2px 1px 8px;scroll-snap-type:x proximity;scrollbar-width:none}
.today-decision-strip::-webkit-scrollbar{display:none}
.today-decision-card{flex:0 0 140px;scroll-snap-align:start;border:1px solid #dfe9ee;border-radius:18px;background:#fff;padding:12px;box-shadow:0 6px 18px rgba(34,67,90,.045)}
.today-decision-card time{display:block;font-size:11px;font-weight:900;color:#31576b}
.today-weather-icon{height:48px;display:flex;align-items:center;margin:6px 0 2px;font-size:34px;line-height:1}
.today-decision-card>strong{display:block;font-size:23px;letter-spacing:-.04em;color:#173f57}
.today-decision-card>b{display:block;margin:3px 0 9px;font-size:9px;color:#315b71}
.today-mini{display:grid;gap:4px}.today-mini span{font-size:7.5px;line-height:1.3;color:#708692}
.today-decision-card.good{border-color:#cee7d8;background:linear-gradient(180deg,#fff,#f8fcfa)}
.today-decision-card.watch{border-color:#ead8a0;background:linear-gradient(180deg,#fff,#fffdf5)}
.today-decision-card.avoid{border-color:#e9bcb4;background:linear-gradient(180deg,#fff,#fff8f6)}
.today-decision-card.good>b{color:#26744a}.today-decision-card.watch>b{color:#8a6909}.today-decision-card.avoid>b{color:#a94433}
.today-decision-legend{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:3px}
.today-decision-legend>span{font-size:7px;font-weight:850;border-radius:999px;padding:5px 7px}
.today-decision-legend .good{background:#eaf8ef;color:#28744a}.today-decision-legend .watch{background:#fff4cf;color:#89680a}.today-decision-legend .avoid{background:#ffebe7;color:#a74333}
.today-decision-legend small{margin-left:auto;font-size:7px;color:#82949e}
.today-decision-empty{width:100%;padding:16px;border:1px dashed #d6e3e9;border-radius:16px;background:#f8fbfc}
.today-decision-empty b,.today-decision-empty span{display:block}.today-decision-empty b{font-size:11px;color:#31576b}.today-decision-empty span{margin-top:4px;font-size:8px;color:#7d909b}
.quick-watch-actions{display:flex;justify-content:flex-end;margin-top:9px}
.quick-watch-actions a{text-decoration:none;font-size:8px;font-weight:850;color:#315d74;background:#fff;border:1px solid #d9e6ec;border-radius:999px;padding:6px 9px}
.deep-72-intro{margin-top:16px}
.deep-weather-body .intraday-panel{margin-top:10px}
@media(max-width:720px){
  .today-decision-panel{margin-top:14px}
  .today-decision-card{flex-basis:128px;padding:11px}
  .today-decision-legend small{width:100%;margin-left:0}
  .today-engine-badge{font-size:7.5px}
}


/* prod76-ui4 - mobile-first continuous point flow */
.point-select-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:14px 2px 7px}
.point-select-heading span{font-size:9px;font-weight:900;letter-spacing:.14em;color:#1d789e}
.point-select-heading small{font-size:8px;color:#80919b;text-align:right}
.journey-heading-compact{margin-top:20px}
.forecast-region-tabs-auto{display:none!important}
.today-reason{display:block;margin:-4px 0 7px;font-size:7px;line-height:1.3;color:#8a6909}
.weather-overview{margin-top:12px}
.deep-weather-disclosure{border-radius:16px}
@media(max-width:720px){
  .point-select-heading{margin:11px 1px 4px}
  .point-select-heading small{display:none}
  .point-tabs{background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;padding:0!important;gap:0!important}
  .point-tabs button{border:0!important;border-bottom:2px solid transparent!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:9px 11px!important;min-height:38px!important}
  .point-tabs button.active{background:transparent!important;color:#153f57!important;border-bottom-color:#153f57!important}
  .intraday-tabs{gap:0!important;border-bottom:1px solid #e0e8ec}
  .intraday-tabs button{border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:8px 10px!important;min-height:36px!important}
  .intraday-tabs button.active{background:transparent!important;color:#153f57!important;border-bottom:2px solid #153f57!important}
  .today-engine-badge{border:0!important;background:transparent!important;border-radius:0!important;padding:0!important}
  .today-decision-card{border-radius:12px!important;box-shadow:none!important}
  .forecast-day{border-radius:12px!important;box-shadow:none!important}
  .deep-weather-disclosure{border-radius:12px!important;box-shadow:none!important}
  .quick-watch-actions a{border-radius:6px!important}
  .badge{border-radius:6px!important}
}

/* prod76-ui5 - actual weather can visually override stale model language */
.weather-overview[data-mood="storm"] .weather-now-copy b{color:#9f3f39}


/* prod76-ui6 - two audiences: traveler surface + technical workspace */
.customer-weather-block{margin-top:12px;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);overflow:hidden}
.customer-weather-kicker{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:14px 20px 4px}
.customer-weather-kicker span{font-size:9px;font-weight:900;letter-spacing:.15em;color:#1d789e}
.customer-weather-kicker small{font-size:8px;color:#7e909a;text-align:right}
.customer-weather-block>.weather-overview,.customer-weather-block>.today-decision-panel{margin:0;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}
.customer-weather-block>.today-decision-panel{border-top:1px solid #e4ecef!important}
.section-intro-spaced+.actual-panel{margin-top:10px}
.technical-point-control{padding:16px 0 10px}
.technical-subhead{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}
.technical-subhead h3{margin:3px 0 0;font-size:16px;color:#234e65}
.technical-subhead small{font-size:8px;color:#7f919b}
.technical-point-tabs{display:flex;gap:6px;overflow-x:auto;padding:8px 0 4px;scrollbar-width:none}
.technical-point-tabs::-webkit-scrollbar{display:none}
.technical-point-tabs button{white-space:nowrap;border:1px solid #dbe6eb;background:#fff;padding:7px 10px;border-radius:8px;font:inherit;font-size:9px;font-weight:800;color:#607a89}
.technical-point-tabs button.active{background:#153f57;color:#fff;border-color:#153f57}
.technical-freshness{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:3px 0 14px}
.technical-freshness span{border:1px solid #e1e9ed;background:#f8fbfc;padding:9px;border-radius:9px}
.technical-freshness b,.technical-freshness em{display:block}.technical-freshness b{font-size:8px;color:#718691}.technical-freshness em{margin-top:3px;font-size:8px;font-style:normal;font-weight:800;color:#2e6077}.technical-freshness em.stale{color:#a64a3f}
.technical-72-intro{margin-top:12px}
.technical-point-forecast-panel{margin-top:14px}
.technical-table-shell{overflow:auto;max-height:520px;border:1px solid #e2eaee;border-radius:10px}
.technical-point-table{width:100%;min-width:720px;border-collapse:collapse;font-size:9px}
.technical-point-table th,.technical-point-table td{padding:9px 10px;border-bottom:1px solid #edf1f3;text-align:left;white-space:nowrap}
.technical-point-table th{position:sticky;top:0;background:#f5f9fb;z-index:1;color:#5b7483}
.technical-region-forecast{margin-top:16px}
.deep-weather-body>.decision-strip{margin-top:14px}
@media(max-width:720px){
  .customer-weather-block{border-radius:12px;box-shadow:none}
  .customer-weather-kicker{padding:11px 13px 2px}.customer-weather-kicker small{display:none}
  .customer-weather-block .weather-overview,.customer-weather-block .today-decision-panel{padding-left:13px!important;padding-right:13px!important}
  .technical-freshness{grid-template-columns:1fr 1fr}
  .technical-subhead{align-items:flex-start}.technical-subhead small{max-width:130px;text-align:right}
}


/* prod76-ui7 - public point-level time slots inside each 10-day day */
.today-mini{grid-template-columns:1fr 1fr}
.forecast-day[role="button"]{cursor:pointer;position:relative}
.forecast-day[role="button"]:focus-visible{outline:2px solid #1f789e;outline-offset:2px}
.forecast-day-open{display:block;margin-top:7px;font-size:7px;font-style:normal;font-weight:850;color:#26728f}
.forecast-day.selected .forecast-day-open{color:#173f57}
.forecast-day-detail{margin:12px 0 2px;padding:14px;border:1px solid #dce7ec;border-radius:14px;background:#f8fbfc}
.forecast-day-detail[hidden]{display:none}
.forecast-day-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.forecast-day-detail-head h3{margin:3px 0 0;font-size:16px;color:#234e65}
.forecast-day-detail-head button{border:0;background:transparent;padding:2px 5px;font-size:22px;line-height:1;color:#78909c;cursor:pointer}
.forecast-day-detail>p{margin:7px 0 10px;font-size:8px;line-height:1.45;color:#718690}
.forecast-day-detail-slots{display:flex;gap:8px;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}
.forecast-day-detail-slots::-webkit-scrollbar{display:none}
.forecast-hour-slot{flex:0 0 142px;border:1px solid #e0e8ec;border-radius:10px;background:#fff;padding:10px}
.forecast-hour-slot header{display:flex;align-items:center;justify-content:space-between;gap:8px}
.forecast-hour-slot time{font-size:10px;font-weight:900;color:#31576b}
.forecast-hour-slot header span{font-size:23px}
.forecast-hour-slot>strong{display:block;margin:5px 0 8px;font-size:20px;color:#173f57}
.forecast-hour-slot>div{display:grid;gap:5px}
.forecast-hour-slot>div span{display:flex;justify-content:space-between;gap:7px;font-size:7.5px}
.forecast-hour-slot>div b{color:#728792}.forecast-hour-slot>div em{font-style:normal;font-weight:800;color:#31576b;text-align:right}
.forecast-day-detail-empty{padding:12px;font-size:9px;color:#778c97}
@media(max-width:720px){
  .today-mini{grid-template-columns:1fr 1fr}
  .forecast-day-open{font-size:8px}
  .forecast-day-detail{margin:9px -3px 0;padding:11px;border-radius:10px}
  .forecast-hour-slot{flex-basis:132px;padding:9px}
}


/* prod76-ui8 - 10-day starts tomorrow; desktop horizontal navigation */
.forecast-day-ribbon-shell{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:6px}
.forecast-day-ribbon-shell .forecast-day-ribbon{min-width:0;margin:10px 0 12px}
.forecast-day-nav{width:32px;height:44px;border:1px solid #dce6eb;background:#fff;border-radius:8px;font:inherit;font-size:25px;line-height:1;color:#31576b;cursor:pointer;display:grid;place-items:center}
.forecast-day-nav:hover{background:#f2f7f9}
@media(max-width:720px){
  .forecast-day-ribbon-shell{display:block}
  .forecast-day-nav{display:none}
  .forecast-day-ribbon-shell .forecast-day-ribbon{margin-right:-8px!important}
}


/* ui9 - field feedback + actual before 10-day; technical duplicate removed */
.field-feedback-panel{margin-top:14px}
.field-feedback-head{align-items:flex-end}
.feedback-point-label{font-size:9px;font-weight:900;color:#174c66;background:#eef7fa;border:1px solid #d7e9ef;padding:6px 9px;border-radius:8px}
.field-feedback-panel .feedback-actions{margin-top:10px}
.field-feedback-panel .feedback-actions button{border-radius:8px}
.actual-panel{margin-top:9px}
.deep-weather-body>.technical-point-control{margin-top:4px}
.deep-weather-body>.now-advanced{margin-top:14px}
.deep-weather-body>.technical-region-forecast{margin-top:18px}
.deep-weather-body>.two-col{margin-top:18px}
.deep-weather-body>.decision-strip{margin-top:18px}
@media(max-width:720px){
  .field-feedback-panel{margin-top:10px}
  .field-feedback-head{align-items:flex-start}
  .feedback-point-label{background:transparent;border:0;padding:0}
  .field-feedback-panel .feedback-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
  .field-feedback-panel .feedback-actions button{min-height:38px;padding:8px 6px}
}

/* prod76-ui9 - feedback follows selected point; technical reading order */
.feedback-point-label{background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;box-shadow:none!important;color:#6f8794!important;font-size:8px!important;font-weight:750!important}
.deep-weather-body>.now-advanced{margin:10px 0 14px}
.deep-weather-body>.number-guide{margin-top:16px}
.deep-weather-body>.technical-region-forecast{margin-top:16px}
@media(max-width:720px){
  .field-feedback-head{align-items:flex-start}
  .feedback-point-label{margin-top:2px!important}
}

/* UI10: technical workspace order - choose point, freshness, 72h, point forecast, current marine, regional forecast, AQI/tide, data health */
.technical-current-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:16px 0 7px}.technical-current-head small{font-size:9px;color:#788c98;text-align:right}.deep-weather-body>.now-advanced{margin-top:2px}.technical-current-head+.now-advanced{margin-top:0}
@media(max-width:720px){.technical-current-head{display:block}.technical-current-head small{display:block;margin-top:4px;text-align:left}}

/* Weather field guide */
.weather-field-guide{margin:18px 0;background:linear-gradient(135deg,#f3fbf8,#f5f9ff)!important;border-color:#d7e9e4!important}.weather-field-guide .panel-head h2{margin:3px 0;color:#164c49}.weather-guide-intro,.weather-guide-note{max-width:850px;color:#536f70;font-size:13px;line-height:1.65}.weather-field-guide img{display:block;width:min(100%,900px);height:auto;margin:16px auto;border-radius:18px}.weather-guide-note{margin:0 auto 4px}

/* Weather field guide */
.weather-field-guide{margin:18px 0;background:linear-gradient(135deg,#f3fbf8,#f5f9ff)!important;border-color:#d7e9e4!important}.weather-field-guide .panel-head h2{margin:3px 0;color:#164c49}.weather-guide-intro,.weather-guide-note{max-width:850px;color:#536f70;font-size:13px;line-height:1.65}.weather-field-guide img{display:block;width:min(100%,900px);height:auto;margin:16px auto;border-radius:18px}.weather-guide-note{margin:0 auto 4px}


/* Gust card layout fix: the older three-column desktop fact row allocated
   a separate auto column to a long source label. At narrow desktop widths
   it collapsed "Gió giật tại điểm" into vertically stacked characters.
   Keep the source/valid time on its own full-width line. */
.weather-overview .weather-now-facts{
  display:flex;
  flex-direction:column;
  align-self:stretch;
  min-width:0;
  gap:0;
}
.weather-overview .weather-now-facts>div{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  column-gap:12px;
  row-gap:6px;
  align-items:center;
  min-width:0;
}
.weather-overview .weather-now-facts>div>span{
  grid-column:1;
  grid-row:1;
  min-width:0;
  font-size:12px;
  line-height:1.35;
  word-break:normal;
  overflow-wrap:normal;
  white-space:normal;
}
.weather-overview .weather-now-facts>div>b{
  grid-column:2;
  grid-row:1;
  justify-self:end;
  font-size:23px;
  line-height:1.15;
  white-space:nowrap;
  font-variant-numeric:tabular-nums;
}
.weather-overview .weather-now-facts>div>small{
  grid-column:1/-1;
  grid-row:2;
  display:block;
  min-width:0;
  max-width:100%;
  font-size:11px;
  line-height:1.45;
  word-break:normal;
  overflow-wrap:break-word;
}
@media(max-width:980px){
  .weather-overview .weather-overview-main{
    grid-template-columns:minmax(0,1fr);
  }
  .weather-overview .weather-now-facts{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:9px;
    padding-left:0;
    border-left:0;
  }
  .weather-overview .weather-now-facts>div{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap:7px;
    min-width:0;
    padding:12px;
    border:1px solid rgba(31,72,88,.10);
    border-radius:14px;
    background:#f8fbfb;
  }
  .weather-overview .weather-now-facts>div>span{
    font-size:12px;
    line-height:1.4;
  }
  .weather-overview .weather-now-facts>div>b{
    align-self:flex-start;
    font-size:25px;
  }
  .weather-overview .weather-now-facts>div>small{
    font-size:11px;
    line-height:1.45;
  }
  .weather-overview .weather-now-facts>div.weather-gust-fact{
    background:#fffaf0!important;
  }
}
@media(max-width:380px){
  .weather-overview .weather-now-facts{gap:7px}
  .weather-overview .weather-now-facts>div{padding:10px}
  .weather-overview .weather-now-facts>div>span{font-size:11.5px}
  .weather-overview .weather-now-facts>div>small{font-size:10.5px}
}

/* Detailed alerts: retain all active notices without overwhelming the hero. */
.quick-watch-more{margin-top:10px;border:1px solid #d7e4e8;border-radius:12px;background:#f7fafb;padding:10px}
.quick-watch-more summary{cursor:pointer;font-size:12px;font-weight:750;color:#275269;line-height:1.5;list-style:revert}
.quick-watch-more[open] summary{margin-bottom:10px}
.quick-watch-more .quick-watch-list{display:grid;gap:8px}
.quick-watch-item small{font-size:10px;line-height:1.45;letter-spacing:.03em}
.quick-watch-item b{font-size:13px;line-height:1.45}
.quick-watch-item p{font-size:11.5px;line-height:1.55}
.quick-watch-foot{font-size:10.5px;line-height:1.5}
@media(max-width:640px){.quick-watch-item b{font-size:12.5px}.quick-watch-item p{font-size:11px}.quick-watch-more summary{font-size:11.5px}}

/* Delayed model reference is informative, never a green safe-to-go card. */
.today-reference-notice{grid-column:1/-1;display:grid;gap:6px;padding:14px 16px;border:1px solid #e7d29b;border-radius:14px;background:#fff9eb;color:#76541c}
.today-reference-notice b{font-size:14px;line-height:1.4}
.today-reference-notice span{font-size:12px;line-height:1.55}
.today-decision-card.reference-only{background:#fafafa;border:1px dashed #c6d2d8;box-shadow:none}
.today-decision-card.reference-only b{color:#76541c;font-size:12px}
.today-decision-card.reference-only .today-mini{color:#354a59}


/* Restore legible forecast cards on narrow iPhones; stale data is a compact
   status, not an enormous set of empty-looking columns. */
.today-decision-panel .today-decision-strip{
  display:flex;
  align-items:stretch;
  gap:10px;
  overflow-x:auto;
  overflow-y:hidden;
  max-width:100%;
  scroll-snap-type:x proximity;
}
.today-decision-panel .today-decision-card{
  flex:0 0 166px;
  width:166px;
  min-width:0;
  max-width:166px;
  height:auto!important;
  min-height:0!important;
  align-self:stretch;
  padding:13px;
  box-sizing:border-box;
}
.today-decision-panel .today-decision-card .today-weather-icon{
  height:43px;
  min-height:43px;
  font-size:32px;
}
.today-decision-panel .today-decision-card .today-mini{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px 8px;
}
.today-decision-panel .today-decision-card .today-mini span{
  font-size:11px;
  line-height:1.4;
  overflow-wrap:break-word;
}
.today-decision-panel .today-reference-notice{
  width:100%;
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:15px;
  box-sizing:border-box;
  border:1px dashed #c9d9e2;
  border-radius:16px;
  background:#f7fafb;
}
.today-decision-panel .today-reference-symbol{font-size:28px;line-height:1.2}
.today-decision-panel .today-reference-notice b{font-size:14px;line-height:1.45}
.today-decision-panel .today-reference-notice span{font-size:12px;line-height:1.55}
@media(max-width:640px){
  .today-decision-panel .today-decision-card{flex-basis:158px;width:158px;max-width:158px}
  .today-decision-panel .today-decision-head{align-items:flex-start}
  .today-decision-panel .today-engine-badge{max-width:100%;overflow-wrap:break-word}
}
