/* Account sheet only: preserve shared dialog, navigation and avatar behavior. */
@media (max-width:991.98px){
    #lcAppSheet-account .lc-app-sheet__panel{padding-top:8px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}
    #lcAppSheet-account .lc-app-sheet__head{min-height:48px;padding-bottom:6px}
    #lcAppSheet-account .lc-app-sheet__actions{border-radius:14px}
    #lcAppSheet-account .lc-app-sheet__actions + .lc-app-sheet__actions{margin-top:10px}
    #lcAppSheet-account .lc-account-group-title{margin:0;padding:7px 12px 5px;background:#f5f8fa;color:#65788a;font-size:10.5px;font-weight:750;line-height:1.3;letter-spacing:.03em}
    #lcAppSheet-account .lc-app-sheet__actions > a{min-height:48px;grid-template-columns:32px minmax(0,1fr) 16px;gap:10px;padding:7px 11px}
    #lcAppSheet-account .lc-app-sheet__action-icon{width:32px;height:32px;padding:7px;border-radius:10px}
    #lcAppSheet-account .lc-app-sheet__chevron{width:16px;height:16px}
    #lcAppSheet-account .lc-app-sheet__actions b{font-size:14px;font-weight:750;overflow-wrap:anywhere}
    #lcAppSheet-account .lc-app-sheet__actions small{font-size:11px;line-height:1.3}
    #lcAppSheet-account .lc-app-sheet__actions > a:focus-visible{outline:2px solid #1e73be;outline-offset:-3px;background:#eef5fa}
    #lcAppSheet-account .lc-app-sheet__close:focus-visible{outline:2px solid #1e73be;outline-offset:2px}
}
