.banner a,.banner img{width:auto;height:auto}:root{--border:#d0d5dd;--surface:#f6f8fb;--surface-strong:#ffffff;--banner-link-bg:#ffffff;--loading-bg:#e5e7eb;--loading-shimmer-start:#e5e7eb;--loading-shimmer-mid-light:#f3f4f6;--loading-shimmer-mid-dark:#d1d5db;--loading-shimmer-end:#e5e7eb;--radius:14px;--shadow:0 1px 2px rgba(16, 24, 40, .06),0 4px 12px rgba(16, 24, 40, .08)}[data-theme=dark]{--border:#344054;--surface:#101828;--surface-strong:#182230;--banner-link-bg:#101828;--loading-bg:#1f2937;--loading-shimmer-start:#1f2937;--loading-shimmer-mid-light:#374151;--loading-shimmer-mid-dark:#4b5563;--loading-shimmer-end:#1f2937}.banners{display:flex;flex-direction:column;gap:20px;align-items:flex-start;margin:18px 0;justify-content:center}.banner,.banner a{display:inline-flex;max-width:100%}.banner{position:relative;padding:0;background:linear-gradient(180deg,var(--surface),var(--surface-strong));border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;box-sizing:border-box;width:fit-content;align-items:flex-start;justify-content:flex-start}.banner a,.banner-loading{border-radius:calc(var(--radius) - 1px);overflow:hidden}.banner a{align-items:flex-start;justify-content:flex-start;text-decoration:none;background:var(--banner-link-bg);padding:10px}.banner img{display:block;max-width:min(100%,1000px);max-height:1000px;min-width:180px;min-height:180px;object-fit:contain;transition:transform .3s ease-in-out;border-radius:10px;animation-name:bannerPulse;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-duration:5.8s;animation-delay:0s}.banner:hover img{transform:scale(1.02)}@media (min-width:720px){.banners{flex-direction:row;flex-wrap:wrap;align-items:flex-start;padding:0}.banner{width:fit-content;max-width:100%;flex:0 0 auto}.banner a{min-height:0}.banner img{width:auto;height:auto}}@media (min-width:900px){.banners{align-items:flex-start}.banner{flex:0 0 auto}}@keyframes bannerPulse{0%,100%,88%{transform:scale(1)}94%{transform:scale(1.025)}}.banner:nth-child(odd) img{animation:6.5s ease-in-out infinite bannerPulse}.banner:nth-child(2n) img{animation:7.5s ease-in-out 1.2s infinite bannerPulse}.banner:nth-child(3n) img{animation-duration:5.8s;animation-delay:1.8s}.banner:nth-child(4n) img{animation-duration:8.2s;animation-delay:.6s}.banner-loading{position:absolute;inset:0;z-index:2;pointer-events:none;background:var(--loading-bg)}.banner-loading::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--loading-shimmer-start) 0,var(--loading-shimmer-mid-light) 35%,var(--loading-shimmer-mid-dark) 50%,var(--loading-shimmer-mid-light) 65%,var(--loading-shimmer-end) 100%);transform:translateX(-100%);animation:1.4s ease-in-out infinite bannerLoadingShimmer}.banner.is-loading>a,.banner.is-loading>img{opacity:0}@keyframes bannerLoadingShimmer{from{transform:translateX(-100%)}to{transform:translateX(100%)}}