:root {
    --ios-blue: #007aff;
    --ios-blue-pressed: #0062cc;
    --ios-green: #248a3d;
    --ios-label: #1c1c1e;
    --ios-secondary: #636366;
    --ios-separator: rgba(60, 60, 67, .16);
    --ios-background: #f2f2f7;
    --ios-card: rgba(255, 255, 255, .94);
    --ios-shadow: 0 8px 28px rgba(27, 36, 50, .08), 0 1px 2px rgba(27, 36, 50, .04);
}

html:has(.mobile-app-shell) { background: var(--ios-background); color-scheme: light; }
body:has(.mobile-app-shell) { margin: 0; background: var(--ios-background); overscroll-behavior-y: none; }

.mobile-app-shell {
    min-height: 100dvh;
    background: var(--ios-background);
    color: var(--ios-label);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

.mobile-orders-page {
    width: min(100%, 590px);
    min-height: 100dvh;
    margin: 0 auto;
    background: radial-gradient(circle at 92% 3%, rgba(0, 122, 255, .08), transparent 31%), var(--ios-background);
}

.mobile-orders-header {
    position: sticky;
    z-index: 30;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 64px;
    padding: max(12px, env(safe-area-inset-top)) 18px 10px;
    border-bottom: .5px solid var(--ios-separator);
    background: rgba(249, 249, 251, .78);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .72);
    backdrop-filter: saturate(180%) blur(22px);
    -webkit-backdrop-filter: saturate(180%) blur(22px);
}

.mobile-orders-title { display: flex; min-width: 0; align-items: center; gap: 11px; }
.mobile-orders-title > div { display: grid; min-width: 0; gap: 1px; }

.mobile-brand-mark {
    display: grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px;
    padding: 6px;
    border-radius: 10px;
    background: linear-gradient(145deg, #0a84ff, #0065d8);
    box-shadow: 0 5px 13px rgba(0, 122, 255, .25), inset 0 1px 0 rgba(255, 255, 255, .24);
}

.mobile-brand-mark i { border-radius: 2.5px; background: rgba(255, 255, 255, .96); }

.mobile-orders-header .mobile-orders-title > div > span {
    color: var(--ios-secondary);
    font-size: .62rem;
    font-weight: 750;
    letter-spacing: .11em;
}

.mobile-orders-header h1 {
    overflow: hidden;
    margin: 0;
    color: var(--ios-label);
    font-size: 1.37rem;
    font-weight: 760;
    letter-spacing: -.025em;
    line-height: 1.12;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile-orders-header h1:focus { outline: none; }

.mobile-desktop-link {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: .5px solid rgba(60, 60, 67, .12);
    border-radius: 22px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 2px 9px rgba(27, 36, 50, .07);
    color: var(--ios-blue);
    padding: 0 12px;
    text-decoration: none;
    font-size: .75rem;
    font-weight: 650;
    white-space: nowrap;
}

.mobile-desktop-link > span:first-child { font-size: .95rem; }

.mobile-save-message {
    margin: 14px 16px 0;
    border: .5px solid rgba(36, 138, 61, .22);
    border-radius: 14px;
    background: rgba(52, 199, 89, .12);
    color: #17652c;
    padding: 12px 14px;
    font-size: .88rem;
    font-weight: 650;
}

.mobile-day-navigation {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    gap: 8px;
    margin: 16px 16px 10px;
    padding: 8px;
    border: .5px solid rgba(60, 60, 67, .1);
    border-radius: 20px;
    background: var(--ios-card);
    box-shadow: var(--ios-shadow);
}

.mobile-day-navigation > a,
.mobile-today-button {
    display: flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 14px;
    background: var(--ios-background);
    color: var(--ios-blue);
    text-decoration: none;
    font-size: 1.65rem;
    font-weight: 430;
}

.mobile-day-navigation form { min-width: 0; }

.mobile-day-navigation label {
    display: grid;
    min-height: 44px;
    align-content: center;
    justify-items: center;
    border-radius: 14px;
    padding: 2px 8px;
    cursor: pointer;
}

.mobile-day-navigation label span { color: var(--ios-secondary); font-size: .7rem; font-weight: 570; text-transform: capitalize; }

.mobile-day-navigation input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ios-label);
    font: inherit;
    font-size: .99rem;
    font-weight: 700;
    letter-spacing: -.01em;
    text-align: center;
}

.mobile-day-navigation .mobile-today-button {
    grid-column: 1 / -1;
    min-height: 44px;
    border-radius: 12px;
    background: rgba(0, 122, 255, .1);
    font-size: .8rem;
    font-weight: 680;
}

.mobile-team-switch {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    margin: 0 16px 11px;
    border-radius: 12px;
    background: rgba(118, 118, 128, .12);
    padding: 3px;
}

.mobile-team-switch-two { grid-template-columns: repeat(2, 1fr); }

.mobile-team-switch a {
    display: flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: var(--ios-secondary);
    text-decoration: none;
    font-size: .78rem;
    font-weight: 650;
}

.mobile-team-switch a.active {
    background: #fff;
    box-shadow: 0 2px 7px rgba(27, 36, 50, .13), 0 .5px 1px rgba(27, 36, 50, .1);
    color: var(--ios-label);
}

.mobile-day-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 0 16px 14px; }

.mobile-day-summary span {
    display: grid;
    min-height: 58px;
    align-content: center;
    justify-items: center;
    border: .5px solid rgba(60, 60, 67, .08);
    border-radius: 16px;
    background: rgba(255, 255, 255, .72);
    color: var(--ios-secondary);
    padding: 7px 4px;
    font-size: .68rem;
    font-weight: 550;
}

.mobile-day-summary span:nth-child(2) { background: rgba(255, 149, 0, .09); color: #8a5300; }
.mobile-day-summary span:nth-child(3) { background: rgba(52, 199, 89, .09); color: #1e7134; }
.mobile-day-summary strong { color: var(--ios-label); font-size: 1.06rem; font-weight: 730; }

.mobile-order-list { display: grid; gap: 12px; padding: 0 16px; }

.mobile-order-card {
    position: relative;
    overflow: hidden;
    border: .5px solid rgba(60, 60, 67, .11);
    border-radius: 21px;
    background: var(--ios-card);
    padding: 16px 16px 0;
    box-shadow: var(--ios-shadow);
}

.mobile-order-card::before {
    position: absolute;
    top: 19px;
    left: 0;
    width: 4px;
    height: 24px;
    border-radius: 0 3px 3px 0;
    background: #ff9f0a;
    content: "";
}

.mobile-order-card.completed::before { background: #30d158; }
.mobile-order-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.mobile-order-time { display: flex; align-items: baseline; gap: 4px; color: var(--ios-label); }
.mobile-order-time strong { font-size: 1.2rem; font-weight: 750; letter-spacing: -.025em; }
.mobile-order-time > span:not(.mobile-fixed-price) { color: var(--ios-secondary); font-size: .83rem; font-weight: 550; }

.mobile-planner-number { color: #073b73; font-size: 1.12rem; font-weight: 780; letter-spacing: -.015em; overflow-wrap: anywhere; }
.mobile-planner-timing { display:flex; align-items:center; justify-content:space-between; margin:13px 0 0; border-radius:13px; background:rgba(0,122,255,.09); color:#0066d6; padding:11px 12px; }
.mobile-planner-timing span { font-size:.72rem; font-weight:620; }.mobile-planner-timing strong { font-size:1rem; }
.mobile-planner-note { display:grid; gap:4px; margin-top:10px; border:.5px solid rgba(255,149,0,.22); border-radius:13px; background:rgba(255,159,10,.1); color:#714600; padding:11px 12px; }
.mobile-planner-note span { font-size:.64rem; font-weight:750; letter-spacing:.05em; text-transform:uppercase; }.mobile-planner-note strong { color:#3d2b08; font-size:.88rem; line-height:1.4; }
.mobile-time-planner-note { margin:0 0 12px; }
.mobile-planner-bottom a { background:linear-gradient(180deg,#4b5563,#303944); box-shadow:0 8px 22px rgba(30,41,59,.2); }

.mobile-home-page { min-height:100dvh; }
.mobile-home-intro { padding:34px 20px 20px; }
.mobile-home-intro > span { color:var(--ios-blue); font-size:.75rem; font-weight:720; text-transform:capitalize; }
.mobile-home-intro h2 { margin:7px 0 5px; font-size:1.75rem; letter-spacing:-.04em; }.mobile-home-intro p { margin:0; color:var(--ios-secondary); font-size:.9rem; line-height:1.45; }
.mobile-home-tiles { display:grid; gap:15px; padding:8px 16px 30px; }
.mobile-home-tile { display:grid; grid-template-columns:58px minmax(0,1fr) auto; gap:14px; align-items:center; min-height:112px; border:.5px solid rgba(60,60,67,.1); border-radius:23px; background:var(--ios-card); box-shadow:var(--ios-shadow); color:var(--ios-label); padding:18px; text-decoration:none; }
.mobile-home-icon { display:grid; width:58px; height:58px; place-items:center; border-radius:18px; background:linear-gradient(145deg,#158cff,#0068df); box-shadow:0 8px 17px rgba(0,122,255,.24); color:#fff; font-size:1.65rem; font-weight:700; }
.mobile-home-tile.planner .mobile-home-icon { background:linear-gradient(145deg,#7c5cff,#5b39d6); box-shadow:0 8px 17px rgba(98,66,215,.24); }
.mobile-home-copy { display:grid; gap:5px; }.mobile-home-copy strong { font-size:1.18rem; letter-spacing:-.015em; }.mobile-home-copy small { color:var(--ios-secondary); font-size:.77rem; line-height:1.35; }
.mobile-home-tile > b { color:#a2a5ab; font-size:1.75rem; font-weight:350; }
.mobile-home-tile:active { transform:scale(.98); opacity:.88; }

.mobile-fixed-price {
    display: inline-flex;
    border-radius: 999px;
    background: rgba(255, 159, 10, .13);
    color: #8a5300 !important;
    padding: 5px 10px;
    font-size: .78rem;
    font-weight: 690;
}

.mobile-order-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 999px;
    background: rgba(255, 149, 0, .11);
    color: #8a5300;
    padding: 5px 9px;
    font-size: .69rem;
    font-weight: 680;
}

.mobile-order-status::before { width: 6px; height: 6px; border-radius: 50%; background: #ff9f0a; content: ""; }
.mobile-order-card.completed .mobile-order-status { background: rgba(52, 199, 89, .12); color: #1e7134; }
.mobile-order-card.completed .mobile-order-status::before { background: #30d158; }

.mobile-order-project { display: grid; gap: 2px; margin-top: 14px; }
.mobile-order-project strong { color: var(--ios-label); font-size: 1.04rem; font-weight: 720; letter-spacing: -.012em; }
.mobile-order-project span { color: var(--ios-secondary); font-size: .76rem; }
.mobile-order-description { margin: 12px 0 13px; color: #343438; line-height: 1.42; font-size: .9rem; }

.mobile-order-plan-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -3px 0 12px;
    border-radius: 10px;
    background: rgba(0, 122, 255, .08);
    color: #0066d6;
    padding: 8px 10px;
    font-size: .74rem;
}

.mobile-order-details { display: grid; gap: 0; margin: 0; border-top: .5px solid var(--ios-separator); }

.mobile-order-details > div {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 8px;
    padding: 9px 0;
    border-bottom: .5px solid var(--ios-separator);
    font-size: .76rem;
}

.mobile-order-details dt { color: var(--ios-secondary); }
.mobile-order-details dd { margin: 0; color: var(--ios-label); font-weight: 540; overflow-wrap: anywhere; }

.mobile-edit-button {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    color: var(--ios-blue);
    text-decoration: none;
    font-size: .84rem;
    font-weight: 650;
}

.mobile-edit-button > span:last-child { font-size: 1.45rem; font-weight: 350; line-height: 1; }
.mobile-time-entry-button { font-weight: 700; }

/* iPhone editor for the team's reported times. */
.mobile-time-page { padding-bottom: env(safe-area-inset-bottom); }
.mobile-time-header { display: grid; grid-template-columns: 44px minmax(0,1fr) 44px; }
.mobile-time-title { display: grid; justify-items: center; gap: 1px; }
.mobile-time-title > span { color: var(--ios-secondary); font-size: .6rem; font-weight: 750; letter-spacing: .11em; }
.mobile-time-title h1 { font-size: 1.08rem; }
.mobile-time-back {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    background: rgba(0, 122, 255, .1);
    color: var(--ios-blue);
    text-decoration: none;
    font-size: 1.7rem;
    font-weight: 350;
}
.mobile-time-header-spacer { width: 40px; }
.mobile-time-loading, .mobile-time-message { margin: 18px 16px; }

.mobile-time-order-card,
.mobile-time-editor {
    margin: 16px;
    border: .5px solid rgba(60, 60, 67, .1);
    border-radius: 21px;
    background: rgba(255,255,255,.94);
    box-shadow: var(--ios-shadow);
    padding: 16px;
}

.mobile-time-plan-label { margin-bottom: 10px; color: var(--ios-secondary); font-size: .63rem; font-weight: 750; letter-spacing: .09em; }
.mobile-time-order-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.mobile-time-order-heading > div { display: grid; gap: 2px; }
.mobile-time-order-heading strong { font-size: 1.08rem; letter-spacing: -.015em; }
.mobile-time-order-heading > div span { color: var(--ios-secondary); font-size: .75rem; }
.mobile-time-order-card > p { margin: 13px 0; color: #343438; font-size: .9rem; line-height: 1.42; }
.mobile-time-order-card dl { display: grid; gap: 0; margin: 0; border-top: .5px solid var(--ios-separator); }
.mobile-time-order-card dl > div { display: grid; grid-template-columns: 92px minmax(0,1fr); gap: 8px; padding: 9px 0; border-bottom: .5px solid var(--ios-separator); font-size: .76rem; }
.mobile-time-order-card dt { color: var(--ios-secondary); }
.mobile-time-order-card dd { margin: 0; overflow-wrap: anywhere; }
.mobile-time-error { margin: 0 16px 12px; border: .5px solid rgba(215,0,21,.2); border-radius: 14px; background: rgba(255,59,48,.1); color: #a40e1a; padding: 12px 14px; font-size: .82rem; font-weight: 600; }
.mobile-time-editor-heading { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 16px; }
.mobile-time-step { display: grid; width: 28px; height: 28px; flex: 0 0 28px; place-items: center; border-radius: 50%; background: var(--ios-blue); color: #fff; font-size: .78rem; font-weight: 750; }
.mobile-time-editor-heading h2 { margin: 0; font-size: 1.08rem; letter-spacing: -.015em; }
.mobile-time-editor-heading p { margin: 3px 0 0; color: var(--ios-secondary); font-size: .76rem; line-height: 1.35; }
.mobile-time-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mobile-time-fields fieldset { min-width: 0; margin: 0; border: 0; padding: 0; }
.mobile-time-fields legend,
.mobile-time-break > span { margin-bottom: 6px; color: #3a3a3c; font-size: .72rem; font-weight: 680; }
.mobile-time-fields fieldset > div { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 4px; }
.mobile-time-fields select,
.mobile-time-break select {
    width: 100%;
    min-height: 50px;
    border: .5px solid rgba(60,60,67,.14);
    border-radius: 13px;
    background: #f2f2f7;
    color: var(--ios-label);
    padding: 9px;
    font: inherit;
    font-size: 1rem;
    font-weight: 680;
    text-align: center;
}
.mobile-time-break { display: grid; grid-column: 1 / -1; }
.mobile-time-result { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; border-radius: 13px; background: rgba(0,122,255,.08); color: #0066d6; padding: 12px 13px; font-size: .82rem; }
.mobile-time-result strong { font-size: 1rem; }
.mobile-time-completion-note { display: flex; gap: 10px; align-items: flex-start; margin-top: 12px; border-radius: 13px; background: rgba(52,199,89,.1); color: #17652c; padding: 11px 12px; }
.mobile-time-completion-note > span { display: grid; width: 22px; height: 22px; flex: 0 0 22px; place-items: center; border-radius: 50%; background: #30d158; color: #fff; font-size: .72rem; font-weight: 800; }
.mobile-time-completion-note p { display: grid; gap: 2px; margin: 0; font-size: .78rem; }
.mobile-time-completion-note small { color: #397548; line-height: 1.35; }
.mobile-time-save { width: 100%; min-height: 52px; margin-top: 14px; border: 0; border-radius: 16px; background: linear-gradient(180deg,#1488ff,var(--ios-blue)); box-shadow: 0 8px 22px rgba(0,122,255,.22); color: #fff; font: inherit; font-size: .91rem; font-weight: 720; }
.mobile-time-save:disabled { opacity: .55; }

.mobile-empty-state {
    border: .5px solid rgba(60, 60, 67, .1);
    border-radius: 21px;
    background: var(--ios-card);
    box-shadow: var(--ios-shadow);
    padding: 36px 22px;
    text-align: center;
}

.mobile-empty-state::before {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    margin: 0 auto 13px;
    border-radius: 17px;
    background: rgba(0, 122, 255, .1);
    color: var(--ios-blue);
    content: "✓";
    font-size: 1.45rem;
    font-weight: 700;
}

.mobile-empty-state strong { font-size: 1.05rem; }
.mobile-empty-state p { margin: 7px 0 0; color: var(--ios-secondary); font-size: .82rem; line-height: 1.4; }
.mobile-bottom-space { height: calc(106px + env(safe-area-inset-bottom)); }

.mobile-primary-tabs {
    position: fixed;
    z-index: 40;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-width: 590px;
    margin: 0 auto;
    padding: 9px 12px max(9px, env(safe-area-inset-bottom));
    border-top: .5px solid var(--ios-separator);
    background: rgba(249, 249, 251, .86);
    backdrop-filter: saturate(180%) blur(24px);
    -webkit-backdrop-filter: saturate(180%) blur(24px);
}

.mobile-primary-tabs a {
    display: flex;
    min-width: 0;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: .5px solid rgba(60, 60, 67, .11);
    border-radius: 17px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 3px 12px rgba(27, 36, 50, .08);
    color: var(--ios-secondary);
    text-decoration: none;
    font-size: .88rem;
    font-weight: 720;
}

.mobile-primary-tabs a.active {
    border-color: transparent;
    background: linear-gradient(145deg, #168cff, #0068df);
    box-shadow: 0 7px 18px rgba(0, 122, 255, .25), inset 0 1px 0 rgba(255, 255, 255, .24);
    color: #fff;
}

.mobile-primary-tab-icon {
    display: grid;
    width: 27px;
    height: 27px;
    place-items: center;
    border-radius: 8px;
    background: rgba(99, 99, 102, .1);
    font-size: 1rem;
    font-weight: 780;
    line-height: 1;
}

.mobile-primary-tabs a.active .mobile-primary-tab-icon { background: rgba(255, 255, 255, .18); }

.mobile-redirect-page { display: grid; place-items: center; }
.mobile-redirect-page p { color: var(--ios-secondary); font-size: .88rem; }

.mobile-bottom-action {
    position: fixed;
    z-index: 40;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    padding: 10px 16px max(10px, env(safe-area-inset-bottom));
    border-top: .5px solid var(--ios-separator);
    background: rgba(249, 249, 251, .82);
    backdrop-filter: saturate(180%) blur(24px);
    -webkit-backdrop-filter: saturate(180%) blur(24px);
}

.mobile-bottom-action a {
    display: flex;
    width: min(100%, 558px);
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 16px;
    background: linear-gradient(180deg, #1488ff, var(--ios-blue));
    box-shadow: 0 8px 22px rgba(0, 122, 255, .25), inset 0 1px 0 rgba(255, 255, 255, .25);
    color: #fff;
    text-decoration: none;
    font-size: .95rem;
    font-weight: 700;
}

.mobile-add-symbol {
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    border: 1.5px solid rgba(255, 255, 255, .84);
    border-radius: 50%;
    font-size: 1.08rem;
    font-weight: 400;
    line-height: 1;
}

@media (hover: hover) {
    .mobile-edit-button:hover, .mobile-desktop-link:hover { color: var(--ios-blue-pressed); }
    .mobile-bottom-action a:hover { background: linear-gradient(180deg, #0b7cec, var(--ios-blue-pressed)); }
    .mobile-primary-tabs a:not(.active):hover { border-color: rgba(0, 122, 255, .22); color: var(--ios-blue); }
}

.mobile-day-navigation > a:active,
.mobile-today-button:active,
.mobile-desktop-link:active,
.mobile-edit-button:active,
.mobile-bottom-action a:active,
.mobile-primary-tabs a:active { transform: scale(.975); opacity: .84; }

@media (min-width: 680px) {
    .mobile-orders-page {
        min-height: calc(100dvh - 36px);
        margin-top: 18px;
        margin-bottom: 18px;
        overflow: hidden;
        border: .5px solid rgba(60, 60, 67, .12);
        border-radius: 26px;
        box-shadow: 0 20px 60px rgba(27, 36, 50, .12);
    }
}

@media (max-width: 390px) {
    .mobile-desktop-label { display: none; }
    .mobile-desktop-link { padding: 0; }
    .mobile-day-navigation { margin-right: 12px; margin-left: 12px; }
    .mobile-day-summary, .mobile-order-list { padding-right: 12px; padding-left: 12px; }
    .mobile-team-switch { margin-right: 12px; margin-left: 12px; }
    .mobile-time-order-card, .mobile-time-editor { margin-right: 12px; margin-left: 12px; }
}

@media (orientation: landscape) and (max-height: 520px) {
    .mobile-orders-header { padding-top: max(6px, env(safe-area-inset-top)); padding-bottom: 6px; }
    .mobile-orders-header h1 { font-size: 1.12rem; }
    .mobile-day-navigation { grid-template-columns: 44px minmax(180px, 1fr) 44px 72px; margin-top: 9px; }
    .mobile-day-navigation .mobile-today-button { grid-column: auto; min-height: 44px; }
    .mobile-day-summary { display: flex; }
    .mobile-day-summary span { flex: 1; min-height: 50px; }
}

@media (prefers-reduced-motion: reduce) {
    .mobile-app-shell *, .mobile-app-shell *::before, .mobile-app-shell *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }
}
