.home-announcement{--announcement-bg:#1764d8;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto auto;align-items:center;gap:12px;min-height:48px;margin:6px 0 12px;padding:6px 12px;border-radius:13px;background:var(--announcement-bg);color:#fff;box-shadow:0 8px 22px rgba(23,76,180,.2)}
.home-announcement-warning{--announcement-bg:#b77914}.home-announcement-critical{--announcement-bg:#b83245}
.home-announcement-icon{display:grid;place-items:center;width:28px;height:28px}.home-announcement-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.home-announcement-label{padding:5px 10px;border-radius:8px;background:#fff;color:var(--announcement-bg);font-size:13px;white-space:nowrap}.label-compact{display:none}
.home-announcement-viewport{min-width:0;overflow:hidden}.home-announcement-track{display:flex;min-width:100%;justify-content:flex-start;color:inherit;text-decoration:none;white-space:nowrap}.home-announcement.is-scrolling .home-announcement-track{width:max-content;min-width:max-content;justify-content:flex-start;padding-left:100%;animation:home-announcement-scroll var(--announcement-duration,18s) linear infinite}
.home-announcement:hover .home-announcement-track,.home-announcement:focus-within .home-announcement-track{animation-play-state:paused}
.home-announcement-detail{color:#fff;font-size:13px;font-weight:750;text-decoration:underline;text-underline-offset:4px;white-space:nowrap}.home-announcement-close{display:grid;place-items:center;width:30px;height:30px;padding:0;border:0;border-left:1px solid rgba(255,255,255,.45);background:transparent;color:#fff;font-size:25px;line-height:1;cursor:pointer}
@keyframes home-announcement-scroll{from{transform:translateX(0)}to{transform:translateX(-100%)}}
@media(max-width:700px){.home-announcement{grid-template-columns:auto auto minmax(0,1fr) auto;gap:7px;min-height:46px;margin-top:5px;padding:5px 8px;border-radius:11px}.home-announcement-icon{width:24px}.home-announcement-icon svg{width:22px;height:22px}.home-announcement-label{padding:4px 8px;font-size:12px}.label-wide{display:none}.label-compact{display:inline}.home-announcement-detail{display:none}.home-announcement-track{justify-content:flex-start;font-size:13px}.home-announcement-close{width:27px;height:28px;font-size:22px}}
@media(prefers-reduced-motion:reduce){.home-announcement.is-scrolling .home-announcement-track{width:100%;min-width:0;padding-left:0;overflow:hidden;text-overflow:ellipsis;animation:none}.home-announcement-track span{overflow:hidden;text-overflow:ellipsis}}
