.dc-backdrop{position:fixed;inset:0;z-index:10050;display:grid;place-items:center;padding:20px;background:rgba(15,23,42,.48);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:dc-fade .16s ease-out}
.dc-dialog{position:relative;width:min(430px,100%);overflow:hidden;border:1px solid #f2d4d8;border-radius:22px;background:#fff;box-shadow:0 28px 80px rgba(15,23,42,.25);animation:dc-rise .2s ease-out}
.dc-close{position:absolute;z-index:1;top:14px;right:14px;display:grid;width:36px;height:36px;padding:0;place-items:center;border:0;border-radius:50%;background:#fff0f2;color:#d7192b;font-size:24px;line-height:1;cursor:pointer}
.dc-content{padding:30px 28px 22px;text-align:center}.dc-warning{display:grid;width:58px;height:58px;margin:0 auto 16px;place-items:center;border-radius:18px;background:linear-gradient(145deg,#fff0f2,#ffe2e6);color:#d7192b;box-shadow:0 10px 24px rgba(224,32,47,.14)}
.dc-warning svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.dc-eyebrow{display:block;margin-bottom:7px;color:#d7192b;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.dc-dialog h2{margin:0;color:#101828;font-size:22px;letter-spacing:-.025em}.dc-dialog p{max-width:340px;margin:10px auto 0;color:#667085;font-size:13px;line-height:1.6}.dc-item{overflow:hidden;margin:16px 0 0;padding:10px 12px;border-radius:10px;background:#f8fafc;color:#475467;font-size:11px;font-weight:750;text-overflow:ellipsis;white-space:nowrap}
.dc-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:16px 20px 20px;border-top:1px solid #eef1f4;background:#fbfcfd}.dc-actions button{min-height:44px;border-radius:11px;font-size:13px;font-weight:850;cursor:pointer}.dc-cancel{border:1px solid #d8dee6;background:#fff;color:#344054}.dc-delete{border:1px solid #df1d2d;background:linear-gradient(135deg,#ef3340,#d7192b);color:#fff;box-shadow:0 7px 18px rgba(215,25,43,.22)}
.dc-close:focus-visible,.dc-actions button:focus-visible{outline:3px solid rgba(39,120,228,.24);outline-offset:2px}@keyframes dc-fade{from{opacity:0}}@keyframes dc-rise{from{opacity:0;transform:translateY(10px) scale(.98)}}
@media(max-width:680px){.dc-backdrop{padding:18px}.dc-dialog{width:min(350px,100%);border-radius:20px}.dc-content{padding:28px 22px 20px}.dc-warning{width:52px;height:52px;border-radius:16px}.dc-dialog h2{font-size:20px}.dc-actions{padding:14px 16px 16px}.dc-actions button{min-height:46px}}
@media(prefers-reduced-motion:reduce){.dc-backdrop,.dc-dialog{animation:none}}
