/* Operator workspace navigation, Home summary and on-demand forms. */
.owner .owner-nav{align-self:start;position:sticky;top:16px}
.owner .owner-nav button{display:flex;align-items:center;gap:10px;position:relative}
.owner .nav-icon{width:20px;height:20px;flex:none;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.owner .nav-more-menu{display:contents}
.owner .owner-nav .nav-more,.owner .owner-nav .nav-short{display:none}
.owner .nav-count{margin-left:auto;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#f2b632;color:#132e38;font-size:12px;font-weight:800;line-height:22px;text-align:center}
.owner .nav-count[hidden]{display:none}
.owner .card-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}
.owner .card-head h2{margin:0}
.owner .sub-rows{list-style:none;margin:12px 0 0;padding:0;display:grid;gap:8px}
.owner .sub-rows li{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px 12px;padding:10px 12px;border-radius:12px;background:#f4f7f6;font-size:14px;color:#132e38}
.owner .sub-rows li span{flex:1 1 180px;min-width:0}
.owner .sub-rows .secondary{min-height:36px;padding:4px 12px}
.owner .request-summary h3{font-size:18px}
.owner .request-summary .actions{justify-content:space-between}
.owner #trip-list .list-item.needs-reply{border-color:#f2b632;box-shadow:inset 4px 0 0 #f2b632}
.owner #trip-list .list-item.highlight{outline:3px solid #f2b632;outline-offset:2px}
.owner .readiness-list li.next{border-color:#f2b632;background:#fff5dc;font-weight:700}
.owner .readiness-list li .button{min-height:38px;padding:6px 14px}
.owner .sheet-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.owner .sheet-head h2{margin:0}
.owner .sheet-close{flex:none;width:44px;height:44px;border:1px solid #d6e0de;border-radius:12px;background:#fff;color:#132e38;font-size:24px;line-height:1;cursor:pointer}
.owner .sheet{border-color:#132e38}

@media(max-width:760px){
  body:has(.owner){padding-bottom:calc(76px + env(safe-area-inset-bottom))}
  .owner{padding-top:22px}
  .owner .workspace-head{margin-bottom:14px}
  .owner .workspace-head>div>p:not(.eyebrow){display:none}
  .owner h1{font-size:30px}
  .owner .card{padding:20px}
  .owner .card h2{font-size:22px}
  .owner .owner-nav{position:fixed;left:0;right:0;bottom:0;top:auto;z-index:40;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:6px 4px calc(6px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid #d6e0de;box-shadow:0 -6px 20px rgba(19,46,56,.08)}
  .owner .owner-nav button,.owner .owner-nav button:last-child{grid-column:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:56px;padding:4px 2px;border:0;border-radius:12px;background:transparent;font-size:12px;font-weight:700;line-height:1.1;text-align:center;box-shadow:none}
  .owner .owner-nav button[aria-selected=true],.owner .owner-nav .nav-more.active{background:#f4f7f6;color:#132e38;box-shadow:inset 0 3px 0 #f2b632}
  .owner .nav-long{display:none}
  .owner .owner-nav .nav-short{display:inline}
  .owner .owner-nav .nav-more{display:flex}
  #workspace-status:empty{display:none}
  .owner .nav-icon{width:22px;height:22px}
  .owner .nav-count{position:absolute;top:2px;left:calc(50% + 6px);margin:0;min-width:18px;height:18px;padding:0 5px;font-size:11px;line-height:18px}
  .owner .nav-more-menu{display:none;position:fixed;right:10px;bottom:calc(74px + env(safe-area-inset-bottom));z-index:41;min-width:190px;padding:6px;border:1px solid #d6e0de;border-radius:16px;background:#fff;box-shadow:0 12px 32px rgba(19,46,56,.18)}
  .owner .nav-more-menu.open{display:grid;gap:4px}
  .owner .nav-more-menu button,.owner .nav-more-menu button:last-child{flex-direction:row;justify-content:flex-start;gap:12px;min-height:48px;padding:8px 14px;font-size:15px}
  .owner .nav-more-menu button[aria-selected=true]{box-shadow:inset 4px 0 0 #f2b632}
  #workspace-status:not(:empty){position:fixed;left:12px;right:12px;bottom:calc(84px + env(safe-area-inset-bottom));z-index:60;margin:0;padding:12px 14px;min-height:0;border-radius:12px;background:#132e38;color:#fff;box-shadow:0 8px 24px rgba(19,46,56,.25)}
  #workspace-status.danger:not(:empty){background:#8f1f1f;color:#fff}
  body.sheet-open{overflow:hidden}
  .owner .sheet{position:fixed;inset:0;z-index:50;margin:0!important;border:0;border-radius:0;overflow-y:auto;overscroll-behavior:contain;padding:0 16px calc(24px + env(safe-area-inset-bottom))}
  .owner .sheet-head{position:sticky;top:0;z-index:1;margin:0 -16px 12px;padding:14px 16px;background:#fff;border-bottom:1px solid #d6e0de;align-items:center}
  .owner .sheet .actions{position:sticky;bottom:0;padding:12px 0;background:#fff}
  .owner .sheet .actions .button,.owner .sheet .actions .secondary{flex:1}
  .owner .card-head .actions{width:100%}
  .owner .card-head .actions>*{flex:1 1 auto}
}
.owner .text-link{display:inline-flex;align-items:center;min-height:44px;padding:0 4px;border:0;background:none;color:#132e38;font:inherit;font-weight:700;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.owner .text-link:hover{color:#2b4a55}
.owner .text-link:focus-visible{outline:2px solid #f2b632;outline-offset:2px;border-radius:6px}
.owner .learn-more{margin:4px 0 12px;color:#5b7079;font-size:14px}
.owner .learn-more summary{display:inline-flex;align-items:center;min-height:36px;cursor:pointer;font-weight:700;color:#2b4a55}
.owner .learn-more p{margin:4px 0 0;font-size:14px}
.owner .learn-more summary::before{content:"+";display:inline-block;width:1em;margin-right:4px;font-weight:800}
.owner .learn-more[open] summary::before{content:"−"}
.owner .learn-more summary::-webkit-details-marker{display:none}
.owner .respond-summary{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:6px 14px;margin:0 0 14px;padding:14px;border-radius:12px;background:#f4f7f6;font-size:14px}
.owner .respond-summary dt{color:#5b7079}
.owner .respond-summary dd{margin:0;color:#132e38;font-weight:600;overflow-wrap:anywhere}
.owner .respond-vehicles{margin:0;padding:0;border:0;min-width:0}
.owner .respond-vehicles legend{padding:0;margin-bottom:6px;font-size:13px;font-weight:750;color:#132e38}
.owner .respond-vehicles .choices{margin:0;padding:12px;border:1px solid #d6e0de;border-radius:12px;font-weight:600}
.owner .respond-vehicles .choices:has(input:checked){border-color:#132e38;background:#f4f7f6}
.owner .respond-vehicles p{margin:0}
.owner .button.destructive{background:#a32724;border-color:#a32724}
.owner .button.destructive:hover{background:#7f1d1b;border-color:#7f1d1b}
.owner #respond-status.danger{color:#a32724;font-weight:700}
.owner #panel-settings .card.settings-section{padding:0;margin-bottom:10px;overflow:hidden}
.owner .card.settings-section>h2{margin:0;font-size:inherit;letter-spacing:normal}
.owner .settings-toggle{display:flex;align-items:center;gap:12px;width:100%;min-height:64px;padding:14px 20px;border:0;background:none;color:#132e38;font:inherit;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}
.owner .settings-toggle:active{background:#f4f7f6}
.owner .settings-toggle:focus-visible{outline:2px solid #f2b632;outline-offset:-2px;border-radius:inherit}
.owner .settings-title{flex:1;min-width:0;font-size:18px;font-weight:700;letter-spacing:-.01em}
.owner .settings-summary{flex:none;max-width:40%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#5b7079;font-size:14px;font-weight:600}
.owner .settings-chevron{flex:none;width:9px;height:9px;margin:-4px 4px 0 2px;border-right:2px solid #5b7079;border-bottom:2px solid #5b7079;transform:rotate(45deg);transition:transform .2s ease}
.owner .settings-section.open .settings-chevron{margin-top:4px;transform:rotate(-135deg)}
.owner .settings-section.open .settings-toggle{border-bottom:1px solid #d6e0de}
.owner .settings-body{padding:14px 20px 20px}
.owner .settings-body>:first-child{margin-top:0}
@media(prefers-reduced-motion:reduce){.owner .settings-chevron{transition:none}}
.owner .car-tier-choices{display:grid;gap:8px;margin:4px 0 14px;padding:0;border:0;min-width:0}
.owner .car-tier-choices legend{padding:0;margin-bottom:6px;font-size:13px;font-weight:750;color:#132e38}
.owner .respond-warning{margin:0 0 12px;padding:12px 14px;border-radius:12px;border:1px solid #f2b632;background:#fff8e6;color:#5c4200;font-size:14px}
