.siw-card{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,Ubuntu,Arial,sans-serif;max-width:320px;border-radius:16px;padding:16px;background:#fff}
.siw-row{display:flex;align-items:center;justify-content:space-between}
.siw-title{font-weight:700;letter-spacing:.06em}
.siw-date{opacity:.7;font-size:.9rem}
.siw-selector{margin:8px 0 12px}
.siw-selector select{width:100%;padding:8px 10px;border-radius:12px;border:1px solid #e5e7eb;background:#f9fafb}
.siw-today{display:flex;align-items:center;gap:12px;margin:8px 0 6px}
.siw-today-left .siw-icon{width:64px;height:64px}
.siw-temp{font-size:42px;font-weight:800;line-height:1}
.siw-desc{margin-top:2px;font-size:.95rem;opacity:.8;text-transform:capitalize}
.siw-metrics{display:flex;gap:10px;flex-wrap:wrap;margin:8px 0 10px}
.siw-metric{flex:1 1 calc(50% - 10px);display:flex;align-items:center;gap:6px;background:#f8fafc;border:1px solid #eef2f7;border-radius:12px;padding:8px 10px}
.siw-metric-icon{display:inline-block;width:16px;height:16px}
.siw-days{display:flex;flex-direction:column;gap:10px;margin-top:6px}
.siw-day{display:flex;align-items:center;justify-content:space-between}
.siw-day-left{display:flex;align-items:center;gap:10px;opacity:.85}
.siw-day-right{font-weight:700}
.siw-day .siw-mini{width:28px;height:28px}
.siw-more{margin-top:10px;text-align:left}
.siw-more a{font-size:.9rem;opacity:.7;text-decoration:none}
.siw-drop{background:no-repeat center/contain url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 24 24"><path fill="%230099ff" d="M12 2s6 7.2 6 11.2A6 6 0 1 1 6 13.2C6 9.2 12 2 12 2z"/></svg>')}
.siw-gauge{background:no-repeat center/contain url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path fill="%23666" d="M12 4a8 8 0 1 0 8 8h-2a6 6 0 1 1-6-6V4zm1 5v6h-2V9h2z"/></svg>')}
.siw-windicon{background:no-repeat center/contain url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path fill="%23666" d="M3 8h11a3 3 0 1 0-3-3h2a1 1 0 1 1 1-1 1 1 0 0 1-1 1H3v3zm0 4h15a3 3 0 1 1-3 3h2a1 1 0 1 0 1 1 1 1 0 0 0-1-1H3v-3zm0 4h9a2 2 0 1 1-2 2h2a0 0 0 0 0 0 0H3v-2z"/></svg>')}
.siw-cloudicon{background:no-repeat center/contain url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24"><path fill="%23666" d="M7 18h10a4 4 0 1 0-1.2-7.8A6 6 0 0 0 6 11a4 4 0 0 0 1 7z"/></svg>')}
.siw-widget-error{padding:12px;background:#fff4f4;border:1px solid #ffd7d7;border-radius:8px}