.modal-mask{z-index:1000;background:#00000073;justify-content:center;align-items:center;animation:.2s maskFade;display:flex;position:fixed;inset:0}[data-theme=deep-ocean] .modal-mask{background:#000000a6}.modal-wrapper{background:var(--card);color:var(--card-foreground);border-radius:8px;animation:.2s modalZoom;overflow:hidden;box-shadow:0 6px 16px #0000001f,0 3px 6px #00000014}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;height:56px;padding:0 24px;font-size:18px;font-weight:700;display:flex}.modal-close{cursor:pointer;color:var(--muted-foreground);background:0 0;border:none;font-size:24px}.modal-body{padding:24px;line-height:1.8}.modal-footer{border-top:1px solid var(--border);justify-content:flex-end;gap:10px;padding:16px 24px;display:flex}.modal-footer button{cursor:pointer;border:1px solid var(--border);background:var(--input);color:var(--foreground);border-radius:4px;padding:8px 18px}.modal-footer .primary{background:var(--accent);color:var(--accent-foreground);border:none}@keyframes modalZoom{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes maskFade{0%{opacity:0}to{opacity:1}}
