.modal-backdrop{z-index:9999;background:#0009;outline:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:92%;max-height:85vh;padding:1.5rem;overflow-y:auto;box-shadow:0 8px 32px #0006}.modal-sm{max-width:400px}.modal-md{max-width:480px}.modal-lg{max-width:640px}.modal-xl{max-width:800px}.modal-wide{max-width:960px}.modal-full{max-width:1320px;max-height:none;box-shadow:none;background:0 0;border:none;padding:0;overflow-y:visible}.modal-backdrop:has(.modal-full){background:var(--bg-base);justify-content:center;align-items:flex-start;padding:40px 20px;overflow-y:auto}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.modal-title{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:600}.modal-close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:1.25rem;line-height:1}.modal-close-btn:hover{color:var(--text-primary)}.modal-footer{justify-content:flex-end;gap:.75rem;margin-top:1.25rem;display:flex}.modal-btn{padding:.6rem 1.25rem;font-size:.9rem}.modal-confirm-message{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.5}