.cd-backdrop{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;animation:cd-fade .12s ease-out}.cd-dialog{background:#fff;border-radius:14px;padding:22px;width:100%;max-width:420px;box-shadow:0 20px 50px #0f172a40;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;animation:cd-pop .14s cubic-bezier(.16,1,.3,1)}.cd-title{margin:0 0 8px;font-size:18px;font-weight:700;color:#0f172a}.cd-body{font-size:14px;color:#475569;line-height:1.5}.cd-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.cd-btn{font-family:inherit;font-size:14px;font-weight:600;min-height:44px;padding:0 18px;border-radius:9px;border:1px solid transparent;cursor:pointer}.cd-cancel{background:#f1f5f9;color:#334155;border-color:#cbd5e1}.cd-cancel:hover{background:#e2e8f0}.cd-primary{background:#1e3a8a;color:#fff}.cd-primary:hover{background:#1d4ed8}.cd-danger{background:#dc2626;color:#fff}.cd-danger:hover{background:#b91c1c}.cd-btn:disabled{opacity:.6;cursor:not-allowed}.cd-btn:focus-visible{outline:3px solid #93c5fd;outline-offset:2px}@keyframes cd-fade{0%{opacity:0}to{opacity:1}}@keyframes cd-pop{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){.cd-backdrop,.cd-dialog{animation:none}}
