/* Contact dialogs and outbound pages share the creator design tokens. */
.dialog{padding:0;border:1px solid var(--line);border-radius:18px;background:var(--surface);color:var(--text);max-height:calc(100dvh - 40px);overflow:auto;box-shadow:var(--shadow)}.dialog::backdrop{background:#11180fc4;backdrop-filter:blur(4px)}.contact-dialog{width:min(410px,calc(100% - 32px));text-align:center}.dialog-top{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding:10px 20px;font-size:12px}.dialog-close{border:0;background:none;width:44px;height:44px;font-size:26px;color:var(--muted)}.dialog-content{padding:28px}.dialog-content h2{font-size:26px;line-height:1.4}.dialog-content p{font-size:13px}.contact-qr{width:240px;max-width:100%;margin:22px auto;padding:12px;background:var(--white);border:1px solid var(--line);border-radius:8px}.contact-qr img{width:100%;height:auto;object-fit:contain}.gateway-layout{max-width:650px;padding-block:64px;min-height:65vh;display:grid;align-content:center}.gateway-panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:40px;text-align:center}.gateway-symbol{display:flex;justify-content:center;align-items:center;gap:18px;margin-bottom:28px}.gateway-symbol .brand-mark{font-size:35px}.gateway-dots{letter-spacing:4px;color:var(--line-strong)}.gateway-globe{display:grid;place-items:center;width:44px;height:44px;background:var(--surface-soft);border-radius:10px;color:var(--muted)}.gateway-eyebrow{justify-content:center;color:var(--accent)}.gateway-panel h1{font-size:28px;line-height:1.5}.gateway-description{font-size:13px;color:var(--muted);margin:12px 0 24px}.destination{border:1px solid var(--line);border-radius:10px;padding:20px;background:var(--surface-soft);text-align:left;margin:24px 0}.destination>span{font-size:10px;color:var(--muted)}.destination>strong{display:block;font-size:20px;color:var(--ink);margin:8px 0;overflow-wrap:anywhere}.destination>p{font-size:12px;line-height:1.8;overflow-wrap:anywhere;max-height:120px;overflow:auto}.gateway-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.gateway-note{font-size:11px;color:var(--muted);margin-top:22px}.contact-dialog .gateway-note{font-size:11px}.contact-panel>.button{margin-top:22px}.contact-panel>p:not(.eyebrow){font-size:14px}
@media(max-width:760px){.gateway-layout{padding-block:36px}.gateway-panel{padding:26px 22px}.gateway-panel h1{font-size:23px}.destination{padding:15px}.destination>strong{font-size:18px}.gateway-actions .button{flex:1;min-width:110px;font-size:12px;gap:10px;padding-inline:15px}.gateway-note{font-size:10px}.dialog-content{padding:24px}.dialog-content h2{font-size:24px}}
