/* UBTAC Hog Weather Advisor – front-end presentation */
.uhwa,
.uhwa * { box-sizing: border-box; }
.uhwa { 
  --uhwa-ink: #11333a;
  --uhwa-muted: #60757a;
  --uhwa-line: #dce8e4;
  --uhwa-soft: #f5f9f7;
  --uhwa-card: #ffffff;
  --uhwa-green: #176e53;
  --uhwa-green-dark: #0f4d3c;
  --uhwa-mint: #dceee5;
  --uhwa-gold: #dfab32;
  --uhwa-red: #a93c37;
  --uhwa-orange: #bc6e17;
  --uhwa-blue: #2f6e9f;
  font-family: inherit;
  color: var(--uhwa-ink);
  line-height: 1.5;
  margin: 0 auto;
  max-width: 1220px;
}
.uhwa button,
.uhwa input { font: inherit; }
.uhwa button { cursor: pointer; }
.uhwa button:focus-visible,
.uhwa a:focus-visible,
.uhwa input:focus-visible { outline: 3px solid rgba(223,171,50,.7); outline-offset: 3px; }
.uhwa-shell { overflow: hidden; border: 1px solid #e5eeeb; border-radius: 22px; background: #fff; box-shadow: 0 14px 46px rgba(17,51,58,.08); }
.uhwa-hero { position: relative; overflow: hidden; padding: 28px 34px 34px; color: #fff; background: radial-gradient(circle at 88% 5%, rgba(223,171,50,.28), transparent 28%), radial-gradient(circle at 4% 94%, rgba(91,182,139,.22), transparent 34%), linear-gradient(128deg, var(--uhwa-green-dark), #176e53 63%, #155d4b); }
.uhwa-hero::before, .uhwa-hero::after { content: ""; position: absolute; border-radius: 999px; opacity: .2; pointer-events: none; }
.uhwa-hero::before { width: 280px; height: 280px; border: 1px solid #fff; top: -180px; right: -72px; }
.uhwa-hero::after { width: 340px; height: 340px; border: 1px solid rgba(255,255,255,.65); bottom: -286px; left: 18%; }
.uhwa-hero__topline { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.uhwa-brand-mark { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid rgba(255,255,255,.5); border-radius: 9px; }
.uhwa-brand-mark svg { width: 19px; height: 19px; fill: none; stroke: #fff; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.uhwa-hero__content { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-top: 26px; }
.uhwa h1, .uhwa h2, .uhwa h3, .uhwa h4, .uhwa p { margin-top: 0; }
.uhwa h1 { margin-bottom: 9px; color: #fff; font-size: clamp(29px, 4vw, 43px); letter-spacing: -.035em; line-height: 1.05; }
.uhwa-hero p { max-width: 570px; margin-bottom: 0; color: rgba(255,255,255,.86); font-size: 16px; }
.uhwa-hero__trust { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 9px; padding: 10px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(7,44,33,.24); color: rgba(255,255,255,.9); font-size: 12px; font-weight: 700; white-space: nowrap; }
.uhwa-dot { width: 7px; height: 7px; border-radius: 50%; background: #a8e270; box-shadow: 0 0 0 4px rgba(168,226,112,.14); }
.uhwa-location-panel { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(240px, 1fr) auto; gap: 19px 24px; margin: -1px 22px 0; padding: 19px 20px; border: 1px solid #dceae5; border-radius: 0 0 16px 16px; background: #fbfefc; }
.uhwa-location-current { display: flex; min-width: 0; align-items: flex-start; gap: 11px; }
.uhwa-location-icon { display: grid; flex: 0 0 auto; place-items: center; width: 35px; height: 35px; border-radius: 11px; background: #d9eee5; color: var(--uhwa-green); font-size: 22px; line-height: 1; }
.uhwa-eyebrow, .uhwa-card-kicker { display: block; color: var(--uhwa-green); font-size: 10px; font-weight: 800; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
.uhwa-location-current strong { display: block; overflow: hidden; margin: 2px 0 2px; color: var(--uhwa-ink); font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.uhwa-location-current small { display: block; color: var(--uhwa-muted); font-size: 12px; line-height: 1.35; }
.uhwa-location-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.uhwa-button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 39px; padding: 9px 12px; border: 1px solid transparent; border-radius: 10px; font-size: 13px; font-weight: 750; line-height: 1.1; transition: .18s ease; }
.uhwa-button--primary { background: var(--uhwa-green); color: #fff; }
.uhwa-button--primary:hover { background: var(--uhwa-green-dark); transform: translateY(-1px); }
.uhwa-button--ghost { border-color: #cce1d8; background: #fff; color: var(--uhwa-green-dark); }
.uhwa-button--ghost:hover:not(.disabled) { background: #edf7f1; }
.uhwa-button.disabled { cursor: not-allowed; opacity: .45; }
.uhwa-location-search { position: relative; display: flex; grid-column: 1 / -1; align-items: center; min-height: 46px; border: 1px solid #cfe0d9; border-radius: 11px; background: #fff; }
.uhwa-location-search input { width: 100%; min-width: 0; border: 0; border-radius: 11px; background: transparent; color: var(--uhwa-ink); padding: 12px 48px 12px 14px; outline: none; font-size: 14px; }
.uhwa-location-search input::placeholder { color: #8da09e; }
.uhwa-search-button { position: absolute; right: 5px; display: grid; place-items: center; width: 36px; height: 36px; border: 0; border-radius: 9px; background: #edf6f1; color: var(--uhwa-green); }
.uhwa-search-button:hover { background: #dceee5; }
.uhwa-search-button svg { width: 18px; height: 18px; fill: currentColor; }
.uhwa-search-results { position: absolute; z-index: 15; top: calc(100% + 6px); right: 0; left: 0; overflow: hidden; border: 1px solid #d2e1dc; border-radius: 11px; background: #fff; box-shadow: 0 12px 30px rgba(20,58,51,.16); }
.uhwa-search-results button { display: flex; width: 100%; align-items: center; gap: 10px; border: 0; border-bottom: 1px solid #edf2f0; background: #fff; color: var(--uhwa-ink); padding: 11px 14px; text-align: left; }
.uhwa-search-results button:last-child { border-bottom: 0; }
.uhwa-search-results button:hover { background: #f3faf6; }
.uhwa-search-results button span { color: var(--uhwa-green); font-size: 17px; }
.uhwa-search-results strong { font-size: 13px; }
.uhwa-search-loading, .uhwa-search-empty { padding: 13px 14px; color: var(--uhwa-muted); font-size: 13px; }
.uhwa-saved-farms { display: flex; grid-column: 1 / -1; flex-wrap: wrap; align-items: center; gap: 7px; color: var(--uhwa-muted); font-size: 12px; }
.uhwa-saved-farm { border: 1px solid #cce1d8; border-radius: 999px; background: #fff; color: var(--uhwa-green-dark); padding: 5px 9px; font-size: 12px; font-weight: 650; }
.uhwa-saved-farm:hover { background: #eaf5ef; }
.uhwa-loading { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 285px; padding: 30px; color: var(--uhwa-muted); text-align: left; }
.uhwa-loading[hidden] { display: none; }
.uhwa-loading strong, .uhwa-loading span { display: block; }
.uhwa-loading strong { color: var(--uhwa-ink); font-size: 15px; }
.uhwa-loading span:last-child { margin-top: 2px; font-size: 13px; }
.uhwa-loader { width: 30px; height: 30px; border: 3px solid #d3e6dd; border-top-color: var(--uhwa-green); border-radius: 50%; animation: uhwa-spin .9s linear infinite; }
@keyframes uhwa-spin { to { transform: rotate(360deg); } }
.uhwa-message { margin: 22px; padding: 13px 15px; border: 1px solid #f0c7c4; border-radius: 11px; background: #fff4f3; color: #89312d; font-size: 14px; font-weight: 600; }
.uhwa-message[hidden] { display: none; }
.uhwa-message.is-error { border-color: #efc1bd; background: #fff3f2; color: #8d302b; }
.uhwa-content { padding: 27px 26px 25px; background: linear-gradient(180deg,#fff 0,#f9fcfa 100%); }
.uhwa-overview { display: grid; grid-template-columns: 1.05fr 1fr 1.05fr; gap: 15px; }
.uhwa-overview > article { min-height: 210px; border-radius: 16px; }
.uhwa-risk-card { position: relative; overflow: hidden; padding: 21px; color: #fff; background: linear-gradient(135deg, #447c67, #27634e); }
.uhwa-risk-card::after { content:""; position:absolute; width:145px; height:145px; border:1px solid rgba(255,255,255,.24); border-radius:50%; right:-57px; bottom:-71px; }
.uhwa-risk-card.is-risk-1 { background: linear-gradient(135deg,#417f81,#24656c); }
.uhwa-risk-card.is-risk-2 { background: linear-gradient(135deg,#b17a24,#94611c); }
.uhwa-risk-card.is-risk-3 { background: linear-gradient(135deg,#b85c20,#9b3f1e); }
.uhwa-risk-card.is-risk-4 { background: linear-gradient(135deg,#a8423b,#792f30); }
.uhwa-risk-card .uhwa-card-kicker { color: rgba(255,255,255,.72); }
.uhwa-risk-card__value { position: relative; z-index:1; margin: 20px 0 3px; font-size: 31px; font-weight: 800; letter-spacing: -.04em; line-height: 1; }
.uhwa-risk-card p { position: relative; z-index:1; margin-bottom: 13px; color: rgba(255,255,255,.88); font-size: 13px; }
.uhwa-risk-card__chips { position: relative; z-index:1; display: flex; flex-wrap: wrap; gap: 5px; }
.uhwa-risk-chip { border: 1px solid rgba(255,255,255,.24); border-radius: 999px; background: rgba(255,255,255,.12); color:#fff; padding: 3px 7px; font-size: 10px; font-weight: 750; }
.uhwa-now-card, .uhwa-today-card { padding: 20px; border: 1px solid #e2ece8; background: var(--uhwa-card); }
.uhwa-now-card .uhwa-card-kicker, .uhwa-today-card .uhwa-card-kicker { margin-bottom: 14px; }
.uhwa-now-main { display: flex; align-items: center; min-height: 74px; gap: 7px; }
.uhwa-weather-icon { width: 49px; color: var(--uhwa-gold); font-size: 42px; line-height: 1; text-align: center; }
.uhwa-now-main strong { color: var(--uhwa-ink); font-size: 53px; font-weight: 800; letter-spacing: -.07em; line-height: .9; }
.uhwa-now-main > span:last-child { align-self: flex-start; margin-top: 9px; color: var(--uhwa-muted); font-size: 16px; font-weight: 700; }
.uhwa-condition { overflow: hidden; margin-top: 8px; color: #466169; font-size: 13px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.uhwa-now-meta { display: flex; flex-wrap: wrap; gap: 6px 15px; margin-top: 13px; padding-top: 12px; border-top: 1px solid #edf2f0; color: var(--uhwa-muted); font-size: 11px; }
.uhwa-now-meta strong { color: var(--uhwa-ink); font-size: 13px; }
.uhwa-today-summary { min-height: 45px; color: var(--uhwa-ink); font-size: 18px; font-weight: 760; line-height: 1.15; }
.uhwa-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 10px; margin: 20px 0 0; }
.uhwa-metrics div:last-child { grid-column: 1 / -1; }
.uhwa-metrics dt { color: var(--uhwa-muted); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.uhwa-metrics dd { margin: 3px 0 0; color: var(--uhwa-ink); font-size: 15px; font-weight: 790; }
.uhwa-metrics i { color: #a3b6b2; font-style: normal; }
.uhwa-time-status { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:12px; margin-top:15px; }
.uhwa-time-status__card { min-width:0; padding:14px 15px; border:1px solid #dce9e3; border-radius:14px; background:linear-gradient(135deg,#f7fbf8,#fff); }
.uhwa-time-status__card--clock { border-color:#c8e2d5; background:linear-gradient(135deg,#edf8f1,#fbfefa); }
.uhwa-time-status__card--location { border-color:#d8e2ef; background:linear-gradient(135deg,#f4f8fd,#fff); }
.uhwa-time-status__card .uhwa-eyebrow { margin-bottom:6px; }
.uhwa-time-status__card strong { display:block; overflow:hidden; color:var(--uhwa-ink); font-size:17px; font-weight:800; letter-spacing:-.02em; text-overflow:ellipsis; white-space:nowrap; }
.uhwa-time-status__card--clock strong { color:var(--uhwa-green-dark); font-variant-numeric:tabular-nums; }
.uhwa-time-status__card--location strong { color:#294f7a; }
.uhwa-time-status__card small { display:block; margin-top:5px; color:var(--uhwa-muted); font-size:11px; line-height:1.42; }
.uhwa-notices { display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: center; margin-top: 20px; padding: 17px 18px; border: 1px solid #cce4d8; border-radius: 15px; background: linear-gradient(90deg,#eef8f1,#fbfefa); }
.uhwa-notices__icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #d5eddf; color: var(--uhwa-green); font-size: 19px; font-weight: 900; }
.uhwa-notices .uhwa-eyebrow { font-size: 9px; }
.uhwa-notices strong { display: block; margin: 3px 0; color: var(--uhwa-ink); font-size: 14px; }
.uhwa-notices p { margin-bottom: 0; color: #4f6666; font-size: 12px; line-height: 1.42; }
.uhwa-notices__detail { margin-top: 5px !important; color: #6a7c7d !important; }
.uhwa-notices__links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.uhwa-notices__links a { border: 1px solid #bbdacb; border-radius: 999px; background:#fff; color: var(--uhwa-green-dark); padding: 6px 9px; font-size: 11px; font-weight: 750; text-decoration: none; }
.uhwa-notices__links a:hover { background:#e8f5ed; }
.uhwa-priority-section, .uhwa-stage-section, .uhwa-forecast-section { margin-top: 35px; }
.uhwa-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 15px; }
.uhwa-section-heading--stack { align-items: flex-start; }
.uhwa-section-heading h2, .uhwa-checklist-card h2 { margin: 3px 0 0; color: var(--uhwa-ink); font-size: clamp(21px,2.8vw,27px); letter-spacing: -.035em; line-height: 1.1; }
.uhwa-section-heading--stack p { max-width: 475px; margin: 3px 0 0; color: var(--uhwa-muted); font-size: 13px; }
.uhwa-refresh { display: inline-flex; align-items: center; gap: 6px; border: 1px solid #d0e1da; border-radius: 8px; background: #fff; color: var(--uhwa-green-dark); padding: 7px 9px; font-size: 12px; font-weight: 750; }
.uhwa-refresh:hover { background: #eff8f3; }
.uhwa-lead { max-width: 950px; margin: 0 0 17px; color: #4d6569; font-size: 15px; }
.uhwa-priority-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.uhwa-priority-card { display: flex; min-width: 0; align-items:flex-start; gap: 11px; padding: 15px; border: 1px solid #e1ebe7; border-radius: 14px; background:#fff; box-shadow: 0 3px 12px rgba(22,64,51,.03); }
.uhwa-priority-icon { display: grid; flex: 0 0 auto; place-items:center; width: 32px; height: 32px; border-radius: 10px; background:#e5f2eb; color: var(--uhwa-green); font-size: 18px; font-weight: 800; }
.uhwa-icon-rain { background: #e5f0fa; color:#2f6e9f; }
.uhwa-icon-wind { background:#eef1f2; color:#537077; }
.uhwa-icon-piglet { background:#f7ead6; color:#a56327; }
.uhwa-priority-card h3 { margin: 0 0 5px; color: var(--uhwa-ink); font-size: 13px; line-height:1.2; }
.uhwa-priority-card p { margin:0; color: var(--uhwa-muted); font-size: 12px; line-height: 1.45; }
.uhwa-urgent { margin-top: 14px; border-left:4px solid #b84c3a; border-radius: 6px; background: #fff3ef; color:#873a2c; padding: 10px 12px; font-size: 13px; font-weight: 650; }
.uhwa-stage-tabs { display: flex; overflow: auto; gap: 7px; margin: 17px 0 13px; padding-bottom: 3px; scrollbar-width: thin; }
.uhwa-stage-tab { flex:0 0 auto; border:1px solid #d6e3de; border-radius:999px; background:#fff; color:#49656a; padding:9px 12px; font-size:12px; font-weight:750; white-space:nowrap; }
.uhwa-stage-tab:hover { border-color:#a9c9bb; background:#f4faf6; }
.uhwa-stage-tab.is-active { border-color:var(--uhwa-green); background:var(--uhwa-green); color:#fff; }
.uhwa-stage-card { overflow:hidden; border:1px solid #dfeae5; border-radius:16px; background:#fff; }
.uhwa-stage-card > header { display:flex; gap:13px; align-items:flex-start; padding:20px 20px 17px; border-bottom:1px solid #e7efeb; background:linear-gradient(110deg,#f1f8f4,#fbfdfc); }
.uhwa-stage-mini { display:grid; flex:0 0 auto; place-items:center; width:36px; height:36px; border-radius: 11px; background:var(--uhwa-green); color:#fff; font-size:20px; }
.uhwa-stage-card h3 { margin:0 0 3px; color:var(--uhwa-ink); font-size:21px; letter-spacing:-.03em; }
.uhwa-stage-card header p { margin:0; color:var(--uhwa-muted); font-size:13px; }
.uhwa-stage-sections { display:grid; grid-template-columns: repeat(3,1fr); }
.uhwa-stage-sections section { padding:19px 20px 20px; border-right:1px solid #edf1ef; }
.uhwa-stage-sections section:last-child { border-right:0; }
.uhwa-stage-sections h4 { margin:0 0 10px; color:var(--uhwa-green-dark); font-size:12px; font-weight:800; letter-spacing:.035em; }
.uhwa-stage-sections ul { margin:0; padding:0; list-style:none; }
.uhwa-stage-sections li { position:relative; margin:0 0 9px; padding-left:14px; color:#4d676a; font-size:12.5px; line-height:1.48; }
.uhwa-stage-sections li:last-child { margin-bottom:0; }
.uhwa-stage-sections li::before { content:""; position:absolute; left:0; top:.55em; width:5px; height:5px; border-radius:50%; background:var(--uhwa-gold); }
.uhwa-lower-grid { display:grid; grid-template-columns:1.28fr .72fr; gap:14px; margin-top: 32px; }
.uhwa-hourly-card, .uhwa-checklist-card { padding:20px; border:1px solid #e0ebe6; border-radius:16px; background:#fff; }
.uhwa-hourly-card .uhwa-section-heading { margin-bottom:13px; }
.uhwa-hourly-card .uhwa-section-heading h2 { font-size:21px; }
.uhwa-hourly { display:grid; grid-template-columns: repeat(6,1fr); gap:8px; }
.uhwa-hour { min-width:0; border:1px solid #e6eeeb; border-radius:10px; background:#fcfefd; padding:10px 6px; text-align:center; }
.uhwa-hour span, .uhwa-hour small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.uhwa-hour span { color:var(--uhwa-muted); font-size:10px; font-weight:750; }
.uhwa-hour b { display:block; margin:5px 0 3px; color:var(--uhwa-gold); font-size:20px; line-height:1; }
.uhwa-hour strong { display:block; color:var(--uhwa-ink); font-size:13px; }
.uhwa-hour small { margin-top:3px; color:#6e8184; font-size:9px; }
.uhwa-empty { margin:0; color:var(--uhwa-muted); font-size:13px; }
.uhwa-checklist-card { background:linear-gradient(150deg,#136249,#1a7b5c); color:#fff; }
.uhwa-checklist-card .uhwa-eyebrow { color:rgba(255,255,255,.68); }
.uhwa-checklist-card h2 { color:#fff; font-size:22px; }
.uhwa-checklist-card ul { margin:14px 0 16px; padding:0; list-style:none; }
.uhwa-checklist-card li { display:flex; align-items:flex-start; gap:8px; margin:0 0 9px; color:rgba(255,255,255,.89); font-size:12px; line-height:1.4; }
.uhwa-checklist-card li span { display:grid; flex:0 0 auto; place-items:center; width:15px; height:15px; border-radius:5px; background:rgba(255,255,255,.14); color:#b8e695; font-size:10px; font-weight:900; }
.uhwa-help-link { display:inline-flex; align-items:center; gap:6px; border:1px solid rgba(255,255,255,.28); border-radius:8px; color:#fff; padding:8px 9px; font-size:11px; font-weight:750; text-decoration:none; }
.uhwa-help-link:hover { background:rgba(255,255,255,.12); }
.uhwa-forecast-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:13px; }
.uhwa-forecast-day { position:relative; overflow:hidden; min-height:193px; border:1px solid #e0eae6; border-radius:15px; background:#fff; padding:16px; }
.uhwa-forecast-day.is-today { border-color:#c6dfd2; background:linear-gradient(150deg,#eef9f2,#fff); }
.uhwa-forecast-day > span { display:block; color:var(--uhwa-green); font-size:10px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.uhwa-forecast-day > b { display:inline-block; margin:11px 7px 7px 0; color:var(--uhwa-gold); font-size:30px; vertical-align:middle; line-height:1; }
.uhwa-forecast-day > strong { display:inline-block; color:var(--uhwa-ink); font-size:25px; letter-spacing:-.045em; vertical-align:middle; }
.uhwa-forecast-day > strong small { color:#708488; font-size:15px; font-weight:700; letter-spacing:0; }
.uhwa-forecast-day p { overflow:hidden; min-height:19px; margin:0 0 11px; color:#526a6f; font-size:12px; text-overflow:ellipsis; white-space:nowrap; }
.uhwa-forecast-day dl { display:grid; grid-template-columns:repeat(3,1fr); gap:5px; margin:0; padding-top:10px; border-top:1px solid #eaf0ed; }
.uhwa-forecast-day dt { color:#829492; font-size:9px; font-weight:700; text-transform:uppercase; }
.uhwa-forecast-day dd { margin:2px 0 0; color:var(--uhwa-ink); font-size:11px; font-weight:800; }
.uhwa-data-note { display:flex; gap:12px; align-items:flex-start; margin-top:30px; padding:14px 15px; border-radius:13px; background:#f1f5f4; color:#52696d; }
.uhwa-data-note__icon { display:grid; flex:0 0 auto; place-items:center; width:22px; height:22px; border-radius:50%; background:#d5e5df; color:#24634f; font-size:13px; font-weight:900; }
.uhwa-data-note strong { display:block; margin:1px 0 3px; color:#385459; font-size:12px; }
.uhwa-data-note p { margin:0; font-size:11px; line-height:1.45; }
.uhwa-footer { display:flex; flex-wrap:wrap; justify-content:space-between; gap:7px 20px; margin-top:17px; color:#7e9091; font-size:10px; }
.uhwa-footer a { color:#64817c; text-decoration:underline; text-underline-offset:2px; }
.uhwa-footer a:hover { color:var(--uhwa-green-dark); }
.uhwa .screen-reader-text { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(1px,1px,1px,1px); white-space:nowrap; }

@media (max-width: 1020px) {
  .uhwa-priority-grid { grid-template-columns: repeat(2, 1fr); }
  .uhwa-overview { grid-template-columns: 1fr 1fr; }
  .uhwa-risk-card { grid-column: 1 / -1; min-height: 170px !important; }
  .uhwa-stage-sections { grid-template-columns: 1fr; }
  .uhwa-stage-sections section { border-right:0; border-bottom:1px solid #edf1ef; }
  .uhwa-stage-sections section:last-child { border-bottom:0; }
}
@media (max-width: 760px) {
  .uhwa-shell { border-radius:15px; }
  .uhwa-hero { padding:23px 19px 25px; }
  .uhwa-hero__content { align-items:flex-start; flex-direction:column; gap:16px; margin-top:19px; }
  .uhwa h1 { font-size:31px; }
  .uhwa-hero p { font-size:14px; }
  .uhwa-location-panel { grid-template-columns:1fr; margin:0 12px; padding:14px; border-radius:0 0 13px 13px; }
  .uhwa-location-actions { justify-content:flex-start; }
  .uhwa-location-actions .uhwa-button { flex:1 1 0; }
  .uhwa-content { padding:20px 14px 18px; }
  .uhwa-overview { grid-template-columns:1fr; gap:11px; }
  .uhwa-overview > article { min-height:unset; }
  .uhwa-risk-card { grid-column:auto; min-height:165px !important; }
  .uhwa-time-status { grid-template-columns:1fr; gap:10px; }
  .uhwa-time-status__card strong { font-size:16px; }
  .uhwa-notices { grid-template-columns:auto 1fr; gap:10px; padding:13px; }
  .uhwa-notices__links { grid-column: 1 / -1; justify-content:flex-start; }
  .uhwa-section-heading { align-items:flex-start; flex-direction:column; gap:9px; }
  .uhwa-section-heading h2 { font-size:23px; }
  .uhwa-refresh { align-self:flex-start; }
  .uhwa-priority-grid { grid-template-columns:1fr; }
  .uhwa-lower-grid { grid-template-columns:1fr; }
  .uhwa-hourly { grid-template-columns:repeat(3,1fr); }
  .uhwa-forecast-grid { grid-template-columns:1fr; }
  .uhwa-forecast-day { min-height:0; }
  .uhwa-footer { flex-direction:column; }
}
@media (max-width: 420px) {
  .uhwa-location-actions { flex-direction:column; }
  .uhwa-location-actions .uhwa-button { width:100%; }
  .uhwa-now-main strong { font-size:46px; }
  .uhwa-metrics { gap:10px 7px; }
  .uhwa-stage-card > header { padding:15px; }
  .uhwa-stage-sections section { padding:15px; }
}

/* Optional Swine Health Risk Watch */
.uhwa-health-watch { margin-top:32px; padding:22px; border:1px solid #d9e8e0; border-radius:18px; background:linear-gradient(145deg,#fbfefc 0%,#f1f8f4 100%); }
.uhwa-health-watch[hidden] { display:none; }
.uhwa-health-watch__heading { align-items:flex-start; }
.uhwa-health-watch__heading h2 { margin:3px 0 5px; font-size:27px; letter-spacing:-.035em; }
.uhwa-health-watch__heading p { max-width:710px; margin:0; color:var(--uhwa-muted); font-size:13px; }
.uhwa-health-score { min-width:145px; padding:12px 14px; border:1px solid #cfe1d7; border-radius:12px; background:#fff; text-align:right; box-shadow:0 3px 11px rgba(19,82,59,.04); }
.uhwa-health-score span { display:block; color:#6b8180; font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.uhwa-health-score strong { display:block; margin-top:3px; color:var(--uhwa-green-dark); font-size:18px; line-height:1.1; }
.uhwa-health-score.is-risk-2 { border-color:#ead19b; background:#fffaf0; }
.uhwa-health-score.is-risk-2 strong { color:#906319; }
.uhwa-health-score.is-risk-3 { border-color:#f0c8a6; background:#fff7f1; }
.uhwa-health-score.is-risk-3 strong { color:#9a481e; }
.uhwa-health-score.is-risk-4 { border-color:#efc4c1; background:#fff4f3; }
.uhwa-health-score.is-risk-4 strong { color:#963430; }
.uhwa-health-watch__summary { margin:16px 0; padding:12px 14px; border-left:4px solid var(--uhwa-green); border-radius:7px; background:#fff; color:#405d60; font-size:13px; line-height:1.5; }
.uhwa-health-categories { display:grid; grid-template-columns:repeat(4,1fr); gap:11px; }
.uhwa-health-category { min-height:205px; padding:15px; border:1px solid #deebe5; border-radius:14px; background:#fff; }
.uhwa-health-category.is-risk-1 { border-color:#cddfe2; }
.uhwa-health-category.is-risk-2 { border-color:#edd8aa; background:#fffdf8; }
.uhwa-health-category.is-risk-3 { border-color:#efc8a5; background:#fffaf5; }
.uhwa-health-category.is-risk-4 { border-color:#efc2bf; background:#fff8f7; }
.uhwa-health-category__top { display:flex; align-items:center; justify-content:space-between; gap:7px; }
.uhwa-health-category__icon { display:grid; place-items:center; width:29px; height:29px; border-radius:9px; background:#e3f1e9; color:var(--uhwa-green); font-weight:850; }
.uhwa-health-category.is-risk-2 .uhwa-health-category__icon { background:#fbefd4; color:#987020; }
.uhwa-health-category.is-risk-3 .uhwa-health-category__icon { background:#f9e5d4; color:#a75c25; }
.uhwa-health-category.is-risk-4 .uhwa-health-category__icon { background:#f9dfde; color:#a13f3b; }
.uhwa-health-category__risk { color:#5b7275; font-size:10px; font-weight:800; letter-spacing:.05em; text-transform:uppercase; }
.uhwa-health-category h3 { margin:15px 0 6px; color:var(--uhwa-ink); font-size:14px; line-height:1.28; }
.uhwa-health-category p { margin:0 0 10px; color:#536c70; font-size:12px; line-height:1.45; }
.uhwa-health-category small { display:block; color:#7b8c8d; font-size:10px; line-height:1.42; }
.uhwa-health-actions { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin-top:14px; }
.uhwa-health-actions article { display:flex; gap:10px; align-items:flex-start; padding:13px; border:1px solid #dde9e3; border-radius:13px; background:#fff; }
.uhwa-health-actions article > span { display:grid; flex:0 0 auto; place-items:center; width:27px; height:27px; border-radius:8px; background:#e8f3ed; color:var(--uhwa-green); font-weight:850; }
.uhwa-health-actions strong { display:block; margin:1px 0 4px; color:var(--uhwa-ink); font-size:12px; line-height:1.25; }
.uhwa-health-actions p { margin:0; color:#60777a; font-size:11px; line-height:1.45; }
.uhwa-health-notices { display:grid; grid-template-columns:1fr; gap:11px; margin-top:18px; padding:15px; border:1px solid #dbe8e3; border-radius:14px; background:rgba(255,255,255,.72); }
.uhwa-health-notices > div > strong { display:block; margin-top:4px; color:var(--uhwa-ink); font-size:13px; line-height:1.4; }
.uhwa-health-notices__items { display:grid; gap:8px; }
.uhwa-health-notices__items article { display:flex; justify-content:space-between; align-items:flex-start; gap:14px; padding:12px; border-left:4px solid #6a9784; border-radius:7px; background:#fff; }
.uhwa-health-notices__items article.is-risk-2 { border-left-color:#b88428; }
.uhwa-health-notices__items article.is-risk-3 { border-left-color:#b45a22; }
.uhwa-health-notices__items article.is-risk-4 { border-left-color:#aa413a; }
.uhwa-health-notices__items span { display:block; color:#507b6c; font-size:10px; font-weight:800; letter-spacing:.07em; text-transform:uppercase; }
.uhwa-health-notices__items strong { display:block; margin:3px 0; color:var(--uhwa-ink); font-size:13px; }
.uhwa-health-notices__items p { margin:0 0 5px; color:#62787b; font-size:11px; line-height:1.4; }
.uhwa-health-notices__items small { color:#7a8d8e; font-size:10px; }
.uhwa-health-notices__items a { display:inline-flex; flex:0 0 auto; align-items:center; border:1px solid #c9dfd5; border-radius:8px; color:var(--uhwa-green-dark); padding:7px 8px; font-size:10px; font-weight:800; text-decoration:none; }
.uhwa-health-notices__items a:hover { background:#eaf5ef; }
.uhwa-health-notices__empty { margin:0; color:#64797b; font-size:12px; }
.uhwa-health-sources { display:flex; flex-wrap:wrap; gap:7px; }
.uhwa-health-sources a { border:1px solid #d4e4dc; border-radius:999px; background:#fff; color:#426d5e; padding:5px 8px; font-size:10px; font-weight:750; text-decoration:none; }
.uhwa-health-sources a:hover { background:#edf7f1; }
.uhwa-health-movement { display:grid; grid-template-columns:.75fr 1.25fr; gap:16px; align-items:start; margin-top:16px; padding:16px; border:1px solid #d5e5dc; border-radius:14px; background:#fff; }
.uhwa-health-movement h3 { margin:4px 0 5px; color:var(--uhwa-ink); font-size:15px; }
.uhwa-health-movement p { margin:0; color:#657a7c; font-size:11px; line-height:1.45; }
.uhwa-health-movement__checks { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.uhwa-health-movement label { display:flex; gap:8px; align-items:flex-start; padding:9px 10px; border:1px solid #e0ebe6; border-radius:9px; background:#fcfefd; color:#4e6669; font-size:11px; line-height:1.35; }
.uhwa-health-movement label:hover { border-color:#afcfc0; background:#f4faf6; }
.uhwa-health-movement input { margin:2px 0 0; accent-color:var(--uhwa-green); }
.uhwa-health-report { margin-top:15px; border:1px solid #d4e5dc; border-radius:15px; background:#fff; overflow:hidden; }
.uhwa-health-report[hidden] { display:none; }
.uhwa-health-report__intro { display:flex; justify-content:space-between; gap:16px; align-items:flex-start; padding:17px; background:linear-gradient(110deg,#edf7f1,#fbfefd); }
.uhwa-health-report h3 { margin:4px 0 5px; color:var(--uhwa-ink); font-size:17px; }
.uhwa-health-report p { margin:0; max-width:700px; color:#5b7376; font-size:12px; line-height:1.45; }
.uhwa-button--health { flex:0 0 auto; border-color:#b7d6c6; background:#fff; color:var(--uhwa-green-dark); }
.uhwa-button--health:hover { background:#eaf6ef; }
.uhwa-health-report__form { padding:17px; border-top:1px solid #e4eee9; }
.uhwa-health-report__form[hidden] { display:none; }
.uhwa-health-report__form fieldset { margin:0; padding:0; border:0; }
.uhwa-health-report__form legend { margin-bottom:9px; color:var(--uhwa-ink); font-size:12px; font-weight:800; }
.uhwa-health-report__checks { display:grid; grid-template-columns:1fr 1fr; gap:7px; }
.uhwa-health-report__checks label { display:flex; gap:7px; align-items:flex-start; padding:8px 9px; border:1px solid #e0ebe6; border-radius:8px; color:#50686b; font-size:11px; line-height:1.32; }
.uhwa-health-report__checks input, .uhwa-health-report__ack input { margin:2px 0 0; accent-color:var(--uhwa-green); }
.uhwa-health-report__grid { display:grid; grid-template-columns:1fr 1fr; gap:11px; margin-top:13px; }
.uhwa-health-report__grid label, .uhwa-health-report__notes { display:block; color:#536b6e; font-size:11px; font-weight:700; }
.uhwa-health-report__grid input, .uhwa-health-report__grid select, .uhwa-health-report__notes textarea { display:block; width:100%; margin-top:5px; border:1px solid #d5e2dc; border-radius:8px; background:#fff; color:var(--uhwa-ink); padding:8px 9px; font:inherit; font-weight:400; }
.uhwa-health-report__notes { margin-top:11px; }
.uhwa-health-report__notes textarea { resize:vertical; }
.uhwa-health-report__ack { display:flex; gap:8px; align-items:flex-start; margin-top:12px; color:#576f72; font-size:11px; line-height:1.42; }
.uhwa-health-report__footer { display:flex; flex-wrap:wrap; align-items:center; gap:10px; margin-top:13px; }
.uhwa-health-report__footer span { color:#60777a; font-size:11px; line-height:1.4; }
.uhwa-health-report__footer span.is-success { color:#207355; font-weight:700; }
.uhwa-health-report__footer span.is-urgent, .uhwa-health-report__footer span.is-error { color:#9b3933; font-weight:700; }
.uhwa-honeypot { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; opacity:0 !important; }
.uhwa-health-safeguards { margin-top:16px; padding:14px 15px; border:1px solid #dee9e4; border-radius:13px; background:#f7faf8; }
.uhwa-health-safeguards ul { display:grid; grid-template-columns:1fr 1fr; gap:8px 16px; margin:10px 0 0; padding:0; list-style:none; }
.uhwa-health-safeguards li { display:flex; gap:7px; color:#5d7275; font-size:11px; line-height:1.42; }
.uhwa-health-safeguards li span { display:grid; flex:0 0 auto; place-items:center; width:15px; height:15px; border-radius:5px; background:#d9ece2; color:#267158; font-size:9px; font-weight:900; }

@media (max-width:1020px) {
  .uhwa-health-categories { grid-template-columns:1fr 1fr; }
  .uhwa-health-actions { grid-template-columns:1fr 1fr; }
  .uhwa-health-movement { grid-template-columns:1fr; }
}
@media (max-width:760px) {
  .uhwa-health-watch { margin-top:25px; padding:16px; }
  .uhwa-health-watch__heading { flex-direction:column; }
  .uhwa-health-score { text-align:left; }
  .uhwa-health-categories, .uhwa-health-actions, .uhwa-health-report__checks, .uhwa-health-movement__checks, .uhwa-health-safeguards ul { grid-template-columns:1fr; }
  .uhwa-health-notices__items article { flex-direction:column; gap:8px; }
  .uhwa-health-report__intro { flex-direction:column; }
  .uhwa-health-report__grid { grid-template-columns:1fr; }
  .uhwa-button--health { width:100%; }
}
