.hsdm-gateway{display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;padding:24px;border:1px solid #e3e3e3;border-radius:12px}.hsdm-gateway__title{font-size:1.15em;font-weight:700}.hsdm-gateway__countdown{font-size:3rem;font-weight:800;line-height:1}.hsdm-gateway__button,.hsdm-history__button{display:inline-block;text-decoration:none;padding:10px 18px;border-radius:8px;background:#222;color:#fff}.hsdm-gateway__button.is-disabled{opacity:.45;pointer-events:none}.hsdm-history-wrap{overflow-x:auto}.hsdm-history{width:100%;border-collapse:collapse}.hsdm-history th,.hsdm-history td{padding:12px;border-bottom:1px solid #e8e8e8;text-align:start}.hsdm-message{padding:14px 16px;border:1px solid #ddd;border-radius:8px}.hsdm-error{border-color:#d63638}html.hsdm-popup-open,body.hsdm-popup-open{overflow:hidden!important}.hsdm-popup-overlay{position:fixed;inset:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(0,0,0,.68);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.hsdm-popup-dialog{position:relative;display:flex;flex-direction:column;width:min(var(--hsdm-popup-width,900px),calc(100vw - 48px));height:min(var(--hsdm-popup-height,88dvh),calc(100dvh - 48px));min-height:260px;background:#fff;border-radius:18px;box-shadow:0 24px 80px rgba(0,0,0,.32);overflow:hidden;isolation:isolate}.hsdm-popup-content{position:relative;display:flex;flex:1 1 auto;min-height:0;width:100%;overflow:hidden;background:#fff;flex-direction:column;--hsdm-popup-top-spacing:12px;--hsdm-popup-content-gap:0px}.hsdm-popup-live-layer{position:relative;z-index:3;flex:0 0 auto;display:flex;align-items:flex-start;justify-content:center;box-sizing:border-box;width:100%;padding:var(--hsdm-popup-top-spacing,12px) 24px var(--hsdm-popup-content-gap,0);background:#fff;pointer-events:none}.hsdm-popup-live-gateway.hsdm-gateway{pointer-events:auto;width:min(620px,calc(100% - 32px));max-width:100%;height:auto;min-height:0;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:10px;padding:0 18px;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;color:#30343b;margin:0 auto}.hsdm-popup-live-gateway__spinner{width:38px;height:38px;flex:0 0 38px;border:3px solid #e8e8e8;border-top-color:#444;border-radius:50%;animation:hsdm-spin .8s linear infinite;opacity:1;visibility:visible;transition:opacity .22s ease,visibility .22s ease}.hsdm-popup-live-gateway__spinner.is-finished{opacity:0;visibility:hidden;animation-play-state:paused}.hsdm-popup-live-gateway__spinner.is-collapsed,.hsdm-popup-live-gateway__spinner[hidden]{display:none!important}.hsdm-popup-live-gateway__title{font-size:16px;font-weight:700;max-width:680px;height:24px;min-height:24px;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hsdm-popup-live-gateway__status{font-size:14px;line-height:24px;height:24px;min-height:24px;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hsdm-popup-live-gateway__countdown{font-size:54px;line-height:1;font-weight:800;font-variant-numeric:tabular-nums;margin:0;height:54px;min-height:54px}.hsdm-popup-live-gateway__button-slot{display:none;height:42px;min-height:42px;align-items:center;justify-content:center}.hsdm-popup-live-gateway.is-ready .hsdm-popup-live-gateway__button-slot{display:flex}.hsdm-popup-live-gateway__button{border:0;border-radius:9px;background:#222;color:#fff;padding:10px 20px;font:600 14px/1.4 inherit;cursor:pointer;box-shadow:0 6px 18px rgba(0,0,0,.14);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease,background .15s ease}.hsdm-popup-live-gateway__button.is-ready{opacity:1;visibility:visible;pointer-events:auto}.hsdm-popup-live-gateway__button:hover,.hsdm-popup-live-gateway__button:focus{background:#111;outline:2px solid rgba(17,24,39,.18);outline-offset:2px}.hsdm-popup-live-gateway__hint{display:none!important}.hsdm-popup-live-gateway__title.is-placeholder,.hsdm-popup-live-gateway__countdown.is-placeholder,.hsdm-popup-live-gateway__hint.is-placeholder{visibility:hidden}.hsdm-popup-live-gateway.is-error .hsdm-popup-live-gateway__status{display:flex;flex-direction:column;align-items:center;gap:14px;height:auto;min-height:24px;white-space:normal}.hsdm-popup-error__icon{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;background:#fff1f1;color:#c62828;font-size:28px;font-weight:800}.hsdm-popup-error__text{max-width:620px;line-height:1.9}.hsdm-popup-error__button{display:inline-block;padding:10px 18px;border-radius:9px;background:#222;color:#fff;text-decoration:none}.hsdm-popup-fragment{position:relative;z-index:1;flex:1 1 auto;min-height:0;width:100%;overflow:auto;overscroll-behavior:contain;background:#fff;padding:0 0 4px;box-sizing:border-box;-webkit-overflow-scrolling:touch;opacity:0;transition:opacity .18s ease}.hsdm-popup-fragment.is-ready{opacity:1}.hsdm-popup-fragment-warning{max-width:620px;margin:12px auto;padding:10px 14px;text-align:center;color:#777;font-size:12px}.hsdm-popup-close{position:relative;z-index:8;flex:0 0 auto;align-self:center;display:flex;align-items:center;justify-content:center;gap:6px;min-width:92px;height:40px;margin:8px auto 10px;padding:0 16px;border:1px solid rgba(0,0,0,.10);border-radius:999px;background:#fff;color:#222;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.14);font:600 13px/1.2 inherit;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.hsdm-popup-close:hover,.hsdm-popup-close:focus{background:#fff;color:#111;transform:translateY(-1px);box-shadow:0 6px 22px rgba(0,0,0,.20);outline:2px solid rgba(17,24,39,.18);outline-offset:2px}.hsdm-popup-close__icon{font:400 24px/1 Arial,sans-serif;margin-top:-2px}.hsdm-popup-close__text{white-space:nowrap}.hsdm-popup-download-frame{position:fixed!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;border:0!important;inset:auto!important}.hsdm-popup-gateway-placeholder{display:none!important}@keyframes hsdm-spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.hsdm-popup-overlay{padding:16px}.hsdm-popup-dialog{width:min(var(--hsdm-popup-width,900px),calc(100vw - 32px));height:min(var(--hsdm-popup-height,88dvh),calc(100dvh - 32px))}.hsdm-popup-live-layer{padding-left:18px;padding-right:18px}}@media (max-width:767px){.hsdm-popup-overlay{padding:8px}.hsdm-popup-dialog{width:calc(100vw - 16px);height:min(var(--hsdm-popup-mobile-height,72dvh),calc(100dvh - 16px));min-height:230px;border-radius:14px}.hsdm-popup-live-layer{padding-left:10px;padding-right:10px}.hsdm-popup-live-gateway.hsdm-gateway{width:min(520px,calc(100% - 8px));padding:0 8px;gap:8px}.hsdm-popup-live-gateway__spinner{width:34px;height:34px;flex-basis:34px}.hsdm-popup-live-gateway__title{font-size:15px;height:22px;min-height:22px;line-height:22px}.hsdm-popup-live-gateway__status{font-size:13px;height:22px;min-height:22px;line-height:22px}.hsdm-popup-live-gateway__countdown{font-size:46px;height:46px;min-height:46px}.hsdm-popup-close{height:38px;min-width:84px;margin:6px auto max(8px,env(safe-area-inset-bottom));padding:0 13px}}