
.h3603-widget{position:relative}
.h3603-widget--loading{opacity:.65;pointer-events:none}

.h3603-card{border:1px solid #dfe7ef;border-radius:22px;padding:20px;margin:18px 0;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);box-shadow:0 12px 34px rgba(15,23,42,.06)}
.h3603-card__eyebrow{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2563eb;margin-bottom:8px}
.h3603-card__title{font-size:22px;font-weight:800;line-height:1.2;margin-bottom:6px;color:#0f172a}
.h3603-card__subtitle{color:#475569;margin-bottom:12px;line-height:1.45}
.h3603-place-meta{color:#64748b;font-size:14px}

.h3603-card--summary{background:linear-gradient(180deg,#f8fbff 0%,#ffffff 100%)}
.h3603-summary-hero{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:20px}
.h3603-summary-copy{flex:1 1 auto}
.h3603-summary-visual{flex:0 0 auto;display:flex;align-items:center;justify-content:center;min-width:150px}
.h3603-summary-stats{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}
.h3603-stat-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#eff6ff;border:1px solid #dbeafe;color:#1e3a8a;font-size:14px;line-height:1.2}
.h3603-stat-chip strong{font-size:15px;color:#0f172a}

.h3603-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}
.h3603-grid--metrics{margin-top:6px}
.h3603-metric-card{padding:14px;border:1px solid #e2e8f0;border-radius:18px;background:#fff}
.h3603-metric-card span{display:block;font-size:13px;color:#64748b;margin-bottom:6px}
.h3603-metric-card strong{display:block;font-size:18px;color:#0f172a}

.h3603-table-wrap{overflow:auto}
.h3603-table{width:100%;border-collapse:separate;border-spacing:0;font-size:14px;min-width:860px}
.h3603-table thead th{position:sticky;top:0;background:#f8fafc;color:#334155;font-weight:800;z-index:1}
.h3603-table th,.h3603-table td{border-bottom:1px solid #e5edf5;padding:12px 10px;text-align:left;vertical-align:middle}
.h3603-table tbody tr:last-child td{border-bottom:none}
.h3603-table--daily tbody > tr.h3603-day-row:hover{background:#f8fbff}
.h3603-table--hourly tbody tr:hover{background:#fbfdff}

.h3603-weather-status{text-align:center}
.h3603-weather-icon{display:block;object-fit:contain;margin:0 auto;filter:drop-shadow(0 6px 10px rgba(15,23,42,.10))}
.h3603-weather-icon--sm{width:42px;height:42px}
.h3603-weather-icon--md{width:56px;height:56px}
.h3603-weather-icon--lg{width:108px;height:108px}
.h3603-weather-icon--xl{width:68px;height:68px}
.h3603-weather-icon--hero{width:164px;height:164px}
.h3603-weather-icon--hero-sm{width:96px;height:96px}
.h3603-weather-icon--lg-table{width:52px;height:52px}
.h3603-weather-icon--fallback{display:flex;align-items:center;justify-content:center;font-size:34px}

.h3603-search-card{position:relative;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%)}
.h3603-search-row{display:flex;gap:12px;align-items:flex-start}
.h3603-search-field{position:relative;flex:1 1 auto}
.h3603-search-input{width:100%;padding:13px 15px;border:1px solid #d1d9e2;border-radius:14px;font-size:15px;box-sizing:border-box;background:#fff}
.h3603-search-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.12)}
.h3603-search-button{padding:13px 18px;border:none;border-radius:14px;background:#0f172a;color:#fff;font-weight:700;cursor:pointer;box-shadow:0 8px 18px rgba(15,23,42,.12)}
.h3603-search-button:hover{opacity:.96}
.h3603-search-results{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:40;background:#fff;border:1px solid #d6dbe1;border-radius:16px;box-shadow:0 18px 40px rgba(15,23,42,.1);overflow:hidden}
.h3603-search-result{padding:12px 14px;cursor:pointer;border-top:1px solid #eef2f7}
.h3603-search-result:first-child{border-top:none}
.h3603-search-result:hover{background:#f8fafc}
.h3603-search-result-title{font-weight:700;color:#0f172a}
.h3603-search-result-meta{font-size:13px;color:#6b7280}

.h3603-day-row{cursor:pointer;transition:background-color .15s ease, box-shadow .15s ease}
.h3603-day-row.is-open{background:#f8fbff;box-shadow:inset 3px 0 0 #2563eb}
.h3603-day-detail-row td{background:#f8fbff;padding:0;border-bottom:1px solid #dbe7f3}
.h3603-day-detail{padding:18px}
.h3603-day-detail__summary{margin-bottom:16px;padding:18px;border-radius:18px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid #deebf7}
.h3603-day-detail__hero{display:flex;align-items:center;gap:18px;margin-bottom:14px}
.h3603-day-detail__title{font-size:20px;font-weight:800;color:#0f172a;margin-bottom:6px}
.h3603-day-detail__text{color:#475569;line-height:1.45}
.h3603-day-detail__chips{display:flex;flex-wrap:wrap;gap:10px}

.h3603-card--hazards{background:linear-gradient(180deg,#fff 0%,#fcfdff 100%)}
.h3603-empty,.h3603-empty-inline{padding:12px 14px;border-radius:14px;background:#f3f4f6;color:#374151}
.h3603-hazard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}
.h3603-hazard-card{padding:16px;border-radius:18px;border:1px solid #e5e7eb;background:#fff}
.h3603-hazard-card__top{display:flex;gap:10px;justify-content:space-between;align-items:flex-start;margin-bottom:10px}
.h3603-hazard-card__meta{font-size:13px;color:#64748b;margin-bottom:8px}
.h3603-hazard-card__prob{font-size:15px;color:#0f172a}
.h3603-hazard-pill{display:inline-block;padding:4px 9px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap}
.h3603-hazard-pill--lvl1,.h3603-hazard-card--lvl1{background:#eef6ff;color:#0f4c81;border-color:#d6e9ff}
.h3603-hazard-pill--lvl2,.h3603-hazard-card--lvl2{background:#fff8df;color:#8a5a00;border-color:#fde68a}
.h3603-hazard-pill--lvl3,.h3603-hazard-card--lvl3{background:#fff0f0;color:#9b1c1c;border-color:#fecaca}
.h3603-hazard-pill--lvl4,.h3603-hazard-card--lvl4{background:#f6edff;color:#6b21a8;border-color:#e9d5ff}

.h3603-error{padding:12px 14px;border-radius:12px;background:#fee2e2;color:#991b1b}

@media (max-width: 900px){
  .h3603-weather-icon--hero{width:132px;height:132px}
  .h3603-weather-icon--hero-sm{width:82px;height:82px}
}

@media (max-width: 680px){
  .h3603-card{padding:16px;border-radius:18px}
  .h3603-card__title{font-size:20px}
  .h3603-summary-hero{align-items:flex-start;flex-direction:column}
  .h3603-summary-visual{min-width:0}
  .h3603-search-row{flex-direction:column}
  .h3603-search-button{width:100%}
  .h3603-day-detail__hero{align-items:flex-start;flex-direction:column}
  .h3603-weather-icon--xl{width:58px;height:58px}
  .h3603-weather-icon--lg-table{width:46px;height:46px}
}


.h3603-card{overflow:hidden}
.h3603-card__glow{position:absolute;inset:auto -80px -120px auto;width:260px;height:260px;border-radius:999px;opacity:.55;pointer-events:none;filter:blur(18px);background:radial-gradient(circle,rgba(255,255,255,.9) 0%,rgba(255,255,255,0) 72%)}
.h3603-summary-topline,.h3603-day-detail__topline{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:10px}
.h3603-theme-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;font-size:13px;font-weight:800;letter-spacing:.01em;border:1px solid transparent;backdrop-filter:blur(8px)}
.h3603-theme-pill--soft{background:rgba(255,255,255,.7);border-color:rgba(255,255,255,.85);color:#0f172a}
.h3603-summary-visual-wrap{position:relative;display:flex;align-items:center;justify-content:center;width:220px;height:220px;border-radius:28px;background:rgba(255,255,255,.4);border:1px solid rgba(255,255,255,.6);box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 18px 40px rgba(15,23,42,.10)}
.h3603-day-date{font-weight:800;color:#0f172a}
.h3603-day-caption{margin-top:4px;font-size:12px;line-height:1.35;color:#64748b;max-width:290px}
.h3603-day-row td{transition:background-color .18s ease,border-color .18s ease}
.h3603-day-row.is-open td{background:rgba(255,255,255,.74)}
.h3603-day-detail__summary{position:relative;overflow:hidden;padding:22px;border-width:1px;box-shadow:0 16px 36px rgba(15,23,42,.08)}
.h3603-day-detail__summary-glow{position:absolute;right:-60px;top:-70px;width:220px;height:220px;border-radius:999px;opacity:.5;pointer-events:none;filter:blur(16px);background:radial-gradient(circle,rgba(255,255,255,.92) 0%,rgba(255,255,255,0) 72%)}
.h3603-day-detail__copy{position:relative;z-index:1}
.h3603-day-detail__icon{position:relative;z-index:1;flex:0 0 auto}
.h3603-table--hourly tbody tr{transition:background-color .15s ease}
.h3603-hour-row td:first-child{font-weight:700;color:#0f172a}
.h3603-hazard-card{box-shadow:0 10px 24px rgba(15,23,42,.05)}

.h3603-card--theme-sunny{background:linear-gradient(180deg,#fff7cf 0%,#fffdf3 38%,#ffffff 100%);border-color:#f4df8a}
.h3603-card--theme-cloudy{background:linear-gradient(180deg,#eef4fb 0%,#f8fbff 40%,#ffffff 100%);border-color:#d6e3f1}
.h3603-card--theme-fog{background:linear-gradient(180deg,#f1f5f9 0%,#fafcff 45%,#ffffff 100%);border-color:#d8e0ea}
.h3603-card--theme-rain{background:linear-gradient(180deg,#e8f4ff 0%,#f7fbff 40%,#ffffff 100%);border-color:#c8dff7}
.h3603-card--theme-snow{background:linear-gradient(180deg,#eefaff 0%,#fbfdff 45%,#ffffff 100%);border-color:#d5edf8}
.h3603-card--theme-storm{background:linear-gradient(180deg,#f3ecff 0%,#faf7ff 40%,#ffffff 100%);border-color:#dac7ff}

.h3603-theme-pill--sunny{background:rgba(255,237,153,.45);border-color:#f3d253;color:#7a4b00}
.h3603-theme-pill--cloudy{background:rgba(226,232,240,.7);border-color:#cbd5e1;color:#334155}
.h3603-theme-pill--fog{background:rgba(241,245,249,.88);border-color:#d8e0ea;color:#475569}
.h3603-theme-pill--rain{background:rgba(191,219,254,.55);border-color:#93c5fd;color:#1d4ed8}
.h3603-theme-pill--snow{background:rgba(207,250,254,.6);border-color:#a5f3fc;color:#0f766e}
.h3603-theme-pill--storm{background:rgba(221,214,254,.72);border-color:#c4b5fd;color:#6d28d9}
.h3603-theme-pill--neutral{background:rgba(226,232,240,.72);border-color:#cbd5e1;color:#334155}

.h3603-day-row--theme-sunny.is-open{box-shadow:inset 4px 0 0 #eab308}
.h3603-day-row--theme-cloudy.is-open{box-shadow:inset 4px 0 0 #64748b}
.h3603-day-row--theme-fog.is-open{box-shadow:inset 4px 0 0 #94a3b8}
.h3603-day-row--theme-rain.is-open{box-shadow:inset 4px 0 0 #2563eb}
.h3603-day-row--theme-snow.is-open{box-shadow:inset 4px 0 0 #06b6d4}
.h3603-day-row--theme-storm.is-open{box-shadow:inset 4px 0 0 #7c3aed}

.h3603-day-row--theme-sunny:hover td{background:#fff9df}
.h3603-day-row--theme-cloudy:hover td{background:#f2f7fc}
.h3603-day-row--theme-fog:hover td{background:#f6f8fb}
.h3603-day-row--theme-rain:hover td{background:#eef7ff}
.h3603-day-row--theme-snow:hover td{background:#f1fcff}
.h3603-day-row--theme-storm:hover td{background:#f6f2ff}

.h3603-day-detail__summary--theme-sunny{background:linear-gradient(135deg,rgba(255,247,205,.96) 0%,rgba(255,255,255,.92) 100%);border-color:#f3df8e}
.h3603-day-detail__summary--theme-cloudy{background:linear-gradient(135deg,rgba(238,244,251,.98) 0%,rgba(255,255,255,.94) 100%);border-color:#d9e5f0}
.h3603-day-detail__summary--theme-fog{background:linear-gradient(135deg,rgba(241,245,249,.98) 0%,rgba(255,255,255,.94) 100%);border-color:#dde5ee}
.h3603-day-detail__summary--theme-rain{background:linear-gradient(135deg,rgba(232,244,255,.98) 0%,rgba(255,255,255,.94) 100%);border-color:#cfe4fa}
.h3603-day-detail__summary--theme-snow{background:linear-gradient(135deg,rgba(238,250,255,.98) 0%,rgba(255,255,255,.94) 100%);border-color:#d8eef8}
.h3603-day-detail__summary--theme-storm{background:linear-gradient(135deg,rgba(243,236,255,.98) 0%,rgba(255,255,255,.94) 100%);border-color:#dfd2ff}

.h3603-hour-row--theme-rain:hover td{background:#f6fbff}
.h3603-hour-row--theme-snow:hover td{background:#f6fdff}
.h3603-hour-row--theme-storm:hover td{background:#faf7ff}
.h3603-hour-row--theme-sunny:hover td{background:#fffdf5}

.h3603-weather-icon--hero{width:186px;height:186px}
.h3603-weather-icon--hero-sm{width:112px;height:112px}
.h3603-weather-icon--xl{width:76px;height:76px}
.h3603-weather-icon--lg-table{width:58px;height:58px}

@media (max-width: 900px){
  .h3603-summary-visual-wrap{width:190px;height:190px}
  .h3603-weather-icon--hero{width:156px;height:156px}
  .h3603-weather-icon--hero-sm{width:96px;height:96px}
}

@media (max-width: 680px){
  .h3603-summary-visual-wrap{width:160px;height:160px}
  .h3603-day-caption{max-width:none}
  .h3603-weather-icon--hero{width:132px;height:132px}
  .h3603-weather-icon--hero-sm{width:84px;height:84px}
  .h3603-weather-icon--xl{width:66px;height:66px}
  .h3603-weather-icon--lg-table{width:50px;height:50px}
}


/* v0.7.0 pro glance UI */
.h3603-live-strip{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.95fr);gap:16px;margin-top:18px;align-items:stretch}
.h3603-live-strip__main,.h3603-live-strip__side{background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.78);backdrop-filter:blur(10px);border-radius:24px;box-shadow:0 14px 34px rgba(15,23,42,.08)}
.h3603-live-strip__main{padding:20px 22px;display:flex;flex-direction:column;justify-content:center;min-height:136px}
.h3603-live-strip__value{font-size:clamp(2.5rem,5vw,4.4rem);font-weight:800;line-height:.95;letter-spacing:-.04em;color:#0f172a;display:flex;align-items:flex-start;gap:4px}
.h3603-live-strip__value small{font-size:.38em;line-height:1.2;padding-top:.22em;color:#475569}
.h3603-live-strip__meta{display:flex;flex-wrap:wrap;gap:10px 16px;margin-top:12px;color:#475569;font-size:.95rem;font-weight:600}
.h3603-live-strip__side{padding:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.h3603-live-badge{padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.82);border:1px solid rgba(148,163,184,.18);display:flex;flex-direction:column;gap:6px}
.h3603-live-badge span{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:700}
.h3603-live-badge strong{font-size:1.12rem;color:#0f172a}

.h3603-glance-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:18px;margin:18px 0}
.h3603-card--glance,.h3603-card--minioutlook{padding:22px}
.h3603-glance-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:14px}
.h3603-glance-item{padding:16px 18px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.96));border:1px solid #e2e8f0;box-shadow:0 12px 26px rgba(15,23,42,.05);display:flex;flex-direction:column;gap:6px}
.h3603-glance-item__label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:700}
.h3603-glance-item strong{font-size:1.18rem;color:#0f172a;line-height:1.25}
.h3603-glance-item small{color:#475569;font-size:.94rem}

.h3603-mini-days{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}
.h3603-mini-day{padding:14px;border-radius:20px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.05)}
.h3603-mini-day__top{display:flex;justify-content:space-between;gap:12px;align-items:center}
.h3603-mini-day__date{font-size:.93rem;font-weight:700;color:#0f172a;line-height:1.35;max-width:70%}
.h3603-mini-day__temps{margin-top:10px;font-size:1rem;font-weight:800;color:#0f172a}
.h3603-mini-day__meta{margin-top:4px;font-size:.9rem;color:#475569}
.h3603-mini-day--sunny{background:linear-gradient(180deg,#fff9de,#fff)}
.h3603-mini-day--cloudy{background:linear-gradient(180deg,#f4f8fc,#fff)}
.h3603-mini-day--fog{background:linear-gradient(180deg,#f6f8fb,#fff)}
.h3603-mini-day--rain{background:linear-gradient(180deg,#eef7ff,#fff)}
.h3603-mini-day--snow{background:linear-gradient(180deg,#f1fcff,#fff)}
.h3603-mini-day--storm{background:linear-gradient(180deg,#f5efff,#fff)}
.h3603-mini-outlook-footer{margin-top:14px;padding-top:14px;border-top:1px solid #e2e8f0;color:#475569;font-size:.94rem}

.h3603-day-stack{display:flex;flex-direction:column;gap:12px;margin-top:16px}
.h3603-day-card{display:grid;grid-template-columns:minmax(0,1.45fr) auto minmax(0,1fr) auto;gap:18px;align-items:center;padding:18px 20px;border-radius:24px;border:1px solid #e2e8f0;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.96));box-shadow:0 14px 32px rgba(15,23,42,.06);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.h3603-day-card:hover{transform:translateY(-1px);box-shadow:0 18px 36px rgba(15,23,42,.1)}
.h3603-day-card:focus-visible{outline:3px solid rgba(59,130,246,.25);outline-offset:2px}
.h3603-day-card__date{font-size:1rem;font-weight:800;color:#0f172a;line-height:1.3}
.h3603-day-card__caption{margin-top:6px;color:#475569;line-height:1.45;max-width:58ch}
.h3603-day-card__center{display:flex;align-items:center;gap:16px}
.h3603-day-card__temps{display:flex;flex-direction:column;gap:4px;min-width:96px}
.h3603-temp-min{font-size:.95rem;color:#64748b;font-weight:700}
.h3603-temp-max{font-size:1.45rem;color:#0f172a;line-height:1}
.h3603-day-badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}
.h3603-day-badge{display:inline-flex;align-items:center;gap:6px;padding:10px 12px;border-radius:999px;background:#fff;border:1px solid #dbe4ef;color:#334155;font-size:.92rem;white-space:nowrap}
.h3603-day-card__toggle{font-size:1.5rem;color:#64748b;transition:transform .2s ease}
.h3603-day-card.is-open .h3603-day-card__toggle{transform:rotate(180deg)}
.h3603-day-card.is-open{border-color:#bfdbfe;box-shadow:0 18px 36px rgba(59,130,246,.12)}
.h3603-day-card--theme-sunny{background:linear-gradient(180deg,#fffaf0,#fff)}
.h3603-day-card--theme-cloudy{background:linear-gradient(180deg,#f4f8fc,#fff)}
.h3603-day-card--theme-fog{background:linear-gradient(180deg,#f7f9fc,#fff)}
.h3603-day-card--theme-rain{background:linear-gradient(180deg,#eff7ff,#fff)}
.h3603-day-card--theme-snow{background:linear-gradient(180deg,#f2fcff,#fff)}
.h3603-day-card--theme-storm{background:linear-gradient(180deg,#f6f2ff,#fff)}
.h3603-day-detail-row{padding:0 4px 8px 4px}

.h3603-hazard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px}
.h3603-hazard-card{padding:16px 18px;border-radius:22px;box-shadow:0 12px 28px rgba(15,23,42,.06);background:#fff;border:1px solid #e2e8f0}
.h3603-hazard-card__meta{margin-top:8px;color:#64748b;font-size:.9rem}
.h3603-hazard-card__prob{margin-top:10px;color:#334155}

.h3603-search-card{padding:20px 22px}
.h3603-search-row{gap:12px}
.h3603-search-button{border-radius:18px;padding:0 20px;font-weight:800;box-shadow:0 10px 20px rgba(37,99,235,.18)}
.h3603-search-input{height:58px;border-radius:18px;padding:0 18px;font-size:1rem}

@media (max-width: 1100px){
  .h3603-live-strip,.h3603-glance-grid{grid-template-columns:1fr}
  .h3603-day-card{grid-template-columns:1fr;gap:14px}
  .h3603-day-card__center,.h3603-day-card__right{justify-content:flex-start}
  .h3603-day-badges{justify-content:flex-start}
  .h3603-day-card__toggle{justify-self:end;margin-top:-44px}
}

@media (max-width: 760px){
  .h3603-glance-items,.h3603-mini-days,.h3603-live-strip__side{grid-template-columns:1fr}
  .h3603-live-strip__main{min-height:auto}
  .h3603-day-card{padding:16px}
  .h3603-day-card__center{align-items:flex-start}
  .h3603-day-card__toggle{margin-top:0}
  .h3603-day-badges{gap:8px}
  .h3603-day-badge{font-size:.85rem;padding:8px 10px}
}


.h3603-search-row{align-items:stretch}
.h3603-geo-button{padding:13px 16px;border:1px solid #cddbef;border-radius:14px;background:#fff;color:#0f172a;font-weight:700;cursor:pointer;white-space:nowrap;box-shadow:0 8px 18px rgba(15,23,42,.06)}
.h3603-geo-button:hover{background:#f8fbff;border-color:#b7cced}
.h3603-search-status{margin-top:10px;padding:10px 12px;border-radius:12px;background:#eff6ff;color:#1d4ed8;font-weight:600}
.h3603-search-status[data-status="error"]{background:#fee2e2;color:#991b1b}

.h3603-hour-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}
.h3603-hour-card{position:relative;overflow:hidden;padding:16px;border-radius:20px;border:1px solid #d9e4ef;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 12px 28px rgba(15,23,42,.06)}
.h3603-hour-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.h3603-hour-card__time{font-size:18px;font-weight:800;color:#0f172a}
.h3603-hour-card__icon .h3603-weather-icon{margin:0}
.h3603-hour-card__temp-wrap{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:14px}
.h3603-hour-card__temp{font-size:34px;font-weight:900;line-height:1;color:#0f172a}
.h3603-hour-card__temp small{font-size:18px;font-weight:700}
.h3603-hour-card__feels{font-size:13px;color:#64748b;font-weight:600;text-align:right}
.h3603-hour-card__metrics{display:flex;flex-wrap:wrap;gap:8px}
.h3603-hour-pill{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;color:#334155;font-size:12px;line-height:1.2}
.h3603-hour-pill strong{color:#0f172a;font-size:12px}
.h3603-hour-card--theme-sunny{background:linear-gradient(180deg,#fff7cf 0%,#fffdf2 42%,#ffffff 100%);border-color:#f4df8a}
.h3603-hour-card--theme-cloudy{background:linear-gradient(180deg,#eef4fb 0%,#f8fbff 40%,#ffffff 100%);border-color:#d6e3f1}
.h3603-hour-card--theme-fog{background:linear-gradient(180deg,#f1f5f9 0%,#fafcff 44%,#ffffff 100%);border-color:#d8e0ea}
.h3603-hour-card--theme-rain{background:linear-gradient(180deg,#e8f4ff 0%,#f7fbff 40%,#ffffff 100%);border-color:#c8dff7}
.h3603-hour-card--theme-snow{background:linear-gradient(180deg,#eefaff 0%,#fbfdff 45%,#ffffff 100%);border-color:#d5edf8}
.h3603-hour-card--theme-storm{background:linear-gradient(180deg,#f3ecff 0%,#faf7ff 40%,#ffffff 100%);border-color:#dac7ff}

@media (max-width: 680px){
  .h3603-hour-cards{grid-template-columns:1fr}
  .h3603-search-row{flex-direction:column}
  .h3603-geo-button,.h3603-search-button{width:100%}
  .h3603-hour-card__temp{font-size:30px}
}

/* v0.7.4 premium daily cards */
.h3603-day-card{
  display:block;
  position:relative;
  padding:0;
  overflow:hidden;
  border-radius:26px;
}
.h3603-day-card__head{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  gap:18px;
  align-items:center;
  padding:22px 70px 14px 22px;
}
.h3603-day-card__bottom{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  padding:0 70px 20px 22px;
}
.h3603-day-card__left{min-width:0}
.h3603-day-card__weekday{
  font-size:1.18rem;
  font-weight:800;
  color:#0f172a;
  line-height:1.1;
}
.h3603-day-card__date-short{
  margin-top:4px;
  font-size:.92rem;
  font-weight:700;
  color:#64748b;
}
.h3603-day-card__center{display:flex;align-items:center;gap:16px}
.h3603-day-card__temps{display:flex;flex-direction:column;gap:3px;align-items:flex-start;min-width:84px}
.h3603-temp-max{
  font-size:2.35rem;
  line-height:.95;
  letter-spacing:-.04em;
  color:#0f172a;
}
.h3603-temp-min{
  font-size:.94rem;
  font-weight:700;
  color:#64748b;
  margin-top:0;
}
.h3603-day-card__right{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:8px;
}
.h3603-risk-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:8px 12px;
  border-radius:999px;
  font-size:.84rem;
  font-weight:800;
  line-height:1.1;
  border:1px solid transparent;
  white-space:nowrap;
}
.h3603-risk-score{
  font-size:1.15rem;
  font-weight:900;
  letter-spacing:-.03em;
  color:#0f172a;
}
.h3603-risk-pill--calm{background:rgba(220,252,231,.8);border-color:#86efac;color:#166534}
.h3603-risk-pill--rain{background:rgba(219,234,254,.85);border-color:#93c5fd;color:#1d4ed8}
.h3603-risk-pill--snow{background:rgba(236,254,255,.92);border-color:#a5f3fc;color:#0f766e}
.h3603-risk-pill--storm{background:rgba(233,213,255,.85);border-color:#c084fc;color:#7e22ce}
.h3603-risk-pill--fog{background:rgba(241,245,249,.95);border-color:#cbd5e1;color:#475569}
.h3603-risk-pill--wind{background:rgba(254,243,199,.92);border-color:#fcd34d;color:#92400e}
.h3603-risk-pill--ice{background:rgba(224,242,254,.95);border-color:#7dd3fc;color:#0c4a6e}
.h3603-risk-pill--dust{background:rgba(255,237,213,.95);border-color:#fdba74;color:#9a3412}
.h3603-day-card__caption{
  margin-top:0;
  font-size:.98rem;
  color:#334155;
  line-height:1.5;
  max-width:56ch;
}
.h3603-day-badges{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.h3603-day-badge{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:34px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.78);
  border:1px solid rgba(148,163,184,.2);
  font-size:.84rem;
  font-weight:700;
  color:#334155;
}
.h3603-day-badge strong{color:#0f172a}
.h3603-day-badge--confidence{background:rgba(15,23,42,.06);border-color:rgba(148,163,184,.2)}
.h3603-day-card__toggle{
  position:absolute;
  right:18px;
  top:22px;
  width:34px;
  height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:rgba(255,255,255,.8);
  border:1px solid rgba(148,163,184,.2);
  box-shadow:0 8px 20px rgba(15,23,42,.06);
}
.h3603-day-card.is-open .h3603-day-card__toggle{transform:rotate(180deg)}

@media (max-width: 1100px){
  .h3603-day-card__head{grid-template-columns:1fr auto;align-items:start}
  .h3603-day-card__right{grid-column:1 / -1;align-items:flex-start}
  .h3603-day-card__bottom{flex-direction:column;align-items:flex-start}
  .h3603-day-badges{justify-content:flex-start}
}

@media (max-width: 760px){
  .h3603-day-card__head{grid-template-columns:1fr;gap:14px;padding:18px 58px 12px 18px}
  .h3603-day-card__center{justify-content:flex-start}
  .h3603-day-card__right{align-items:flex-start}
  .h3603-day-card__bottom{padding:0 18px 18px 18px}
  .h3603-temp-max{font-size:2rem}
  .h3603-day-card__caption{max-width:none}
  .h3603-day-card__toggle{top:18px;right:14px}
}


/* v0.7.5 compact premium summary */
.h3603-card--summary-compact{padding:16px 18px;border-radius:24px}
.h3603-card__subtitle--compact{margin-bottom:8px;max-width:62ch}
.h3603-card--summary-compact .h3603-card__title{font-size:20px;margin-bottom:4px}
.h3603-card--summary-compact .h3603-card__eyebrow{margin-bottom:6px}
.h3603-card--summary-compact .h3603-summary-topline{margin-bottom:8px}
.h3603-card--summary-compact .h3603-summary-hero{gap:18px;align-items:center;margin-bottom:12px}
.h3603-summary-visual-wrap--compact{width:168px;height:168px;border-radius:24px}
.h3603-card--summary-compact .h3603-live-strip{margin-top:12px;gap:12px;grid-template-columns:minmax(0,1fr) minmax(0,.92fr)}
.h3603-card--summary-compact .h3603-live-strip__main{padding:16px 18px;min-height:112px;border-radius:20px}
.h3603-card--summary-compact .h3603-live-strip__value{font-size:clamp(2.2rem,4vw,3.4rem)}
.h3603-card--summary-compact .h3603-live-strip__meta{margin-top:10px;gap:8px 14px;font-size:.9rem}
.h3603-card--summary-compact .h3603-live-strip__side{padding:10px;gap:10px;border-radius:20px}
.h3603-card--summary-compact .h3603-live-badge{padding:11px 12px;border-radius:16px;gap:4px}
.h3603-card--summary-compact .h3603-live-badge span{font-size:.72rem}
.h3603-card--summary-compact .h3603-live-badge strong{font-size:1rem}
.h3603-card--summary-compact .h3603-weather-icon--hero{width:128px;height:128px}
.h3603-summary-quickstats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:6px}
.h3603-summary-quickstat{padding:11px 12px;border-radius:16px;background:rgba(255,255,255,.78);border:1px solid rgba(226,232,240,.95);box-shadow:0 8px 22px rgba(15,23,42,.04)}
.h3603-summary-quickstat span{display:block;font-size:.72rem;line-height:1.2;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:700;margin-bottom:5px}
.h3603-summary-quickstat strong{display:block;font-size:.95rem;line-height:1.35;color:#0f172a;font-weight:800}

@media (max-width: 980px){
  .h3603-summary-quickstats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .h3603-card--summary-compact .h3603-summary-hero{align-items:flex-start}
  .h3603-summary-visual-wrap--compact{width:150px;height:150px}
  .h3603-card--summary-compact .h3603-weather-icon--hero{width:116px;height:116px}
}

@media (max-width: 680px){
  .h3603-card--summary-compact{padding:14px}
  .h3603-card--summary-compact .h3603-summary-hero{flex-direction:column-reverse;gap:12px}
  .h3603-summary-visual-wrap--compact{width:132px;height:132px}
  .h3603-card--summary-compact .h3603-weather-icon--hero{width:98px;height:98px}
  .h3603-summary-quickstats{grid-template-columns:1fr}
  .h3603-card--summary-compact .h3603-live-strip{grid-template-columns:1fr}
}


.h3603-favorite-button {
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff7d6;
  color: #8a6300;
  border-radius: 999px;
  padding: 0.78rem 1rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.h3603-favorite-button:hover,
.h3603-favorite-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(138, 99, 0, 0.14);
}

.h3603-favorite-button.is-active {
  background: linear-gradient(135deg, #ffd54a, #ffef99);
  color: #5a4100;
  border-color: rgba(138, 99, 0, 0.25);
}

.h3603-favorites {
  margin-top: 1rem;
  padding-top: .9rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.h3603-favorites__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .75rem;
}

.h3603-favorites__title {
  font-size: .92rem;
  font-weight: 800;
  color: #0f172a;
}

.h3603-favorites__clear {
  border: 0;
  background: transparent;
  color: #64748b;
  font-weight: 700;
  cursor: pointer;
  padding: 0;
}

.h3603-favorites__list {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.h3603-favorite-chip {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  border: 1px solid rgba(15, 23, 42, 0.10);
  background: #fff;
  border-radius: 999px;
  padding: .58rem .8rem;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  max-width: 100%;
}

.h3603-favorite-chip__name {
  font-weight: 700;
  color: #0f172a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 16rem;
}

.h3603-favorite-chip__remove {
  width: 1.35rem;
  height: 1.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.06);
  color: #475569;
  font-size: 1rem;
  line-height: 1;
}

@media (max-width: 900px) {
  .h3603-favorite-button {
    width: 100%;
    justify-content: center;
  }

  .h3603-favorite-chip__name {
    max-width: 11rem;
  }
}

/* Premium v0.9.0 */
.h3603-card--confidence,
.h3603-card--next6,
.h3603-card--altitude,
.h3603-card--profiles,
.h3603-card--expert {
  margin-top: 1rem;
}

.h3603-confidence-grid {
  display: grid;
  grid-template-columns: minmax(220px, 280px) 1fr;
  gap: 1rem;
  align-items: stretch;
}

.h3603-confidence-main {
  border-radius: 22px;
  padding: 1.1rem;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(248,250,252,.96));
  border: 1px solid rgba(148,163,184,.18);
  box-shadow: 0 10px 25px rgba(15,23,42,.05);
}

.h3603-confidence-score {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
  color: #0f172a;
}
.h3603-confidence-score small { font-size: .9rem; margin-left: .15rem; color: #64748b; }
.h3603-confidence-text strong { display:block; margin-top:.45rem; font-size:1rem; color:#0f172a; }
.h3603-confidence-text p { margin:.35rem 0 0; color:#475569; font-size:.94rem; }

.h3603-confidence-breakdown {
  display:grid;
  grid-template-columns: repeat(2, minmax(140px,1fr));
  gap:.8rem;
}
.h3603-confidence-metric {
  border-radius: 18px;
  padding: .9rem 1rem;
  background: #fff;
  border: 1px solid rgba(148,163,184,.15);
}
.h3603-confidence-metric span { display:block; color:#64748b; font-size:.84rem; }
.h3603-confidence-metric strong { display:block; color:#0f172a; margin:.2rem 0 .5rem; }
.h3603-confidence-bar { height:8px; background:#e2e8f0; border-radius:999px; overflow:hidden; }
.h3603-confidence-bar span { display:block; height:100%; border-radius:999px; background: linear-gradient(90deg, #3b82f6, #10b981); }
.h3603-confidence-note { margin-top:.85rem; color:#64748b; font-size:.85rem; }

.h3603-next6-grid {
  display:grid;
  grid-template-columns: repeat(6, minmax(135px, 1fr));
  gap:.8rem;
}
.h3603-next6-card {
  position:relative;
  border-radius: 22px;
  padding: .9rem;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.98));
  border:1px solid rgba(148,163,184,.16);
  box-shadow:0 10px 25px rgba(15,23,42,.05);
}
.h3603-next6-card--sunny { background: linear-gradient(180deg, rgba(255,248,219,.98), rgba(255,255,255,.98)); }
.h3603-next6-card--rain { background: linear-gradient(180deg, rgba(239,246,255,.98), rgba(255,255,255,.98)); }
.h3603-next6-card--snow { background: linear-gradient(180deg, rgba(240,249,255,.98), rgba(255,255,255,.98)); }
.h3603-next6-card--storm { background: linear-gradient(180deg, rgba(243,232,255,.98), rgba(255,255,255,.98)); }
.h3603-next6-card__top { display:flex; justify-content:space-between; gap:.5rem; align-items:flex-start; }
.h3603-next6-card__time { font-weight:700; color:#0f172a; }
.h3603-next6-card__confidence { font-size:.74rem; color:#64748b; text-align:right; }
.h3603-next6-card__icon { margin:.35rem 0 .15rem; }
.h3603-next6-card__temp { font-size:1.6rem; font-weight:800; color:#0f172a; line-height:1; }
.h3603-next6-card__temp small { font-size:.85rem; color:#64748b; }
.h3603-next6-card__summary { margin-top:.35rem; color:#334155; min-height:2.4em; font-size:.9rem; }
.h3603-next6-card__meta { display:grid; gap:.3rem; margin-top:.7rem; color:#475569; font-size:.82rem; }
.h3603-next6-card__meta strong { color:#0f172a; }

.h3603-altitude-topline,
.h3603-day-badges {
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
}
.h3603-altitude-grid {
  display:grid;
  grid-template-columns: repeat(3, minmax(180px, 1fr));
  gap:.85rem;
  margin-top:.9rem;
}
.h3603-altitude-card {
  border-radius: 22px;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.98));
  border:1px solid rgba(148,163,184,.16);
}
.h3603-altitude-card__title { font-weight:700; color:#0f172a; }
.h3603-altitude-card__alt { color:#64748b; margin-top:.15rem; }
.h3603-altitude-card__temps { margin-top:.8rem; font-size:1.1rem; font-weight:800; color:#0f172a; }
.h3603-altitude-card__pill { display:inline-flex; margin-top:.75rem; border-radius:999px; padding:.35rem .65rem; background:#eff6ff; color:#1d4ed8; font-weight:600; font-size:.82rem; }
.h3603-altitude-card__note { margin-top:.6rem; color:#475569; font-size:.86rem; }

.h3603-profile-tabs {
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  margin-top:.25rem;
}
.h3603-profile-tab {
  border:1px solid rgba(148,163,184,.18);
  background:#fff;
  color:#334155;
  border-radius:999px;
  padding:.55rem .85rem;
  font-weight:700;
  cursor:pointer;
}
.h3603-profile-tab.is-active {
  background:#0f172a;
  color:#fff;
  border-color:#0f172a;
}
.h3603-profile-panels { margin-top:.9rem; }
.h3603-profile-panel {
  border-radius:24px;
  padding:1.05rem 1.15rem;
  border:1px solid rgba(148,163,184,.16);
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.98));
}
.h3603-profile-panel--mountain { background: linear-gradient(180deg, rgba(239,246,255,.98), rgba(255,255,255,.98)); }
.h3603-profile-panel--agriculture { background: linear-gradient(180deg, rgba(240,253,244,.98), rgba(255,255,255,.98)); }
.h3603-profile-panel--festival { background: linear-gradient(180deg, rgba(254,242,242,.98), rgba(255,255,255,.98)); }
.h3603-profile-panel--chantier { background: linear-gradient(180deg, rgba(255,251,235,.98), rgba(255,255,255,.98)); }
.h3603-profile-panel__title { font-size:1.05rem; font-weight:800; color:#0f172a; }
.h3603-profile-panel__summary { margin-top:.2rem; color:#475569; }
.h3603-profile-bullets { margin:.85rem 0 0; padding-left:1rem; color:#0f172a; }
.h3603-profile-bullets li { margin:.4rem 0; }

.h3603-expert-toggle {
  width:100%;
  display:flex;
  justify-content:space-between;
  gap:1rem;
  align-items:center;
  border:0;
  background:transparent;
  padding:0;
  text-align:left;
  cursor:pointer;
}
.h3603-expert-toggle strong { display:block; font-size:1rem; color:#0f172a; }
.h3603-expert-toggle small { display:block; margin-top:.15rem; color:#64748b; }
.h3603-expert-toggle__icon { font-size:1.2rem; color:#64748b; transition: transform .2s ease; }
.h3603-card--expert.is-open .h3603-expert-toggle__icon { transform: rotate(180deg); }
.h3603-expert-body { margin-top:.9rem; }
.h3603-expert-grid {
  display:grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap:.7rem;
}
.h3603-expert-metric {
  border-radius:18px;
  padding:.8rem .9rem;
  background:#fff;
  border:1px solid rgba(148,163,184,.14);
}
.h3603-expert-metric span { display:block; color:#64748b; font-size:.8rem; }
.h3603-expert-metric strong { display:block; margin-top:.3rem; color:#0f172a; }
.h3603-expert-notes { display:grid; gap:.5rem; margin-top:.85rem; }
.h3603-expert-note {
  border-radius:16px;
  padding:.75rem .9rem;
  background:#f8fafc;
  color:#334155;
  border:1px solid rgba(148,163,184,.12);
}

.h3603-day-card__head { align-items:center; }
.h3603-risk-pill { max-width: 14rem; text-align:center; }

@media (max-width: 1100px) {
  .h3603-next6-grid { grid-template-columns: repeat(3, minmax(150px, 1fr)); }
  .h3603-expert-grid { grid-template-columns: repeat(3, minmax(120px, 1fr)); }
}
@media (max-width: 900px) {
  .h3603-confidence-grid,
  .h3603-altitude-grid { grid-template-columns: 1fr; }
  .h3603-next6-grid { grid-template-columns: repeat(2, minmax(140px, 1fr)); }
  .h3603-expert-grid { grid-template-columns: repeat(2, minmax(120px, 1fr)); }
}
@media (max-width: 640px) {
  .h3603-next6-grid,
  .h3603-expert-grid { grid-template-columns: 1fr; }
  .h3603-confidence-breakdown { grid-template-columns: 1fr; }
}
.h3603-card--confidence-high { background: linear-gradient(180deg, rgba(240,253,244,.96), rgba(255,255,255,.98)); }
.h3603-card--confidence-good { background: linear-gradient(180deg, rgba(239,246,255,.96), rgba(255,255,255,.98)); }
.h3603-card--confidence-mid { background: linear-gradient(180deg, rgba(255,251,235,.96), rgba(255,255,255,.98)); }
.h3603-card--confidence-low { background: linear-gradient(180deg, rgba(254,242,242,.96), rgba(255,255,255,.98)); }

.h3603-place-meta--confidence {
  margin-top: .45rem;
  padding: .45rem .7rem;
  border-radius: 999px;
  background: rgba(255,255,255,.65);
  border: 1px solid rgba(148,163,184,.18);
  display: inline-flex;
  max-width: 100%;
}

.h3603-card--swisszones,
.h3603-card--models {
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,250,252,.98));
}

.h3603-swisszones__intro {
  margin-top: .35rem;
  color: #475569;
}

.h3603-swisszones-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.h3603-swisszone-card {
  border-radius: 22px;
  padding: 1rem;
  border: 1px solid rgba(148,163,184,.16);
  background: #fff;
  box-shadow: 0 10px 28px rgba(15,23,42,.05);
  display: grid;
  gap: .7rem;
}

.h3603-swisszone-card__head {
  display: flex;
  justify-content: space-between;
  gap: .75rem;
  align-items: flex-start;
}

.h3603-swisszone-card__title {
  font-weight: 800;
  color: #0f172a;
}

.h3603-swisszone-card__subtitle,
.h3603-swisszone-card__note {
  color: #64748b;
  font-size: .9rem;
}

.h3603-swisszone-card__temps {
  display: flex;
  align-items: baseline;
  gap: .65rem;
}

.h3603-swisszone-card__temps strong {
  font-size: 1.55rem;
  color: #0f172a;
}

.h3603-swisszone-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.h3603-model-sources {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: .8rem;
}

.h3603-model-source {
  border-radius: 999px;
  padding: .55rem .8rem;
  background: #fff;
  border: 1px solid rgba(148,163,184,.18);
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}

.h3603-model-source--unavailable {
  opacity: .58;
}

.h3603-model-compare-current {
  margin-top: 1rem;
  border-radius: 24px;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(241,245,249,.82), rgba(255,255,255,.98));
  border: 1px solid rgba(148,163,184,.15);
}

.h3603-model-compare-current__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.h3603-model-compare-current__title {
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
}

.h3603-model-compare-current__reason {
  color: #64748b;
  margin-top: .2rem;
}

.h3603-model-compare-current__badge {
  border-radius: 999px;
  padding: .5rem .75rem;
  background: #fff;
  border: 1px solid rgba(148,163,184,.18);
  white-space: nowrap;
}

.h3603-model-current-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
  margin-top: .95rem;
}

.h3603-model-current-card,
.h3603-model-day-card {
  border-radius: 20px;
  padding: .95rem;
  background: #fff;
  border: 1px solid rgba(148,163,184,.15);
  box-shadow: 0 10px 28px rgba(15,23,42,.04);
}

.h3603-model-current-card__top,
.h3603-model-day-card__head,
.h3603-model-day-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .65rem;
}

.h3603-model-current-card__temp {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-top: .5rem;
}

.h3603-model-current-card__meta,
.h3603-model-day-card__date,
.h3603-model-day-card__footer {
  color: #64748b;
  font-size: .9rem;
}

.h3603-model-spreads {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .85rem;
}

.h3603-model-days {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .9rem;
  margin-top: 1rem;
}

.h3603-model-day-card__rows {
  display: grid;
  gap: .45rem;
  margin-top: .8rem;
}

.h3603-model-day-row__label {
  font-weight: 700;
  color: #0f172a;
}

.h3603-model-day-row__value {
  color: #334155;
}

@media (max-width: 1100px) {
  .h3603-swisszones-grid,
  .h3603-model-current-grid,
  .h3603-model-days { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .h3603-swisszones-grid,
  .h3603-model-current-grid,
  .h3603-model-days { grid-template-columns: 1fr; }
  .h3603-model-compare-current__head { flex-direction: column; }
}

/* Risk levels */
.h3603-level-pill,
.h3603-day-badge--risk,
.h3603-day-badge--confidence,
.h3603-risk-pill--level-none,
.h3603-risk-pill--level-low,
.h3603-risk-pill--level-moderate,
.h3603-risk-pill--level-high,
.h3603-risk-pill--level-very-high {
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.h3603-level-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(148,163,184,.18);
  font-size:.82rem;
  font-weight:800;
  line-height:1;
}

.h3603-level-pill--none,
.h3603-day-badge--level-none,
.h3603-risk-pill--level-none,
.h3603-confidence-metric--none {
  background: rgba(15,23,42,.035) !important;
  border-color: rgba(148,163,184,.16) !important;
  color: #64748b !important;
}

.h3603-level-pill--low,
.h3603-day-badge--level-low,
.h3603-risk-pill--level-low,
.h3603-confidence-metric--low {
  background: rgba(148,163,184,.08) !important;
  border-color: rgba(148,163,184,.22) !important;
  color: #475569 !important;
}

.h3603-level-pill--moderate,
.h3603-day-badge--level-moderate,
.h3603-risk-pill--level-moderate,
.h3603-confidence-metric--moderate {
  background: rgba(254,240,138,.32) !important;
  border-color: rgba(234,179,8,.45) !important;
  color: #854d0e !important;
}

.h3603-level-pill--high,
.h3603-day-badge--level-high,
.h3603-risk-pill--level-high,
.h3603-confidence-metric--high {
  background: rgba(253,186,116,.28) !important;
  border-color: rgba(249,115,22,.45) !important;
  color: #9a3412 !important;
}

.h3603-level-pill--very-high,
.h3603-day-badge--level-very-high,
.h3603-risk-pill--level-very-high,
.h3603-confidence-metric--very-high {
  background: rgba(254,202,202,.42) !important;
  border-color: rgba(239,68,68,.5) !important;
  color: #b91c1c !important;
}

.h3603-confidence-metric--none .h3603-confidence-bar span,
.h3603-confidence-metric--low .h3603-confidence-bar span{
  background: linear-gradient(90deg, #cbd5e1, #94a3b8);
}
.h3603-confidence-metric--moderate .h3603-confidence-bar span{
  background: linear-gradient(90deg, #fde68a, #eab308);
}
.h3603-confidence-metric--high .h3603-confidence-bar span{
  background: linear-gradient(90deg, #fdba74, #f97316);
}
.h3603-confidence-metric--very-high .h3603-confidence-bar span{
  background: linear-gradient(90deg, #fca5a5, #ef4444);
}

.h3603-day-risk-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:10px;
}
.h3603-day-risk-badges--detail{
  margin-top:14px;
}
.h3603-day-badge--risk strong,
.h3603-day-badge--confidence strong{
  color: inherit;
}


.h3603-card--backtest .h3603-card__subtitle { margin-bottom: 14px; }
.h3603-backtest-grid { display:grid; grid-template-columns: 1.3fr 1fr; gap:16px; align-items:stretch; }
.h3603-backtest-main { display:flex; gap:14px; align-items:center; padding:14px 16px; border-radius:18px; background:rgba(255,255,255,.55); }
.h3603-backtest-score { font-size:42px; line-height:1; font-weight:800; letter-spacing:-0.03em; }
.h3603-backtest-score small { font-size:18px; }
.h3603-backtest-copy p { margin:4px 0 6px; }
.h3603-backtest-copy small { opacity:.74; }
.h3603-backtest-metrics { display:grid; gap:10px; }
.h3603-backtest-metric { padding:12px 14px; border-radius:16px; background:rgba(255,255,255,.5); display:flex; justify-content:space-between; gap:12px; }
@media (max-width: 820px) { .h3603-backtest-grid { grid-template-columns:1fr; } }
