.modal-overlay{z-index:100;animation:svelte-ta60gp-modal-fade-in var(--transition) ease-out;background:#141e148c;position:fixed;inset:0}.modal-content{background:var(--surface);border-radius:var(--radius-lg);width:calc(100vw - 32px);box-shadow:var(--shadow-lg);z-index:101;max-height:calc(100dvh - 48px);position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%)}.modal-content-bare{box-shadow:none;background:0 0;justify-content:center;align-items:center;width:100vw;max-width:100vw;max-height:100dvh;display:flex}.modal-header.svelte-ta60gp{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.modal-title{font-size:var(--text-lg);color:var(--primary-dark);font-weight:700}.modal-close{background:var(--bg);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;display:flex}.modal-close-bare{color:#fff;z-index:102;background:#ffffff26;width:36px;height:36px;font-size:1rem;position:fixed;top:16px;right:16px}.modal-body.svelte-ta60gp{padding:20px}.modal-body-bare.svelte-ta60gp{justify-content:center;align-items:center;max-width:92vw;max-height:92dvh;display:flex}.modal-body-bare.svelte-ta60gp img{border-radius:var(--radius-sm);object-fit:contain;max-width:92vw;max-height:92dvh}@keyframes svelte-ta60gp-modal-fade-in{0%{opacity:0}to{opacity:1}}
