.announcement-bar{z-index:60;background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 50%,#0f172a 100%);width:100%;position:relative;overflow:hidden}.announcement-bar-shimmer{pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffff0a 25%,#ffffff14 50%,#ffffff0a 75%,#0000 100%) 0 0/200% 100%;animation:4s ease-in-out infinite shimmer-slide;position:absolute;inset:0}@keyframes shimmer-slide{0%{background-position:200% 0}to{background-position:-200% 0}}.announcement-bar-inner{justify-content:center;align-items:center;gap:.75rem;max-width:1400px;margin:0 auto;padding:.5rem 1rem;display:flex;position:relative}.announcement-bar-content{justify-content:center;align-items:center;gap:.5rem;display:flex}.announcement-bar-pulse{background:#34d399;border-radius:50%;flex-shrink:0;width:6px;height:6px;animation:2s ease-in-out infinite bar-pulse;position:relative}@keyframes bar-pulse{0%,to{opacity:1;box-shadow:0 0 #34d39980}50%{opacity:.7;box-shadow:0 0 0 4px #34d39900}}.announcement-bar-badge{letter-spacing:.1em;text-transform:uppercase;color:#09090b;background:#fff;border:1.5px solid #09090b;border-radius:4px;flex-shrink:0;padding:.125rem .5rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.5625rem;font-weight:800;box-shadow:1.5px 1.5px #34d399}.announcement-bar-text{color:#ffffffbf;letter-spacing:-.01em;white-space:nowrap;font-size:.8125rem;font-weight:400}.announcement-bar-link{color:#fff;border-bottom:1px solid #ffffff4d;align-items:center;gap:.25rem;padding-bottom:1px;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.announcement-bar-link:hover{color:#a78bfa;border-bottom-color:#a78bfa}.announcement-bar-arrow{flex-shrink:0;transition:transform .2s}.announcement-bar-link:hover .announcement-bar-arrow{transform:translate(2px)}.announcement-bar-close{color:#fff6;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;transition:all .2s;display:flex;position:absolute;right:.75rem}.announcement-bar-close:hover{color:#fffc;background:#ffffff1a}.announcement-bar-desktop{display:inline}.announcement-bar-mobile{display:none}@media (max-width:640px){.announcement-bar-desktop{display:none}.announcement-bar-mobile{font-size:.75rem;display:inline-flex}.announcement-bar-inner{padding:.4375rem 2.25rem .4375rem .75rem}.announcement-bar-content{gap:.375rem}.announcement-bar-badge{letter-spacing:.1em;padding:.0625rem .375rem;font-size:.5rem}.announcement-bar-close{width:1.25rem;height:1.25rem;right:.5rem}}
