.modal-overlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);overscroll-behavior:contain;background:#000c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-content{background:linear-gradient(135deg,var(--pt-surface-modal-from)0%,var(--pt-surface-modal-to)100%);border:2px solid rgba(var(--pt-ink-rgb),.3);border-radius:var(--pt-radius-lg);color:#fff;box-sizing:border-box;flex-direction:column;width:fit-content;min-width:min(20rem,100vw - 2rem);max-width:min(28rem,100vw - 2rem);min-height:0;max-height:calc(100dvh - 2rem);margin:auto;padding:2rem;display:flex;position:relative;overflow:auto;box-shadow:0 8px 32px #00000080}.modal-content>*{flex-shrink:0}.modal-content.modal--danger{border-color:#ff646480}.modal-content.modal--image{flex-direction:column;max-width:95vw;max-height:95vh;padding:0;display:flex;overflow:hidden}.modal-content.modal--wide{width:fit-content;max-width:min(95vw,1100px)}.modal-close{color:#fff;cursor:pointer;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:48px;height:48px;padding:0;font-size:2.5rem;font-weight:300;line-height:1;transition:opacity .2s;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{opacity:.7}.modal-title{color:#fff;margin:0 0 1rem;font-size:1.5rem;font-weight:600}.modal-title--danger{color:var(--pt-gold-warning)}.modal-body{color:rgba(var(--pt-ink-rgb),.8);overscroll-behavior:contain;flex:auto;min-height:0;margin:0 0 1.5rem;line-height:1.6;overflow-y:auto}.modal-body p{margin:0 0 1rem}.modal-body p:last-child{margin-bottom:0}.modal-actions{justify-content:flex-end;gap:1rem;margin-top:1.5rem;display:flex}@media (max-width:768px){.modal-content{padding:1.5rem}.modal-title{font-size:1.25rem}.modal-actions{flex-direction:column;gap:.75rem}.modal-actions button{text-align:center;width:100%}}
