:root { --ink:#16324a; --muted:#627487; --brand:#087e8b; --brand-dark:#075d66; --surface:#fff; --canvas:#f3f7f8; --line:#d8e3e7; --accent:#ffbf69; }
html { height:100%;overflow:hidden;font-size:16px; } body { display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr) auto;height:100vh;min-height:0;margin:0;overflow:hidden;color:var(--ink);background:var(--canvas);font-family:Inter,"Segoe UI",sans-serif; }.app-main { min-width:0;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-color:#9aa9af transparent;scrollbar-width:thin; }.app-main::-webkit-scrollbar { width:8px; }.app-main::-webkit-scrollbar-track { background:transparent; }.app-main::-webkit-scrollbar-thumb { background:#9aa9af;border-radius:999px; }.app-main__inner { box-sizing:border-box;min-width:0;min-height:100%; }.app-main--workspace { overflow:hidden; }.app-main--workspace .app-main__inner { display:flex;flex-direction:column;height:100%;min-height:0; }.app-main--workspace .app-breadcrumb { flex:0 0 auto; }.app-main--workspace .master-grid-card,.app-main--workspace .scheduler-card { flex:1 1 auto;height:auto;min-height:0; }.app-main--workspace .scheduler-card #rideSchedule,.app-main--workspace .scheduler-card .e-schedule { height:100%!important; }
@supports(height:100dvh){body{height:100dvh}}
.app-header { background:linear-gradient(110deg,#075d66,#087e8b); box-shadow:0 8px 28px rgba(7,93,102,.18); }
.navbar-brand { display:flex;align-items:center;gap:.45rem;margin-right:1rem;font-size:1.35rem;font-weight:750;letter-spacing:.01em;white-space:nowrap; }.brand-logo-mark { width:2.05rem;height:2.05rem;filter:drop-shadow(0 3px 7px rgba(8,40,48,.18)); }.auth-brand-mark { width:2.7rem;height:2.7rem;flex:0 0 auto; }
.icon-sprite { position:absolute;width:0;height:0;overflow:hidden; }.navbar-nav { align-items:stretch; }.navbar .nav-item { display:flex;align-items:stretch; }.navbar .nav-link,.navbar .nav-item>form { display:flex;align-items:center; }.navbar .nav-link { gap:.3rem;min-height:2.75rem;padding-right:.4rem!important;padding-left:.4rem!important;color:rgba(255,255,255,.82)!important;font-size:.9rem;line-height:1;white-space:nowrap; }.navbar .nav-item>form { margin:0; }.navbar .nav-item>form .nav-link { width:100%; }.navbar .nav-link:hover { color:#fff!important; }.nav-icon { width:.95rem;height:.95rem;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round; }.dropdown-item { display:flex;align-items:center;gap:.45rem; }.dropdown-item .nav-icon { color:var(--brand-dark); }
.app-footer { flex:0 0 auto;color:var(--muted);padding:.55rem 0;border-top:1px solid var(--line);background:rgba(255,255,255,.72);font-size:.78rem; }
.app-footer__links { display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:.22rem;line-height:1.35; }.app-footer a { color:var(--muted);text-decoration:none; }.app-footer a:hover { color:var(--brand-dark);text-decoration:underline; }
.app-context-row { display:flex;flex:0 0 auto;align-items:center;gap:.8rem;min-height:2.3rem;margin-bottom:.5rem; }.app-context-row:empty { display:none; }.app-context-row .app-flash-message { flex:1 1 auto;margin:0 0 0 auto; }.app-breadcrumb { flex:0 0 auto;margin:0;font-size:.78rem;color:var(--muted); }.app-breadcrumb ol { display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin:0;padding:0;list-style:none; }.app-breadcrumb li:not(:last-child)::after { margin-left:.35rem;color:#9aabb5;content:"/"; }.app-breadcrumb a { color:var(--brand-dark);text-decoration:none; }.app-breadcrumb a:hover { text-decoration:underline; }.app-breadcrumb [aria-current="page"] { overflow:hidden;max-width:min(32rem,55vw);color:var(--ink);font-weight:750;text-overflow:ellipsis;white-space:nowrap; }
.page-heading { display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.1rem; }.page-heading h1 { margin:.1rem 0;font-size:clamp(1.7rem,3vw,2.45rem);font-weight:760; }.page-heading p { margin:0;color:var(--muted); }.eyebrow { color:var(--brand);font-weight:750;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem; }
.metric-grid { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem; }.metric-card,.content-card { background:var(--surface);border:1px solid var(--line);border-radius:1rem;box-shadow:0 10px 30px rgba(22,50,74,.06); }.metric-card { display:flex;flex-direction:column;padding:1.25rem;color:inherit;text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease; }.metric-card:hover { color:inherit;border-color:var(--brand);box-shadow:0 12px 32px rgba(22,50,74,.1);transform:translateY(-1px); }.metric-card span { color:var(--muted); }.metric-card strong { font-size:2.25rem;line-height:1.2; }
.dashboard-page { width:100%;max-width:88rem;margin:0 auto;padding:.35rem 0; }
.dashboard-grid { display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem; }
.dashboard-tile.e-card { display:block;min-height:9rem;margin:0;color:var(--brand-dark);text-decoration:none;background:var(--surface);border:1px solid var(--line);border-radius:.75rem;box-shadow:0 8px 24px rgba(22,50,74,.06);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background-color .16s ease; }
.dashboard-tile.e-card:hover,.dashboard-tile.e-card:focus { color:var(--brand-dark);text-decoration:none;background:#f8fbfb;border-color:rgba(8,126,139,.5);box-shadow:0 12px 30px rgba(22,50,74,.11);transform:translateY(-2px); }
.dashboard-tile.e-card:focus-visible { outline:3px solid rgba(8,126,139,.2);outline-offset:3px; }
.dashboard-tile .e-card-content { display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:9rem;padding:1.2rem;text-align:center; }
.dashboard-icon-svg { width:2.8rem;height:2.8rem;margin-bottom:.75rem;fill:none;stroke:var(--brand-dark);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round; }
.dashboard-title { color:var(--ink);font-size:.95rem;font-weight:700;line-height:1.25; }
.content-card { padding:1.2rem; }.content-card h2 { font-size:1.05rem;font-weight:750;margin:0 0 .8rem; }.split-layout { display:grid;grid-template-columns:minmax(0,2fr) minmax(17rem,1fr);gap:1rem;align-items:start; }.split-layout--wide { grid-template-columns:minmax(0,3fr) minmax(17rem,1fr); }
.editor-card { padding:1rem;box-shadow:0 8px 24px rgba(22,50,74,.05); }.editor-card h2 { padding-bottom:.65rem;margin-bottom:.7rem;border-bottom:1px solid #edf2f4; }
.form-control,.form-select { min-height:2.3rem;padding:.32rem .65rem;font-size:.9rem;border-color:#cbd9df;border-radius:.42rem;box-shadow:none; }.form-control:focus,.form-select:focus { border-color:var(--brand);box-shadow:0 0 0 .12rem rgba(8,126,139,.12); } textarea.form-control { min-height:auto; }.form-label,.form-stack label,legend { font-weight:650;font-size:.81rem;margin-bottom:.12rem; }.form-stack { display:grid;gap:.28rem; }.form-stack>label:not(:first-child),.form-stack>fieldset:not(:first-child),.form-stack>button:not(:first-child) { margin-top:.28rem; }.form-stack fieldset { display:grid;gap:.25rem;border:0;padding:.3rem 0;margin:0; }.compact-form { gap:.32rem; }.form-pair { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem; }.check-row { font-weight:400!important; }.btn { min-height:2.3rem;border-radius:.42rem;font-size:.9rem;font-weight:650;padding:.35rem .72rem; }.btn-sm { min-height:1.95rem;padding:.22rem .55rem;font-size:.82rem; }.btn-lg { min-height:2.55rem;padding:.48rem .9rem;font-size:.96rem; }.btn-primary { background:var(--brand);border-color:var(--brand); }.btn-primary:hover { background:var(--brand-dark);border-color:var(--brand-dark); }
.form-triple { display:grid;grid-template-columns:minmax(9rem,.7fr) repeat(2,minmax(0,1.4fr));gap:.55rem; }
.editor-card .btn[type="submit"] { justify-self:end;margin-top:.55rem; }.alert { padding:.55rem .75rem;margin-bottom:.7rem;border-radius:.45rem;font-size:.86rem; }.app-flash-message { position:relative;padding-right:2.65rem; }.app-flash-message .btn-close { padding:.68rem .78rem; }.validation-summary-valid { display:none; }.validation-summary-errors { margin:0; }.validation-summary-errors ul { margin:0;padding-left:1rem; }.text-danger,.validation-summary-errors { font-size:.8rem; }
.table thead th { color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;border-bottom-color:var(--line); }.table td { border-color:#edf2f4; }.empty-state { text-align:center;color:var(--muted);padding:2rem!important; }.status-pill { display:inline-flex;padding:.25rem .6rem;border-radius:999px;background:#e6f5f3;color:var(--brand-dark);font-size:.78rem;font-weight:700; }
.workflow { display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem; }.workflow div { display:flex;align-items:center;gap:.65rem;padding:.8rem;border-radius:.75rem;background:#f5f9fa; }.workflow b { display:grid;place-items:center;min-width:2rem;height:2rem;border-radius:50%;background:var(--brand);color:#fff; }
.date-filter { display:flex;align-items:center;gap:.6rem; }.date-filter label { font-weight:650;white-space:nowrap; }.ride-option { display:flex;gap:.8rem;padding:.8rem;border-bottom:1px solid var(--line);cursor:pointer; }.ride-option span { display:grid; }.ride-option small { color:var(--muted); }
.page-actions { display:flex;justify-content:space-between;align-items:center;gap:.7rem;margin-bottom:.7rem; }.page-context { margin:0;color:var(--muted);font-size:.86rem; }.tour-date-toolbar { display:flex;align-items:center;gap:.45rem;font-size:.82rem;font-weight:650; }.tour-date-toolbar input { width:9.3rem;height:2.2rem;padding:.25rem .45rem;border:1px solid #cbd9df;border-radius:.4rem;background:#fff;color:var(--ink); }
.scheduler-card { padding:0;overflow:hidden;border-radius:0;box-shadow:none; }.scheduler-card .e-schedule { border-radius:0!important; }.app-main--grid .scheduler-card { border-right:0;border-bottom:0;border-left:0; }.e-schedule .e-vertical-view .e-day-wrapper .e-appointment { border-radius:.35rem; }
.schedule-actions { display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:.7rem;margin-bottom:.55rem; }.schedule-actions>span { color:var(--muted);font-size:.78rem; }.app-dialog--ride { width:min(calc(100% - 1.5rem),48rem); }
.vivere-ride-event,.e-schedule .e-appointment { cursor:pointer; }.ride-calendar-identifiers { display:inline-flex;flex:0 0 auto;gap:2px; }.ride-calendar-code { display:inline-flex;align-items:center;justify-content:center;min-width:1.7rem;padding:0 .22rem;border-radius:.2rem;font-size:.68rem;font-weight:800;line-height:1.4; }.ride-calendar-destination { overflow:hidden;min-width:0;margin-left:.25rem;color:var(--ink);font-size:.72rem;text-overflow:ellipsis;white-space:nowrap; }.e-schedule .e-appointment-details { display:flex!important;align-items:center;overflow:hidden;background:#fff;color:var(--ink); }
.page-editor-header { position:sticky;z-index:4;top:-1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:0 0 .55rem;background:var(--canvas);border-bottom:1px solid var(--line); }.page-editor-header h1 { margin:0;padding:.45rem .2rem;font-size:1.15rem;font-weight:760;white-space:nowrap; }.page-editor-header .e-toolbar { width:auto!important;min-height:2.55rem;border:0!important;background:transparent!important; }.page-editor-header .e-toolbar .e-tbar-btn { min-height:2.25rem; }.page-editor-form { width:100%;padding:.75rem .9rem;overflow:visible;border-radius:0;box-shadow:none; }.page-editor-section { display:grid;gap:.38rem;padding:.65rem 0;border-top:1px solid #e7eef1; }.page-editor-section:first-of-type { padding-top:0;border-top:0; }.page-editor-section h2 { margin:0 0 .12rem;color:var(--brand-dark);font-size:.88rem;font-weight:760; }.page-editor-form .e-input-group,.page-editor-form .e-control-wrapper { min-height:2.3rem; }.page-editor-form .form-hint { display:block;margin-top:.08rem; }.page-editor-form textarea { resize:vertical; }
.page-editor-header--toolbar-only { justify-content:flex-end;background:#fff; }
.public-hero { min-height:calc(100vh - 12rem);display:grid;grid-template-columns:minmax(0,1.3fr) minmax(18rem,.7fr);align-items:center;gap:clamp(2rem,7vw,7rem);max-width:76rem;margin:auto; }.public-hero h1 { font-size:clamp(2.5rem,6vw,5.2rem);line-height:1.02;letter-spacing:-.045em;margin:.5rem 0 1.25rem; }.public-hero p { color:var(--muted);font-size:1.15rem;max-width:42rem; }.hero-actions { display:flex;gap:.7rem;margin-top:1.5rem; }.public-hero__panel { display:grid;gap:.8rem; }.public-hero__panel div { display:grid;gap:.2rem;padding:1.1rem;background:#fff;border:1px solid var(--line);border-radius:.85rem;box-shadow:0 10px 30px rgba(22,50,74,.06); }.public-hero__panel span { color:var(--muted);font-size:.9rem; }
.auth-page .app-main__inner { display:grid;align-items:start;justify-items:center;padding-top:clamp(1rem,5vh,2.75rem)!important; }.auth-shell { width:100%;display:grid;place-items:start center; }.auth-card { width:min(100%,23.5rem);padding:1.2rem;background:#fff;border:1px solid var(--line);border-radius:.8rem;box-shadow:0 14px 45px rgba(22,50,74,.11); }.auth-card--wide { width:min(100%,35rem); }.auth-card__heading { display:flex;align-items:center;gap:.7rem; }.auth-card__heading h1 { font-size:1.4rem;margin:0; }.auth-intro { color:var(--muted);font-size:.86rem;margin:.75rem 0; }.auth-form { display:grid;gap:.55rem; }.auth-form label { display:block;font-size:.81rem;font-weight:650;margin-bottom:.12rem; }.auth-options { display:flex;justify-content:space-between;align-items:center;font-size:.81rem; }.auth-footer { margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--line);text-align:center;font-size:.84rem;color:var(--muted); }
.modal-content,.e-dialog { overflow:hidden;border:1px solid var(--line)!important;border-radius:.65rem!important;box-shadow:0 16px 48px rgba(22,50,74,.18)!important; }.modal-header,.e-dialog .e-dlg-header-content { min-height:2.8rem;padding:.65rem .85rem!important;border-bottom:1px solid var(--line); }.modal-title,.e-dialog .e-dlg-header { font-size:1rem!important;font-weight:750!important; }.modal-body,.e-dialog .e-dlg-content { padding:.75rem .85rem!important;font-size:.88rem!important; }.modal-footer,.e-dialog .e-footer-content { gap:.4rem;padding:.55rem .85rem!important;border-top:1px solid var(--line); }.e-dialog .e-input-group,.e-dialog .e-control-wrapper { min-height:2.25rem!important; }.e-dialog .e-btn { min-height:2.2rem!important;padding:.3rem .65rem!important;font-size:.86rem!important;border-radius:.4rem!important; }
.master-grid-card { height:calc(100vh - 13rem);min-height:28rem;padding:0;overflow:hidden;border-radius:0;box-shadow:none; }.app-main--workspace .master-grid-card { height:auto;min-height:0; }.app-main--grid .app-main__inner { padding-right:0!important;padding-bottom:0!important;padding-left:0!important; }.app-main--grid .app-context-row { margin-right:1.5rem;margin-left:1.5rem; }.app-main--grid .master-grid-card { border-right:0;border-bottom:0;border-left:0; }.master-grid-card .e-grid { border:0; }.master-grid-card .e-toolbar { min-height:2.75rem; }.master-grid-card .e-toolbar .e-toolbar-item .e-tbar-btn { min-height:2.25rem; }.master-grid-card .e-gridheader th { font-size:.8rem; }.master-grid-card .e-rowcell { font-size:.86rem; }
.grid-color { display:inline-block;width:1.45rem;height:1.45rem;border:1px solid rgba(22,50,74,.2);border-radius:.25rem;vertical-align:middle; }.form-control-color { width:100%;padding:.2rem; }
.app-dialog { width:min(calc(100% - 1.5rem),38rem);max-height:calc(100vh - 2rem);padding:0;overflow:hidden;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:.7rem;box-shadow:0 18px 55px rgba(22,50,74,.22); }.app-dialog--small { width:min(calc(100% - 1.5rem),27rem); }.app-dialog--master-data { width:min(calc(100% - 1.5rem),58rem); }.app-dialog::backdrop { background:rgba(16,38,55,.42);backdrop-filter:blur(1px); }.app-dialog__form { display:flex;flex-direction:column;max-height:calc(100vh - 2rem); }.app-dialog__header { display:flex;align-items:center;justify-content:space-between;min-height:2.8rem;padding:.6rem .85rem;border-bottom:1px solid var(--line); }.app-dialog__header h2 { margin:0;font-size:1rem;font-weight:750; }.dialog-close { display:grid;place-items:center;width:1.9rem;height:1.9rem;padding:0;color:var(--muted);background:transparent;border:0;border-radius:.35rem;font-size:1.35rem;line-height:1; }.dialog-close:hover { color:var(--ink);background:#edf3f5; }.app-dialog__body { padding:.75rem .85rem;overflow:auto; }.app-dialog__footer { display:flex;justify-content:flex-end;gap:.4rem;padding:.55rem .85rem;border-top:1px solid var(--line);background:#fbfcfd; }.master-data-section { padding-top:.45rem!important;border-top:1px solid #e7eef1!important; }.master-data-section:first-of-type { padding-top:0!important;border-top:0!important; }.master-data-section legend { width:auto;margin:0;color:var(--brand-dark);font-size:.78rem;font-weight:750; }.form-pair--address { grid-template-columns:minmax(0,3fr) minmax(7rem,1fr); }.form-pair--postal { grid-template-columns:minmax(7rem,1fr) minmax(0,3fr); }.master-data-country { width:7rem; }.form-hint { color:var(--muted);font-size:.75rem; }
.legal-contact { display:grid;gap:.8rem;margin-top:1.1rem; }.legal-contact h2 { margin:0;font-size:1rem; }.legal-contact address { margin:0; }.legal-contact dl { display:grid;gap:.35rem;margin:0; }.legal-contact dl div { display:grid;grid-template-columns:5rem 1fr;gap:.5rem; }.legal-contact dt { color:var(--muted);font-weight:650; }.legal-contact dd { margin:0; }
.legal-page { width:min(100%,58rem);padding:clamp(1rem,3vw,2rem);line-height:1.58; }.legal-page__header { padding-bottom:1rem;border-bottom:1px solid var(--line); }.legal-page h1 { margin:.25rem 0 .45rem;font-size:clamp(1.55rem,3vw,2.15rem);font-weight:780; }.legal-page h2 { margin:1.55rem 0 .55rem;font-size:1.15rem; }.legal-page h3 { margin:1.05rem 0 .35rem;font-size:1rem; }.legal-page p { margin:.45rem 0; }.legal-page ul { margin:.45rem 0;padding-left:1.25rem; }.legal-page li+li { margin-top:.28rem; }.legal-page address { margin:.45rem 0;font-style:normal; }.legal-meta { color:var(--muted);font-size:.8rem; }.legal-callout { margin:.8rem 0;padding:.8rem .9rem;background:#edf7f7;border-left:.25rem solid var(--brand);border-radius:.25rem; }.legal-callout--warning { background:#fff4e5;border-left-color:var(--accent); }.legal-cookie-table { min-width:42rem;margin:.6rem 0;vertical-align:top; }.legal-cookie-table th { color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.04em; }.legal-cookie-table code { color:var(--brand-dark);font-size:.78rem; }
.admin-settings-grid { display:grid;grid-template-columns:repeat(auto-fit,minmax(16rem,22rem));gap:.8rem; }.admin-setting-card { display:flex;align-items:center;gap:.8rem;color:inherit;text-decoration:none; }.admin-setting-card:hover { border-color:var(--brand);color:inherit; }.admin-setting-card__icon { display:grid;place-items:center;width:2.5rem;height:2.5rem;border-radius:.55rem;background:#e6f5f3;color:var(--brand-dark);font-weight:800; }.admin-setting-card span:last-child { display:grid; }.admin-setting-card small,.settings-summary small { color:var(--muted); }.settings-summary { display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:48rem; }.settings-summary>div { display:grid;gap:.12rem; }.settings-summary__label { color:var(--muted);font-size:.78rem; }.settings-security-note { margin:.4rem 0 0;color:var(--muted);font-size:.78rem; }
.profile-layout { display:grid;grid-template-columns:13rem minmax(0,1fr);gap:.8rem;align-items:start; }.profile-assets { display:grid;gap:.8rem; }.profile-media-card { display:flex;align-items:center;flex-direction:column;gap:.28rem;padding:.8rem;text-align:center; }.profile-media-card form { margin:0; }.profile-media-card small { color:var(--muted); }.profile-image { display:grid;place-items:center;width:6.5rem;height:6.5rem;overflow:hidden;margin-bottom:.25rem;background:#e6f5f3;border:1px solid var(--line);border-radius:50%;color:var(--brand-dark);font-size:1.7rem;font-weight:800; }.profile-image--logo { border-radius:.6rem; }.profile-image img { width:100%;height:100%;object-fit:cover; }.profile-image--logo img { object-fit:contain;background:#fff; }.profile-upload-form { margin-top:.3rem!important; }.profile-document-card { padding:0;overflow:hidden;border-radius:0;box-shadow:none; }.profile-document-card h2 { margin:0;padding:.7rem .85rem;border-bottom:1px solid var(--line); }.profile-document-card .e-grid { border:0; }.upcoming-rides-card { max-width:55rem; }
.role-options { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.35rem; }.role-options--wide { grid-template-columns:repeat(4,minmax(0,1fr)); }.dialog-record-name { margin:0 0 .35rem;font-weight:700; }
.feature-option--locked { background:#f3f6f7;color:var(--muted); }.role-pending-card { display:flex;align-items:center;gap:1rem;max-width:42rem;margin:clamp(2rem,8vh,6rem) auto; }.role-pending-card h1 { margin:0 0 .25rem;font-size:1.25rem; }.role-pending-card p { margin:0;color:var(--muted); }
.mobile-page-heading { margin-bottom:1rem; }.mobile-page-heading h1 { margin:.15rem 0;font-size:2rem; }.mobile-page-heading p { margin:0;color:var(--muted); }.mobile-tour-card { overflow:hidden;margin-bottom:1rem;background:#fff;border:1px solid var(--line);border-radius:.9rem; }.mobile-tour-card>header { display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#eaf5f5; }.mobile-tour-card h2 { font-size:1.1rem;margin:.1rem 0 0; }.mobile-tour-card header span { font-size:.8rem;color:var(--muted); }.vehicle-chip { padding:.3rem .55rem;border-radius:999px;background:#fff;color:var(--brand-dark)!important;font-weight:700; }.ride-list { list-style:none;padding:0;margin:0; }.ride-list li { display:grid;grid-template-columns:3.5rem 1fr;gap:.7rem;padding:.85rem 1rem;border-top:1px solid var(--line); }.ride-list time { font-size:1.05rem;font-weight:750;color:var(--brand-dark); }.ride-list div { display:grid; }.ride-list span { font-size:.86rem;color:var(--muted); }.ride-destination { margin-top:.18rem; }.notification-item { padding:.7rem 0;border-top:1px solid var(--line); }.notification-item p { margin:.2rem 0;font-size:.9rem; }.notification-item small { color:var(--muted); }.booking-layout { display:grid;grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr);gap:1rem;align-items:start; }.feature-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem; }.feature-option { display:flex!important;gap:.4rem;align-items:center;padding:.45rem;border:1px solid var(--line);border-radius:.45rem;font-weight:500!important; }.booking-list article { display:grid;gap:.2rem;padding:.7rem 0;border-top:1px solid var(--line); }.booking-list header { display:flex;justify-content:space-between;gap:.5rem; }.booking-list small { color:var(--muted); }
@media(max-width:900px){.metric-grid,.workflow,.dashboard-grid{grid-template-columns:repeat(2,1fr)}.split-layout,.split-layout--wide{grid-template-columns:1fr}.page-heading{align-items:start;flex-direction:column}.profile-layout{grid-template-columns:1fr}.profile-assets{grid-template-columns:repeat(2,minmax(0,1fr))}.form-triple{grid-template-columns:1fr 1fr}.form-triple>div:first-child{grid-column:1/-1}.table{min-width:42rem}}
@media(max-width:700px){.app-main__inner{padding-left:.75rem!important;padding-right:.75rem!important}.app-main--grid .app-main__inner{padding-right:0!important;padding-left:0!important}.app-main--grid .app-context-row{margin-right:.75rem;margin-left:.75rem}.app-context-row{gap:.45rem}.app-context-row .app-flash-message{font-size:.78rem}.content-card{padding:.9rem;border-radius:.7rem}.master-grid-card{padding:0;border-radius:0}.scheduler-card{padding:0}.e-schedule .e-schedule-toolbar .e-toolbar-items{overflow-x:auto}.e-schedule .e-toolbar-item.e-date-range{min-width:9rem}.booking-layout,.public-hero{grid-template-columns:1fr}.public-hero{padding:2rem 0;min-height:auto}.public-hero__panel{display:none}.form-pair{grid-template-columns:1fr}.feature-grid,.role-options--wide{grid-template-columns:repeat(2,1fr)}.page-editor-header{top:-.75rem;align-items:stretch;flex-direction:column;gap:0}.page-editor-header h1{padding:.3rem 0 .15rem;font-size:1rem}.page-editor-header .e-toolbar{width:100%!important;overflow-x:auto}.page-editor-header .e-toolbar-items{overflow-x:auto}.page-editor-form{padding:.6rem;border-radius:0}.page-editor-section{padding:.5rem 0}.page-editor-form .form-hint{display:none}.auth-page .app-main__inner{align-items:start;padding:.45rem .65rem .65rem!important}.auth-page .navbar{padding:.3rem 0}.auth-page .navbar .container-fluid{padding-right:.75rem!important;padding-left:.75rem!important}.auth-page .brand-logo-mark{width:1.9rem;height:1.9rem}.auth-page .navbar-brand{font-size:1.25rem}.auth-card{padding:.75rem;border-radius:.6rem}.auth-card--wide .form-pair{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.auth-card__heading{gap:.5rem}.auth-brand-mark{width:2.15rem;height:2.15rem}.auth-card__heading h1{font-size:1.2rem}.auth-card .eyebrow{font-size:.64rem}.auth-intro{margin:.4rem 0;font-size:.79rem}.auth-form{gap:.36rem}.auth-form label{font-size:.76rem}.auth-card .form-control,.auth-card .form-select{min-height:2.1rem;padding:.25rem .55rem;font-size:.84rem}.auth-card .btn{min-height:2.15rem}.auth-options{align-items:center;gap:.4rem;flex-direction:row;font-size:.76rem}.auth-footer{margin-top:.5rem;padding-top:.5rem;font-size:.78rem}.hero-actions{align-items:stretch;flex-direction:column}.editor-card .btn[type="submit"]{justify-self:stretch;width:100%}.modal-dialog{margin:.5rem}.modal-body,.e-dialog .e-dlg-content{padding:.65rem .75rem!important}.app-footer{font-size:.73rem}.app-footer__links{column-gap:.18rem;row-gap:.08rem}.master-grid-card{height:calc(100vh - 10.5rem);min-height:24rem}.app-main--workspace .master-grid-card{height:auto;min-height:0}.app-dialog__body{padding:.65rem .75rem}.tour-date-toolbar span{display:none}.tour-date-toolbar input{width:8.4rem}}
@media(max-width:520px){.metric-grid,.workflow,.dashboard-grid{grid-template-columns:1fr}.profile-assets{grid-template-columns:1fr}.profile-image{width:5rem;height:5rem}.form-triple{grid-template-columns:1fr}.form-triple>div:first-child{grid-column:auto}}
@media(max-width:360px){.auth-card--wide .form-pair{grid-template-columns:1fr}.auth-options{align-items:flex-start;flex-direction:column}}
.push-setup { display:flex;align-items:center;justify-content:space-between;gap:.8rem;max-width:55rem;margin-bottom:1rem;padding:.75rem 1rem; }.push-setup>div { display:grid;gap:.08rem; }.push-setup small { color:var(--muted);font-size:.78rem; }.ride-list__highlight { animation:ride-highlight 3s ease-out;outline:2px solid var(--accent);outline-offset:-2px; }@keyframes ride-highlight{from{background:#fff1d7}to{background:#fff}}
.button-icon { width:1.05rem;height:1.05rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;vertical-align:-.18rem;margin-right:.28rem; }.ios-install-steps { display:grid;gap:.8rem; }.ios-install-steps p { display:grid;grid-template-columns:1.8rem 1fr;gap:.65rem;align-items:start;margin:0; }.ios-install-steps p>span { display:grid;place-items:center;width:1.8rem;height:1.8rem;border-radius:50%;background:var(--brand);color:#fff;font-weight:700; }
@media(max-width:520px){.push-setup{align-items:stretch;flex-direction:column}.push-setup .btn{width:100%}}
.profile-workspace { display:flex;flex:1 1 auto;flex-direction:column;min-height:0;margin:0 -1.5rem -1rem;background:#fff;border-top:1px solid var(--line); }.profile-workspace__toolbar { display:flex;flex:0 0 auto;justify-content:flex-end;min-height:2.8rem;background:#fff;border-bottom:1px solid var(--line); }.profile-workspace__toolbar .e-toolbar { width:auto!important;min-height:2.8rem;border:0!important;background:#fff!important; }.profile-workspace__content { flex:1 1 auto;min-height:0;padding:.8rem 1.5rem 1.25rem;overflow:auto; }.profile-workspace .profile-media-card { padding:.8rem;background:#fff;border:0;border-radius:0;box-shadow:none; }.profile-workspace .page-editor-form { padding:.15rem 0 .8rem;background:#fff;border:0; }.profile-workspace .profile-document-card { margin-top:.8rem;background:#fff;border-top:1px solid var(--line); }
@media(max-width:700px){.profile-workspace{margin-right:-.75rem;margin-left:-.75rem}.profile-workspace__content{padding:.7rem .75rem 1rem}}
.error-card { display:flex;align-items:center;flex-direction:column;width:min(100%,32rem);margin-top:clamp(1rem,8vh,5rem);padding:1.5rem;text-align:center; }.error-card__logo { width:3.3rem;height:3.3rem;margin-bottom:.65rem; }.error-card h1 { margin:.3rem 0 .55rem;font-size:1.45rem;font-weight:760; }.error-card p { margin:0;color:var(--muted); }.error-card__request { margin-top:.75rem;color:var(--muted); }.error-card__actions { display:flex;gap:.45rem;margin-top:1rem; }
