.ollinter-modal{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);color:var(--text);box-shadow:var(--shadow-lg);max-height:calc(100dvh - 2rem);margin:auto;padding:0;overflow:auto}.ollinter-modal-sm{width:min(24rem,100vw - 2rem)}.ollinter-modal-md{width:min(28rem,100vw - 2rem)}.ollinter-modal-lg{width:min(34rem,100vw - 2rem)}.ollinter-modal::backdrop{background:var(--scrim)}.ollinter-modal-panel{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.ollinter-modal-head{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.ollinter-modal-title{font-family:var(--font-heading);margin:0;font-size:1.25rem;font-weight:600;line-height:1.25}.ollinter-modal-body{color:var(--text-muted);margin:0;line-height:1.6}.ollinter-modal-body p{margin:0}.ollinter-modal-close{width:2rem;height:2rem;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;margin:-.25rem -.25rem 0 0;display:inline-flex}.ollinter-modal-close:hover{background:var(--surface-2);color:var(--text)}.ollinter-modal-close svg{stroke:currentColor;stroke-width:1.75px;stroke-linecap:round;fill:none;width:1.125rem;height:1.125rem}.ollinter-modal-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.ollinter-modal-actions-extra{color:var(--danger);margin-inline-end:auto;font-size:.75rem}.ollinter-modal :focus-visible{outline:2px solid var(--focus);outline-offset:2px}@media (prefers-reduced-motion:no-preference){.ollinter-modal[open]{animation:.12s ease-out ollinter-modal-in}@keyframes ollinter-modal-in{0%{opacity:0;transform:translateY(.25rem)}}}
