.site-dialog{position:fixed;inset:0;width:min(31rem,calc(100% - 2rem));max-height:calc(100dvh - 2rem);padding:0;margin:auto;overflow:auto;border:0;border-radius:1.25rem;background:#fff;color:#102a43;box-shadow:0 1.5rem 4rem rgba(16,42,67,.3);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
.site-dialog::backdrop{background:rgba(16,42,67,.68);-webkit-backdrop-filter:blur(.15rem);backdrop-filter:blur(.15rem)}
.site-dialog form{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;padding:1.25rem;margin:0}
.site-dialog__icon{display:grid;width:2.75rem;height:2.75rem;border-radius:50%;background:rgba(214,40,40,.1);color:#d62828;place-items:center}
.site-dialog__icon svg{width:1.35rem;height:1.35rem}
.site-dialog__content{display:grid;gap:.45rem;min-width:0}
.site-dialog__content h2{margin:0;font-size:1.25rem;line-height:1.4;color:#102a43}
.site-dialog__content p{margin:0;font-size:.88rem;line-height:1.6;color:#52606d;white-space:pre-wrap;overflow-wrap:anywhere}
.site-dialog textarea{box-sizing:border-box;width:100%;min-height:7rem;padding:.65rem;border:1px solid #bcccdc;border-radius:.5rem;background:#fff;color:#102a43;font:inherit;resize:vertical}
.site-dialog footer{display:flex;flex-wrap:wrap;justify-content:flex-end;grid-column:1/-1;gap:.65rem;padding:.3rem 0 0;margin:0;background:transparent}
.site-dialog button{border:1px solid #bcccdc;border-radius:.65rem;padding:.7rem 1rem;font:inherit;font-size:.88rem;font-weight:700;line-height:1.3;background:#fff;color:#102a43;cursor:pointer}
.site-dialog [data-dialog-accept]{background:#102a43;border-color:#102a43;color:#fff}
.site-dialog button:focus-visible,.site-dialog textarea:focus-visible{outline:3px solid #f2b134;outline-offset:3px}
.site-dialog [hidden]{display:none!important}
@media(max-width:480px){.site-dialog footer{flex-direction:column-reverse}.site-dialog button{width:100%}}
