:root{--ink:#10233f;--muted:#68758a;--line:#dce3eb;--paper:#f4f6f8;--navy:#132a49;--gold:#f3b61f;color:var(--ink);background:var(--paper);font-family:Arial,sans-serif}*{box-sizing:border-box}body{margin:0}button{font:inherit}.league-home{background:var(--navy);border-top:5px solid var(--gold);place-items:center;min-height:100vh;padding:24px;display:grid}.league-home-card{background:#fff;border-radius:20px;width:min(620px,100%);padding:clamp(34px,7vw,62px);box-shadow:0 18px 45px #0003}.league-home-card h1{letter-spacing:-.055em;margin:0;font-size:clamp(38px,8vw,62px);line-height:1}.league-home-card>p:not(.eyebrow){color:var(--muted);margin:20px 0 28px;line-height:1.65}.weather-link{background:var(--navy);color:#fff;border-radius:10px;gap:10px;padding:13px 17px;font-weight:750;text-decoration:none;display:inline-flex}.site-header{background:var(--navy);color:#fff;border-bottom:4px solid var(--gold)}.header-inner{justify-content:space-between;align-items:center;gap:20px;max-width:1040px;margin:auto;padding:22px 24px;display:flex}.eyebrow{letter-spacing:.19em;color:#f6c849;margin:0 0 5px;font-size:11px;font-weight:800}.eyebrow.dark{color:#7d8998}.site-header h1{letter-spacing:-.035em;margin:0;font-size:clamp(24px,4vw,34px)}.refresh-button{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff47;border-radius:10px;padding:10px 15px;font-weight:700}.refresh-button:disabled{opacity:.65}.page-shell{max-width:1040px;margin:auto;padding:26px 24px 42px}.location-bar{align-items:center;gap:12px;margin-bottom:18px;display:flex}.location-bar strong,.location-bar span{display:block}.location-bar div span{color:var(--muted);margin-top:2px;font-size:12px}.pin{width:30px;height:30px;color:var(--navy);background:#e3e8ee;border-radius:50%;place-items:center;font-size:10px;display:grid}.authority-notice{border:1px solid #d9c06a;border-left:4px solid var(--gold);color:#564713;background:#fff9df;border-radius:9px;gap:12px;margin:0 0 18px;padding:12px 15px;font-size:12px;line-height:1.5;display:flex}.authority-notice strong{flex:none}.authority-notice span{color:#6c5c25}.hero-card{border-radius:20px;justify-content:space-between;align-items:center;gap:40px;min-height:260px;padding:clamp(28px,5vw,48px);display:flex;box-shadow:0 14px 36px #142a4921}.hero-card.normal{color:#fff;background:linear-gradient(130deg,#0a6749,#0b7d5b)}.hero-card.caution{color:#332805;background:linear-gradient(130deg,#efd45a,#f3b61f)}.hero-card.warning{color:#2e1604;background:linear-gradient(130deg,#e37516,#f39b21)}.hero-card.danger{color:#fff;background:linear-gradient(130deg,#a91d2b,#d1303f)}.decision-label{letter-spacing:.16em;opacity:.78;margin:0 0 10px;font-size:12px;font-weight:800}.decision-copy h2{letter-spacing:-.055em;margin:0;font-size:clamp(36px,7vw,62px);line-height:.98}.decision-copy>p:not(.decision-label){margin:15px 0 0;font-size:17px;font-weight:650}.source-count{background:#ffffff29;border-radius:7px;margin-top:24px;padding:7px 11px;font-size:12px;font-weight:650;display:inline-block}.feels-like{text-align:center;border-left:1px solid #ffffff4d;min-width:190px;padding-left:42px}.feels-like span,.feels-like small{letter-spacing:.14em;opacity:.75;font-size:10px;font-weight:800;display:block}.feels-like strong{letter-spacing:-.08em;font-size:clamp(72px,11vw,108px);line-height:.92;display:block}.metrics{grid-template-columns:repeat(3,1fr);gap:12px;margin:18px 0 32px;display:grid}.metrics article,.rules-section,.sources-section{border:1px solid var(--line);background:#fff;border-radius:14px;padding:20px 22px}.metrics span,.metrics small{color:var(--muted);font-size:12px;font-weight:650;display:block}.metrics strong{margin:4px 0 1px;font-size:34px;display:block}.metrics em{font-size:14px;font-style:normal}.rules-section,.sources-section{border-radius:16px;margin-top:16px;padding:26px}.section-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:20px;display:flex}.section-heading.compact{margin-bottom:12px}.section-heading h2{margin:0;font-size:22px}.section-heading>span{max-width:270px;color:var(--muted);text-align:right;font-size:12px}.rule-list{border:1px solid var(--line);border-radius:10px;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.rule{border-top:5px solid;padding:17px}.rule+.rule{border-left:1px solid var(--line)}.rule strong,.rule span{display:block}.rule span{color:var(--muted);margin-top:6px;font-size:12px}.green{border-color:#138461}.yellow{border-color:#f0c426}.orange{border-color:#e77c17}.red{border-color:#c52a3a}.source-table{border-top:1px solid var(--line)}.source-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(190px,1.5fr) repeat(3,1fr);gap:16px;padding:14px 0;font-size:13px;display:grid}.source-row span,.method-note,footer{color:var(--muted)}.method-note{font-size:12px;line-height:1.6}footer{justify-content:space-between;padding:18px 2px 0;font-size:11px;display:flex}.error-message{color:#8c1f2c;background:#fee5e8;border-radius:9px;margin-bottom:16px;padding:13px 16px}.loading-card{background:#fff;flex-direction:column;justify-content:center}.loader{border:4px solid #dbe3ec;border-top-color:var(--navy);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=720px){.header-inner,.page-shell{padding-left:17px;padding-right:17px}.hero-card{flex-direction:column;align-items:stretch;gap:28px;min-height:0}.feels-like{text-align:left;border-top:1px solid #ffffff4d;border-left:0;padding:25px 0 0}.feels-like strong{font-size:84px}.metrics{grid-template-columns:1fr}.rule-list,.source-row{grid-template-columns:1fr 1fr}.source-row strong{grid-column:1/-1}.section-heading{flex-direction:column;align-items:start}.section-heading>span{text-align:left}.authority-notice{flex-direction:column;gap:4px}}@media (width<=420px){.rule-list{grid-template-columns:1fr}.rule+.rule{border-left:0}footer{flex-direction:column;gap:12px}}
