.modal-header-custom.svelte-dyjewd{display:flex;justify-content:center;padding:var(--space-xl) var(--space-lg) 0;position:relative}.modal-header-custom.svelte-dyjewd:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:200%;height:150px;background:radial-gradient(ellipse at center top,color-mix(in srgb,var(--accent-2) 15%,transparent) 0%,transparent 70%);pointer-events:none}.modal-icon.svelte-dyjewd{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--accent-2) 20%,transparent);border-radius:50%;position:relative;animation:svelte-dyjewd-dangerPulse 2s ease-in-out infinite}.modal-icon.svelte-dyjewd:before{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid var(--accent-2);opacity:.3;animation:svelte-dyjewd-dangerRing 2s ease-in-out infinite}.modal-icon.svelte-dyjewd:after{content:"";position:absolute;inset:-12px;border-radius:50%;border:1px solid var(--accent-2);opacity:.15;animation:svelte-dyjewd-dangerRing 2s ease-in-out infinite .3s}@keyframes svelte-dyjewd-dangerPulse{0%,to{box-shadow:0 0 20px color-mix(in srgb,var(--accent-2) 30%,transparent),0 0 40px color-mix(in srgb,var(--accent-2) 15%,transparent);transform:scale(1)}50%{box-shadow:0 0 30px color-mix(in srgb,var(--accent-2) 50%,transparent),0 0 60px color-mix(in srgb,var(--accent-2) 25%,transparent);transform:scale(1.05)}}@keyframes svelte-dyjewd-dangerRing{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.1);opacity:.1}}.modal-icon.svelte-dyjewd svg{color:var(--accent-2);filter:drop-shadow(0 0 8px var(--accent-2));animation:svelte-dyjewd-iconGlow 2s ease-in-out infinite}@keyframes svelte-dyjewd-iconGlow{0%,to{filter:drop-shadow(0 0 8px color-mix(in srgb,var(--accent-2) 60%,transparent))}50%{filter:drop-shadow(0 0 16px var(--accent-2))}}.content-wrapper.svelte-dyjewd{display:flex;flex-direction:column;align-items:center;text-align:center}.modal-title.svelte-dyjewd{margin:0 0 var(--space-md) 0;font-size:1.35rem;font-weight:700;color:var(--accent-2);text-shadow:0 0 30px color-mix(in srgb,var(--accent-2) 30%,transparent)}.modal-description.svelte-dyjewd{margin:0 0 var(--space-md) 0;font-size:.95rem;color:var(--text-secondary);line-height:1.5}.modal-description.svelte-dyjewd strong:where(.svelte-dyjewd){color:var(--accent-2);font-weight:700}.deletion-list.svelte-dyjewd{text-align:left;margin:0 0 var(--space-md) 0;padding-left:0;font-size:.9rem;color:var(--text-muted);line-height:1.8;list-style:none}.deletion-list.svelte-dyjewd li:where(.svelte-dyjewd){margin-bottom:var(--space-xs);padding-left:var(--space-lg);position:relative}.deletion-list.svelte-dyjewd li:where(.svelte-dyjewd):before{content:"×";position:absolute;left:0;color:var(--accent-2);font-weight:700;font-size:1.1rem}.modal-warning.svelte-dyjewd{margin:0;padding:var(--space-sm) var(--space-md);background:color-mix(in srgb,var(--accent-3) 15%,transparent);border:1px solid color-mix(in srgb,var(--accent-3) 40%,transparent);border-radius:var(--radius-md);font-size:.85rem;color:var(--accent-3);font-weight:500}.export-link.svelte-dyjewd{color:inherit;font-weight:700;text-decoration:underline;text-underline-offset:2px;transition:all var(--transition-fast)}.export-link.svelte-dyjewd:hover{color:var(--text-primary);text-decoration-thickness:2px}.confirm-input.svelte-dyjewd{width:100%;padding:var(--space-md);font-size:1.1rem;font-family:var(--font-mono);font-weight:600;text-align:center;letter-spacing:.1em;background:color-mix(in srgb,var(--accent-2) 8%,transparent);border:2px solid color-mix(in srgb,var(--accent-2) 40%,transparent);border-radius:var(--radius-md);color:var(--accent-2);transition:all var(--transition-fast);margin-bottom:var(--space-sm);animation:svelte-dyjewd-inputPulse 3s ease-in-out infinite}@keyframes svelte-dyjewd-inputPulse{0%,to{border-color:color-mix(in srgb,var(--accent-2) 40%,transparent);box-shadow:0 0 0 0 transparent}50%{border-color:color-mix(in srgb,var(--accent-2) 60%,transparent);box-shadow:0 0 20px color-mix(in srgb,var(--accent-2) 15%,transparent)}}.confirm-input.svelte-dyjewd::placeholder{color:color-mix(in srgb,var(--accent-2) 50%,transparent);font-weight:500}.confirm-input.svelte-dyjewd:focus{outline:none;border-color:var(--accent-2);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent-2) 20%,transparent),0 0 30px color-mix(in srgb,var(--accent-2) 20%,transparent);animation:none}.confirm-input.has-error.svelte-dyjewd{border-color:var(--accent-2);animation:svelte-dyjewd-shake .5s ease-in-out}@keyframes svelte-dyjewd-shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}.confirm-input.svelte-dyjewd:disabled{opacity:.5;animation:none}.error-message.svelte-dyjewd{margin:0;font-size:.85rem;color:var(--accent-2);font-weight:500;animation:svelte-dyjewd-fadeIn .3s ease}@keyframes svelte-dyjewd-fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.modal-actions.svelte-dyjewd{display:flex;gap:var(--space-md);width:100%}.modal-actions.svelte-dyjewd .btn{flex:1}@media(max-width:640px){.modal-actions.svelte-dyjewd{flex-direction:column}}
