#weather-card{flex-direction:column;min-height:520px;display:flex;position:relative;overflow:hidden}#weather-card.season-spring .ws-back{background:url(/assets/bg/spring.png) 50%/100% 100% no-repeat}#weather-card.season-summer .ws-back{background:url(/assets/bg/summer.png) 50%/100% 100% no-repeat}#weather-card.season-autumn .ws-back{background:url(/assets/bg/autumn.png) 50%/100% 100% no-repeat}#weather-card.season-winter .ws-back{background:url(/assets/bg/winter.png) 50%/100% 100% no-repeat}html[data-theme=dark] #weather-card .ws-back,html[data-theme=dark] #weather-card .weather-caring{box-shadow:inset 0 0 0 999px #00000073}#weather-card:before{content:"";pointer-events:none;background:linear-gradient(145deg,#3b82f608,#0000 60%);position:absolute;inset:0}#weather-card .weather-loading{min-height:180px;color:var(--text-3);flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:13px;display:flex}#weather-card .weather-loading-ring{border:2px solid var(--line);border-top-color:var(--primary);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite weatherSpin}@keyframes weatherSpin{to{transform:rotate(360deg)}}#weather-card .weather-loading-text{letter-spacing:.04em}#weather-card .weather-body{padding:0}#weather-card .ws-front,#weather-card .ws-back{cursor:pointer;transition:transform .35s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}#weather-card .ws-front{z-index:2;overflow:hidden}#weather-card .ws-back{z-index:1;flex-direction:column;justify-content:flex-start;padding:18px 18px 16px;display:flex;overflow-y:auto}#weather-card .weather-location{border-bottom:1px solid var(--line);align-items:baseline;gap:8px;padding:16px 18px 10px;display:flex}#weather-card .loc-name{color:var(--text);letter-spacing:.02em;font-size:15px;font-weight:600}#weather-card .loc-adm{color:var(--text-3);font-size:11px;font-weight:400}#weather-card .loc-time{color:var(--text-3);margin-left:auto;font-size:11px;font-weight:400}#weather-card .weather-current{align-items:center;gap:16px;padding:14px 18px 0;display:flex}#weather-card .weather-icon-big{flex-shrink:0;place-items:center;width:64px;height:64px;display:grid}#weather-card .weather-icon-big img{object-fit:contain;width:100%;height:100%;display:block}#weather-card .weather-icon-big .icon-fallback{background:var(--surface-muted);border:1px solid var(--line);border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;font-size:28px;display:none}#weather-card .weather-temp-block{flex:1;min-width:0}#weather-card .weather-temps{align-items:baseline;gap:4px;line-height:1;display:flex}#weather-card .weather-temps .t-dominant{color:var(--text);letter-spacing:-.02em;font-size:32px;font-weight:650}#weather-card .weather-temps .t-dominant .deg-d{color:var(--text-2);vertical-align:super;font-size:18px;font-weight:400}#weather-card .weather-temps .t-sep{color:var(--text-3);margin:0 2px;font-size:16px}#weather-card .weather-temps .t-sub{color:var(--text-2);font-size:18px;font-weight:500}#weather-card .weather-temps .t-sub .deg-s{color:var(--text-3);vertical-align:super;font-size:13px;font-weight:400}#weather-card .weather-text{color:var(--text-2);letter-spacing:.02em;margin-top:4px;font-size:13px}#weather-card .weather-metrics{grid-template-columns:1fr 1fr;gap:6px 12px;padding:12px 18px 0;display:grid}#weather-card .metric{color:var(--text-2);align-items:center;gap:8px;font-size:12px;line-height:1.5;display:flex}#weather-card .metric-icon{width:18px;height:18px;color:var(--text-3);opacity:.7;flex-shrink:0}#weather-card .metric-icon svg{width:100%;height:100%;display:block}#weather-card .metric-value{color:var(--text-2);font-size:12px;font-weight:450}#weather-card .metric .wind-arrow{vertical-align:middle;width:14px;height:14px;color:var(--text-2);flex-shrink:0;display:inline-block}#weather-card .metric .wind-arrow svg{width:100%;height:100%;display:block}#weather-card .weather-astro{padding:10px 18px 0}#weather-card .astro-svg-wrap{width:100%;max-width:280px;margin:0 auto}#weather-card .astro-svg-wrap svg{width:100%;height:auto;display:block}#weather-card .weather-forecast{grid-template-columns:repeat(3,1fr);gap:8px;margin:0 4px;padding:12px 14px 10px;display:grid}#weather-card .forecast-day{text-align:center;background:var(--surface-muted);border:1px solid var(--line);cursor:default;border-radius:12px;place-items:center;gap:3px;padding:12px 6px;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid}#weather-card .forecast-day:hover{border-color:var(--line-strong);box-shadow:var(--shadow-sm);transform:translateY(-1px)}#weather-card .day-label{color:var(--text);letter-spacing:.03em;font-size:12px;font-weight:550}#weather-card .day-icon{place-items:center;width:34px;height:34px;margin:2px auto;display:grid;position:relative}#weather-card .day-icon img{object-fit:contain;width:100%;height:100%;display:block}#weather-card .day-icon .icon-fallback{background:var(--surface-muted);border:1px solid var(--line);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;display:none}#weather-card .day-text{color:var(--text-2);letter-spacing:.02em;font-size:11px}#weather-card .day-temps{color:var(--text);font-size:15px;font-weight:600}#weather-card .day-temps .low{color:var(--text-2);font-weight:400}#weather-card .day-temps .sep{color:var(--text-3);margin:0 2px;font-weight:300}#weather-card .day-wind{color:var(--text-2);letter-spacing:.02em;font-size:11px}#weather-card .weather-tip{color:var(--primary);text-align:center;letter-spacing:.02em;opacity:.85;padding:6px 18px 14px;font-size:13px;font-weight:450}#weather-card .weather-caring{text-align:center;background-position:50%;background-repeat:no-repeat;background-size:100% 100%;flex-direction:column;flex:1;min-height:220px;padding:0 18px 16px;display:flex;position:relative}#weather-card.season-spring .weather-caring{background:url(/assets/bg/spring.png) 50%/100% 100% no-repeat}#weather-card.season-summer .weather-caring{background:url(/assets/bg/summer.png) 50%/100% 100% no-repeat}#weather-card.season-autumn .weather-caring{background:url(/assets/bg/autumn.png) 50%/100% 100% no-repeat}#weather-card.season-winter .weather-caring{background:url(/assets/bg/winter.png) 50%/100% 100% no-repeat}#weather-card .caring-decor{background:linear-gradient(135deg, var(--primary-soft), var(--surface-strong));border:1px solid var(--line);width:52px;height:52px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;font-size:22px;display:flex}#weather-card .caring-title{color:var(--text);letter-spacing:.04em;margin-bottom:14px;font-size:22px;font-weight:650}#weather-card .caring-msg{color:var(--text-2);letter-spacing:.03em;max-width:300px;font-size:16px;line-height:1.8}#weather-card .caring-ref{color:var(--text-3);letter-spacing:.03em;opacity:.55;margin-top:auto;font-size:12px}#weather-card .caring-header{flex-shrink:0;width:100%}#weather-card .caring-header .section-title{align-items:center;gap:16px;margin-bottom:20px;display:flex}#weather-card .caring-header h3{margin:0;font-size:20px;line-height:1.3}#weather-card .poem-wrap{flex-direction:column;flex:1;align-items:center;padding:8px 0;font-family:CooperZhengKai,KaiTi,STKaiti,楷体,华文楷体,serif;display:flex}#weather-card .poem-title{color:var(--text);letter-spacing:.08em;margin-bottom:0;font-size:26px;font-weight:700}#weather-card .poem-title:before{content:"—— ";color:var(--text-3);opacity:.35;font-weight:400}#weather-card .poem-title:after{content:" ——";color:var(--text-3);opacity:.35;font-weight:400}#weather-card .poem-body{flex-direction:column;align-items:center;gap:6px;display:flex}#weather-card .poem-line{color:var(--text);letter-spacing:.15em;text-align:center;font-size:20px;font-weight:500;line-height:1.6}#weather-card .poem-author{color:var(--text-3);letter-spacing:.06em;margin-top:12px;margin-bottom:6px;font-size:13px}#weather-card .weather-error{text-align:center;color:var(--text-3);flex-direction:column;justify-content:center;align-items:center;min-height:140px;padding:28px 16px;font-size:13px;display:flex}#weather-card .err-decor{background:var(--surface-muted);border:1px solid var(--line);width:36px;height:36px;color:var(--text-3);border-radius:50%;justify-content:center;align-items:center;margin-bottom:10px;font-size:16px;display:flex}
