.app-store-btn{display:inline-flex;align-items:center;gap:10px;border-radius:14px;background:var(--fg-on-dark);color:var(--bg-dark);text-decoration:none;padding:12px 20px;line-height:1;transition:transform .16s ease,opacity .16s ease;white-space:nowrap}.app-store-btn:hover{transform:translateY(-1px);opacity:.92}.app-store-btn:active{transform:translateY(0)}.app-store-btn--lg{padding:14px 24px}.app-store-btn__logo{width:26px;height:26px;flex-shrink:0}.app-store-btn--md .app-store-btn__logo{width:22px;height:22px}.app-store-btn__text{display:flex;flex-direction:column;align-items:flex-start;gap:1px}.app-store-btn__small{font-size:11px;font-weight:500;letter-spacing:0;opacity:.85}.app-store-btn__big{font-size:19px;font-weight:600;letter-spacing:0}.app-store-btn--md .app-store-btn__big{font-size:16px}.app-store-btn__notice{display:block;max-width:320px;margin-top:8px;color:var(--fg-muted-on-dark,rgba(255,255,255,.72));font-size:13px;line-height:1.35}