.mobile-gate{z-index:9999;font-family:var(--font-family-primary,"DM Sans", -apple-system, BlinkMacSystemFont, sans-serif);color:var(--color-label-primary,#1a1a1a);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.mobile-gate__bg{z-index:0;position:absolute;inset:0}.mobile-gate__bg-base{background:var(--gradient-page);position:absolute;inset:0}html[data-theme=dark] .mobile-gate__bg-base{background:radial-gradient(100% 100% at 0 0,#019bd81a 0%,#0000 50%),radial-gradient(80% 80% at 100% 100%,#5bc2f014 0%,#0000 50%),radial-gradient(50% 50%,#019bd80a 0%,#0000 60%),#000}.mobile-gate__orb{filter:blur(var(--orb-blur,80px));will-change:transform;border-radius:50%;animation:20s ease-in-out infinite mobileGateDrift;position:absolute}.mobile-gate__orb--1{background:radial-gradient(circle,#0082d214 0%,#0000 70%);width:280px;height:280px;animation-duration:22s;top:-10%;left:-15%}.mobile-gate__orb--2{background:radial-gradient(circle,#0064be0f 0%,#0000 70%);width:220px;height:220px;animation-duration:18s;animation-delay:-5s;bottom:-10%;right:-15%}.mobile-gate__orb--3{background:radial-gradient(circle,#00a0dc0d 0%,#0000 70%);width:160px;height:160px;animation-duration:25s;animation-delay:-10s;top:50%;left:50%;transform:translate(-50%,-50%)}html[data-theme=dark] .mobile-gate__orb--1{background:radial-gradient(circle,#0082d22e 0%,#0000 70%)}html[data-theme=dark] .mobile-gate__orb--2{background:radial-gradient(circle,#0064be26 0%,#0000 70%)}html[data-theme=dark] .mobile-gate__orb--3{background:radial-gradient(circle,#00a0dc1a 0%,#0000 70%)}@keyframes mobileGateDrift{0%,to{transform:translate(0)scale(1)}33%{transform:translate(12px,-8px)scale(1.04)}66%{transform:translate(-8px,12px)scale(.96)}}.mobile-gate__content{z-index:1;text-align:center;opacity:0;width:100%;max-width:400px;transition:opacity var(--duration-slow,.35s) var(--ease-default,cubic-bezier(.4, 0, .2, 1));flex-direction:column;align-items:center;gap:0;padding:0 24px;display:flex;position:relative}.mobile-gate__content--visible{opacity:1}.mobile-gate__content--visible>*{animation:mobileGateFadeUp .6s var(--ease-out,cubic-bezier(0, 0, .2, 1)) both}@keyframes mobileGateFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.mobile-gate__logo{flex-direction:column;align-items:center;margin-bottom:36px;display:flex}.mobile-gate__brand-logo{-o-object-fit:contain;object-fit:contain;width:auto;max-width:180px;height:48px}.mobile-gate__apple-logo{-o-object-fit:contain;object-fit:contain;filter:invert();width:22px;height:22px}html[data-theme=dark] .mobile-gate__apple-logo{filter:none}.mobile-gate__headline{margin-bottom:12px}.mobile-gate__headline h1{font-size:var(--type-heading-xl-size,28px);font-weight:var(--type-heading-xl-weight,800);letter-spacing:var(--type-heading-xl-tracking,-.6px);line-height:var(--type-heading-xl-line,1.2);color:var(--color-label-primary,#1a1a1a);margin:0}html[data-theme=dark] .mobile-gate__headline h1{color:#fff}.mobile-gate__headline p{font-size:var(--type-body-size,14px);line-height:var(--type-body-line,1.6);color:var(--color-label-secondary,#0000008c);max-width:300px;margin-top:12px;margin-left:auto;margin-right:auto}html[data-theme=dark] .mobile-gate__headline p{color:#fff9}.mobile-gate__cards{flex-direction:column;gap:12px;width:100%;margin-top:28px;display:flex}.mobile-gate__card{border-radius:var(--viq-radius-md,16px);color:var(--color-label-primary,#1a1a1a);transition:background var(--duration-normal,.25s) var(--ease-default,cubic-bezier(.4, 0, .2, 1)), border-color var(--duration-normal,.25s) var(--ease-default), transform var(--duration-normal,.25s) var(--ease-default);box-shadow:var(--viq-glass-shadow), var(--viq-glass-inset);background:#fffffff7;border:1px solid #00000010;align-items:center;gap:14px;padding:16px 18px;text-decoration:none;display:flex;position:relative;overflow:hidden}html[data-theme=dark] .mobile-gate__card{background:var(--viq-glass-bg,#48546647);border-color:var(--viq-glass-border-subtle,#44526640);color:#fff;box-shadow:none}.mobile-gate__card:active{background:#fffffffc;border-color:#00000014;transform:scale(.98)}html[data-theme=dark] .mobile-gate__card:active{background:var(--viq-glass-bg-active,#48546673);border-color:var(--viq-glass-border,#48566673)}.mobile-gate__card-icon{border-radius:var(--viq-radius-sm,12px);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.mobile-gate__card-icon--ios{color:var(--color-label-primary,#1a1a1a);background:#0000000f;border:1px solid #00000014}html[data-theme=dark] .mobile-gate__card-icon--ios{color:#fff;background:#ffffff14;border-color:#ffffff1f}.mobile-gate__card-icon--desktop{color:#000;background:#0000000f;border:1px solid #00000014}html[data-theme=dark] .mobile-gate__card-icon--desktop{color:#fff;background:#ffffff14;border-color:#ffffff1f}.mobile-gate__card-icon--website{color:#000;background:#0000000f;border:1px solid #00000014}html[data-theme=dark] .mobile-gate__card-icon--website{color:#fff;background:#ffffff14;border-color:#ffffff1f}.mobile-gate__card-body{text-align:left;flex:1;min-width:0}.mobile-gate__card-title{font-size:var(--type-body-size,14px);font-weight:var(--font-weight-semibold-button,600);letter-spacing:-.01em;color:var(--color-label-primary,#1a1a1a);margin-bottom:2px}html[data-theme=dark] .mobile-gate__card-title{color:#fff}.mobile-gate__card-desc{font-size:var(--type-body-sm-size,13px);color:var(--color-label-secondary,#00000080);line-height:1.4}html[data-theme=dark] .mobile-gate__card-desc{color:#ffffff8c}.mobile-gate__card-arrow{color:#00000040;transition:color var(--duration-fast,.15s) var(--ease-default);flex-shrink:0}html[data-theme=dark] .mobile-gate__card-arrow{color:#ffffff59}.mobile-gate__card:active .mobile-gate__card-arrow{color:#00000073}html[data-theme=dark] .mobile-gate__card:active .mobile-gate__card-arrow{color:#fff9}.mobile-gate__badge{font-size:var(--type-overline-size,10px);font-weight:var(--type-overline-weight,600);letter-spacing:.04em;text-transform:uppercase;color:var(--color-brand-primary,#019bd8);background:#019bd814;border:1px solid #019bd824;border-radius:6px;align-items:center;gap:5px;margin-bottom:6px;padding:3px 8px;display:inline-flex}html[data-theme=dark] .mobile-gate__badge{background:#019bd81a;border-color:#019bd82e}.mobile-gate__badge-dot{background:var(--color-brand-primary,#019bd8);border-radius:50%;width:5px;height:5px;animation:2s ease-in-out infinite mobileGatePulse}@keyframes mobileGatePulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.mobile-gate__divider{align-items:center;gap:14px;width:100%;margin:4px 0;display:flex}.mobile-gate__divider-line{background:linear-gradient(90deg,#0000,#00000014,#0000);flex:1;height:1px}html[data-theme=dark] .mobile-gate__divider-line{background:linear-gradient(90deg,#0000,#ffffff14,#0000)}.mobile-gate__divider-text{font-size:var(--type-caption-size,12px);font-weight:var(--font-weight-medium,510);color:var(--color-label-tertiary,#0000004d);letter-spacing:.06em;text-transform:uppercase}html[data-theme=dark] .mobile-gate__divider-text{color:#ffffff59}.mobile-gate__website-section{width:100%;margin-top:12px}.mobile-gate__footer{flex-direction:column;align-items:center;gap:16px;margin-top:36px;display:flex}.mobile-gate__footer p{font-size:var(--type-caption-size,12px);color:var(--color-label-tertiary,#0000004d);margin:0;line-height:1.5}html[data-theme=dark] .mobile-gate__footer p{color:#ffffff59}.mobile-gate__footer-link{color:var(--color-brand-primary,#019bd8);transition:color var(--duration-fast,.15s) var(--ease-default);text-decoration:none}.mobile-gate__footer-link:active{color:var(--color-brand-primary-light,#5bc2f0)}.mobile-gate__theme-toggle{border-radius:var(--viq-radius-md,12px);width:44px;height:44px;color:var(--color-label-primary,#1a1a1a);cursor:pointer;transition:background var(--duration-normal,.25s) var(--ease-default), border-color var(--duration-normal,.25s) var(--ease-default), transform var(--duration-fast,.15s) var(--ease-default);background:#ffffff80;border:1px solid #0000001a;justify-content:center;align-items:center;padding:0;display:flex}.mobile-gate__theme-toggle:active{background:#ffffffb3;transform:scale(.96)}html[data-theme=dark] .mobile-gate__theme-toggle{color:#fff;background:#ffffff14;border-color:#ffffff1f}html[data-theme=dark] .mobile-gate__theme-toggle:active{background:#ffffff1f}@media (max-height:640px){.mobile-gate__logo{margin-bottom:20px}.mobile-gate__brand-logo{height:40px}.mobile-gate__headline h1{font-size:22px}.mobile-gate__cards{margin-top:20px}.mobile-gate__card{padding:14px 16px}.mobile-gate__footer{margin-top:24px}}@media (prefers-reduced-motion:reduce){.mobile-gate__orb{animation:none}.mobile-gate__badge-dot{opacity:1;animation:none}.mobile-gate__content--visible>*{opacity:1;animation:none;transform:none}}
