.appChoices{border:1px solid #d9e1f5;border-radius:15px;background:#fff;padding:18px 20px;display:flex;flex-direction:column;gap:14px}
.appChoices h3{font-size:17px;margin:3px 0 7px;color:var(--ink)}
.appChoices p{font-size:14px;line-height:1.45;color:var(--muted);margin:0}
.appActions{display:flex;flex-wrap:wrap;gap:9px}
.appActions button,.appActions a{display:inline-flex;align-items:center;justify-content:center;border-radius:9px;padding:11px 14px;min-height:42px;font-weight:700;font-size:14px;cursor:pointer;text-decoration:none}
.appActions button{background:var(--ink);color:#fff;border:1px solid var(--ink)}
.appActions a{background:#eef3ff;color:var(--ink);border:1px solid #b9c9ef}
.appActions button:hover,.appActions a:hover{filter:brightness(.94)}
.appActions button:focus-visible,.appActions a:focus-visible{outline:3px solid var(--orange);outline-offset:2px}
.appChoices .installHelp{padding:10px 12px;background:#fff9e8;border-left:3px solid var(--amber);border-radius:6px;color:#705000}
@media(max-width:520px){.appActions>*{width:100%}}
