.wx-ic{flex:none;width:56px;height:56px}.wx-spin{animation:18s linear infinite wxspin}.wx-float{animation:4s ease-in-out infinite wxf}.wx-drops{animation:.9s linear infinite wxd}@keyframes wxspin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes wxf{0%{transform:translateY(0)}50%{transform:translateY(-3px)}to{transform:translateY(0)}}@keyframes wxd{0%{transform:translateY(0)}to{transform:translateY(6px)}}.wx-ic-stack{flex:none;width:56px;height:56px;position:relative}.wx-ic-stack svg{opacity:0;animation:16s linear infinite wxFade;position:absolute;top:0;bottom:0;left:0;right:0}.wx-ic-stack svg:first-child{opacity:1;animation-delay:0s}.wx-ic-stack svg:last-child{animation-delay:8s}@keyframes wxFade{0%{opacity:1}40%{opacity:1}50%{opacity:0}90%{opacity:0}to{opacity:1}}.wxsim-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}@media (max-width:1024px){.wxsim-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.wxsim-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.wxsim-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}}@media (max-width:340px){.wxsim-grid{grid-template-columns:1fr}}.wx-card{box-sizing:border-box;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-1);flex-direction:column;justify-content:space-between;width:100%;min-height:250px;padding:14px;transition:transform .15s,box-shadow .2s;display:flex}.wx-card:hover{box-shadow:var(--shadow-2);transform:translateY(-2px)}.wx-head{align-items:center;gap:10px;margin-bottom:6px;display:flex}.wx-name{font-size:15px;font-weight:700}.wx-desc{color:var(--muted-fg);align-items:center;min-height:64px;margin-top:2px;font-size:14px;line-height:1.3;display:flex}.wx-temps{flex-wrap:wrap;gap:8px;margin-top:6px;font-weight:700;display:flex}@media (max-width:760px){.wx-head{flex-direction:column;align-items:flex-start;gap:8px}.wx-ic,.wx-ic-stack{width:62px;height:62px}.wx-name{font-size:16px}.wx-desc{min-height:70px}}.wx-rows{flex-wrap:wrap;gap:8px;margin-top:auto;display:flex}.wx-chip{border:1px solid var(--border);background:var(--soft);white-space:normal;overflow-wrap:anywhere;word-break:normal;border-radius:999px;align-items:center;gap:4px;max-width:100%;padding:4px 8px;font-size:13px;line-height:1.25;display:inline-flex}@media (max-width:480px){.wx-chip{padding:3px 7px;font-size:12px}}.wxsim-updated{text-align:right;color:var(--muted-fg);margin:6px 4px 12px;font-size:13px;font-style:italic}@media (prefers-reduced-motion:no-preference){.wx-fade{transition:opacity .5s}.wx-fade.is-fading{opacity:0}}