/* V16 notification control: compact SVG bell, no emoji */
.vv-notice-wrap{position:relative;display:inline-flex;align-items:center}
.vv-notice-btn{position:relative;display:grid;place-items:center;width:36px;height:32px;padding:0;border:1px solid rgba(190,156,255,.34);border-radius:10px;background:rgba(255,255,255,.025);color:#e9defe;cursor:pointer}
.vv-notice-btn:hover{background:rgba(168,120,255,.13);border-color:#b990ff}
.vv-notice-btn svg{width:17px;height:17px;stroke:currentColor;stroke-width:1.85;fill:none;stroke-linecap:round;stroke-linejoin:round}
.vv-notice-pop{position:absolute;right:0;top:41px;z-index:80;width:268px;padding:13px 14px;border:1px solid rgba(190,156,255,.28);border-radius:12px;background:#191220;box-shadow:0 18px 40px rgba(0,0,0,.38);display:none}.vv-notice-pop.open{display:block}.vv-notice-pop p{margin:6px 0 0;color:#aca2bc;font-size:.84rem}
@media(max-width:700px){.vv-notice-pop{right:-35px;width:min(268px,calc(100vw - 26px))}}
