.dvk-a2hs {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999;
    width: min(92vw, 420px);
    display: none;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    box-sizing: border-box;
    border: 1px solid rgba(214,174,76,.55);
    border-radius: 14px;
    background: rgba(8,9,9,.97);
    color: #f5f2e9;
    box-shadow: 0 10px 30px rgba(0,0,0,.4), 0 0 18px rgba(214,174,76,.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font-family: Arial, sans-serif;
}
.dvk-a2hs.is-visible { display:flex; }
.dvk-a2hs__icon {
    width:38px; height:38px; flex:0 0 38px;
    object-fit:contain; border-radius:9px;
    background:#080909; border:1px solid rgba(214,174,76,.3);
}
.dvk-a2hs__copy { min-width:0; flex:1; line-height:1.1; }
.dvk-a2hs__title { display:block; font-size:13px; font-weight:800; margin-bottom:3px; }
.dvk-a2hs__text {
    display:block; font-size:10px; color:#b9b7b0;
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.dvk-a2hs__button {
    border:0; border-radius:9px; padding:9px 12px;
    background:linear-gradient(135deg,#d8ae43,#f4d16a);
    color:#111; font-size:11px; font-weight:800; cursor:pointer;
}
.dvk-a2hs__close {
    width:24px; height:24px; padding:0;
    border:1px solid rgba(214,174,76,.35); border-radius:50%;
    background:transparent; color:#d9d5c9; font-size:17px;
    line-height:20px; cursor:pointer;
}
@media (max-width:380px) {
    .dvk-a2hs { width:calc(100vw - 18px); top:7px; padding:7px 8px; }
    .dvk-a2hs__icon { width:34px; height:34px; flex-basis:34px; }
    .dvk-a2hs__title { font-size:12px; }
    .dvk-a2hs__text { font-size:9px; }
    .dvk-a2hs__button { padding:8px 9px; font-size:10px; }
}
