body.ty-modal-open>:not(.ty-modal){-webkit-filter:blur(10px);pointer-events:none;-webkit-user-select:none;user-select:none;transition:filter .15s}.ty-modal{z-index:1400;box-sizing:border-box;justify-content:center;align-items:center;padding:clamp(12px,3vw,28px);display:flex;position:fixed;inset:0}.ty-modal-scrim{cursor:pointer;-webkit-backdrop-filter:blur(12px)saturate(120%);background:#0507088c;border:0;margin:0;padding:0;position:absolute;inset:0}:root[data-theme=light] .ty-modal-scrim{background:#10140e66}.ty-modal-panel{z-index:1;overscroll-behavior:contain;background:var(--bg-1);border:1px solid var(--line-bright);border-radius:var(--radius-lg,16px);outline:none;width:min(520px,100%);max-height:min(90vh,640px);animation:.18s cubic-bezier(.22,.61,.36,1) ty-modal-in;position:relative;overflow:auto;box-shadow:0 28px 80px -24px #000000a6}@keyframes ty-modal-in{0%{opacity:0;transform:translateY(18px)scale(.985)}to{opacity:1;transform:none}}.ty-modal-close{z-index:2;border:1px solid var(--line);background:var(--bg-2);width:40px;height:40px;color:var(--text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;font-size:22px;line-height:1;transition:border-color .2s,color .2s;display:inline-flex;position:absolute;top:12px;right:12px}.ty-modal-close:hover{color:#d4574f;border-color:#d4574f}.ty-modal-thanks{text-align:center;max-width:100%;margin:0 auto;padding:clamp(40px,6vw,56px) clamp(20px,5vw,40px) clamp(32px,5vw,48px)}.ty-modal-thanks .tic{background:var(--green-faint);border:1px solid var(--green-tint);width:clamp(64px,14vw,78px);height:clamp(64px,14vw,78px);color:var(--green);box-shadow:0 0 40px -8px var(--green-glow);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 22px;display:flex}.ty-modal-thanks .tic svg{width:clamp(30px,7vw,38px);height:clamp(30px,7vw,38px)}.ty-modal-thanks h2{letter-spacing:-.03em;color:var(--text);margin:0 0 14px;padding-inline:8px;font-size:clamp(22px,5.5vw,34px);font-weight:600;line-height:1.2}.ty-modal-thanks h2 .hl{color:var(--text)}.ty-modal-thanks p{color:var(--text-soft);margin:0 0 28px;max-width:36em;margin-inline:auto;font-size:clamp(14px,3.6vw,16px);line-height:1.65}.ty-modal-cta{justify-content:center;align-items:center;gap:8px;width:auto;min-width:min(100%,260px);max-width:100%;text-decoration:none;display:inline-flex}@media (max-width:480px){.ty-modal{align-items:center;padding:10px}.ty-modal-panel{border-radius:14px;width:100%;max-height:calc(100dvh - 20px)}.ty-modal-close{width:44px;height:44px;top:10px;right:10px}.ty-modal-cta{width:100%}}@media (max-height:520px) and (orientation:landscape){.ty-modal{align-items:flex-start;padding-block:12px}.ty-modal-panel{max-height:calc(100dvh - 24px)}.ty-modal-thanks{padding-block:28px 24px}.ty-modal-thanks .tic{width:56px;height:56px;margin-bottom:14px}.ty-modal-thanks p{margin-bottom:18px}}@media (prefers-reduced-motion:reduce){.ty-modal-panel{animation:none}body.ty-modal-open>:not(.ty-modal){transition:none}}
