:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f7f4;--surface:#fff;--surface-soft:#eef4f1;--surface-raised:#fff;--text:#17201c;--muted:#63706a;--line:#d7e0da;--accent:#0f766e;--accent-strong:#115e59;--accent-soft:#d9f3ee;--danger:#b42318;--danger-soft:#fee4e2;--ok:#26734d;--warning:#9a5b00;--shadow:0 18px 46px #1f2b241a;--focus:0 0 0 3px #0f766e2e}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#111815;--surface:#17201c;--surface-soft:#1e2b26;--surface-raised:#1b2621;--text:#eef7f2;--muted:#a8b8b0;--line:#314139;--accent:#38b7a8;--accent-strong:#5ed4c7;--accent-soft:#183b36;--danger:#ff9b92;--danger-soft:#421f20;--ok:#7ad49e;--warning:#ffc56d;--shadow:0 18px 46px #00000047;--focus:0 0 0 3px #38b7a838}*{box-sizing:border-box}html{background:var(--bg)}body{background:radial-gradient(circle at top left, var(--accent-soft), transparent 32rem), var(--bg);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}.shell{min-height:100vh;padding:14px}.container{max-width:1120px;margin:0 auto}.topbar{align-items:stretch;gap:14px;margin-bottom:16px;display:grid}.brand{align-items:center;gap:12px;min-width:0;display:flex}.brand-mark{background:var(--text);color:var(--bg);border-radius:8px;flex:none;justify-content:center;align-items:center;width:42px;height:42px;font-weight:800;display:inline-flex}.brand h1,.brand p,.section-title h2,.section-title h3,.section-title p,.footer p{margin:0}.brand h1{font-size:22px;line-height:1.1}.brand p,.muted{color:var(--muted)}.nav{grid-template-columns:repeat(auto-fit,minmax(80px,1fr));gap:8px;display:grid}.nav a,.button,button{background:var(--surface);border:1px solid var(--line);color:var(--text);border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:10px 13px;transition:background .16s,border-color .16s,transform .16s;display:inline-flex}.nav a:hover,.button:hover,button:hover{border-color:var(--accent)}.button.primary,button.primary{background:var(--accent);border-color:var(--accent);color:#fff}.button.primary:hover,button.primary:hover{background:var(--accent-strong);border-color:var(--accent-strong)}.button.danger,button.danger{background:var(--danger-soft);color:var(--danger);border-color:#0000}.button.backward,button.backward{color:#855400;background:#fff4d6;border-color:#ffd782}.button.backward:hover,button.backward:hover{border-color:#d49500}:root[data-theme=dark] .button.backward,:root[data-theme=dark] button.backward{color:#ffd782;background:#3b2f17;border-color:#775c1f}.button:disabled,button:disabled{cursor:not-allowed;opacity:.55}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{box-shadow:var(--focus);outline:none}.theme-toggle,.logout-btn{white-space:nowrap}.theme-dot{background:var(--accent);border-radius:999px;width:10px;height:10px}.grid{gap:14px;display:grid}.panel,.booking-card,.footer{background:color-mix(in srgb, var(--surface) 94%, transparent);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px}.panel{padding:18px}.section-title{gap:6px;margin-bottom:16px;display:grid}.section-title.compact{margin-bottom:8px}.section-title h2{font-size:26px;line-height:1.15}.section-title h3{font-size:20px;line-height:1.2}.eyebrow{color:var(--accent);text-transform:uppercase;font-size:12px;font-weight:800}.form-grid{gap:13px;display:grid}.form-grid.single{grid-template-columns:1fr}.field{gap:7px;display:grid}.check-field{background:var(--surface-soft);border:1px solid var(--line);border-radius:8px;align-content:start;padding:12px}.check-field label{align-items:center;gap:9px;display:flex}.check-field input[type=checkbox]{flex:none;width:18px;min-height:18px;padding:0}.helper-note,.helper-status-note{background:var(--surface);border:1px solid var(--line);color:var(--muted);border-radius:8px;margin:0;padding:10px 12px;font-size:14px;line-height:1.45}.helper-status-note{gap:4px;display:grid}.helper-status-note strong{color:var(--text)}label{color:var(--text);font-size:14px;font-weight:700}input,textarea{background:var(--surface-raised);border:1px solid var(--line);color:var(--text);border-radius:8px;width:100%;min-height:46px;padding:11px 12px}input::placeholder,textarea::placeholder{color:color-mix(in srgb, var(--muted) 72%, transparent)}textarea{resize:vertical;min-height:86px}.actions{gap:9px;margin-top:14px;display:grid}.secondary-actions{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:10px}.estimate-box{background:var(--surface-soft);border:1px solid var(--line);border-radius:8px;gap:12px;padding:16px;display:grid}.estimate-box.soft{box-shadow:none;background:0 0}.booking-status-card{background:var(--surface-soft);border:1px solid var(--line);border-radius:12px;gap:20px;padding:20px;display:grid}.status-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-bottom:3px;display:flex}.booking-id{font-size:14px}.route-display{gap:16px;display:grid}.route-details{gap:8px;display:grid}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;display:grid}.price-item{background:var(--surface);border:1px solid var(--line);text-align:center;border-radius:8px;gap:4px;padding:12px;display:grid}.price-item.final{background:var(--accent-soft);border-color:var(--accent)}.price-label{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:600}.price-value{color:var(--text);font-size:18px;font-weight:700}.price-item.final .price-value{color:var(--accent)}.booking-meta{border-top:1px solid var(--line);gap:6px;padding:12px 0;display:grid}.meta-item{color:var(--muted);font-size:14px}.customer-notes{background:var(--surface);border:1px solid var(--line);border-radius:8px;gap:6px;padding:12px;display:grid}.customer-notes p{overflow-wrap:anywhere;white-space:pre-wrap;margin:0;line-height:1.5}.notes-label{color:var(--muted);text-transform:uppercase;font-size:12px;font-weight:700}.contact-actions{gap:12px;display:grid}.action-buttons{grid-template-columns:1fr 1fr;gap:8px;display:grid}.driver-info{text-align:center}.price{font-size:36px;font-weight:800;line-height:1}.step-list{gap:8px;display:grid}.step-list span{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:10px 12px}.confirmation-route{gap:12px;display:grid}.route-path{background:var(--surface);border:1px solid var(--line);border-radius:12px;align-items:center;gap:10px;width:100%;padding:12px 14px;display:flex}.route-location{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-weight:700;overflow:hidden}.route-location:first-child{text-align:left}.route-location:last-child{text-align:right}.route-arrow{color:var(--accent);font-size:18px}@media (max-width:1025px){.route-path{flex-direction:column;align-items:stretch}.route-location{white-space:normal;overflow-wrap:anywhere;word-break:break-word}}.route-times,.price-row,.confirmation-route span{gap:6px;display:grid}.route-times{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.route-times span,.price-row{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:10px 12px}.route-times strong,.price-row strong,.confirmation-route strong{color:var(--muted);text-transform:uppercase;font-size:12px}@media (max-width:640px){.route-path{flex-direction:row}.route-row,.meta-row{flex-direction:column;align-items:stretch;gap:8px}.route-times{grid-template-columns:1fr}}.private-link{background:var(--surface);border:1px solid var(--line);overflow-wrap:anywhere;border-radius:8px;gap:6px;padding:10px 12px;display:grid}.private-link strong{color:var(--muted);text-transform:uppercase;font-size:12px}.private-link a{color:var(--accent);font-weight:700}.auth-panel{max-width:520px;margin:0 auto}.session-bar{background:var(--surface);border:1px solid var(--line);border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;padding:12px;display:flex}.status{text-transform:capitalize;border-radius:999px;width:max-content;padding:5px 10px;font-size:13px;font-weight:800;display:inline-flex}.status.pending{color:var(--warning);background:#fff7db}.status.contacted{color:#195a8c;background:#dceeff}.status.booked{color:var(--ok);background:#dcfce7}.status.completed{color:#424242;background:#e6e6e6}.status.rejected{background:var(--danger-soft);color:var(--danger)}:root[data-theme=dark] .status.pending,:root[data-theme=dark] .status.contacted,:root[data-theme=dark] .status.booked,:root[data-theme=dark] .status.completed{background:var(--surface-soft)}.cards{gap:14px;display:grid}.booking-card{padding:16px}.dashboard-head{grid-template-columns:1fr auto;align-items:center;gap:12px;display:grid}.search-bar{gap:12px;margin:16px 0;display:grid}.search-bar input{max-width:560px}.language-switcher{border-top:1px solid var(--line);align-items:center;gap:12px;margin-top:24px;padding-top:18px;display:grid}.language-switcher p{color:var(--muted);margin:0;font-size:14px}.language-options{flex-wrap:wrap;gap:10px;display:flex}.language-options button{background:var(--surface);border:1px solid var(--line);color:var(--text);border-radius:8px;min-width:110px;padding:10px 14px;transition:background .16s,border-color .16s,color .16s}.language-options button.active,.language-options button:hover{background:var(--surface-soft);border-color:var(--accent);color:var(--accent)}.dashboard-head .section-title{margin:0}.refresh-icon{border:1px solid var(--line);color:var(--text);background:0 0;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;transition:background .16s,border-color .16s,color .16s;display:inline-flex}.refresh-icon:hover,.refresh-icon:focus-visible{background:var(--surface-soft);border-color:var(--accent);color:var(--accent)}.route-path{flex:1;justify-content:space-between;align-items:center;min-width:0;display:flex}.status{flex-shrink:0}.meta-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.meta{flex:1}.route{overflow-wrap:anywhere;margin:0;font-size:18px;font-weight:800;line-height:1.25}.meta,.prices{color:var(--muted);gap:7px;margin:12px 0;display:grid}.prices{color:var(--text)}.price-tile{background:var(--surface-soft);border:1px solid var(--line);border-radius:8px;padding:11px}.price-tile span{color:var(--muted);margin-bottom:5px;font-size:12px;display:block}.inline-edit{gap:10px;display:grid}.error{background:var(--danger-soft);color:var(--danger);border-radius:8px;padding:10px 12px;font-weight:700}.record-error{margin:0 0 12px}.redirect-notice{background:var(--accent-soft);border:1px solid var(--accent);border-radius:8px;gap:12px;margin:12px 0;padding:14px;display:grid}.redirect-header{align-items:center;gap:8px;display:flex}.redirect-icon{font-size:20px}.redirect-text{color:var(--text);font-weight:600}.redirect-message{background:var(--surface);border:1px solid var(--line);border-radius:6px;padding:10px 12px}.message-preview{color:var(--text);white-space:pre-wrap;word-wrap:break-word;background:0 0;border:none;margin:0;padding:0;font-family:inherit;font-size:14px;line-height:1.4}.cancel-redirect{background:var(--surface);border:1px solid var(--line);color:var(--text);border-radius:6px;align-self:start;padding:8px 12px;font-size:14px;transition:background .16s,border-color .16s}.cancel-redirect:hover{background:var(--surface-soft);border-color:var(--accent)}.empty{background:var(--surface-soft);border:1px dashed var(--line);color:var(--muted);text-align:center;border-radius:8px;padding:28px}.footer{align-items:start;gap:14px;margin-top:16px;padding:18px;display:grid}.footer strong{margin-bottom:6px;font-size:18px;display:block}.footer p{color:var(--muted);line-height:1.5}.footer-actions{gap:9px;display:grid}@media (min-width:620px){.shell{padding:22px}.topbar{justify-content:space-between;align-items:center;display:flex}.nav{flex-wrap:wrap;justify-content:flex-end;display:flex}.form-grid,.prices,.inline-edit{grid-template-columns:repeat(2,minmax(0,1fr))}.prices{grid-template-columns:repeat(3,minmax(0,1fr))}.actions,.footer-actions{flex-wrap:wrap;display:flex}.booking-head,.footer{grid-template-columns:1fr auto;align-items:start}.booking-head{align-items:center}}@media (min-width:920px){.shell{padding:28px}.grid{grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);align-items:start;gap:18px}.panel{padding:22px}}
