.website-dialog-mask{z-index:1200;background:#0f172a80;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.website-dialog{color:#172033;overscroll-behavior:contain;background:#fff;border-radius:14px;width:min(480px,100%);max-height:calc(100dvh - 48px);padding:24px;overflow:auto;box-shadow:0 20px 64px #0f172a38}.website-dialog-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:8px;display:flex}.website-dialog-header h2{margin:0;font-size:22px;font-weight:700;line-height:1.4}.website-dialog-close{color:#475569;cursor:pointer;background:0 0;border:0;border-radius:8px;flex:none;place-items:center;width:44px;height:44px;display:grid}.website-dialog-close:hover{background:#f1f5f9}.website-dialog-description{color:#526173;margin:0 0 16px;font-size:14px;line-height:1.75}.website-dialog :is(button,a,input):focus-visible{outline-offset:3px;outline:2px solid #2563eb}.website-dialog-enter-active,.website-dialog-leave-active{transition:opacity .16s}.website-dialog-enter-from,.website-dialog-leave-to{opacity:0}@media (width<=480px){.website-dialog-mask{padding:12px}.website-dialog{max-height:calc(100dvh - 24px);padding:20px}.website-dialog-header h2{font-size:20px}}@media (prefers-reduced-motion:reduce){.website-dialog-enter-active,.website-dialog-leave-active{transition:none}}
