#vdm-popup-root{position:fixed;z-index:999999;display:flex;flex-direction:column;gap:12px;width:min(390px,calc(100vw - 24px));pointer-events:none;font-family:inherit}
#vdm-popup-root.vdm-position-top-right{top:18px;right:18px}
#vdm-popup-root.vdm-position-bottom-right{bottom:18px;right:18px}
#vdm-popup-root.vdm-position-center{top:50%;left:50%;transform:translate(-50%,-50%)}
.vdm-popup-card{position:relative;display:grid;grid-template-columns:46px 1fr;gap:12px;background:#fff;color:#1d2327;border-radius:16px;box-shadow:0 18px 55px rgba(0,0,0,.22);padding:17px 42px 17px 16px;border-left:5px solid #2271b1;pointer-events:auto;opacity:0;transform:translateY(-10px) scale(.98);transition:opacity .2s ease,transform .2s ease;overflow:hidden}
.vdm-popup-card.vdm-popup-show{opacity:1;transform:none}.vdm-popup-card.vdm-popup-hide{opacity:0;transform:translateY(-8px) scale(.98)}
.vdm-popup-icon{width:42px;height:42px;border-radius:12px;background:#eef5fb;color:#2271b1;display:flex;align-items:center;justify-content:center;font-size:21px;font-weight:800}
.vdm-popup-title{font-size:17px;line-height:1.25;margin:2px 0 7px;color:inherit}.vdm-popup-message{font-size:14px;line-height:1.45}.vdm-popup-message p{margin:0 0 8px}.vdm-popup-time{font-size:11px;opacity:.6}
.vdm-popup-close{position:absolute;right:10px;top:8px;width:30px;height:30px;border:0;background:transparent;color:inherit;font-size:24px;line-height:1;cursor:pointer;border-radius:50%}.vdm-popup-close:hover{background:rgba(0,0,0,.06)}
.vdm-popup-action{display:inline-flex;margin-top:10px;padding:8px 12px;border-radius:9px;text-decoration:none!important;background:#2271b1;color:#fff!important;font-weight:700;font-size:13px}
.vdm-type-success{border-left-color:#00a32a}.vdm-type-success .vdm-popup-icon{background:#edf8ef;color:#00a32a}.vdm-type-success .vdm-popup-action{background:#00a32a}
.vdm-type-warning{border-left-color:#dba617}.vdm-type-warning .vdm-popup-icon{background:#fff7df;color:#9a7000}.vdm-type-warning .vdm-popup-action{background:#9a7000}
.vdm-type-error{border-left-color:#d63638}.vdm-type-error .vdm-popup-icon{background:#fcebec;color:#d63638}.vdm-type-error .vdm-popup-action{background:#d63638}
.vdm-type-appointment{border-left-color:#7b4ce2}.vdm-type-appointment .vdm-popup-icon{background:#f1edff;color:#6a3bd5}.vdm-type-appointment .vdm-popup-action{background:#6a3bd5}
.vdm-type-reservation{border-left-color:#b35c00}.vdm-type-reservation .vdm-popup-icon{background:#fff1e2;color:#a34f00}.vdm-type-reservation .vdm-popup-action{background:#a34f00}
.vdm-popup-history{display:grid;gap:14px}.vdm-history-item{background:#fff;border:1px solid #e2e4e7;border-left:5px solid #2271b1;border-radius:12px;padding:16px;color:#1d2327}.vdm-history-item h3{margin:3px 0 8px}.vdm-history-date{font-size:12px;opacity:.65}.vdm-history-link{display:inline-block;font-weight:700}
.vdm-temp-history-note{padding:18px;border:1px solid #dcdcde;border-radius:12px;background:#fff;color:#1d2327}.vdm-temp-history-note p{margin:6px 0 0}
.vdm-temp-overlay{position:fixed;z-index:1000001;inset:0;background:rgba(0,0,0,.68);display:flex;align-items:center;justify-content:center;padding:20px;font-family:inherit}
.vdm-temp-dialog{width:min(520px,100%);background:#fff;color:#1d2327;border-radius:20px;box-shadow:0 24px 80px rgba(0,0,0,.35);padding:28px;text-align:center}
.vdm-temp-badge{width:58px;height:58px;margin:0 auto 13px;border-radius:18px;background:#eef5fb;color:#2271b1;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:800}
.vdm-temp-dialog h2{margin:0 0 10px;font-size:24px;line-height:1.2;color:inherit}.vdm-temp-text{font-size:15px;line-height:1.55;margin:0}.vdm-temp-privacy{font-size:12px;line-height:1.45;opacity:.68;margin:13px 0 0}
.vdm-temp-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:22px}.vdm-temp-primary,.vdm-temp-secondary{border:0;border-radius:11px;padding:11px 16px;font-weight:700;font-size:14px;cursor:pointer;text-decoration:none!important;display:inline-flex;align-items:center;justify-content:center}.vdm-temp-primary{background:#2271b1;color:#fff!important}.vdm-temp-primary:disabled{opacity:.6;cursor:wait}.vdm-temp-secondary{background:#f0f0f1;color:#1d2327!important}
@media(max-width:600px){#vdm-popup-root,#vdm-popup-root.vdm-position-top-right,#vdm-popup-root.vdm-position-bottom-right{left:12px;right:12px;width:auto}#vdm-popup-root.vdm-position-top-right{top:12px}#vdm-popup-root.vdm-position-bottom-right{bottom:12px}.vdm-popup-card{grid-template-columns:38px 1fr;padding:14px 38px 14px 13px;border-radius:14px}.vdm-popup-icon{width:36px;height:36px;font-size:18px}.vdm-temp-dialog{padding:22px 18px;border-radius:17px}.vdm-temp-dialog h2{font-size:21px}.vdm-temp-actions{flex-direction:column}.vdm-temp-primary,.vdm-temp-secondary{width:100%;box-sizing:border-box}}
