html.native-app{--native-safe-top:env(safe-area-inset-top,0px);--native-safe-bottom:env(safe-area-inset-bottom,0px);--native-safe-left:env(safe-area-inset-left,0px);--native-safe-right:env(safe-area-inset-right,0px);--native-keyboard-height:0px;overscroll-behavior-y:none;-webkit-text-size-adjust:100%}html.native-app body{padding:var(--native-safe-top) var(--native-safe-right) var(--native-safe-bottom) var(--native-safe-left);-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}html.native-app .fixed.top-0,html.native-app [data-native-fixed=top]{top:var(--native-safe-top)}html.native-app .fixed.bottom-0,html.native-app [data-native-fixed=bottom]{bottom:var(--native-safe-bottom)}html.native-app.native-keyboard-open .fixed.bottom-0,html.native-app.native-keyboard-open [data-native-fixed=bottom]{bottom:var(--native-keyboard-height)}html.native-app .web-only{display:none!important}.native-safe-overlay{padding:max(var(--overlay-pad-y,0px),env(safe-area-inset-top,0px)) max(var(--overlay-pad-x,0px),env(safe-area-inset-right,0px)) max(var(--overlay-pad-y,0px),env(safe-area-inset-bottom,0px)) max(var(--overlay-pad-x,0px),env(safe-area-inset-left,0px))}.native-launch-overlay{position:fixed;inset:0;z-index:2147483647;display:grid;place-items:center;gap:18px;align-content:center;background:linear-gradient(180deg,rgba(240,90,40,.08),rgba(10,10,11,0) 34%),#0a0a0b;color:#f6f7f8;pointer-events:none;animation:native-launch-out 1.25s cubic-bezier(.2,.8,.2,1) forwards}.native-launch-signal{display:grid;width:104px;height:104px;place-items:center;border-radius:28px;background:#050506;box-shadow:0 22px 70px rgba(0,0,0,.46),0 0 0 1px rgba(255,255,255,.08),0 0 34px rgba(240,90,40,.22);animation:native-launch-pop .85s cubic-bezier(.2,.9,.2,1) both}.native-launch-mark{width:72px;height:72px;display:block}.native-launch-wordmark{font-size:14px;font-weight:900;line-height:1;letter-spacing:0;color:rgba(246,247,248,.88);animation:native-launch-word .9s ease both}@keyframes native-launch-pop{0%{opacity:0;transform:scale(.86)}42%{opacity:1;transform:scale(1.04)}to{opacity:1;transform:scale(1)}}@keyframes native-launch-word{0%,25%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes native-launch-out{0%,72%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion:reduce){.native-launch-overlay,.native-launch-signal,.native-launch-wordmark{animation-duration:1ms}}html.native-app a,html.native-app button{touch-action:manipulation}html.native-app .backdrop-blur,html.native-app .backdrop-blur-lg,html.native-app .backdrop-blur-md,html.native-app .backdrop-blur-sm,html.native-app .backdrop-blur-xl,html.native-app [class*=backdrop-blur]{backdrop-filter:none!important}html.native-app .site-header,html.native-app .site-sidebar{background:var(--site-card,#101317)!important}html.native-app .fixed.bottom-0,html.native-app .site-header,html.native-app [data-native-fixed=bottom],html.native-app [data-native-fixed=top]{transform:translateZ(0);will-change:transform}html.native-app .site-sidebar{will-change:transform}html.native-app .shadow-2xl,html.native-app [class*="shadow-["]{box-shadow:0 8px 24px rgba(0,0,0,.35)!important}html.native-app main article,html.native-app main li{content-visibility:auto;contain-intrinsic-size:auto 320px}