/* Shared mobile conventions. Editing a field remains native and selectable. */
body[data-context="app"] *, #root * { -webkit-user-select:none!important;user-select:none!important;-webkit-touch-callout:none; }
body[data-context="app"] input,body[data-context="app"] textarea,body[data-context="app"] [contenteditable="true"],body[data-context="app"] [contenteditable="true"] *,#root input,#root textarea,#root [contenteditable="true"],#root [contenteditable="true"] *{-webkit-user-select:text!important;user-select:text!important;-webkit-touch-callout:default}
.cg-entry-header{width:44px;min-width:44px;height:44px;padding:10px;display:grid;place-items:center;border-radius:50%;margin-left:auto;background:var(--tint);color:var(--ink)}
.cg-entry-header svg{width:24px;height:24px}
.reservation-favorite{width:40px;height:40px;min-width:40px;padding:8px;display:grid;place-items:center;color:var(--ink);background:transparent;border:0;border-radius:50%}.reservation-favorite svg{width:24px;height:24px}.reservation-favorite[aria-pressed=true] svg{fill:currentColor}.reservation-favorite:disabled{opacity:.5}
body[data-audience="customer"] header .header-notifications{margin-left:0}
body[data-audience="customer"] .account-hub{background:#fafbfa;color:#34483f;max-width:720px;--text:#34483f;--surface:#fafbfa;--border:#e2e8e4;--ink:#075849;--muted:#748279}
body[data-audience="customer"] .account-hub .account-identity{padding:24px;gap:8px;background:#075849;margin:0;min-height:0}
body[data-audience="customer"] .account-hub .account-avatar{width:84px;height:84px;margin-bottom:4px;background:#ddf1e4;color:#075849;font-size:28px;font-weight:700}
body[data-audience="customer"] .account-hub .account-identity h2{font-size:24px;line-height:1.3;font-weight:600;margin:0}
body[data-audience="customer"] .account-hub .account-identity p{font-size:17px;line-height:1.4;color:#ecf4ef;margin:8px 0 0;opacity:1}
body[data-audience="customer"] .account-hub .account-edit{display:none}
body[data-audience="customer"] .account-hub .account-group{margin:0 22px;border:0}
body[data-audience="customer"] .account-hub .account-group:first-of-type{padding-top:14px}
body[data-audience="customer"] .account-hub .account-link{min-height:60px;gap:16px;padding:12px 0;border:0}
body[data-audience="customer"] .account-hub .account-link strong{font-size:17px;line-height:1.4;font-weight:400}
body[data-audience="customer"] .account-hub .account-link small{display:none}
body[data-audience="customer"] .account-hub .account-logout{min-height:46px;margin-top:22px;font-size:18px;font-weight:600;border-radius:12px}
body[data-audience="customer"] #nav{background:#fff;--text:#63576c;--muted:#796c81;--ink:#745387;--nav-highlight:#e5cdef;--nav-highlight-ink:#674674}
.cg-exit-hint{position:fixed;left:50%;bottom:100px;transform:translateX(-50%);z-index:20000;max-width:90%;background:#173d2b;color:white;border-radius:20px;padding:12px 18px;text-align:center;pointer-events:none;font-size:14px}
