.bottom-tab-bar{padding-bottom:env(safe-area-inset-bottom,0);background:#fff;border-top:1px solid #e5e7eb;flex-shrink:0;display:flex;box-shadow:0 -2px 8px rgba(26,62,114,.08)}.bottom-tab-bar__tab{color:#666;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;min-height:56px;padding:.5rem 0;font-size:.75rem;font-weight:500;text-decoration:none;transition:color .15s;display:flex}.bottom-tab-bar__tab:hover{color:#1a3e72}.bottom-tab-bar__tab:focus-visible{outline-offset:-3px;border-radius:.25rem;outline:3px solid #00a3bf}.bottom-tab-bar__tab.is-active{color:#00a3bf;font-weight:600}.bottom-tab-bar__icon{width:24px;height:24px;display:inline-flex}.bottom-tab-bar__icon svg{width:100%;height:100%}.bottom-tab-bar__label{line-height:1}
.app-shell{background:#f7f6f2;flex-direction:column;height:100%;display:flex}.app-shell__header{z-index:1020;height:56px;padding:0 .5rem;padding-top:env(safe-area-inset-top,0);color:#fff;box-sizing:content-box;background:#1a3e72;justify-content:space-between;align-items:center;display:flex;position:-webkit-sticky;position:sticky;top:0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}@media (min-width:640px){.app-shell__header{padding:0 1rem;padding-top:env(safe-area-inset-top,0)}}.app-shell__brand{color:inherit;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;text-decoration:none;display:inline-flex}.app-shell__brand img{object-fit:cover;border-radius:.25rem}.app-shell__brand-text{letter-spacing:.02em}.app-shell__driver{align-items:center;gap:.25rem;min-width:0;font-size:.875rem;display:inline-flex}@media (min-width:640px){.app-shell__driver{gap:1rem}}.app-shell__greeting{text-overflow:ellipsis;white-space:nowrap;max-width:7rem;overflow:hidden}@media (max-width:320px){.app-shell__greeting{display:none}}@media (min-width:640px){.app-shell__greeting{max-width:none}}.app-shell__admin-link{color:#fff;background:#00a3bf;border:1px solid #00a3bf;border-radius:9999px;min-width:36px;height:36px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}@media (min-width:640px){.app-shell__admin-link{height:44px;padding:.25rem 1rem;font-size:.875rem}}.app-shell__admin-link{justify-content:center;align-items:center;text-decoration:none;transition:background .15s,border-color .15s;display:inline-flex}.app-shell__admin-link:hover{background:#008299;border-color:#008299}.app-shell__admin-link:focus-visible{outline-offset:2px;outline:3px solid #fff}.app-shell__signout{color:#fff;white-space:nowrap;background:0 0;border:1px solid rgba(255,255,255,.3);border-radius:9999px;min-width:36px;height:36px;padding:.25rem .5rem;font-size:.75rem;font-weight:500}@media (min-width:640px){.app-shell__signout{height:44px;padding:.25rem 1rem;font-size:.875rem}}.app-shell__signout{cursor:pointer;transition:background .15s,border-color .15s}.app-shell__signout:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.6)}.app-shell__signout:focus-visible{outline-offset:2px;outline:3px solid #00a3bf}.app-shell__main{-webkit-overflow-scrolling:touch;flex:1;width:100%;margin:0 auto;padding:1rem 1rem 1.5rem;overflow-x:hidden;overflow-y:auto}@media (max-width:360px){.app-shell__main{padding-left:.5rem;padding-right:.5rem}}.app-shell__main>*{max-width:720px;margin-left:auto;margin-right:auto}.app-shell__main:focus{outline:none}.skip-link{color:#fff;z-index:1050;background:#1a3e72;border-radius:.5rem;padding:.5rem 1rem;font-weight:600;text-decoration:none;transition:transform .15s;position:absolute;top:.5rem;left:.5rem;transform:translateY(-200%)}.skip-link:focus{outline-offset:2px;outline:3px solid #00a3bf;transform:translateY(0)}
