.vbanner{background:#ffb3470d;border-bottom:1px solid #ffb3472e;position:relative;overflow:hidden}.vbanner:before{content:"";background:linear-gradient(90deg,#0000,#ffb347b3,#0000);width:60%;height:1px;animation:3s ease-in-out infinite shimmer;position:absolute;top:0;left:-100%}@keyframes shimmer{0%{left:-60%}to{left:140%}}.vbanner-inner{flex-wrap:wrap;align-items:center;gap:10px 16px;max-width:80rem;margin:0 auto;padding:10px 20px;display:flex}.vbanner-icon{color:#ffb347;background:#ffb3471f;border:1px solid #ffb34738;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.vbanner-icon svg{width:16px;height:16px}.vbanner-text{flex-wrap:wrap;flex:1;align-items:center;gap:8px;min-width:0;display:flex}.vbanner-label{color:#e8eaf6;white-space:nowrap;font-size:13px;font-weight:600}.vbanner-sub{color:#e8eaf680;white-space:nowrap;font-size:12px}.vbanner-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.vbanner-btn-primary{color:#0a0f1e;cursor:pointer;background:linear-gradient(135deg,#ffb347 0%,#ffcc80 100%);border:none;border-radius:8px;align-items:center;gap:6px;padding:5px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:filter .2s,opacity .2s;display:inline-flex;box-shadow:0 4px 14px #ffb34738}.vbanner-btn-primary:hover:not(:disabled){filter:brightness(1.06)}.vbanner-btn-primary:disabled{opacity:.55;cursor:not-allowed}.vbanner-spinner{border:1.5px solid #0a0f1e4d;border-top-color:#0a0f1e;border-radius:50%;width:10px;height:10px;animation:.7s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.vbanner-btn-dismiss{color:#e8eaf659;cursor:pointer;background:0 0;border:1px solid #ffffff14;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.vbanner-btn-dismiss:hover{color:#e8eaf6b3;background:#ffffff0f;border-color:#ffffff24}@media (width<=640px){.vbanner-sub{display:none}.vbanner-inner{gap:8px 12px;padding:8px 16px}}
