:root{--vt-notice-yellow:#f5c518;--vt-notice-ink:#111116;--vt-announcement-height:0px}
.vt-topbar{position:relative;z-index:2147483000;background:var(--vt-notice-ink);color:#fff;font-family:'DM Sans','Segoe UI',system-ui,sans-serif;border-bottom:1px solid rgba(255,255,255,.12)}
.vt-topbar__inner{min-height:48px;max-width:1240px;margin:0 auto;padding:10px 52px 10px 20px;display:flex;align-items:center;justify-content:center;gap:10px;text-align:center;font-size:14px;line-height:1.45;font-weight:600}
.vt-topbar__mark{width:8px;height:8px;border-radius:50%;background:var(--vt-notice-yellow);box-shadow:0 0 0 4px rgba(245,197,24,.14);flex:0 0 auto}
.vt-topbar__close,.vt-popup__close{appearance:none;border:0;cursor:pointer;display:grid;place-items:center;font:inherit}
.vt-topbar__close{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:22px;line-height:1}
.vt-topbar__close:hover{background:rgba(255,255,255,.18)}
.vt-has-topbar #root header{top:var(--vt-announcement-height)!important}
.vt-popup-layer{position:fixed;inset:0;z-index:2147483640;padding:20px;display:grid;place-items:center;background:rgba(17,17,22,.56);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:vt-fade-in .22s ease-out}
.vt-popup{position:relative;width:min(560px,100%);overflow:hidden;border-radius:24px;background:#fff;color:var(--vt-notice-ink);box-shadow:0 28px 90px rgba(0,0,0,.28);font-family:'DM Sans','Segoe UI',system-ui,sans-serif;animation:vt-pop-in .3s cubic-bezier(.2,.8,.2,1)}
.vt-popup__accent{height:7px;background:var(--vt-notice-yellow)}
.vt-popup__body{padding:32px 32px 28px}
.vt-popup__eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;color:#6d5a00;font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.vt-popup__eyebrow:before{content:'';width:8px;height:8px;border-radius:50%;background:var(--vt-notice-yellow)}
.vt-popup h2{margin:0 44px 14px 0;font-size:clamp(24px,5vw,32px);line-height:1.12;letter-spacing:-.035em}
.vt-popup__message{white-space:pre-line;color:#52525b;font-size:16px;line-height:1.65}
.vt-popup__close{position:absolute;right:18px;top:23px;width:38px;height:38px;border-radius:50%;background:#f2f2f4;color:#111116;font-size:24px}
.vt-popup__close:hover{background:#e8e8eb}
.vt-popup__button{margin-top:24px;width:100%;border:0;border-radius:13px;background:var(--vt-notice-ink);color:#fff;padding:13px 18px;font:inherit;font-weight:800;cursor:pointer}
@keyframes vt-fade-in{from{opacity:0}to{opacity:1}}@keyframes vt-pop-in{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}
@media(max-width:600px){.vt-topbar__inner{justify-content:flex-start;text-align:left;padding:10px 48px 10px 16px;font-size:13px}.vt-popup-layer{padding:14px}.vt-popup{border-radius:20px}.vt-popup__body{padding:27px 22px 22px}.vt-popup h2{font-size:25px}}
@media(prefers-reduced-motion:reduce){.vt-popup-layer,.vt-popup{animation:none}}
