.appdl{position:fixed;inset:0;z-index:4000;display:flex;flex-direction:column;background:var(--shade-brand)}.appdl__top{flex:1;min-height:0;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;padding-top:28px}.appdl__phone{width:min(62vw,240px);border-radius:26px 26px 0 0;overflow:hidden;box-shadow:0 -10px 40px rgba(0,0,0,.25);background:#000;line-height:0}.appdl__phone img{width:100%;display:block}.appdl__card{flex-shrink:0;background:var(--surface-mid);border-radius:24px 24px 0 0;padding:26px 24px calc(24px + env(safe-area-inset-bottom));text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px;box-shadow:0 -8px 30px rgba(0,0,0,.18)}.appdl__brand{display:inline-flex;align-items:center;gap:10px;margin-top:2px}.appdl__brand-mark{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--shade-brand) 0,#ff9550 100%);box-shadow:0 4px 12px -4px rgba(255,120,36,.45)}.appdl__brand-mark svg{width:100%;height:100%;display:block}.appdl__brand-text{font-size:20px;font-weight:800;letter-spacing:-.01em;color:var(--text-primary)}.appdl__tagline{font-size:15px;color:var(--text-secondary);line-height:1.4;margin:0;max-width:320px}.appdl__stores{display:flex;gap:10px;width:100%;margin-top:4px}.appdl__store{flex:1;min-width:0;height:52px;border-radius:13px;background:var(--shade-conv-blk,#111);color:var(--shade-conv-wht,#fff);display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none;border:1px solid var(--divider-on-surface)}.appdl__store:active{opacity:.9}.appdl__store svg{width:24px;height:24px;flex-shrink:0}.appdl__store-tw{display:flex;flex-direction:column;line-height:1.05;text-align:left}.appdl__store-tw small{font-size:9.5px;opacity:.8}.appdl__store-tw b{font-size:15px;font-weight:700}.appdl__stay{background:none;border:none;color:var(--text-brand);font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;padding:6px}