.snd-topbar{background:linear-gradient(90deg,#0a0e1f 0%,#161b36 100%);color:rgba(255,255,255,0.82);font-size:13px;border-bottom:1px solid rgba(255,255,255,0.04);padding:9px 0;position:relative;z-index:50;}.snd-topbar::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle at 90% 50%,rgba(var(--brand-primary-rgb,172,52,0),0.18),transparent 40%);pointer-events:none;}.snd-topbar > .container{position:relative}.snd-topbar-inner{display:flex;justify-content:space-between;align-items:center;gap:16px}.snd-topbar-left,.snd-topbar-right{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.snd-topbar-item{display:inline-flex;align-items:center;gap:8px;color:rgba(255,255,255,0.82);text-decoration:none;font-weight:500;transition:color .15s;white-space:nowrap;}.snd-topbar-item:hover{color:#fff;text-decoration:none}.snd-topbar-item i{color:var(--brand-accent,#ff6b00);font-size:11px;width:14px;text-align:center}.snd-topbar-hours{color:rgba(255,255,255,0.55)}.snd-topbar-hours i{color:rgba(255,255,255,0.4)}.snd-topbar-divider{width:1px;height:14px;background:rgba(255,255,255,0.14)}.snd-topbar-status{color:rgba(255,255,255,0.7);font-size:12px}.snd-topbar-status .snd-status-pulse{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:sndTopbarPulse 2s ease-in-out infinite;box-shadow:0 0 0 0 rgba(34,197,94,0.6);}@keyframes sndTopbarPulse{0%,100%{box-shadow:0 0 0 0 rgba(34,197,94,0.6)} 50%{box-shadow:0 0 0 6px rgba(34,197,94,0)}}.snd-lang-pill{display:inline-flex;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.1);border-radius:999px;padding:3px;}.snd-lang-pill a{padding:4px 11px;font-size:11px;font-weight:700;letter-spacing:0.08em;color:rgba(255,255,255,0.6);text-decoration:none;border-radius:999px;transition:all .15s;}.snd-curr-pill{display:inline-flex;align-items:center;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);border-radius:999px;padding:2px;overflow:hidden}.snd-curr-pill a{display:inline-flex;align-items:center;justify-content:center;min-width:38px;padding:4px 10px;font-size:11.5px;font-weight:700;letter-spacing:0.3px;color:rgba(255,255,255,0.7);border-radius:999px;transition:.15s;text-decoration:none}.snd-curr-pill a:hover{color:#fff}.snd-curr-pill a.active{background:linear-gradient(135deg,#ff6b00,#ffba75);color:#0b1020;box-shadow:0 2px 8px rgba(255,107,0,0.35)}.snd-lang-pill a.active{background:linear-gradient(135deg,var(--brand-primary,#AC3400),var(--brand-accent,#ff6b00));color:#fff;box-shadow:0 2px 8px rgba(var(--brand-primary-rgb,172,52,0),0.4);}.snd-lang-pill a:not(.active):hover{background:rgba(255,255,255,0.1);color:#fff;text-decoration:none}.snd-hide-sm,.snd-hide-md{display:inline-flex}@media (max-width:991px){.snd-hide-md{display:none !important}}@media (max-width:700px){.snd-hide-sm{display:none !important}}@media (max-width:500px){.snd-topbar{font-size:12px;padding:7px 0}.snd-topbar-hours span:last-child{display:none}}