.confirm-overlay.svelte-193t4hn{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px}.confirm-dialog.svelte-193t4hn{background:var(--light-bg);border-radius:var(--radius-lg);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:400px;width:100%;padding:24px;text-align:center}.confirm-icon.svelte-193t4hn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;margin:0 auto 16px}.confirm-icon-default.svelte-193t4hn{background:#2196f31a;color:#2196f3}.confirm-icon-danger.svelte-193t4hn{background:#f443361a;color:#f44336}.confirm-icon-warning.svelte-193t4hn{background:#ff98001a;color:#ff9800}.confirm-title.svelte-193t4hn{margin:0 0 8px;font-size:18px;font-weight:600;color:var(--text-primary)}.confirm-message.svelte-193t4hn{margin:0 0 24px;font-size:14px;color:var(--text-secondary);line-height:1.5}.confirm-actions.svelte-193t4hn{display:flex;gap:12px;justify-content:center}.btn.svelte-193t4hn{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border:none;border-radius:var(--radius-md);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:80px}.btn.svelte-193t4hn:disabled{opacity:.6;cursor:not-allowed}.btn-secondary.svelte-193t4hn{background:var(--gray-100);color:var(--text-secondary)}.btn-secondary.svelte-193t4hn:hover:not(:disabled){background:var(--gray-200);color:var(--text-primary)}.btn-primary.svelte-193t4hn{background:var(--accent-color);color:#fff}.btn-primary.svelte-193t4hn:hover:not(:disabled){background:var(--accent-dark)}.btn-danger.svelte-193t4hn{background:#f44336;color:#fff}.btn-danger.svelte-193t4hn:hover:not(:disabled){background:#d32f2f}.loading-spinner.svelte-193t4hn{animation:svelte-193t4hn-spin 1s linear infinite}@keyframes svelte-193t4hn-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-theme=dark] .confirm-dialog.svelte-193t4hn{background:var(--light-bg)}[data-theme=dark] .confirm-icon-default.svelte-193t4hn{background:#3b82f626}[data-theme=dark] .confirm-icon-danger.svelte-193t4hn{background:#f8717126}[data-theme=dark] .confirm-icon-warning.svelte-193t4hn{background:#fbbf2426}[data-theme=dark] .btn-secondary.svelte-193t4hn{background:var(--gray-200);color:var(--text-secondary)}[data-theme=dark] .btn-secondary.svelte-193t4hn:hover:not(:disabled){background:var(--gray-300);color:var(--text-primary)}@media(max-width:640px){.confirm-dialog.svelte-193t4hn{margin:10px;padding:20px}.confirm-actions.svelte-193t4hn{flex-direction:column}.btn.svelte-193t4hn{width:100%}}
