:root{--st-font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--st-color-primary: #5d3fd3;--st-color-primary-hover: #4f35b8;--st-color-primary-active: #432d9e;--st-color-primary-soft: #ede9fe;--st-color-primary-muted: #c4b5fd;--st-color-secondary: #64748b;--st-color-secondary-hover: #475569;--st-color-success: #16a34a;--st-color-success-soft: #dcfce7;--st-color-success-text: #15803d;--st-color-danger: #dc2626;--st-color-danger-soft: #fee2e2;--st-color-danger-text: #b91c1c;--st-color-warning: #d97706;--st-color-warning-soft: #ffedd5;--st-color-warning-text: #c2410c;--st-color-info: #0891b2;--st-color-info-soft: #cffafe;--st-color-info-text: #0e7490;--st-color-surface: #ffffff;--st-color-surface-muted: #f8f9fd;--st-color-border: #e2e8f0;--st-color-border-strong: #cbd5e1;--st-color-text: #0f172a;--st-color-text-muted: #64748b;--st-color-text-subtle: #94a3b8;--st-sidebar-bg: #1a1333;--st-sidebar-bg-gradient: linear-gradient(180deg, #221a42 0%, #141027 100%);--st-sidebar-text: #c4b5fd;--st-sidebar-text-active: #ffffff;--st-sidebar-active: rgba(93, 63, 211, 0.35);--st-sidebar-active-border: rgba(167, 139, 250, 0.45);--st-radius-sm: 0.375rem;--st-radius-md: 0.5rem;--st-radius-lg: 0.75rem;--st-radius-xl: 1rem;--st-radius-pill: 9999px;--st-shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.05);--st-shadow-md: 0 4px 16px rgba(15, 23, 42, 0.08);--st-shadow-lg: 0 12px 32px rgba(15, 23, 42, 0.1);--st-focus-ring: 0 0 0 3px rgba(93, 63, 211, 0.35);--st-space-1: 0.25rem;--st-space-2: 0.5rem;--st-space-3: 0.75rem;--st-space-4: 1rem;--st-space-5: 1.25rem;--st-space-6: 1.5rem;--st-button-height-sm: 2rem;--st-button-height-md: 2.5rem;--st-button-height-lg: 3rem;--st-list-page-bg: var(--st-color-surface);--st-list-page-toolbar-bg: var(--st-color-surface-muted);--st-list-page-border: var(--st-color-border);--st-list-page-text-muted: var(--st-color-text-muted);--st-list-page-shadow: var(--st-shadow-sm);--st-list-page-radius: var(--st-radius-lg);--st-booking-card-bg: var(--st-color-surface);--st-booking-card-border: var(--st-color-border);--st-booking-option-bg: var(--st-color-surface);--st-booking-option-bg-muted: var(--st-color-surface-muted);--st-booking-option-border-active: var(--st-color-primary);--st-booking-option-bg-active: var(--st-color-primary-soft)}.btn-primary{--bs-btn-bg: var(--st-color-primary);--bs-btn-border-color: var(--st-color-primary);--bs-btn-hover-bg: var(--st-color-primary-hover);--bs-btn-hover-border-color: var(--st-color-primary-hover);--bs-btn-active-bg: var(--st-color-primary-active);--bs-btn-active-border-color: var(--st-color-primary-active);--bs-btn-focus-shadow-rgb: 93, 63, 211}.btn-outline-primary{--bs-btn-color: var(--st-color-primary);--bs-btn-border-color: var(--st-color-border-strong);--bs-btn-hover-bg: var(--st-color-primary-soft);--bs-btn-hover-border-color: var(--st-color-primary-muted);--bs-btn-hover-color: var(--st-color-primary-hover)}.st-ui-preview{font-family:var(--st-font-sans);color:var(--st-color-text);background:var(--st-color-surface-muted);min-height:100vh}.st-ui-preview__section{background:var(--st-color-surface);border:1px solid var(--st-color-border);border-radius:var(--st-radius-lg);box-shadow:var(--st-shadow-sm);padding:var(--st-space-5);margin-bottom:var(--st-space-5)}.st-ui-preview__section-title{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--st-color-text-muted);margin:0 0 var(--st-space-4)}.st-ui-preview__row{display:flex;flex-wrap:wrap;align-items:center;gap:var(--st-space-3)}.st-button{--st-btn-bg: var(--st-color-primary);--st-btn-bg-hover: var(--st-color-primary-hover);--st-btn-bg-active: var(--st-color-primary-active);--st-btn-color: #fff;--st-btn-border: transparent;--st-btn-shadow: none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:var(--st-button-height-md);padding:0 1.125rem;border:1px solid var(--st-btn-border);border-radius:var(--st-radius-md);background:var(--st-btn-bg);color:var(--st-btn-color);font-family:var(--st-font-sans);font-size:.9375rem;font-weight:600;line-height:1.2;text-decoration:none;white-space:nowrap;cursor:pointer;box-shadow:var(--st-btn-shadow);transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease,transform .1s ease,opacity .15s ease;user-select:none}.st-button:focus{outline:none}.st-button:focus-visible{box-shadow:var(--st-focus-ring)}.st-button:hover:not(:disabled):not(.st-button--loading):not([aria-disabled=true]){background:var(--st-btn-bg-hover)}.st-button:active:not(:disabled):not(.st-button--loading):not([aria-disabled=true]){background:var(--st-btn-bg-active);transform:translateY(1px)}.st-button--primary{--st-btn-bg: var(--st-color-primary);--st-btn-bg-hover: var(--st-color-primary-hover);--st-btn-bg-active: var(--st-color-primary-active);--st-btn-color: #fff}.st-button--secondary{--st-btn-bg: var(--st-color-surface);--st-btn-bg-hover: var(--st-color-surface-muted);--st-btn-bg-active: #f1f5f9;--st-btn-color: var(--st-color-text);--st-btn-border: var(--st-color-border-strong);--st-btn-shadow: var(--st-shadow-sm)}.st-button--outline{--st-btn-bg: var(--st-color-surface);--st-btn-bg-hover: var(--st-color-primary-soft);--st-btn-bg-active: #ddd6fe;--st-btn-color: var(--st-color-primary);--st-btn-border: var(--st-color-border-strong);--st-btn-shadow: var(--st-shadow-sm)}.st-button--ghost{--st-btn-bg: transparent;--st-btn-bg-hover: var(--st-color-surface-muted);--st-btn-bg-active: #f1f5f9;--st-btn-color: var(--st-color-text-muted);--st-btn-border: transparent}.st-button--danger{--st-btn-bg: var(--st-color-danger);--st-btn-bg-hover: #b91c1c;--st-btn-bg-active: #991b1b;--st-btn-color: #fff}.st-button--success{--st-btn-bg: var(--st-color-success);--st-btn-bg-hover: #15803d;--st-btn-bg-active: #166534;--st-btn-color: #fff}.st-button--outline-success{--st-btn-bg: var(--st-color-surface);--st-btn-bg-hover: var(--st-color-success-soft);--st-btn-bg-active: #bbf7d0;--st-btn-color: var(--st-color-success-text);--st-btn-border: #86efac;--st-btn-shadow: var(--st-shadow-sm)}.st-button--warning{--st-btn-bg: var(--st-color-warning);--st-btn-bg-hover: #c2410c;--st-btn-bg-active: #9a3412;--st-btn-color: #fff}.st-button--info{--st-btn-bg: var(--st-color-info);--st-btn-bg-hover: #0e7490;--st-btn-bg-active: #155e75;--st-btn-color: #fff}.st-button--sm{min-height:var(--st-button-height-sm);padding:0 .875rem;font-size:.8125rem;border-radius:var(--st-radius-sm)}.st-button--lg{min-height:var(--st-button-height-lg);padding:0 1.375rem;font-size:1rem;border-radius:var(--st-radius-lg)}.st-button--icon-only{width:var(--st-button-height-md);padding:0}.st-button--icon-only.st-button--sm{width:var(--st-button-height-sm)}.st-button--icon-only.st-button--lg{width:var(--st-button-height-lg)}.st-button:disabled,.st-button[aria-disabled=true]{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.st-button--loading{position:relative;cursor:wait;pointer-events:none}.st-button--loading .st-button__label{opacity:.65}.st-button__spinner{width:1rem;height:1rem;flex-shrink:0;border:2px solid currentColor;border-right-color:rgba(0,0,0,0);border-radius:50%;animation:st-spin .65s linear infinite}.st-button--sm .st-button__spinner{width:.875rem;height:.875rem}.st-button__icon{display:inline-flex;flex-shrink:0;line-height:0}.st-button__icon svg{width:1.125rem;height:1.125rem}.st-button--sm .st-button__icon svg{width:1rem;height:1rem}.st-button.w-100{width:100%}.form-select{min-height:2.625rem;padding:.5rem 2.25rem .5rem .875rem;font-size:.875rem;font-weight:500;line-height:1.4;color:var(--st-color-text);background-color:var(--st-color-surface);border:1px solid var(--st-color-border-strong);border-radius:var(--st-radius-lg);box-shadow:0 1px 2px rgba(15,23,42,.04);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%2364748b' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1rem 1rem;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.form-select:hover:not(:disabled):not([readonly]){border-color:var(--st-color-primary-muted);background-color:var(--st-color-surface-muted)}.form-select:focus{border-color:var(--st-color-primary);box-shadow:var(--st-focus-ring, 0 0 0 3px rgba(93, 63, 211, 0.22));outline:0}.form-select:disabled{opacity:.65;cursor:not-allowed;background-color:var(--st-color-surface-muted)}.form-select-sm{min-height:2.125rem;padding:.35rem 1.85rem .35rem .65rem;font-size:.8125rem;border-radius:var(--st-radius-md);background-position:right .55rem center}.st-auth-card .form-select,.st-landing-search-dock .form-select{border-radius:12px}.st-fleet-toolbar .form-select{min-height:2.75rem}.st-brand{display:inline-flex;align-items:center;text-decoration:none;color:inherit;min-width:0;max-width:100%}.st-brand__wordmark{display:block;width:auto;max-width:100%;height:auto;object-fit:contain}.st-brand--sidebar{width:100%}.st-brand--sidebar .st-brand__wordmark{width:auto;max-width:100%;object-fit:contain;object-position:left center}.st-brand--auth .st-brand__wordmark{max-width:9.5rem;filter:brightness(1.05)}.st-brand--auth:hover .st-brand__wordmark{opacity:.92}.st-brand--nav .st-brand__wordmark{height:2.5rem;max-width:none;width:auto}.st-brand--customer.st-brand--nav .st-brand__wordmark{height:3rem}.st-brand--inline .st-brand__wordmark{height:1.5rem;max-width:8rem}.app-sidebar-brand__logo{width:100%}.st-landing-footer .st-brand--nav .st-brand__wordmark{filter:brightness(1.15)}.st-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .65rem;border-radius:var(--st-radius-pill);font-size:.75rem;font-weight:600;line-height:1.4;white-space:nowrap}.st-badge__dot{width:.4rem;height:.4rem;border-radius:50%;background:currentColor;flex-shrink:0}.st-badge--primary{background:var(--st-color-primary-soft);color:var(--st-color-primary)}.st-badge--success{background:var(--st-color-success-soft);color:var(--st-color-success-text)}.st-badge--danger{background:var(--st-color-danger-soft);color:var(--st-color-danger-text)}.st-badge--warning{background:var(--st-color-warning-soft);color:var(--st-color-warning-text)}.st-badge--neutral{background:#f1f5f9;color:var(--st-color-secondary)}.st-role-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .9rem;min-height:2rem;border-radius:var(--st-radius-pill);font-size:.8125rem;font-weight:700;line-height:1.2;letter-spacing:.02em;white-space:nowrap;border:1px solid rgba(0,0,0,0)}.st-role-badge__dot{width:.5rem;height:.5rem;border-radius:50%;background:currentColor;flex-shrink:0;box-shadow:0 0 0 3px color-mix(in srgb, currentColor 22%, transparent)}.st-role-badge--driver{background:color-mix(in srgb, #5b3df5 14%, #fff);color:#4338ca;border-color:color-mix(in srgb, #5b3df5 28%, transparent)}.st-role-badge--operator{background:color-mix(in srgb, #f4b400 22%, #fff);color:#92400e;border-color:color-mix(in srgb, #f4b400 35%, transparent)}.st-role-badge--customer{background:color-mix(in srgb, #0d9488 14%, #fff);color:#115e59;border-color:color-mix(in srgb, #0d9488 28%, transparent)}.st-role-badge--admin{background:color-mix(in srgb, #e11d48 12%, #fff);color:#9f1239;border-color:color-mix(in srgb, #e11d48 26%, transparent)}.st-role-badge--superadmin{background:color-mix(in srgb, #6366f1 14%, #fff);color:#4338ca;border-color:color-mix(in srgb, #6366f1 28%, transparent)}.st-loader{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--st-space-3);color:var(--st-color-text-muted)}.st-loader--row{flex-direction:row}.st-loader__ring{position:relative;width:2.5rem;height:2.5rem}.st-loader__ring::before,.st-loader__ring::after{content:"";position:absolute;inset:0;border-radius:50%;border:3px solid rgba(0,0,0,0)}.st-loader__ring::before{border-top-color:var(--st-color-primary-muted);border-right-color:var(--st-color-primary-muted)}.st-loader__ring::after{border-top-color:var(--st-color-primary);border-right-color:var(--st-color-primary);animation:st-spin .75s cubic-bezier(0.5, 0, 0.5, 1) infinite}.st-loader--sm .st-loader__ring{width:1.5rem;height:1.5rem}.st-loader--sm .st-loader__ring::before,.st-loader--sm .st-loader__ring::after{border-width:2px}.st-loader--lg .st-loader__ring{width:3.5rem;height:3.5rem}.st-loader--lg .st-loader__ring::before,.st-loader--lg .st-loader__ring::after{border-width:4px}.st-loader__label{font-size:.875rem;font-weight:500;color:var(--st-color-text-muted)}.st-loader--primary .st-loader__label{color:var(--st-color-primary)}.st-loader--dots .st-loader__ring{display:none}.st-loader__dots{display:inline-flex;gap:.35rem}.st-loader__dots span{width:.5rem;height:.5rem;border-radius:50%;background:var(--st-color-primary);animation:st-loader-dot 1.2s ease-in-out infinite}.st-loader__dots span:nth-child(2){animation-delay:.15s}.st-loader__dots span:nth-child(3){animation-delay:.3s}.st-loader-overlay{position:absolute;inset:0;z-index:20;display:flex;align-items:center;justify-content:center;background:rgba(248,249,253,.82);backdrop-filter:blur(2px);border-radius:inherit}.st-loader-overlay--fullscreen{position:fixed;inset:0;z-index:1050;border-radius:0}.st-loader-card{display:flex;flex-direction:column;align-items:center;gap:var(--st-space-4);padding:var(--st-space-6);background:var(--st-color-surface);border:1px solid var(--st-color-border);border-radius:var(--st-radius-lg);box-shadow:var(--st-shadow-lg)}@keyframes st-spin{to{transform:rotate(360deg)}}@keyframes st-loader-dot{0%,80%,100%{opacity:.35;transform:scale(0.85)}40%{opacity:1;transform:scale(1)}}@keyframes st-toast-enter{from{opacity:0;transform:translateX(1rem) scale(0.98)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes st-toast-leave{from{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(0.75rem) scale(0.98)}}@keyframes st-toast-progress{from{transform:scaleX(1)}to{transform:scaleX(0)}}.st-toast-stack{position:fixed;top:var(--st-space-4);right:var(--st-space-4);z-index:1080;display:flex;flex-direction:column;gap:var(--st-space-3);width:min(24rem,100vw - 2rem);pointer-events:none}.st-toast{position:relative;overflow:hidden;border-radius:var(--st-radius-lg);box-shadow:var(--st-shadow-lg);background:var(--st-color-surface);border:1px solid var(--st-color-border);pointer-events:auto;opacity:0;transform:translateX(1rem)}.st-toast.is-visible{animation:st-toast-enter .28s ease-out forwards}.st-toast.is-leaving{animation:st-toast-leave .22s ease-in forwards}.st-toast__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:.75rem;padding:.9rem .95rem .85rem}.st-toast__icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;font-size:1rem;line-height:1;margin-top:.05rem}.st-toast__content{min-width:0}.st-toast__title{display:block;font-size:.8125rem;font-weight:700;letter-spacing:.01em;color:var(--st-color-text);margin-bottom:.15rem}.st-toast__message{margin:0;font-size:.8125rem;line-height:1.45;color:var(--st-color-text-muted)}.st-toast__close{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:0;border-radius:var(--st-radius-sm);background:rgba(0,0,0,0);color:var(--st-color-text-muted);cursor:pointer;transition:background .15s ease,color .15s ease}.st-toast__close:hover{background:var(--st-color-surface-muted);color:var(--st-color-text)}.st-toast__progress{position:absolute;left:0;bottom:0;width:100%;height:3px;transform-origin:left center;animation:st-toast-progress linear forwards;background:currentColor;opacity:.55}.st-toast--success{border-color:color-mix(in srgb, var(--st-color-success) 28%, var(--st-color-border))}.st-toast--success .st-toast__icon{color:var(--st-color-success-text);background:var(--st-color-success-soft)}.st-toast--success .st-toast__progress{color:var(--st-color-success)}.st-toast--danger{border-color:color-mix(in srgb, var(--st-color-danger) 28%, var(--st-color-border))}.st-toast--danger .st-toast__icon{color:var(--st-color-danger-text);background:var(--st-color-danger-soft)}.st-toast--danger .st-toast__progress{color:var(--st-color-danger)}.st-toast--warning{border-color:color-mix(in srgb, var(--st-color-warning) 28%, var(--st-color-border))}.st-toast--warning .st-toast__icon{color:var(--st-color-warning-text);background:var(--st-color-warning-soft)}.st-toast--warning .st-toast__progress{color:var(--st-color-warning)}.st-toast--info{border-color:color-mix(in srgb, var(--st-color-info) 28%, var(--st-color-border))}.st-toast--info .st-toast__icon{color:var(--st-color-info-text);background:var(--st-color-info-soft)}.st-toast--info .st-toast__progress{color:var(--st-color-info)}.st-navbar{background:var(--st-color-surface);border-bottom:1px solid var(--st-color-border);box-shadow:var(--st-shadow-sm)}.st-navbar__brand{font-weight:700;color:var(--st-color-text);text-decoration:none}.st-navbar__link{color:var(--st-color-text-muted);text-decoration:none;font-size:.9375rem}.st-navbar__link.is-active,.st-navbar__link:hover{color:var(--st-color-primary)}.st-footer{margin-top:auto;padding:var(--st-space-6) 0;border-top:1px solid var(--st-color-border);color:var(--st-color-text-muted);font-size:.875rem}.st-search-input .form-control:focus{border-color:var(--st-color-primary);box-shadow:0 0 0 .2rem rgba(37,99,235,.15)}.st-search-filters{display:flex;flex-wrap:wrap;gap:var(--st-space-3);padding:var(--st-space-3);background:var(--st-color-surface-muted);border-radius:var(--st-radius-md);border:1px solid var(--st-color-border)}.st-search-filters--inline{padding:0;background:rgba(0,0,0,0);border:none;border-radius:0;gap:.75rem;align-items:flex-end}.st-search-filters__field{min-width:8rem}.st-search-filters--inline .form-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--st-color-text-muted)}.st-search-filters--inline .form-select{min-height:2.75rem;border-radius:var(--st-radius-lg);min-width:10rem}.st-search-autocomplete{position:relative}.st-search-autocomplete__list{position:absolute;z-index:20;top:100%;left:0;right:0;margin:0;padding:0;list-style:none;background:var(--st-color-surface);border:1px solid var(--st-color-border);border-radius:var(--st-radius-sm);box-shadow:var(--st-shadow-md);max-height:12rem;overflow-y:auto}.st-search-autocomplete__item{padding:var(--st-space-2) var(--st-space-3);cursor:pointer}.st-search-autocomplete__item:hover,.st-search-autocomplete__item.is-active{background:var(--st-color-surface-muted)}.st-search-page{min-height:100vh;display:flex;flex-direction:column;background:var(--st-color-surface-muted)}.st-search-page__layout{flex:1;display:grid;grid-template-columns:minmax(280px, 360px) 1fr;min-height:calc(100vh - 72px)}.st-search-page__sidebar{display:flex;flex-direction:column;gap:var(--st-space-3);padding:var(--st-space-4);background:var(--st-color-surface);border-right:1px solid var(--st-color-border);overflow:hidden}.st-search-page__filters{display:flex;flex-direction:column;gap:var(--st-space-2)}.st-search-page__search-wrap{position:relative}.st-search-page__search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:var(--st-color-text-muted);pointer-events:none}.st-search-page__search-input{padding-left:2.25rem}.st-search-page__list-head{display:flex;align-items:center;justify-content:space-between;gap:var(--st-space-2);margin-top:var(--st-space-2)}.st-search-page__list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:var(--st-space-2)}.st-search-trip-item{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;width:100%;text-align:left;padding:var(--st-space-3);border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);background:var(--st-color-surface);transition:border-color .15s ease,box-shadow .15s ease}.st-search-trip-item:hover,.st-search-trip-item.is-selected{border-color:var(--st-color-primary);box-shadow:0 0 0 1px var(--st-color-primary-soft)}.st-search-trip-item__route{font-weight:600;color:var(--st-color-text)}.st-search-trip-item__meta{font-size:.8125rem;color:var(--st-color-text-muted)}.st-search-page__map-wrap{position:relative;min-height:420px}.st-search-page__map-card{position:absolute;inset:0}.st-search-page__map{width:100%;height:100%;min-height:calc(100vh - 72px)}.st-search-page__map-controls{position:absolute;right:1rem;top:1rem;z-index:500;display:flex;flex-direction:column;gap:.35rem}.st-operator-fleet-map__canvas-wrap{position:relative;height:320px}.st-operator-fleet-map__canvas{width:100%;height:100%;border-radius:0 0 var(--st-radius-md) var(--st-radius-md)}@media(max-width: 991.98px){.st-search-page__layout{grid-template-columns:1fr;grid-template-rows:auto minmax(50vh, 1fr)}.st-search-page__sidebar{max-height:42vh;border-right:0;border-bottom:1px solid var(--st-color-border)}.st-search-page__map{min-height:50vh}}.st-select2{position:relative;min-width:12rem}.st-select2.is-loading::after{content:"";position:absolute;top:50%;right:.625rem;width:.875rem;height:.875rem;margin-top:-0.4375rem;border:2px solid var(--st-color-border);border-top-color:var(--st-color-primary);border-radius:50%;pointer-events:none;animation:st-select2-spin .65s linear infinite}.st-select2.is-loading .st-select2__search{padding-right:2rem}@keyframes st-select2-spin{to{transform:rotate(360deg)}}.st-select2__search{min-height:2.75rem;border-radius:var(--st-radius-lg)}.st-select2__list{position:absolute;z-index:20;top:calc(100% + .25rem);left:0;right:0;max-height:14rem;overflow-y:auto;background:var(--st-color-surface);border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);box-shadow:var(--st-shadow-md)}.st-select2__option{padding:.5rem .75rem;font-size:.875rem;cursor:pointer}.st-select2__option.is-active,.st-select2__option:hover{background:var(--st-color-primary-soft)}.st-select2__option.is-selected{font-weight:600}.st-search-filters--inline .st-search-filters__date{min-height:2.75rem;min-width:10.5rem;padding:.5rem .875rem;font-size:.875rem;font-weight:500;color:var(--st-color-text);background-color:var(--st-color-surface);border-radius:var(--st-radius-lg)}.st-list-page{display:flex;flex-direction:column;gap:0}.st-list-page__card{background:var(--st-list-page-bg);border:1px solid var(--st-list-page-border);border-radius:var(--st-list-page-radius);box-shadow:var(--st-list-page-shadow);overflow:hidden}.st-list-page__toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem;padding:1rem 1.25rem;background:var(--st-list-page-bg);border:1px solid var(--st-list-page-border);border-radius:var(--st-list-page-radius);box-shadow:var(--st-list-page-shadow)}.st-list-page__toolbar--inset{margin:0;border:0;border-radius:0;box-shadow:none;border-bottom:1px solid var(--st-list-page-border);background:var(--st-list-page-toolbar-bg)}.st-list-page__search{flex:1 1 16rem;min-width:12rem}.st-list-page__toolbar-divider{align-self:stretch;width:1px;min-height:2.75rem;background:var(--st-list-page-border);margin:0 .25rem}.st-list-page__toolbar-actions{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem;flex:1 1 auto}.st-list-page__filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem}.st-list-page__filter-actions{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.5rem;margin-left:auto}.st-list-page__search .st-search-input__group--solo .form-control{border-radius:var(--st-radius-lg)}.st-row-actions{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.375rem}.st-row-actions__inline-form{display:inline-flex;margin:0}.st-list-page__toolbar-extra{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.st-list-page__search .st-search-input__group{width:100%}.st-list-page__search .st-search-input__group .form-control{min-height:2.75rem;border-radius:var(--st-radius-lg) 0 0 var(--st-radius-lg);border-color:var(--st-list-page-border);font-size:.875rem}.st-list-page__search .st-search-input__group .st-search-input__submit{border-radius:0 var(--st-radius-lg) var(--st-radius-lg) 0}.st-list-page .st-table{border:none;border-radius:0;box-shadow:none}.st-list-page .st-table-scroll-hint{border-top:1px solid var(--st-list-page-border)}.st-list-page__footer{padding:1rem 1.25rem;border-top:1px solid var(--st-list-page-border);background:var(--st-list-page-bg)}.st-list-page__footer--inset{margin:0}.st-list-page__summary{color:var(--st-list-page-text-muted)}.st-list-page__empty{padding:2.5rem 1.25rem}@media(max-width: 767.98px){.st-list-page__toolbar{flex-direction:column;align-items:stretch}.st-list-page__search{flex:none;width:100%;min-width:0}.st-list-page__toolbar-divider{display:none}.st-list-page__toolbar-actions,.st-list-page__filters{width:100%}.st-list-page__filters .st-search-filters--inline{flex-direction:column;align-items:stretch;width:100%}.st-list-page__filters .st-search-filters__field,.st-list-page__filters .st-select2{width:100%;min-width:0}.st-list-page__filters .st-search-filters--inline .form-select,.st-list-page__filters .st-search-filters--inline .st-search-filters__date,.st-list-page__filters .st-select2__search{width:100%;min-width:0}.st-list-page__filter-actions{width:100%;margin-left:0;flex-direction:column;align-items:stretch}.st-list-page__filter-actions .st-button{width:100%;justify-content:center}.st-list-page__card{overflow:visible}.st-list-page .st-table--mobile-cards+.st-list-page__footer,.st-list-page .st-table--mobile-cards{border-left:0;border-right:0}}.st-table{background:var(--st-color-surface);border:1px solid var(--st-color-border);border-radius:var(--st-radius-lg);box-shadow:var(--st-shadow-sm);overflow:hidden}.table-responsive.st-table,.st-table.table-responsive{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--st-color-border-strong) rgba(0,0,0,0)}.table-responsive.st-table::-webkit-scrollbar,.st-table.table-responsive::-webkit-scrollbar{height:.375rem}.table-responsive.st-table::-webkit-scrollbar-thumb,.st-table.table-responsive::-webkit-scrollbar-thumb{background:var(--st-color-border-strong);border-radius:var(--st-radius-pill)}.st-table-scroll-hint{display:none}@media(max-width: 767.98px){.table-responsive.st-table:not(.st-table--mobile-cards) .table,.st-table.table-responsive:not(.st-table--mobile-cards) .table{min-width:36rem}.table-responsive.st-table:not(.st-table--mobile-cards),.st-table.table-responsive:not(.st-table--mobile-cards){background:linear-gradient(to right, var(--st-color-surface), transparent 1.25rem) 0 0/1.25rem 100% no-repeat local,linear-gradient(to left, var(--st-color-surface), transparent 1.25rem) 100% 0/1.25rem 100% no-repeat local,radial-gradient(farthest-side at 0 50%, rgba(15, 23, 42, 0.1), transparent) 0 0/.75rem 100% no-repeat scroll,radial-gradient(farthest-side at 100% 50%, rgba(15, 23, 42, 0.1), transparent) 100% 0/.75rem 100% no-repeat scroll}.st-table-scroll-hint{display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;color:var(--st-color-text-muted);background:var(--st-color-surface-muted);border-bottom:1px solid var(--st-color-border)}.st-table--mobile-cards{overflow:visible;border:none;box-shadow:none;background:rgba(0,0,0,0)}.st-table--mobile-cards .table{min-width:0;width:100%}.st-table--mobile-cards .table thead{display:none}.st-table--mobile-cards .table tbody{display:flex;flex-direction:column;gap:.75rem}.st-table--mobile-cards .table tbody tr{display:block;background:var(--st-color-surface);border:1px solid var(--st-color-border);border-radius:var(--st-radius-lg);box-shadow:var(--st-shadow-sm);overflow:hidden}.st-table--mobile-cards .table tbody tr:hover{background:var(--st-color-surface)}.st-table--mobile-cards .table tbody td{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.625rem 1rem;border-bottom:1px solid var(--st-color-border);text-align:right}.st-table--mobile-cards .table tbody td::before{content:attr(data-label);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--st-color-text-muted);text-align:left;flex:1 1 42%;min-width:0}.st-table--mobile-cards .table tbody td[data-label=""]::before{display:none}.st-table--mobile-cards .table tbody td:last-child{display:block;border-bottom:none;padding:.75rem 1rem 1rem;background:var(--st-color-surface-muted);text-align:left}.st-table--mobile-cards .table tbody td:last-child::before{display:none}.st-table--mobile-cards .st-row-actions{flex-direction:column;align-items:stretch;width:100%}.st-table--mobile-cards .st-row-actions .st-button,.st-table--mobile-cards .table tbody td:last-child>.st-button{width:100%;justify-content:center}}.st-table .table{margin-bottom:0}.st-table thead th{background:var(--st-color-surface-muted);color:var(--st-color-text-muted);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--st-color-border);padding:.75rem 1rem}.st-table tbody td{padding:.875rem 1rem;border-bottom:1px solid var(--st-color-border);vertical-align:middle;font-size:.9375rem}.st-table tbody tr:last-child td{border-bottom:none}.st-table tbody tr:hover{background:var(--st-color-surface-muted)}.st-extended-table{background:var(--st-color-surface);border:1px solid var(--st-color-border);border-radius:var(--st-radius-lg);box-shadow:var(--st-shadow-md);padding:var(--st-space-5)}.st-extended-table__header{display:flex;align-items:center;flex-wrap:wrap;gap:var(--st-space-3);margin-bottom:var(--st-space-4)}.st-extended-table__title{margin:0;font-size:1.125rem;font-weight:700;color:var(--st-color-text)}.st-extended-table .st-table{border:none;box-shadow:none;border-radius:var(--st-radius-md)}@keyframes st-fade-up{from{opacity:0;transform:translateY(0.65rem)}to{opacity:1;transform:translateY(0)}}[data-st-animate=fade-up]{animation:st-fade-up .45s ease-out both}.st-crud-header{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1rem}.st-crud-header__title{font-weight:700;letter-spacing:-0.02em}@media(max-width: 767.98px){.st-crud-header{flex-direction:column;align-items:stretch}.st-crud-header__actions{width:100%;margin-left:0 !important}.st-crud-header__actions .st-button{width:100%;justify-content:center}}.st-page-crud-form .st-crud-form__form{width:100%}.st-data-card{background:var(--st-color-surface);border:1px solid var(--st-color-border);border-radius:var(--st-radius-lg);box-shadow:var(--st-shadow-sm);overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.st-data-card:hover{box-shadow:var(--st-shadow-md)}.st-data-card__head{padding:1rem 1.25rem;border-bottom:1px solid var(--st-color-border);background:var(--st-color-surface-muted)}.st-data-card__title{font-weight:700;color:var(--st-color-text)}.st-data-card__subtitle{font-size:.8125rem;color:var(--st-color-text-muted);margin-top:.2rem}.st-data-card__body{padding:0}.st-data-card .st-table{border:none;border-radius:0;box-shadow:none}.st-empty-state__icon{font-size:2.25rem;color:var(--st-color-primary-muted);line-height:1}.st-empty-state__image img{display:inline-block;max-width:min(220px,100%);height:auto}.st-dashboard-footer{background:var(--st-color-surface);margin-top:auto}.st-dashboard-footer__link{display:inline-flex;align-items:center;gap:.35rem;color:var(--st-color-text-muted);text-decoration:none;font-weight:500;transition:color .15s ease}.st-dashboard-footer__link:hover{color:var(--st-color-primary)}.app-main{display:flex;flex-direction:column;min-height:0}.st-page-loading{position:relative;pointer-events:none;opacity:.72;transition:opacity .2s ease}.st-page-loading::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.35) 50%, transparent 100%);animation:st-shimmer 1.1s ease-in-out infinite;z-index:2;border-radius:inherit}@keyframes st-shimmer{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}.st-route-form__panel{border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);background:var(--st-color-surface);padding:1rem 1.125rem}.st-route-form__company-badge{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:var(--st-radius-sm);background:var(--st-color-primary-soft);color:var(--st-color-primary-active);font-size:.8125rem;font-weight:600}.st-route-form__endpoints{padding-top:.25rem;border-top:1px solid var(--st-color-border)}.st-route-form__endpoint-arrow{line-height:1;font-size:.875rem}.st-geo-area-field{display:grid;gap:.625rem}.st-geo-area-field__label{margin-bottom:.25rem;font-size:.6875rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--st-color-text-muted)}.st-geo-area-field__city,.st-geo-area-field__barangay{position:relative;min-width:0}.st-geo-area-field__hint{margin-top:.25rem;font-size:.6875rem;line-height:1.3}.st-geo-area-field--compact{grid-template-columns:minmax(0, 1.1fr) minmax(0, 1.35fr);gap:.5rem;align-items:end}.st-geo-area-field--compact .st-geo-area-field__hint{display:none}.st-geo-area-field--compact .st-select2{min-width:0}.st-geo-area-field--compact .st-select2__search,.st-geo-area-field--compact .form-select-sm{min-height:1.875rem;padding-top:.25rem;padding-bottom:.25rem;font-size:.8125rem}.st-route-show__section{padding:1.125rem 1.25rem}.st-route-show__section--form{border-top:1px solid var(--st-color-border);background:var(--st-color-surface-muted)}.st-route-show__info{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;margin-bottom:1rem;border-radius:var(--st-radius-md);background:var(--st-color-info-soft);border:1px solid color-mix(in srgb, var(--st-color-info) 22%, var(--st-color-border));color:var(--st-color-info-text)}.st-route-show__info .bi{font-size:1.125rem;margin-top:.125rem;flex-shrink:0;color:var(--st-color-info)}.st-route-show__info strong{display:block;margin-bottom:.2rem;font-size:.875rem;color:var(--st-color-text)}.st-route-show__info p{font-size:.8125rem;line-height:1.45;color:var(--st-color-text-muted)}.st-route-show__info--accent{background:var(--st-color-primary-soft);border-color:color-mix(in srgb, var(--st-color-primary) 22%, var(--st-color-border));color:var(--st-color-primary-active)}.st-route-show__info--accent .bi{color:var(--st-color-primary)}.st-route-show__empty{padding:2rem 1rem 1.5rem;text-align:center;color:var(--st-color-text-muted)}.st-route-show__empty-icon{display:block;margin:0 auto .5rem;font-size:1.75rem;color:var(--st-color-text-subtle)}.st-route-show__empty-title{margin:0 0 .25rem;font-size:.9375rem;font-weight:600;color:var(--st-color-text)}.st-route-show__empty-message{margin:0;font-size:.8125rem;line-height:1.45}.st-route-show__stops{display:flex;flex-direction:column;gap:.35rem}.st-route-show__stop{display:grid;grid-template-columns:2rem 1fr auto;align-items:center;gap:.75rem;padding:.625rem .75rem;border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);background:var(--st-color-surface);font-size:.875rem}.st-route-show__stop-index{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--st-radius-sm);background:var(--st-color-primary-soft);color:var(--st-color-primary-active);font-size:.75rem;font-weight:700;line-height:1}.st-route-show__stop-label{color:var(--st-color-text);font-weight:500;min-width:0}.st-route-show__stop-price{font-weight:700;color:var(--st-color-text);white-space:nowrap}.st-route-show__form-title{margin:0 0 .875rem;font-size:.9375rem;font-weight:600;color:var(--st-color-text)}.st-route-show__form .form-label{font-size:.8125rem;font-weight:600;color:var(--st-color-text-muted)}.st-route-show__form .form-control-lg{min-height:2.75rem}.st-route-show__field-hint{margin-top:.35rem;font-size:.75rem;color:var(--st-color-text-subtle);line-height:1.4}.st-route-show__price-input{position:relative}.st-route-show__price-prefix{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);font-size:.875rem;font-weight:600;color:var(--st-color-text-muted);pointer-events:none}.st-route-show__price-input .form-control{min-height:2.75rem;padding-left:1.75rem;font-size:.9375rem}.st-route-show__legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:.8125rem;font-weight:600;color:var(--st-color-text-muted)}.st-route-show__weekdays{margin:0;padding:0;border:0}.st-route-show__weekday-grid{display:flex;flex-wrap:wrap;gap:.5rem}.st-route-show__weekday{margin:0;cursor:pointer}.st-route-show__weekday:hover .st-route-show__weekday-label{border-color:var(--st-color-primary-muted);color:var(--st-color-primary-active)}.st-route-show__weekday-label{display:inline-flex;align-items:center;justify-content:center;min-width:3rem;min-height:2.5rem;padding:.375rem .75rem;border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);background:var(--st-color-surface);font-size:.8125rem;font-weight:600;color:var(--st-color-text-muted);transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease;user-select:none}.st-route-show__weekday-input:checked+.st-route-show__weekday-label{background:var(--st-color-primary-soft);border-color:var(--st-color-primary-muted);color:var(--st-color-primary-active);box-shadow:inset 0 0 0 1px var(--st-color-primary-muted)}.st-route-show__weekday-input:focus-visible+.st-route-show__weekday-label{outline:2px solid var(--st-color-primary-muted);outline-offset:2px}.st-route-show__generate-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:stretch}.st-route-show__generate-row .form-control{flex:1 1 12rem;min-width:0}.st-route-show__generate-row .st-button{flex:0 0 auto;align-self:stretch}.st-route-show__submit{width:100%;justify-content:center;min-height:2.75rem}@media(min-width: 576px){.st-route-show__submit{width:auto;min-width:11rem}}.st-collection-form__header{margin-bottom:.75rem}.st-collection-form__title{margin:0;font-size:1rem;font-weight:600}.st-collection-form__subtitle-row{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.st-collection-form__subtitle{margin:0;flex:1;min-width:0;font-size:.8125rem;color:var(--st-color-text-muted)}.st-collection-form__add{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:1.75rem;height:1.75rem;padding:0;border:1px solid var(--st-color-primary-muted);border-radius:var(--st-radius-sm);background:var(--st-color-surface);color:var(--st-color-primary);line-height:1;font-size:.875rem;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.st-collection-form__add:hover{background:var(--st-color-primary-soft);border-color:var(--st-color-primary);color:var(--st-color-primary-active)}.st-collection-form__panel{border:1px solid var(--st-color-border-strong);border-radius:var(--st-radius-md);background:var(--st-color-surface-muted);padding:.875rem;min-height:12rem;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.65);transition:border-color .15s ease,box-shadow .15s ease}.st-collection-form__panel.is-dragover{border-color:var(--st-color-primary-muted);box-shadow:inset 0 0 0 1px var(--st-color-primary-soft)}.st-collection-form__panel.is-empty{display:flex;flex-direction:column;justify-content:center;align-items:center}.st-collection-form__empty{padding:1.5rem 1rem;text-align:center;color:var(--st-color-text-muted)}.st-collection-form__empty.is-hidden{display:none}.st-collection-form__empty-icon{display:block;margin:0 auto .5rem;font-size:1.5rem;color:var(--st-color-text-subtle)}.st-collection-form__empty-title{margin:0 0 .25rem;font-size:.875rem;font-weight:600;color:var(--st-color-text)}.st-collection-form__empty-message{margin:0;font-size:.8125rem}.st-collection-form__list{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0}.st-stop-collection__item.is-dragging{opacity:.55}.st-stop-collection__card{border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);background:var(--st-color-surface);padding:.625rem .75rem;box-shadow:var(--st-shadow-xs, 0 1px 2px rgba(15, 23, 42, 0.04))}.st-stop-collection__row{display:flex;gap:.5rem;align-items:flex-end}.st-stop-collection__index-col{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex-shrink:0}.st-stop-collection__index{font-size:.6875rem;font-weight:700;color:var(--st-color-primary);line-height:1}.st-stop-collection__fields{flex:1;display:grid;grid-template-columns:minmax(0, 1fr) minmax(0, 1.2fr) 5.5rem;gap:.5rem;min-width:0}.st-stop-collection__geo{grid-column:1/span 2;min-width:0}.st-stop-collection__drag{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.875rem;padding:0;border:0;background:rgba(0,0,0,0);color:var(--st-color-text-subtle);cursor:grab}.st-stop-collection__price{min-width:0;grid-column:3;grid-row:1}.st-stop-collection__price-input{position:relative}.st-stop-collection__price-prefix{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);font-size:.75rem;color:var(--st-color-text-muted);pointer-events:none}.st-stop-collection__price-input .form-control{min-height:1.875rem;padding-top:.25rem;padding-bottom:.25rem;padding-left:1.375rem;font-size:.8125rem;text-align:right}.st-stop-collection__remove{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.875rem;padding:0;border:1px solid var(--st-color-border);border-radius:var(--st-radius-sm);background:var(--st-color-surface);color:var(--st-color-danger);line-height:1;font-size:.75rem;flex-shrink:0}.st-stop-collection__remove:hover{background:var(--st-color-danger-soft);border-color:var(--st-color-danger)}@media(max-width: 767.98px){.st-stop-collection__fields{grid-template-columns:1fr}.st-stop-collection__geo{grid-column:1}.st-stop-collection__price{grid-column:1;grid-row:auto}}.st-trip-tracking__back{color:var(--st-color-text-muted)}.st-trip-tracking__back:hover{color:var(--st-color-primary)}.st-trip-tracking__stat{text-align:center;min-width:4.5rem;padding:.5rem .75rem;background:var(--st-color-surface-muted);border-radius:var(--st-radius-md);border:1px solid var(--st-color-border)}.st-trip-tracking__stat-value{display:block;font-size:1.25rem;font-weight:700;line-height:1.2;color:var(--st-color-text)}.st-trip-tracking__stat-label{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--st-color-text-muted)}.st-trip-tracking__map-card{overflow:hidden}.st-trip-tracking__map-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;background:var(--st-color-surface-muted)}.st-trip-tracking__map{height:min(460px,58vh);width:100%;background:var(--st-color-surface-muted)}.st-seat-schema-map{display:grid;grid-template-columns:repeat(var(--seat-schema-cols, 4), minmax(2.25rem, 1fr));grid-template-rows:repeat(var(--seat-schema-rows, 5), minmax(2.25rem, auto));gap:.4rem;max-width:18rem;padding:.65rem;background:var(--st-color-surface-muted);border-radius:var(--st-radius-md);border:1px solid var(--st-color-border)}.st-seat-schema-map__cell{display:inline-flex;align-items:center;justify-content:center;min-height:2.25rem;border-radius:.3rem;border:1px solid var(--st-color-border);font-size:.6875rem;font-weight:700;line-height:1}.st-seat-schema-map__cell--driver{color:var(--st-color-text-muted);background:var(--st-color-surface);border-style:dashed;text-transform:uppercase;letter-spacing:.04em}.st-seat-schema-map__cell--seat.is-booked{color:#fff;background:var(--st-color-primary);border-color:var(--st-color-primary-active)}.st-seat-schema-map__cell--seat.is-free{color:var(--st-color-text-muted);background:var(--st-color-surface);border-color:var(--st-color-border)}.st-seat-schema-map__swatch{display:inline-block;width:1rem;height:1rem;margin-inline-end:.35rem;vertical-align:middle;border-radius:.2rem}.st-seat-schema-map__legend{color:var(--st-color-text-muted)}.st-trip-map-bus-icon{background:rgba(0,0,0,0);border:none}.st-trip-map-bus{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;background:var(--st-color-primary);color:#fff;box-shadow:var(--st-shadow-md);font-size:1.125rem;animation:st-trip-bus-pulse 2s ease-in-out infinite}@keyframes st-trip-bus-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}.st-landing-search-results__card{cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.st-landing-search-results__card:hover,.st-landing-search-results__card:focus-visible{border-color:var(--st-color-primary-muted);box-shadow:var(--st-shadow-md);transform:translateY(-2px)}.st-fleet-popup__actions{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--st-color-border)}.st-fleet-popup__cta{display:inline-flex;align-items:center;gap:.35rem;font-size:.8125rem;font-weight:600;color:var(--st-color-primary);text-decoration:none}.st-fleet-popup__cta:hover{text-decoration:underline}.st-trip-playback__media-card{overflow:hidden}.st-trip-playback__preview{position:relative;aspect-ratio:4/3;background:var(--st-color-surface-muted);display:flex;align-items:center;justify-content:center}.st-trip-playback__preview img{width:100%;height:100%;object-fit:cover}.st-trip-playback__placeholder{padding:1rem;text-align:center;font-size:.8125rem;color:var(--st-color-text-muted)}.st-trip-playback__timeline{padding:.75rem 1rem 1rem}.st-trip-playback__scrubber{width:100%;margin-bottom:.5rem}.st-trip-playback__track{position:relative;height:1.75rem;margin-bottom:.5rem;background:var(--st-color-surface-muted);border-radius:var(--st-radius-md);border:1px solid var(--st-color-border)}.st-trip-playback__tick{position:absolute;top:50%;transform:translate(-50%, -50%);width:.65rem;height:.65rem;padding:0;border:2px solid #fff;border-radius:50%;background:var(--st-color-primary);box-shadow:0 0 0 1px var(--st-color-primary-muted);cursor:pointer}.st-trip-playback__tick--capture{background:var(--st-color-warning);box-shadow:0 0 0 1px var(--st-color-warning-soft)}.st-trip-playback__tick--marker{background:var(--st-color-info)}.st-trip-playback__time{font-size:.875rem;font-weight:600;margin:0}.st-trip-playback__position{font-size:.75rem;color:var(--st-color-text-muted);margin:.25rem 0 0;font-family:ui-monospace,monospace}.st-trip-playback__point-list{list-style:none;margin:0;padding:0;max-height:220px;overflow-y:auto}.st-trip-playback__point-btn{display:flex;gap:.75rem;width:100%;text-align:left;padding:.5rem 1rem;border:0;border-bottom:1px solid var(--st-color-border);background:rgba(0,0,0,0);font-size:.8125rem;cursor:pointer}.st-trip-playback__point-btn:hover,.st-trip-playback__point-btn.is-selected{background:var(--st-color-primary-soft)}.st-trip-playback__point-time{flex:0 0 3.5rem;font-weight:600;font-variant-numeric:tabular-nums}.st-trip-playback__point-label{flex:1;color:var(--st-color-text-muted)}.st-trip-playback-dot-icon{background:rgba(0,0,0,0);border:none}.st-trip-playback-dot{display:block;width:10px;height:10px;border-radius:50%;background:var(--st-color-primary);border:2px solid #fff;box-shadow:var(--st-shadow-sm)}.leaflet-marker-icon.is-active .st-trip-playback-dot{background:var(--st-color-warning);transform:scale(1.25)}.st-pagination{margin:0}.st-pagination .page-link{color:var(--st-color-text-muted);border-color:var(--st-color-border);border-radius:var(--st-radius-md);min-width:2.375rem;min-height:2.375rem;display:inline-flex;align-items:center;justify-content:center;text-align:center;font-weight:600;font-size:.875rem;transition:all .2s ease}.st-pagination .page-link:hover{background:var(--st-color-primary-soft);border-color:var(--st-color-primary-muted);color:var(--st-color-primary)}.st-pagination .page-item.active .page-link{background-color:var(--st-color-primary);border-color:var(--st-color-primary);color:#fff}.st-feature{padding:var(--st-space-5);border-radius:var(--st-radius-lg);background:var(--st-color-surface);border:1px solid var(--st-color-border);box-shadow:var(--st-shadow-sm)}.st-feature__icon{font-size:2rem;line-height:1;margin-bottom:var(--st-space-3)}.st-feature__title{font-size:1.125rem;margin-bottom:var(--st-space-2)}.st-feature__description{color:var(--st-color-text-muted);margin:0}.st-map{border-radius:var(--st-radius-md);border:1px solid var(--st-color-border);overflow:hidden;background:var(--st-color-surface-muted)}.st-map__canvas{width:100%;min-height:12rem}.st-map-marker{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background:var(--st-color-primary);color:#fff;font-size:.75rem;font-weight:700}.st-map-marker-info{min-width:10rem;padding:var(--st-space-3);background:var(--st-color-surface);border-radius:var(--st-radius-sm);box-shadow:var(--st-shadow-md)}.st-map-marker-info__title{font-weight:600;margin:0 0 var(--st-space-1)}.st-map-marker-info__subtitle{margin:0;color:var(--st-color-text-muted);font-size:.875rem}.st-map-canvas.leaflet-container,.st-landing-map__leaflet.leaflet-container,.st-search-page__map.leaflet-container,.st-operator-fleet-map__canvas.leaflet-container,.st-dictionary-map__canvas.leaflet-container,.st-trip-tracking__map.leaflet-container,.st-reservation-new__map.leaflet-container,.st-simulator__map.leaflet-container,.st-map-card__viewport .leaflet-container{font-family:inherit;background:#f3f1ec}.st-map-canvas .leaflet-tile-pane,.st-landing-map__leaflet .leaflet-tile-pane,.st-search-page__map .leaflet-tile-pane,.st-operator-fleet-map__canvas .leaflet-tile-pane,.st-dictionary-map__canvas .leaflet-tile-pane,.st-trip-tracking__map .leaflet-tile-pane,.st-reservation-new__map .leaflet-tile-pane,.st-simulator__map .leaflet-tile-pane,.st-map-card__viewport .leaflet-tile-pane{filter:saturate(0.94)}.st-map-canvas .leaflet-control-attribution,.st-landing-map__leaflet .leaflet-control-attribution,.st-search-page__map .leaflet-control-attribution,.st-operator-fleet-map__canvas .leaflet-control-attribution,.st-dictionary-map__canvas .leaflet-control-attribution,.st-trip-tracking__map .leaflet-control-attribution,.st-reservation-new__map .leaflet-control-attribution,.st-simulator__map .leaflet-control-attribution,.st-map-card__viewport .leaflet-control-attribution{font-size:.625rem;background:hsla(0,0%,100%,.88);border-radius:var(--st-radius-sm) 0 0 0;margin:0;padding:2px 6px}.st-map-card{--st-map-card-height: 20rem;position:relative;border-radius:var(--st-radius-md);overflow:hidden;border:1px solid var(--st-color-border);background:var(--st-color-surface-muted)}.st-map-card--size-compact{--st-map-card-height: 14rem}.st-map-card--size-default{--st-map-card-height: 20rem}.st-map-card--size-hero{--st-map-card-height: 28rem}.st-map-card--style-dashboard{border-color:var(--st-color-border-strong);box-shadow:var(--st-shadow-sm)}.st-map-card__viewport{width:100%;height:var(--st-map-card-height);min-height:12rem;z-index:0}.st-map-card__overlay{position:absolute;z-index:2;pointer-events:none}.st-map-card__loader{inset:0;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.72)}.st-map-card__loader[hidden],.st-map-card__error[hidden],.st-map-card__empty[hidden]{display:none !important}.st-map-card__error,.st-map-card__empty{left:50%;top:50%;transform:translate(-50%, -50%);margin:0;padding:var(--st-space-3) var(--st-space-4);max-width:90%;text-align:center;font-size:.875rem;border-radius:var(--st-radius-sm);background:var(--st-color-surface);box-shadow:var(--st-shadow-md)}.st-map-card__error{color:var(--st-color-danger-text)}.st-map-card__empty{color:var(--st-color-text-muted)}.st-map-card__marker-icon{background:rgba(0,0,0,0);border:none}.st-map-card__marker-dot{display:block;width:14px;height:14px;border-radius:50%;border:2px solid #fff;box-shadow:0 1px 4px rgba(15,23,42,.35)}.st-map-card__footer{position:relative;z-index:1;pointer-events:auto}.st-map-card .leaflet-container{width:100%}.st-map-card__body{position:relative}.st-map-card--with-list .st-map-card__body{display:grid;min-height:var(--st-map-card-height)}.st-map-card--list-sidebar-start .st-map-card__body{grid-template-columns:minmax(15rem, 18.75rem) minmax(0, 1fr)}.st-map-card--list-sidebar-end .st-map-card__body{grid-template-columns:minmax(0, 1fr) minmax(15rem, 18.75rem)}.st-map-card--list-sidebar-start .st-map-card__list{grid-column:1;grid-row:1;border-right:1px solid var(--st-color-border)}.st-map-card--list-sidebar-start .st-map-card__map-region{grid-column:2;grid-row:1}.st-map-card--list-sidebar-end .st-map-card__map-region{grid-column:1;grid-row:1}.st-map-card--list-sidebar-end .st-map-card__list{grid-column:2;grid-row:1;border-left:1px solid var(--st-color-border)}.st-map-card--with-list .st-map-card__map-region{position:relative;min-width:0;min-height:var(--st-map-card-height)}.st-map-card--with-list .st-map-card__viewport{height:100%;min-height:var(--st-map-card-height)}.st-map-card__list{display:flex;flex-direction:column;min-height:0;background:var(--st-color-surface);overflow:hidden}.st-map-card__list-heading{margin:0;padding:var(--st-space-3) var(--st-space-3) var(--st-space-2);font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--st-color-text-muted)}.st-map-card__list-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:0 var(--st-space-2) var(--st-space-2)}.st-map-card__list-scroll[hidden],.st-map-card__list-empty[hidden],.st-map-card__list-error[hidden]{display:none !important}.st-map-card__list-empty,.st-map-card__list-error{margin:0;padding:var(--st-space-3);font-size:.875rem;color:var(--st-color-text-muted)}.st-map-card__list-error{color:var(--st-color-danger-text)}.st-map-card__list-option{border-radius:var(--st-radius-sm);cursor:pointer;transition:background-color .15s ease}.st-map-card__list-option:hover{background:var(--st-color-surface-muted)}.st-map-card__list-option.is-selected{background:var(--st-color-primary-soft);box-shadow:inset 3px 0 0 var(--st-color-primary)}.st-map-card__list-option:focus-visible{outline:2px solid var(--st-color-primary-muted);outline-offset:-2px}.st-map-card__list-row{display:flex;align-items:center;gap:var(--st-space-2);padding:var(--st-space-2)}.st-map-card__list-row-main{flex:1 1 auto;min-width:0}.st-map-card__list-label{margin:0;font-size:.875rem;font-weight:500;line-height:1.35;color:var(--st-color-text);overflow-wrap:anywhere}.st-map-card__list-meta{margin:.125rem 0 0;font-size:.75rem;color:var(--st-color-text-muted)}.st-map-card__list-status{flex-shrink:0}.st-map-card__list-link{flex-shrink:0;padding:.25rem .625rem;border:1px solid var(--st-color-border);border-radius:var(--st-radius-sm);background:var(--st-color-surface);color:var(--st-color-primary);font-size:.75rem;font-weight:500;line-height:1.2;text-decoration:none;white-space:nowrap}.st-map-card__list-link:hover{border-color:var(--st-color-primary-muted);background:var(--st-color-primary-soft);color:var(--st-color-primary-hover)}.st-map-card__marker-icon--selected .st-map-card__marker-dot{transform:scale(1.2);box-shadow:0 0 0 3px rgba(93,63,211,.28)}@media(max-width: 767.98px){.st-map-card--with-list .st-map-card__body{display:flex;flex-direction:column}.st-map-card--with-list .st-map-card__list{order:2;max-height:var(--st-map-card-list-max-height, min(40vh, 280px));border-right:0;border-left:0;border-top:1px solid var(--st-color-border)}.st-map-card--with-list .st-map-card__map-region{order:1;min-height:min(50vh,22rem)}}.st-geo-boundary-layout{align-items:flex-start}.st-geo-boundary-table{overflow-y:visible}.st-geo-boundary-table__swatch-col{width:1.75rem;padding-left:var(--st-space-3);padding-right:0}.st-geo-boundary-table__swatch{display:block;width:.625rem;height:.625rem;border-radius:50%;background:var(--barangay-color, var(--st-color-text-subtle));opacity:.45;transition:opacity .15s ease,transform .15s ease}.st-geo-boundary-table__row{cursor:pointer;transition:background-color .15s ease}.st-geo-boundary-table__row:hover{background:var(--st-color-surface-muted)}.st-geo-boundary-table__row.is-selected{background:var(--st-color-surface-muted)}.st-geo-boundary-table__row.is-selected .st-geo-boundary-table__swatch{opacity:1;transform:scale(1.15)}.st-geo-boundary-table__row.is-selected{box-shadow:inset 3px 0 0 var(--barangay-color, var(--st-color-primary))}.st-geo-boundary-table__row:focus-visible{outline:2px solid var(--st-color-primary-muted);outline-offset:-2px}.st-geo-boundary-layout .st-data-card__body--scroll{max-height:clamp(520px,75vh,800px);overflow-y:auto}.st-map-card--geo-area{--st-map-card-height: clamp(520px, 75vh, 800px);min-height:var(--st-map-card-height)}.st-map-card--geo-area .st-map-card__viewport{height:var(--st-map-card-height);min-height:520px}.st-map-card--geo-area.st-map-card--size-hero .st-map-card__viewport{height:var(--st-map-card-height);min-height:520px}.st-map-card--geo-area .st-map-card__map-region{position:relative;height:var(--st-map-card-height);min-height:520px}.st-map-card--geo-area.st-map-card--with-list .st-map-card__body{min-height:var(--st-map-card-height)}.st-geo-boundary-layout .st-map-card{border:0;border-radius:0;box-shadow:none}.st-geo-boundary-layout .st-data-card .st-map-card__footer{border-top:1px solid var(--st-color-border);background:var(--st-color-surface-muted)}@media(max-width: 575.98px){.st-map-card--geo-area{--st-map-card-height: clamp(480px, 68vh, 640px);min-height:var(--st-map-card-height)}.st-map-card--geo-area .st-map-card__viewport{min-height:480px}.st-geo-boundary-layout .st-data-card__body--scroll{max-height:clamp(480px,68vh,640px)}}.st-geo-map-panel{align-items:flex-start}.st-geo-map-panel__list-card .st-data-card__body--scroll{max-height:clamp(520px,75vh,800px);overflow-y:auto}.st-geo-map-panel__table{overflow-y:visible}.st-geo-map-panel__swatch-col{width:1.75rem;padding-left:var(--st-space-3);padding-right:0}.st-geo-map-panel__index-col{width:2.5rem;white-space:nowrap}.st-geo-map-panel__swatch{display:block;width:.625rem;height:.625rem;border-radius:50%;background:var(--geo-map-color, var(--st-color-text-subtle));opacity:.45;transition:opacity .15s ease,transform .15s ease}.st-geo-map-panel__row{cursor:pointer;transition:background-color .15s ease}.st-geo-map-panel__row:hover,.st-geo-map-panel__row.is-hovered{background:var(--st-color-surface-muted)}.st-geo-map-panel__row.is-selected{background:var(--st-color-surface-muted)}.st-geo-map-panel__row.is-selected .st-geo-map-panel__swatch{opacity:1;transform:scale(1.15)}.st-geo-map-panel__row.is-selected{box-shadow:inset 3px 0 0 var(--geo-map-color, var(--st-color-primary))}.st-geo-map-panel__row.is-hovered:not(.is-selected) .st-geo-map-panel__swatch{opacity:.85;transform:scale(1.08)}.st-geo-map-panel__row:focus-visible{outline:2px solid var(--st-color-primary-muted);outline-offset:-2px}.st-geo-map-panel__list-empty{font-size:.875rem;line-height:1.45}.st-geo-map-panel .st-map-card--geo-area{--st-map-card-height: clamp(520px, 75vh, 800px);min-height:var(--st-map-card-height)}.st-geo-map-panel .st-map-card--geo-area .st-map-card__viewport,.st-geo-map-panel .st-map-card--geo-area .st-map-card__map-region{height:var(--st-map-card-height);min-height:520px}.st-geo-map-panel .st-map-card{border:0;border-radius:0;box-shadow:none}.st-geo-map-panel .st-data-card .st-map-card__footer{border-top:1px solid var(--st-color-border);background:var(--st-color-surface-muted)}@media(max-width: 575.98px){.st-geo-map-panel__list-card .st-data-card__body--scroll{max-height:clamp(280px,40vh,360px)}.st-geo-map-panel .st-map-card--geo-area{--st-map-card-height: clamp(480px, 68vh, 640px);min-height:var(--st-map-card-height)}.st-geo-map-panel .st-map-card--geo-area .st-map-card__viewport{min-height:480px}}.st-role-driver{--st-color-primary: #5b3df5;--st-color-primary-hover: #4f35d8;--st-color-primary-active: #4338ca;--st-color-primary-soft: #ede9fe;--st-color-primary-muted: #a78bfa;--st-focus-ring: 0 0 0 3px rgba(91, 61, 245, 0.28);--st-role-accent: #6d5dfb;--st-role-accent-soft: rgba(255, 255, 255, 0.12);--st-role-accent-border: rgba(139, 124, 255, 0.35);--st-sidebar-bg: #1e1b4b;--st-sidebar-bg-fade: #1e1b4b;--st-sidebar-bg-gradient: linear-gradient(165deg, #2a235f 0%, #1e1b4b 48%, #15123a 100%);--st-sidebar-text: rgba(199, 190, 255, 0.88);--st-sidebar-text-active: #ffffff;--st-sidebar-section-text: rgba(255, 255, 255, 0.45);--st-sidebar-border: rgba(255, 255, 255, 0.08);--st-sidebar-footer-text: rgba(255, 255, 255, 0.45);--st-sidebar-mark-bg: rgba(255, 255, 255, 0.15);--st-sidebar-mark-color: #ffffff;--st-sidebar-badge-bg: rgba(255, 255, 255, 0.12);--st-sidebar-badge-color: #ffffff;--st-sidebar-nav-active-bg: rgba(255, 255, 255, 0.12);--st-sidebar-nav-active-color: #ffffff;--st-sidebar-nav-active-icon: #c4b5fd;--st-sidebar-nav-active-accent: #a78bfa;--st-sidebar-nav-hover-bg: rgba(255, 255, 255, 0.08);--st-sidebar-artwork-opacity: 0.32;--st-sidebar-artwork-blend: soft-light;--st-sidebar-artwork-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 200'%3E%3Cpath fill='%23ffffff' d='M32 138h296l-28-52H92L68 138zm28-58h52l14 26H84L60 80zm188 58h36c10 0 18-8 18-18V98c0-14-10-24-24-24h-10l-18-34H118l-22 42H76v36h172z'/%3E%3Ccircle fill='%23ffffff' cx='118' cy='150' r='22'/%3E%3Ccircle fill='%23ffffff' cx='278' cy='150' r='22'/%3E%3Crect fill='%23ffffff' x='148' y='72' width='48' height='28' rx='4'/%3E%3C/svg%3E");--st-main-bg: #f7f8fc;--st-kpi-icon-bg: rgba(91, 61, 245, 0.12)}.st-role-operator{--st-color-primary: #f4b400;--st-color-primary-hover: #e0a800;--st-color-primary-active: #ca9800;--st-color-primary-soft: #fff8e1;--st-color-primary-muted: #ffd54f;--st-focus-ring: 0 0 0 3px rgba(244, 180, 0, 0.28);--st-role-accent: #ffc107;--st-role-accent-soft: rgba(0, 0, 0, 0.08);--st-role-accent-border: rgba(0, 0, 0, 0.12);--st-sidebar-bg: #e0a800;--st-sidebar-bg-fade: #ca9800;--st-sidebar-bg-gradient: linear-gradient(165deg, #f4b400 0%, #e0a800 52%, #ca9800 100%);--st-sidebar-text: rgba(26, 21, 8, 0.82);--st-sidebar-text-active: #1a1508;--st-sidebar-section-text: rgba(26, 21, 8, 0.5);--st-sidebar-border: rgba(0, 0, 0, 0.08);--st-sidebar-footer-text: rgba(26, 21, 8, 0.45);--st-sidebar-mark-bg: rgba(255, 255, 255, 0.35);--st-sidebar-mark-color: #1a1508;--st-sidebar-badge-bg: rgba(0, 0, 0, 0.08);--st-sidebar-badge-color: #1a1508;--st-sidebar-nav-active-bg: rgba(26, 21, 8, 0.1);--st-sidebar-nav-active-color: #1a1508;--st-sidebar-nav-active-icon: #b45309;--st-sidebar-nav-active-accent: #d97706;--st-sidebar-nav-hover-bg: rgba(255, 255, 255, 0.22);--st-sidebar-artwork-opacity: 0.24;--st-sidebar-artwork-blend: multiply;--st-sidebar-artwork-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 200'%3E%3Cpath fill='%231a1508' d='M40 160h320v8H40zM60 100h24v60H60zm56 0h24v60h-24zm56 0h24v60h-24zm56 0h24v60h-24z'/%3E%3Cpath fill='%231a1508' d='M48 88h304l-20-36H88L68 88zm24-28h56l12 20H80L72 60zm160 28h40v-20l-12-20h-28v40z'/%3E%3Ccircle fill='%231a1508' cx='100' cy='168' r='14'/%3E%3Ccircle fill='%231a1508' cx='300' cy='168' r='14'/%3E%3C/svg%3E");--st-main-bg: #fafafa;--st-kpi-icon-bg: rgba(244, 180, 0, 0.2)}.st-role-customer{--st-color-primary: #0d9488;--st-color-primary-hover: #0f766e;--st-color-primary-active: #115e59;--st-color-primary-soft: #ccfbf1;--st-color-primary-muted: #5eead4;--st-focus-ring: 0 0 0 3px rgba(13, 148, 136, 0.28);--st-role-accent: #14b8a6;--st-role-accent-soft: rgba(255, 255, 255, 0.12);--st-role-accent-border: rgba(94, 234, 212, 0.35);--st-sidebar-bg: #134e4a;--st-sidebar-bg-fade: #134e4a;--st-sidebar-bg-gradient: linear-gradient(165deg, #0f766e 0%, #134e4a 50%, #042f2e 100%);--st-sidebar-text: rgba(153, 246, 228, 0.88);--st-sidebar-text-active: #ffffff;--st-sidebar-section-text: rgba(255, 255, 255, 0.45);--st-sidebar-border: rgba(255, 255, 255, 0.08);--st-sidebar-footer-text: rgba(255, 255, 255, 0.45);--st-sidebar-mark-bg: rgba(255, 255, 255, 0.15);--st-sidebar-mark-color: #ffffff;--st-sidebar-badge-bg: rgba(255, 255, 255, 0.12);--st-sidebar-badge-color: #ffffff;--st-sidebar-nav-active-bg: rgba(255, 255, 255, 0.12);--st-sidebar-nav-active-color: #ffffff;--st-sidebar-nav-active-icon: #5eead4;--st-sidebar-nav-active-accent: #2dd4bf;--st-sidebar-nav-hover-bg: rgba(255, 255, 255, 0.08);--st-sidebar-artwork-opacity: 0.3;--st-sidebar-artwork-blend: soft-light;--st-sidebar-artwork-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 200'%3E%3Cpath fill='%23ffffff' d='M0 150h400v50H0z'/%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='4' stroke-dasharray='16 12' d='M0 165h400'/%3E%3Cpath fill='%23ffffff' d='M120 70h100v80H120zm0 0l-20-30h140l-20 30z'/%3E%3Crect fill='%23ffffff' x='155' y='95' width='30' height='40' rx='2'/%3E%3Ccircle fill='%23ffffff' cx='200' cy='55' r='12'/%3E%3Cpath fill='%23ffffff' d='M200 67v18' stroke='%23fff'/%3E%3C/svg%3E");--st-main-bg: #f0fdfa;--st-kpi-icon-bg: rgba(13, 148, 136, 0.12)}.st-role-admin{--st-color-primary: #e11d48;--st-color-primary-hover: #be123c;--st-color-primary-active: #9f1239;--st-color-primary-soft: #ffe4e6;--st-color-primary-muted: #fda4af;--st-focus-ring: 0 0 0 3px rgba(225, 29, 72, 0.28);--st-role-accent: #f43f5e;--st-role-accent-soft: rgba(255, 255, 255, 0.1);--st-role-accent-border: rgba(251, 113, 133, 0.35);--st-sidebar-bg: #1c1917;--st-sidebar-bg-fade: #1c1917;--st-sidebar-bg-gradient: linear-gradient(165deg, #292524 0%, #1c1917 50%, #0c0a09 100%);--st-sidebar-text: rgba(254, 205, 211, 0.85);--st-sidebar-text-active: #ffffff;--st-sidebar-section-text: rgba(255, 255, 255, 0.4);--st-sidebar-border: rgba(255, 255, 255, 0.08);--st-sidebar-footer-text: rgba(255, 255, 255, 0.4);--st-sidebar-mark-bg: rgba(225, 29, 72, 0.35);--st-sidebar-mark-color: #ffffff;--st-sidebar-badge-bg: rgba(225, 29, 72, 0.25);--st-sidebar-badge-color: #fecdd3;--st-sidebar-nav-active-bg: rgba(255, 255, 255, 0.1);--st-sidebar-nav-active-color: #ffffff;--st-sidebar-nav-active-icon: #fda4af;--st-sidebar-nav-active-accent: #fb7185;--st-sidebar-nav-hover-bg: rgba(255, 255, 255, 0.06);--st-sidebar-artwork-opacity: 0.28;--st-sidebar-artwork-blend: soft-light;--st-sidebar-artwork-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 200'%3E%3Cg fill='none' stroke='%23ffffff' stroke-width='2'%3E%3Crect x='48' y='40' width='304' height='130' rx='8'/%3E%3Cline x1='48' y1='75' x2='352' y2='75'/%3E%3Cline x1='48' y1='110' x2='352' y2='110'/%3E%3Cline x1='48' y1='145' x2='352' y2='145'/%3E%3Cline x1='128' y1='40' x2='128' y2='170'/%3E%3Cline x1='208' y1='40' x2='208' y2='170'/%3E%3Cline x1='288' y1='40' x2='288' y2='170'/%3E%3C/g%3E%3C/svg%3E");--st-main-bg: #fff1f2;--st-kpi-icon-bg: rgba(225, 29, 72, 0.12)}.st-role-superadmin{--st-color-primary: #6366f1;--st-color-primary-hover: #4f46e5;--st-color-primary-active: #4338ca;--st-color-primary-soft: #e0e7ff;--st-color-primary-muted: #a5b4fc;--st-focus-ring: 0 0 0 3px rgba(99, 102, 241, 0.28);--st-role-accent: #818cf8;--st-role-accent-soft: rgba(255, 255, 255, 0.1);--st-role-accent-border: rgba(165, 180, 252, 0.35);--st-sidebar-bg: #1e1b4b;--st-sidebar-bg-fade: #1e1b4b;--st-sidebar-bg-gradient: linear-gradient(165deg, #312e81 0%, #1e1b4b 45%, #0f0d2e 100%);--st-sidebar-text: rgba(199, 210, 254, 0.88);--st-sidebar-text-active: #ffffff;--st-sidebar-section-text: rgba(255, 255, 255, 0.45);--st-sidebar-border: rgba(255, 255, 255, 0.08);--st-sidebar-footer-text: rgba(255, 255, 255, 0.45);--st-sidebar-mark-bg: rgba(99, 102, 241, 0.4);--st-sidebar-mark-color: #ffffff;--st-sidebar-badge-bg: rgba(99, 102, 241, 0.3);--st-sidebar-badge-color: #e0e7ff;--st-sidebar-nav-active-bg: rgba(255, 255, 255, 0.12);--st-sidebar-nav-active-color: #ffffff;--st-sidebar-nav-active-icon: #a5b4fc;--st-sidebar-nav-active-accent: #818cf8;--st-sidebar-nav-hover-bg: rgba(255, 255, 255, 0.08);--st-sidebar-artwork-opacity: 0.3;--st-sidebar-artwork-blend: soft-light;--st-sidebar-artwork-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 200'%3E%3Cg fill='%23ffffff'%3E%3Crect x='70' y='50' width='80' height='120' rx='6'/%3E%3Crect x='160' y='60' width='80' height='110' rx='6'/%3E%3Crect x='250' y='45' width='80' height='125' rx='6'/%3E%3Ccircle cx='90' cy='75' r='4' opacity='.6'/%3E%3Ccircle cx='90' cy='95' r='4' opacity='.6'/%3E%3Ccircle cx='180' cy='85' r='4' opacity='.6'/%3E%3Ccircle cx='180' cy='105' r='4' opacity='.6'/%3E%3Ccircle cx='270' cy='70' r='4' opacity='.6'/%3E%3Ccircle cx='270' cy='90' r='4' opacity='.6'/%3E%3C/g%3E%3C/svg%3E");--st-main-bg: #eef2ff;--st-kpi-icon-bg: rgba(99, 102, 241, 0.12)}.st-role-guest{--st-color-primary: #64748b;--st-color-primary-hover: #475569;--st-color-primary-active: #334155;--st-color-primary-soft: #f1f5f9;--st-color-primary-muted: #94a3b8;--st-focus-ring: 0 0 0 3px rgba(100, 116, 139, 0.28);--st-role-accent: #64748b;--st-role-accent-soft: rgba(255, 255, 255, 0.1);--st-role-accent-border: rgba(148, 163, 184, 0.35);--st-sidebar-bg: #1e293b;--st-sidebar-bg-fade: #1e293b;--st-sidebar-bg-gradient: linear-gradient(165deg, #334155 0%, #1e293b 100%);--st-sidebar-text: rgba(203, 213, 225, 0.88);--st-sidebar-text-active: #ffffff;--st-sidebar-section-text: rgba(255, 255, 255, 0.45);--st-sidebar-border: rgba(255, 255, 255, 0.08);--st-sidebar-footer-text: rgba(255, 255, 255, 0.45);--st-sidebar-mark-bg: rgba(255, 255, 255, 0.12);--st-sidebar-mark-color: #ffffff;--st-sidebar-badge-bg: rgba(255, 255, 255, 0.1);--st-sidebar-badge-color: #ffffff;--st-sidebar-nav-active-bg: rgba(255, 255, 255, 0.1);--st-sidebar-nav-active-color: #ffffff;--st-sidebar-nav-active-icon: #94a3b8;--st-sidebar-nav-active-accent: #64748b;--st-sidebar-nav-hover-bg: rgba(255, 255, 255, 0.08);--st-sidebar-artwork-opacity: 0.22;--st-sidebar-artwork-blend: soft-light;--st-sidebar-artwork-image: none;--st-main-bg: #f8fafc;--st-kpi-icon-bg: rgba(100, 116, 139, 0.12)}.st-dashboard{font-family:var(--st-font-sans)}.st-dashboard>.d-flex{min-height:100vh}@media(min-width: 992px){.st-dashboard>.d-flex.flex-column.flex-lg-row{flex-direction:row !important;align-items:stretch}.st-dashboard>.d-flex>.d-flex.flex-column.flex-grow-1{flex:1 1 0;min-width:0}}.st-dashboard .app-shell-sidebar:not(.offcanvas){position:sticky;top:0;align-self:stretch;width:272px;min-width:272px;height:100vh;max-height:100vh;margin:0;padding:0;border-radius:0;border-right:1px solid var(--st-sidebar-border, rgba(255, 255, 255, 0.08));background:var(--st-sidebar-bg-gradient, var(--st-sidebar-bg));color:var(--st-sidebar-text);box-shadow:none;overflow:hidden;z-index:10;flex-shrink:0}.st-dashboard .offcanvas.app-shell-sidebar{position:fixed;top:0;bottom:0;left:0;width:272px;height:auto;max-height:none;min-height:0;margin:0;padding:0;border-radius:0;border-right:1px solid var(--st-sidebar-border, rgba(255, 255, 255, 0.08));background:var(--st-sidebar-bg-gradient, var(--st-sidebar-bg));color:var(--st-sidebar-text);z-index:var(--bs-offcanvas-zindex, 1045)}.app-sidebar-brand{position:relative;z-index:2;padding:1rem 1rem .85rem;border-bottom:1px solid var(--st-sidebar-border)}.app-sidebar-brand__logo{display:flex;max-width:100%}.app-sidebar-role-badge{display:inline-block;margin-top:.5rem;padding:.2rem .5rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border-radius:var(--st-radius-pill);background:var(--st-sidebar-badge-bg);color:var(--st-sidebar-badge-color);border:none}.app-sidebar-nav{position:relative;z-index:2;padding:.5rem .75rem;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem}.app-sidebar-section{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--st-sidebar-section-text);padding:1rem .75rem .35rem}.app-sidebar a.nav-item{display:flex;align-items:center;gap:.75rem;min-height:3rem;padding:0 .875rem;color:var(--st-sidebar-text);text-decoration:none;border-radius:var(--st-radius-lg);font-size:.9375rem;font-weight:500;border:none;transition:all .2s ease}.app-sidebar a.nav-item .nav-item__icon{display:inline-flex;width:1.25rem;justify-content:center;font-size:1.125rem;opacity:.85;transition:color .2s ease}.app-sidebar a.nav-item:hover{background:var(--st-sidebar-nav-hover-bg);color:var(--st-sidebar-text-active)}.app-sidebar a.nav-item[aria-current=page]{background:var(--st-sidebar-nav-active-bg);color:var(--st-sidebar-nav-active-color);font-weight:600;box-shadow:none;border-inline-start:3px solid var(--st-sidebar-nav-active-accent, var(--st-role-accent));padding-inline-start:calc(.875rem - 3px)}.app-sidebar a.nav-item[aria-current=page] .nav-item__icon{color:var(--st-sidebar-nav-active-icon, var(--st-sidebar-nav-active-accent));opacity:1}.app-sidebar-artwork{position:absolute;inset:0;top:auto;height:58%;min-height:12rem;pointer-events:none;z-index:1;opacity:var(--st-sidebar-artwork-opacity, 0.28);mix-blend-mode:var(--st-sidebar-artwork-blend, soft-light);background-image:linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--st-sidebar-bg-fade, var(--st-sidebar-bg)) 40%, transparent) 55%, var(--st-sidebar-bg-fade, var(--st-sidebar-bg)) 88%),var(--st-sidebar-artwork-image, none);background-position:center bottom,center 72%;background-size:100% 100%,min(105%,340px) auto;background-repeat:no-repeat}.app-sidebar-artwork::after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 60% at 50% 100%, color-mix(in srgb, var(--st-role-accent) 18%, transparent) 0%, transparent 70%);pointer-events:none}.app-sidebar-footer{position:relative;z-index:2;padding:1rem .75rem 1.25rem;margin-top:auto}.app-sidebar-health{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem .25rem 0}.app-sidebar-health__indicator{display:inline-flex;font-size:.5rem;line-height:1;margin-top:.35rem;flex-shrink:0}.app-sidebar-health__indicator--ok{color:#22c55e;filter:drop-shadow(0 0 4px rgba(34, 197, 94, 0.55))}.app-sidebar-health__indicator--degraded{color:#f59e0b;filter:drop-shadow(0 0 4px rgba(245, 158, 11, 0.45))}.app-sidebar-health__body{display:flex;flex-direction:column;gap:.1rem;min-width:0}.app-sidebar-health__status{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--st-sidebar-footer-text)}.app-sidebar-health__version{font-size:.8125rem;font-weight:500;color:var(--st-sidebar-text-active);opacity:.9}.app-dashboard-topbar{display:flex;align-items:center;gap:var(--st-space-3);min-height:4rem;padding:.75rem clamp(1rem,2vw,2rem);background:rgba(0,0,0,0);border-bottom:none;box-shadow:none}.app-dashboard-topbar__title{display:none}.app-dashboard-topbar__spacer{flex:1}.app-dashboard-topbar__notify{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid var(--st-color-border);background:var(--st-color-surface);color:var(--st-color-text-muted);text-decoration:none;transition:all .2s ease}.app-dashboard-topbar__notify:hover{border-color:var(--st-color-primary-muted);color:var(--st-color-primary)}.app-dashboard-topbar__notify-badge{position:absolute;top:.2rem;right:.2rem;min-width:1.125rem;height:1.125rem;padding:0 .25rem;border-radius:var(--st-radius-pill);background:var(--st-color-primary);color:#fff;font-size:.625rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.app-dashboard-topbar__profile-name{font-weight:600;font-size:.875rem;color:var(--st-color-text)}.app-dashboard-topbar__profile-role{font-size:.75rem;color:var(--st-color-text-muted)}.app-dashboard-topbar__avatar{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:.8125rem;font-weight:700;color:#fff;background:var(--st-color-primary);border:2px solid var(--st-color-surface);box-shadow:0 0 0 1px var(--st-color-border)}.app-main{flex:1;min-width:0;padding:0 clamp(1rem,2.5vw,2rem) 2rem;background:var(--st-main-bg, var(--st-color-surface-muted))}.app-main__content{min-height:0}@media(max-width: 991.98px){.st-dashboard>.d-flex{min-height:auto}.st-dashboard>.d-flex>.d-flex.flex-column.flex-grow-1{min-height:auto}.app-main{flex-grow:0;padding-bottom:1rem}.app-main__content.flex-grow-1{flex-grow:0 !important}.app-dashboard-topbar{min-height:3.25rem;padding-top:max(.5rem,env(safe-area-inset-top, 0));padding-bottom:.5rem}}.app-dashboard-role-banner{display:none}.st-company-staff-panel{width:min(22rem,92vw);border-left:1px solid var(--st-color-border)}.st-company-staff-panel__header{align-items:flex-start;gap:.75rem}.st-company-staff-panel__subtitle{font-size:.75rem;color:var(--st-color-text-muted)}.st-company-staff-panel__toolbar{display:flex;align-items:center;justify-content:space-between;gap:.5rem;background:var(--st-color-surface-muted)}.st-company-staff-panel__list{max-height:calc(100vh - 8rem);overflow-y:auto}.st-company-staff-panel__item{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;padding:.85rem 1rem;border-bottom:1px solid var(--st-color-border)}.st-company-staff-panel__item:last-child{border-bottom:none}.st-company-staff-panel__item-main{display:flex;gap:.65rem;min-width:0;flex:1}.st-company-staff-panel__avatar{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;font-size:.6875rem;font-weight:700;background:var(--st-color-primary-soft);color:var(--st-color-primary)}.st-company-staff-panel__name-row{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:.15rem}.st-company-staff-panel__name{font-size:.875rem;font-weight:700;color:var(--st-color-text)}.st-company-staff-panel__badge{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.st-company-staff-panel__role{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--st-color-text-muted);margin-bottom:.25rem}.st-company-staff-panel__task{font-size:.8125rem;font-weight:500;color:var(--st-color-text);line-height:1.35}.st-company-staff-panel__meta{display:block;font-size:.75rem;color:var(--st-color-text-muted);margin-top:.2rem}.st-company-staff-panel__trip-link{flex-shrink:0;align-self:center}.st-company-staff-panel__empty{text-align:center}.app-dashboard-topbar__team{display:inline-flex;align-items:center;gap:.4rem;margin-inline-end:.35rem;padding:.4rem .85rem;border-radius:var(--st-radius-pill) !important;border-color:color-mix(in srgb, var(--st-color-primary) 28%, var(--st-color-border)) !important;background:linear-gradient(135deg, color-mix(in srgb, var(--st-color-primary-soft) 85%, #fff) 0%, #fff 100%);color:var(--st-color-primary);font-size:.8125rem;font-weight:600;box-shadow:0 2px 10px color-mix(in srgb, var(--st-color-primary) 12%, transparent);transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.app-dashboard-topbar__team i{font-size:1rem;line-height:1}.app-dashboard-topbar__team:hover,.app-dashboard-topbar__team:focus-visible{background:linear-gradient(135deg, var(--st-color-primary) 0%, var(--st-color-primary-hover) 100%);border-color:var(--st-color-primary) !important;color:#fff;box-shadow:0 4px 16px color-mix(in srgb, var(--st-color-primary) 35%, transparent);transform:translateY(-1px)}.st-team-fab{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:1040;display:none;flex-direction:column;align-items:center;gap:.3rem;padding:.75rem .55rem .75rem .7rem;border:none;border-radius:var(--st-radius-xl) 0 0 var(--st-radius-xl);background:linear-gradient(180deg, var(--st-color-primary) 0%, var(--st-color-primary-hover) 100%);box-shadow:-4px 0 24px color-mix(in srgb, var(--st-color-primary) 28%, transparent),0 0 0 1px color-mix(in srgb, var(--st-color-primary-active) 40%, transparent);color:#fff;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.2;transition:transform .2s ease,box-shadow .2s ease,padding-right .2s ease}.st-team-fab:hover,.st-team-fab:focus-visible{color:#fff;padding-right:.85rem;box-shadow:-6px 0 28px color-mix(in srgb, var(--st-color-primary) 40%, transparent),0 0 0 1px color-mix(in srgb, #fff 25%, transparent);transform:translateY(-50%) translateX(-2px)}.st-team-fab i{font-size:1.2rem}.st-team-fab__label{writing-mode:vertical-rl;text-orientation:mixed;transform:rotate(180deg)}@media(min-width: 992px){.st-team-fab{display:flex}}.st-dashboard-sidebar .app-sidebar{background:var(--st-sidebar-bg)}.st-page-dashboard__grid{display:grid;gap:var(--st-space-4)}@media(min-width: 992px){.st-page-dashboard__grid{grid-template-columns:repeat(3, 1fr)}}.st-fleet-dashboard{max-width:1400px;margin:0 auto}.st-fleet-dashboard__greeting{margin-bottom:var(--st-space-6)}.st-fleet-dashboard__greeting-title{font-size:clamp(1.5rem,2.5vw,1.875rem);font-weight:600;letter-spacing:-0.02em;color:var(--st-color-text);margin:0 0 var(--st-space-2)}.st-fleet-dashboard__greeting-sub{font-size:.9375rem;color:var(--st-color-text-muted);margin:0;max-width:36rem}.st-fleet-kpi-grid{display:grid;gap:var(--st-space-4);margin-bottom:var(--st-space-6)}@media(min-width: 576px){.st-fleet-kpi-grid{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1200px){.st-fleet-kpi-grid{grid-template-columns:repeat(4, 1fr)}}.st-kpi-card{display:flex;flex-direction:column;gap:var(--st-space-3);padding:var(--st-space-5);background:var(--st-color-surface);border:none;border-radius:var(--st-radius-xl);box-shadow:0 4px 20px rgba(0,0,0,.05);transition:transform .2s ease,box-shadow .2s ease}.st-kpi-card:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,0,0,.07)}.st-kpi-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--st-space-3)}.st-kpi-card__icon{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:50%;background:var(--st-kpi-icon-bg, var(--st-color-primary-soft));color:var(--st-color-primary);font-size:1.25rem;flex-shrink:0}.st-kpi-card__label{font-size:.8125rem;font-weight:500;color:var(--st-color-text-muted);margin:0}.st-kpi-card__value{font-size:1.75rem;font-weight:700;letter-spacing:-0.03em;color:var(--st-color-text);line-height:1.1;margin:0}.st-kpi-card__meta{font-size:.8125rem;color:var(--st-color-text-subtle);margin:0}.st-kpi-card__progress{height:4px;border-radius:var(--st-radius-pill);background:var(--st-color-border);overflow:hidden}.st-kpi-card__progress-bar{height:100%;border-radius:inherit;background:var(--st-color-primary);transition:width .3s ease}.st-kpi-card__link{font-size:.8125rem;font-weight:600;color:var(--st-color-primary);text-decoration:none;margin-top:auto;transition:color .2s ease}.st-kpi-card__link:hover{color:var(--st-color-primary-hover)}.st-fleet-panel{background:var(--st-color-surface);border-radius:var(--st-radius-xl);box-shadow:0 4px 20px rgba(0,0,0,.05);border:1px solid var(--st-color-border);overflow:hidden}.st-fleet-panel__head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--st-space-3);padding:var(--st-space-5) var(--st-space-5) 0}.st-fleet-panel__title{font-size:1.125rem;font-weight:600;margin:0;color:var(--st-color-text)}.st-fleet-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:var(--st-space-3);padding:var(--st-space-4) var(--st-space-5);border-bottom:1px solid var(--st-color-border)}.st-fleet-toolbar .form-control{min-height:2.75rem;border-radius:var(--st-radius-lg);border-color:var(--st-color-border);font-size:.875rem;transition:border-color .2s ease,box-shadow .2s ease}.st-fleet-toolbar .form-control:focus{border-color:var(--st-color-primary-muted);box-shadow:var(--st-focus-ring)}.st-fleet-toolbar__field{flex:1 1 10rem;min-width:8rem}.st-fleet-toolbar__field--date{flex:1 1 12rem}.st-fleet-toolbar__field--search{flex:2 1 16rem;min-width:12rem}.st-fleet-toolbar__search-wrap{position:relative}.st-fleet-toolbar__search-wrap .form-control{padding-right:2.5rem}.st-fleet-toolbar__search-icon{position:absolute;right:.875rem;top:50%;transform:translateY(-50%);color:var(--st-color-text-subtle);pointer-events:none}.st-fleet-toolbar__actions{display:flex;flex-wrap:wrap;align-items:center;gap:var(--st-space-2);margin-left:auto}.st-fleet-table-wrap{overflow-x:auto}.st-fleet-table{width:100%;margin:0;border-collapse:separate;border-spacing:0}.st-fleet-table thead{position:sticky;top:0;z-index:2}.st-fleet-table thead th{padding:.875rem 1.25rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--st-color-text-muted);background:var(--st-color-surface-muted);border-bottom:1px solid var(--st-color-border);white-space:nowrap}.st-fleet-table thead th .bi{font-size:.65rem;opacity:.5;margin-left:.25rem}.st-fleet-table tbody td{padding:1rem 1.25rem;font-size:.9375rem;color:var(--st-color-text);border-bottom:1px solid var(--st-color-border);vertical-align:middle}.st-fleet-table tbody tr{transition:background-color .2s ease}.st-fleet-table tbody tr:hover{background:var(--st-color-surface-muted)}.st-fleet-table tbody tr:last-child td{border-bottom:none}.st-fleet-table__route-primary{font-weight:600;color:var(--st-color-text);display:block}.st-fleet-table__route-sub{font-size:.8125rem;color:var(--st-color-text-muted)}.st-fleet-table__vehicle{display:flex;align-items:center;gap:.5rem}.st-fleet-table__vehicle-icon{color:var(--st-color-text-subtle)}.st-fleet-table__actions{display:flex;align-items:center;gap:.25rem;justify-content:flex-end}.st-fleet-panel__foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--st-space-4);padding:var(--st-space-4) var(--st-space-5);border-top:1px solid var(--st-color-border);background:var(--st-color-surface)}.st-fleet-panel__foot-meta{font-size:.875rem;color:var(--st-color-text-muted);margin:0}.st-fleet-panel__per-page{display:flex;align-items:center;gap:var(--st-space-2);font-size:.875rem;color:var(--st-color-text-muted)}.st-fleet-panel__per-page .form-select{width:auto;min-height:2.25rem;border-radius:var(--st-radius-md);font-size:.875rem}.st-fleet-metric--up{color:var(--st-color-success-text);font-weight:600}.st-fleet-metric--down{color:var(--st-color-warning-text);font-weight:600}.st-activity-chart{background:var(--st-color-surface);border-radius:var(--st-radius-xl);box-shadow:0 4px 20px rgba(0,0,0,.05);border:1px solid var(--st-color-border);padding:var(--st-space-5);margin-bottom:var(--st-space-6)}.st-activity-chart__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:var(--st-space-4);margin-bottom:var(--st-space-4)}.st-activity-chart__title{font-size:1.125rem;font-weight:600;margin:0 0 var(--st-space-1);color:var(--st-color-text)}.st-activity-chart__subtitle{font-size:.875rem;color:var(--st-color-text-muted);margin:0;max-width:36rem}.st-activity-chart__total{font-size:.875rem;font-weight:600;color:var(--st-color-primary);margin:0;white-space:nowrap}.st-activity-chart__toolbar{display:flex;flex-wrap:wrap;gap:var(--st-space-3);margin-bottom:var(--st-space-4);padding-bottom:var(--st-space-4);border-bottom:1px solid var(--st-color-border)}.st-activity-chart__filter{flex:1 1 12rem;min-width:10rem}.st-activity-chart__label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--st-color-text-muted);margin-bottom:var(--st-space-2)}.st-activity-chart__select{min-height:2.75rem;border-radius:var(--st-radius-lg);border-color:var(--st-color-border);font-size:.875rem}.st-activity-chart__canvas-wrap{position:relative;min-height:280px}.st-activity-chart__canvas-wrap canvas{width:100% !important;height:280px !important}.st-activity-chart__state{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:var(--st-space-2);font-size:.875rem;color:var(--st-color-text-muted);background:hsla(0,0%,100%,.82);z-index:2}.st-activity-chart__state--error{color:var(--st-color-danger-text, #b91c1c)}.st-activity-chart__spinner{width:1.25rem;height:1.25rem;border:2px solid var(--st-color-border);border-top-color:var(--st-color-primary);border-radius:50%;animation:st-activity-chart-spin .8s linear infinite}@keyframes st-activity-chart-spin{to{transform:rotate(360deg)}}.st-page-home__hero{text-align:center;padding:var(--st-space-6) 0}.st-page-home__lead{color:var(--st-color-text-muted);max-width:36rem;margin:0 auto var(--st-space-5)}.st-page-auth__card{width:100%}.st-page-company__tabs .nav-link.active{color:var(--st-color-primary)}.st-landing{--lg-font: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;--lg-amber: #f4b400;--lg-amber-bright: #ffc107;--lg-amber-soft: #ffd54f;--lg-amber-deep: #ffb300;--lg-nav-dark: #0b1020;--lg-nav-dark-2: #111827;--lg-bg: #f8f9fc;--lg-surface: #ffffff;--lg-text: #111827;--lg-text-muted: #4b5563;--lg-text-subtle: #6b7280;--lg-success: #22c55e;--lg-danger: #ef4444;--lg-radius: 24px;--lg-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);--lg-shadow-hover: 0 16px 48px rgba(0, 0, 0, 0.1);--lg-transition: all 0.2s ease;font-family:var(--lg-font);color:var(--lg-text);background:var(--lg-bg);-webkit-font-smoothing:antialiased}.st-landing-page{overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column;background:var(--lg-bg)}.st-landing-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;font-weight:700;border:none;border-radius:var(--st-radius-lg);transition:var(--lg-transition)}.st-landing-btn--primary{background:linear-gradient(135deg, var(--lg-amber-bright) 0%, var(--lg-amber) 100%);color:var(--lg-nav-dark);box-shadow:0 4px 20px rgba(244,180,0,.35)}.st-landing-btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(244,180,0,.45);color:var(--lg-nav-dark)}.st-landing-btn--pill{border-radius:var(--st-radius-pill);padding:.65rem 1.5rem}.st-landing-btn--lg{padding:.9rem 1.5rem;font-size:1rem}.st-landing-btn--outline-light{background:rgba(0,0,0,0);color:#fff;border:1px solid hsla(0,0%,100%,.35)}.st-landing-btn--outline-light:hover{background:hsla(0,0%,100%,.1);color:#fff;transform:translateY(-2px)}.st-landing-nav{position:sticky;top:0;z-index:100;min-height:72px;background:var(--lg-surface);border-bottom:1px solid rgba(15,23,42,.06);box-shadow:0 1px 0 rgba(15,23,42,.04);padding:0}.st-landing-nav__inner{min-height:72px}.st-landing-nav__brand.st-brand--nav{text-decoration:none}.st-landing-nav__account-user{font-weight:600;opacity:.92}.st-landing-nav__link{color:var(--lg-text-muted);text-decoration:none;font-size:.9375rem;font-weight:600;padding:.35rem .5rem;transition:var(--lg-transition)}.st-landing-nav__link:hover{color:var(--lg-text)}.st-landing-nav__toggler{border-color:rgba(15,23,42,.15)}.st-landing-offcanvas{background:var(--lg-nav-dark-2);color:#fff}.st-landing-offcanvas .offcanvas-header{border-bottom:1px solid hsla(0,0%,100%,.08)}.st-landing-offcanvas .offcanvas-title{color:#fff}.st-landing-offcanvas .btn-close{filter:none;opacity:.9}.st-landing-offcanvas .nav-link{color:hsla(0,0%,100%,.85);font-weight:500;border-radius:var(--st-radius-md);padding:.65rem .75rem}.st-landing-offcanvas .nav-link:hover{background:hsla(0,0%,100%,.06);color:var(--lg-amber-bright)}.st-landing-eyebrow{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--lg-amber-deep);margin-bottom:.75rem}.st-landing-eyebrow--dark{color:var(--lg-amber-bright)}.st-landing-eyebrow--on-dark{color:var(--lg-amber-soft)}.st-landing-section-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;letter-spacing:-0.03em;line-height:1.15;color:var(--lg-text);margin-bottom:1rem}.st-landing-section-title--center{max-width:32rem;margin-left:auto;margin-right:auto}.st-landing-section-title--light{color:#fff}.st-landing-section-lead{font-size:1.0625rem;line-height:1.65;color:var(--lg-text-muted);max-width:36rem;margin-bottom:0}.st-landing-section-lead--center{max-width:40rem}.st-landing-hero{background:radial-gradient(ellipse 80% 50% at 20% 0%, rgba(244, 180, 0, 0.08) 0%, transparent 55%),var(--lg-bg)}.st-landing-hero__title{font-size:clamp(2rem,4.5vw,3.25rem);font-weight:800;letter-spacing:-0.04em;line-height:1.08;color:var(--lg-text);margin-bottom:1rem}.st-landing-hero__lead{font-size:1.125rem;line-height:1.65;color:var(--lg-text-muted);max-width:42rem;margin-bottom:0}.st-landing-map{border-radius:var(--lg-radius);box-shadow:var(--lg-shadow);background:var(--lg-surface);border:1px solid rgba(15,23,42,.06);overflow:hidden;min-height:420px;display:flex;flex-direction:column}.st-landing-map__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid rgba(15,23,42,.06)}.st-landing-map__canvas{position:relative;flex:1;min-height:360px;overflow:hidden}.st-landing-map__canvas--leaflet{background:#e8eef4}.st-landing-map__leaflet{position:absolute;inset:0;width:100%;height:100%;min-height:360px;z-index:1}.st-landing-map__overlay-badge{position:absolute;bottom:.75rem;left:.75rem;z-index:500;display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:var(--st-radius-pill);background:hsla(0,0%,100%,.92);font-size:.625rem;font-weight:600;color:var(--lg-text-subtle);box-shadow:var(--lg-shadow);pointer-events:none}.st-landing-map__overlay-badge svg{width:.875rem;height:.875rem}.st-landing-map__legend-bus{display:inline-block;width:10px;height:10px;border-radius:3px;margin-right:.15rem}.st-landing-map__legend-bus--amber{background:#f4b400}.st-landing-map__legend-bus--green{background:#22c55e}.st-landing-map__legend-bus--slate{background:#6b7280}.st-landing-map__legend-bus--red{background:#ef4444}.st-landing-map__controls{gap:.35rem}.st-landing-map__control-btn{width:2.25rem;height:2.25rem;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--st-radius-md);border:1px solid var(--lg-bg);background:var(--lg-surface);color:var(--lg-text-muted)}.st-landing-map__control-btn svg{width:1rem;height:1rem}.st-landing-map__control-btn:hover{background:var(--lg-bg);color:var(--lg-text)}.st-landing-map__legend{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;padding:.85rem 1.25rem;font-size:.75rem;color:var(--lg-text-subtle);border-top:1px solid rgba(15,23,42,.06);background:rgba(248,249,252,.8)}.st-landing-map__legend-item{display:inline-flex;align-items:center;gap:.35rem}.st-landing-map__legend-dot{width:8px;height:8px;border-radius:50%}.st-landing-map__legend-dot--active{background:var(--lg-amber)}.st-landing-map__legend-dot--idle{background:var(--lg-text-subtle)}.st-landing-map__legend-dot--alert{background:var(--lg-danger)}.st-landing-map__legend-meta{font-weight:600;color:var(--lg-text-muted)}.st-landing-live-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:var(--st-radius-pill);background:rgba(239,68,68,.1);color:var(--lg-danger);font-size:.6875rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.st-landing-live-badge__dot{width:6px;height:6px;border-radius:50%;background:var(--lg-danger);animation:lg-pulse 1.5s ease infinite}.st-landing-live-badge--green{background:rgba(34,197,94,.14);color:#15803d;animation:lg-live-badge-blink 3s ease-in-out infinite}.st-landing-live-badge--green .st-landing-live-badge__dot{background:var(--lg-success);animation:lg-pulse 1.5s ease infinite}.st-landing-live-badge--on-map{background:hsla(0,0%,100%,.94);box-shadow:0 6px 20px rgba(0,0,0,.14);font-size:.75rem;letter-spacing:.06em;padding:.45rem .85rem}.st-landing-live-badge--on-map.st-landing-live-badge--green{color:#15803d}.st-landing-chips{display:flex;flex-wrap:wrap;gap:.35rem}.st-landing-chip{border:1px solid rgba(15,23,42,.08);background:var(--lg-bg);color:var(--lg-text-muted);font-size:.75rem;font-weight:600;padding:.35rem .75rem;border-radius:var(--st-radius-pill);transition:var(--lg-transition);cursor:pointer}.st-landing-chip:hover,.st-landing-chip.is-active{background:rgba(244,180,0,.15);border-color:rgba(244,180,0,.35);color:var(--lg-text)}.st-landing-search{border-radius:var(--lg-radius);box-shadow:var(--lg-shadow);background:var(--lg-surface);border:1px solid rgba(15,23,42,.06);transition:var(--lg-transition)}.st-landing-search:hover{box-shadow:var(--lg-shadow-hover)}.st-landing-search__icon{display:inline-flex;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border-radius:var(--st-radius-lg);background:rgba(244,180,0,.12);color:var(--lg-amber-deep)}.st-landing-search__icon svg{width:1.15rem;height:1.15rem}.st-landing-search__title{font-weight:700;color:var(--lg-text)}.st-landing-search__subtitle{font-size:.8125rem;color:var(--lg-text-subtle)}.st-landing-label{font-size:.8125rem;font-weight:600;color:var(--lg-text-muted);margin-bottom:.35rem}.st-landing-input-wrap{position:relative}.st-landing-input-wrap__icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);width:1.1rem;height:1.1rem;color:var(--lg-text-subtle);pointer-events:none;z-index:2}.st-landing-input{border-radius:var(--st-radius-lg);border:1px solid rgba(15,23,42,.1);padding:.85rem 1rem .85rem 2.75rem;font-size:.9375rem;min-height:3rem;background:var(--lg-bg);transition:var(--lg-transition)}.st-landing-input:focus{border-color:var(--lg-amber);box-shadow:0 0 0 3px rgba(244,180,0,.2);background:var(--lg-surface)}.st-landing-trips{border-radius:var(--lg-radius);box-shadow:var(--lg-shadow);background:var(--lg-surface);border:1px solid rgba(15,23,42,.06)}.st-landing-trips__subtitle{font-size:.8125rem;color:var(--lg-text-subtle)}.st-landing-trips__count{background:rgba(244,180,0,.15);color:var(--lg-amber-deep);font-weight:700;font-size:.6875rem;padding:.35rem .65rem;border-radius:var(--st-radius-pill)}.st-landing-trips__list{display:flex;flex-direction:column;gap:.5rem}.st-landing-trip-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-radius:var(--st-radius-lg);border:1px solid rgba(0,0,0,0);transition:var(--lg-transition)}.st-landing-trip-row:hover{background:var(--lg-bg);border-color:rgba(15,23,42,.06)}.st-landing-trip-row__route{font-weight:700;font-size:.875rem;color:var(--lg-text)}.st-landing-trip-row__meta,.st-landing-trip-row__eta{font-size:.75rem;color:var(--lg-text-subtle);margin-top:.15rem}.st-landing-status{display:inline-block;font-size:.6875rem;font-weight:700;padding:.2rem .55rem;border-radius:var(--st-radius-pill)}.st-landing-status--available{background:rgba(34,197,94,.12);color:#15803d}.st-landing-status--in_progress{background:rgba(244,180,0,.18);color:#92400e}.st-landing-status--completed{background:rgba(107,114,128,.12);color:var(--lg-text-muted)}.st-landing-strategy,.st-landing-solution{background:var(--lg-surface)}.st-landing-strategy__list li,.st-landing-solution__list li{display:flex;align-items:center;gap:1rem;padding:.85rem 0;font-weight:500;color:var(--lg-text-muted);border-bottom:1px solid rgba(15,23,42,.06)}.st-landing-strategy__list li:last-child,.st-landing-solution__list li:last-child{border-bottom:none}.st-landing-strategy__icon,.st-landing-solution__icon{display:inline-flex;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border-radius:var(--st-radius-lg);background:rgba(244,180,0,.12);color:var(--lg-amber-deep);flex-shrink:0}.st-landing-strategy__icon svg,.st-landing-solution__icon svg{width:1.15rem;height:1.15rem}.st-landing-strategy__visual,.st-landing-solution__visual{position:relative;min-height:380px;border-radius:var(--lg-radius);overflow:hidden}.st-landing-strategy__photo,.st-landing-solution__photo{position:absolute;inset:0;background:linear-gradient(135deg, rgba(11, 16, 32, 0.15) 0%, rgba(11, 16, 32, 0.55) 100%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 500'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%23fef3c7'/%3E%3Cstop offset='100%25' stop-color='%23e5e7eb'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23g)' width='800' height='500'/%3E%3Cpath fill='%23f4b400' opacity='.25' d='M0 380h800v120H0z'/%3E%3Cpath fill='%23111827' opacity='.08' d='M120 280h180l40-80h120l60 80h160v100H120z'/%3E%3Ccircle fill='%23f4b400' cx='200' cy='360' r='28'/%3E%3Ccircle fill='%23f4b400' cx='520' cy='360' r='28'/%3E%3C/svg%3E") center/cover no-repeat}.st-landing-strategy__overlay,.st-landing-solution__overlay{position:absolute;left:1.5rem;right:1.5rem;bottom:1.5rem;border-radius:var(--st-radius-xl);box-shadow:var(--lg-shadow-hover);background:hsla(0,0%,100%,.92);backdrop-filter:blur(12px)}.st-landing-strategy__overlay-label,.st-landing-solution__overlay-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--lg-text-subtle)}.st-landing-strategy__overlay-value,.st-landing-solution__overlay-value{font-size:2rem;font-weight:800;color:var(--lg-text);letter-spacing:-0.03em}.st-landing-strategy__overlay-value span,.st-landing-solution__overlay-value span{font-size:1rem;font-weight:600;color:var(--lg-success)}.st-landing-kpi-mini{padding:.75rem;border-radius:var(--st-radius-lg);background:var(--lg-bg)}.st-landing-kpi-mini__value{display:block;font-weight:800;font-size:1.125rem;color:var(--lg-text)}.st-landing-kpi-mini__label{font-size:.6875rem;color:var(--lg-text-subtle);text-transform:uppercase;letter-spacing:.04em}.st-landing-features{background:var(--lg-bg)}.st-landing-feature-card{padding:1.75rem;border-radius:var(--lg-radius);background:var(--lg-surface);border:1px solid rgba(15,23,42,.06);box-shadow:var(--lg-shadow);transition:var(--lg-transition)}.st-landing-feature-card:hover{transform:translateY(-4px);box-shadow:var(--lg-shadow-hover);border-color:rgba(244,180,0,.25)}.st-landing-feature-card__icon{display:inline-flex;width:3rem;height:3rem;align-items:center;justify-content:center;border-radius:var(--st-radius-xl);background:rgba(244,180,0,.12);color:var(--lg-amber-deep);margin-bottom:1.25rem}.st-landing-feature-card__icon svg{width:1.5rem;height:1.5rem}.st-landing-feature-card__title{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:var(--lg-text)}.st-landing-feature-card__text{font-size:.9375rem;line-height:1.6;color:var(--lg-text-muted)}.st-landing-feature-card__link{display:inline-flex;align-items:center;margin-top:.75rem;font-size:.875rem;font-weight:700;color:var(--lg-amber-deep);text-decoration:none}.st-landing-feature-card__link:hover{color:var(--lg-text)}.st-landing-app-showcase{position:relative;width:100%;padding:clamp(3.5rem,8vw,6rem) 0;background:linear-gradient(165deg, #0a0f1e 0%, #121a33 42%, #1a1040 100%);overflow:hidden}.st-landing-app-showcase__glow{position:absolute;inset:-20% -10%;background:radial-gradient(ellipse 55% 45% at 75% 35%, rgba(244, 180, 0, 0.22) 0%, transparent 55%),radial-gradient(ellipse 40% 50% at 15% 80%, rgba(99, 102, 241, 0.18) 0%, transparent 50%);pointer-events:none}.st-landing-app-showcase__lead{font-size:1.0625rem;line-height:1.7;color:hsla(0,0%,100%,.72);max-width:32rem}.st-landing-app-showcase__highlights li{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:.9375rem;font-weight:500;color:hsla(0,0%,100%,.88)}.st-landing-app-showcase__highlights li svg{width:1.2rem;height:1.2rem;color:var(--lg-amber-bright);flex-shrink:0;margin-top:.1rem}.st-landing-app-showcase__store-badge{display:inline-flex;align-items:center;gap:.65rem;padding:.55rem 1rem .55rem .85rem;border-radius:14px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.14);color:#fff;font-weight:700;font-size:.875rem}.st-landing-app-showcase__store-badge small{display:block;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;opacity:.65}.st-landing-app-showcase__store-badge svg{width:1.35rem;height:1.35rem}.st-landing-app-showcase__device-wrap{position:relative;display:flex;justify-content:center;padding:1rem 0 2rem}.st-landing-app-showcase__float{position:absolute;display:flex;align-items:center;gap:.45rem;padding:.5rem .85rem;border-radius:999px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.15);backdrop-filter:blur(12px);font-size:.75rem;font-weight:700;color:#fff;box-shadow:0 12px 32px rgba(0,0,0,.25);animation:st-float-badge 4s ease-in-out infinite}.st-landing-app-showcase__float svg{width:1rem;height:1rem;color:var(--lg-amber-bright)}.st-landing-app-showcase__float--left{left:0;top:18%}.st-landing-app-showcase__float--right{right:0;bottom:22%;animation-delay:1.2s}.st-phone-mockup{position:relative;width:min(100%,300px)}.st-phone-mockup__shadow{position:absolute;inset:12% 5% -8%;background:radial-gradient(ellipse at center, rgba(0, 0, 0, 0.55) 0%, transparent 70%);filter:blur(20px)}.st-phone-mockup__frame{position:relative;border-radius:44px;padding:12px;background:linear-gradient(160deg, #3d4454 0%, #1a1f2e 40%, #0d111a 100%);box-shadow:0 0 0 1px hsla(0,0%,100%,.12),0 40px 80px rgba(0,0,0,.55),inset 0 1px 0 hsla(0,0%,100%,.2)}.st-phone-mockup__island{position:absolute;top:18px;left:50%;transform:translateX(-50%);width:96px;height:28px;border-radius:20px;background:#0a0e16;z-index:3}.st-phone-mockup__screen{border-radius:34px;overflow:hidden;background:linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);min-height:520px;display:flex;flex-direction:column}.st-phone-mockup__status{display:flex;justify-content:space-between;align-items:center;padding:.65rem 1.25rem .35rem;font-size:.6875rem;font-weight:700;color:var(--lg-text)}.st-phone-mockup__status-icons{display:flex;gap:.25rem}.st-phone-mockup__status-icons svg{width:.85rem;height:.85rem}.st-phone-mockup__header{display:flex;align-items:center;gap:.65rem;padding:.5rem 1rem .75rem}.st-phone-mockup__header strong{display:block;font-size:.9375rem;color:var(--lg-text)}.st-phone-mockup__header span{font-size:.6875rem;color:var(--lg-text-subtle)}.st-phone-mockup__logo{display:flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg, var(--lg-amber-bright), var(--lg-amber));color:var(--lg-nav-dark)}.st-phone-mockup__logo svg{width:1.15rem;height:1.15rem}.st-phone-mockup__map{position:relative;margin:0 .75rem;height:200px;border-radius:20px;overflow:hidden;background:linear-gradient(145deg, #dbeafe 0%, #bbf7d0 55%, #fef3c7 100%)}.st-phone-mockup__map-grid{position:absolute;inset:0;opacity:.35;background-image:linear-gradient(rgba(15, 23, 42, 0.06) 1px, transparent 1px),linear-gradient(90deg, rgba(15, 23, 42, 0.06) 1px, transparent 1px);background-size:24px 24px}.st-phone-mockup__map-route{position:absolute;inset:22% 12% 28% 18%;border:3px dashed rgba(59,130,246,.65);border-radius:40% 60% 55% 45%/48% 42% 58% 52%}.st-phone-mockup__map-bus{position:absolute;left:48%;top:42%;transform:translate(-50%, -50%);width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--lg-amber);color:var(--lg-nav-dark);box-shadow:0 8px 20px rgba(244,180,0,.5);animation:st-map-bus-pulse 2.5s ease-in-out infinite}.st-phone-mockup__map-bus svg{width:1.25rem;height:1.25rem}.st-phone-mockup__map-pin{position:absolute;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;border-radius:50% 50% 50% 0;transform:rotate(-45deg);font-size:.625rem;font-weight:800;color:#fff}.st-phone-mockup__map-pin--a{left:18%;bottom:22%;background:#22c55e}.st-phone-mockup__map-pin--b{right:16%;top:20%;background:#3b82f6}.st-phone-mockup__card{margin:auto .75rem .85rem;padding:1rem;border-radius:20px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.12)}.st-phone-mockup__live{display:inline-flex;align-items:center;gap:.35rem;font-size:.6875rem;font-weight:700;color:#15803d;margin-bottom:.35rem}.st-phone-mockup__live-dot{width:.45rem;height:.45rem;border-radius:50%;background:#22c55e;animation:lg-live-badge-blink 1.8s ease-in-out infinite}.st-phone-mockup__route{font-size:1rem;font-weight:800;margin:0 0 .2rem;color:var(--lg-text)}.st-phone-mockup__meta{font-size:.75rem;color:var(--lg-text-muted);margin:0 0 .75rem}.st-phone-mockup__cta{width:100%;padding:.55rem;border:none;border-radius:12px;font-size:.8125rem;font-weight:700;background:linear-gradient(135deg, var(--lg-amber-bright), var(--lg-amber));color:var(--lg-nav-dark)}@keyframes st-float-badge{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes st-map-bus-pulse{0%,100%{box-shadow:0 8px 20px rgba(244,180,0,.45)}50%{box-shadow:0 8px 28px rgba(244,180,0,.75)}}.st-landing-partners-platform__hero{position:relative;background:linear-gradient(135deg, #0b1020 0%, #151d38 50%, #1e1548 100%);overflow:hidden}.st-landing-partners-platform__hero-glow{position:absolute;inset:0;background:radial-gradient(ellipse 50% 80% at 90% 20%, rgba(244, 180, 0, 0.15) 0%, transparent 50%),radial-gradient(ellipse 40% 60% at 10% 90%, rgba(139, 92, 246, 0.12) 0%, transparent 45%);pointer-events:none}.st-landing-partners-platform__hero-lead{font-size:1.125rem;line-height:1.7;color:hsla(0,0%,100%,.75);max-width:36rem}.st-landing-partners-platform__hero-stats{display:grid;grid-template-columns:repeat(3, 1fr);gap:.75rem}.st-landing-partners-platform__stat{padding:1.25rem 1rem;border-radius:20px;text-align:center;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);backdrop-filter:blur(8px)}.st-landing-partners-platform__stat-value{display:block;font-size:1.75rem;font-weight:800;color:var(--lg-amber-bright);letter-spacing:-0.03em}.st-landing-partners-platform__stat-label{display:block;font-size:.6875rem;font-weight:600;line-height:1.35;color:hsla(0,0%,100%,.7);margin-top:.35rem}.st-landing-partners-platform__suite{background:var(--lg-bg)}.st-landing-partners-platform__contact{background:var(--lg-surface)}.st-landing-partners-platform__contact-panel{padding:clamp(2rem,5vw,3rem);border-radius:var(--lg-radius);background:linear-gradient(145deg, var(--lg-nav-dark) 0%, #1a2340 100%);box-shadow:var(--lg-shadow-hover);position:relative;overflow:hidden}.st-landing-partners-platform__contact-panel::before{content:"";position:absolute;top:-40%;right:-15%;width:50%;height:120%;background:radial-gradient(circle, rgba(244, 180, 0, 0.12) 0%, transparent 65%);pointer-events:none}.st-landing-partners-platform__contact-lead{font-size:1.0625rem;line-height:1.65;color:hsla(0,0%,100%,.72);max-width:32rem}.st-landing-partners-platform__contact-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.9375rem;font-weight:700;color:var(--lg-amber-soft);text-decoration:none}.st-landing-partners-platform__contact-link:hover{color:#fff}.st-landing-partners-platform__contact-link svg{width:1rem;height:1rem}.st-landing-platform-card{padding:1.5rem;border-radius:20px;background:var(--lg-surface);border:1px solid rgba(15,23,42,.06);box-shadow:var(--lg-shadow);transition:var(--lg-transition);height:100%}.st-landing-platform-card:hover{transform:translateY(-6px);box-shadow:var(--lg-shadow-hover)}.st-landing-platform-card__icon{display:inline-flex;width:3rem;height:3rem;align-items:center;justify-content:center;border-radius:14px;margin-bottom:1rem}.st-landing-platform-card__icon svg{width:1.4rem;height:1.4rem}.st-landing-platform-card__title{font-size:1rem;font-weight:800;margin-bottom:.5rem;color:var(--lg-text)}.st-landing-platform-card__text{font-size:.875rem;line-height:1.6;color:var(--lg-text-muted)}.st-landing-platform-card--amber .st-landing-platform-card__icon{background:rgba(244,180,0,.15);color:var(--lg-amber-deep)}.st-landing-platform-card--blue .st-landing-platform-card__icon{background:rgba(59,130,246,.12);color:#2563eb}.st-landing-platform-card--green .st-landing-platform-card__icon{background:rgba(34,197,94,.12);color:#15803d}.st-landing-platform-card--violet .st-landing-platform-card__icon{background:rgba(139,92,246,.12);color:#7c3aed}.st-landing-platform-card--rose .st-landing-platform-card__icon{background:rgba(244,63,94,.1);color:#e11d48}.st-partners-page-hero{position:relative;background:linear-gradient(135deg, #0b1020 0%, #1a1545 100%);overflow:hidden}.st-partners-page-hero__glow{position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 70% 30%, rgba(244, 180, 0, 0.14) 0%, transparent 55%);pointer-events:none}.st-partners-page-hero__back{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;font-weight:600;color:hsla(0,0%,100%,.65);text-decoration:none;margin-bottom:1.5rem}.st-partners-page-hero__back:hover{color:#fff}.st-partners-page-hero__back svg{width:1rem;height:1rem}.st-partners-page-hero__lead{font-size:1.125rem;line-height:1.7;color:hsla(0,0%,100%,.75);max-width:40rem}.st-landing-btn svg{width:1.1rem;height:1.1rem}@keyframes lg-live-badge-blink{0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(34,197,94,.35)}50%{opacity:.82;box-shadow:0 0 0 8px rgba(34,197,94,0)}}.st-landing-footer{flex-shrink:0;margin-top:auto;background:linear-gradient(180deg, #0f1628 0%, var(--lg-nav-dark) 100%);border-top:1px solid hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.82)}.st-landing-footer__brand.st-brand--nav{color:#fff !important}.st-landing-footer__app-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:hsla(0,0%,100%,.45);margin:0}.st-landing-footer__about{font-size:.9375rem;line-height:1.65;color:hsla(0,0%,100%,.65);max-width:22rem}.st-landing-footer__heading{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:hsla(0,0%,100%,.92);margin-bottom:1rem}.st-landing-footer__links a{color:hsla(0,0%,100%,.65);text-decoration:none;font-size:.9375rem;display:inline-block;padding:.2rem 0;transition:var(--lg-transition)}.st-landing-footer__links a:hover{color:var(--lg-amber-bright)}.st-landing-footer__links li{margin-bottom:.35rem}.st-landing-footer__contact li{display:flex;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.65);font-size:.875rem;margin-bottom:.5rem}.st-landing-footer__contact li svg{width:1rem;height:1rem;color:var(--lg-amber-bright);flex-shrink:0}.st-landing-footer__social-link{display:inline-flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;border-radius:50%;border:1px solid hsla(0,0%,100%,.12);color:hsla(0,0%,100%,.7);transition:var(--lg-transition)}.st-landing-footer__social-link svg{width:1rem;height:1rem}.st-landing-footer__social-link:hover{background:rgba(244,180,0,.15);color:var(--lg-amber-bright);border-color:rgba(244,180,0,.35)}.st-landing-footer__divider{border-color:hsla(0,0%,100%,.1);opacity:1}.st-landing-footer__legal,.st-landing-footer__legal-nav a{font-size:.8125rem;color:hsla(0,0%,100%,.45);text-decoration:none}.st-landing-footer__legal:hover,.st-landing-footer__legal-nav a:hover{color:hsla(0,0%,100%,.85)}.st-landing-footer .st-landing-store-btn{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.14);color:hsla(0,0%,100%,.9)}.st-landing-footer .st-landing-store-btn:hover{background:rgba(244,180,0,.12);border-color:rgba(244,180,0,.35);color:#fff}.st-landing-store-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem}.st-landing-store-btn svg{width:1rem;height:1rem}.st-landing-store-btn{border-radius:var(--st-radius-lg);border:1px solid rgba(15,23,42,.12);background:var(--lg-bg);font-size:.75rem;font-weight:700;color:var(--lg-text);text-decoration:none;transition:var(--lg-transition)}.st-landing-store-btn:hover{border-color:var(--lg-amber);color:var(--lg-text);box-shadow:var(--lg-shadow)}@keyframes lg-pulse{0%{transform:scale(0.8);opacity:.8}70%{transform:scale(1.6);opacity:0}100%{opacity:0}}.st-leaflet-bus-icon-wrap{background:rgba(0,0,0,0);border:none}.st-leaflet-bus-marker{position:relative;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.st-leaflet-bus-marker__pulse{position:absolute;inset:2px;border-radius:50%;opacity:0}.st-leaflet-bus-marker__body{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:2px solid #fff;box-shadow:0 4px 14px rgba(0,0,0,.22)}.st-leaflet-bus-marker__body svg{width:20px;height:20px}.st-leaflet-bus-marker--gray .st-leaflet-bus-marker__body{background:linear-gradient(145deg, #d1d5db, #9ca3af);color:#374151}.st-leaflet-bus-marker--blue .st-leaflet-bus-marker__body{background:linear-gradient(145deg, #60a5fa, #3b82f6);color:#fff}.st-leaflet-bus-marker--green .st-leaflet-bus-marker__body{background:linear-gradient(145deg, #4ade80, #22c55e);color:#14532d}.st-leaflet-bus-marker--orange .st-leaflet-bus-marker__body{background:linear-gradient(145deg, #fdba74, #f97316);color:#7c2d12}.st-leaflet-bus-marker--red .st-leaflet-bus-marker__body{background:linear-gradient(145deg, #f87171, #ef4444);color:#fff}.st-leaflet-bus-marker__glyph{font-size:1.25rem;font-weight:800;line-height:1}.st-leaflet-bus-marker.is-inactive .st-leaflet-bus-marker__body{border-style:dashed}.st-leaflet-bus-marker.is-moving .st-leaflet-bus-marker__pulse{animation:lg-bus-pulse 2s ease-out infinite;background:rgba(59,130,246,.35)}.st-leaflet-bus-marker.is-moving.st-leaflet-bus-marker--green .st-leaflet-bus-marker__pulse{background:rgba(34,197,94,.35)}.st-leaflet-bus-marker.is-moving.st-leaflet-bus-marker--orange .st-leaflet-bus-marker__pulse{background:rgba(249,115,22,.35)}.st-leaflet-bus-marker.is-parked .st-leaflet-bus-marker__body{transform:scale(0.94);box-shadow:0 2px 8px rgba(0,0,0,.15)}.st-leaflet-bus-marker.is-appearing .st-leaflet-bus-marker__body{animation:st-bus-marker-appear .85s cubic-bezier(0.34, 1.4, 0.64, 1)}.st-leaflet-bus-marker.is-appearing .st-leaflet-bus-marker__pulse{animation:st-bus-marker-ring .85s ease-out}.st-leaflet-bus-marker.is-updating .st-leaflet-bus-marker__body{animation:st-bus-marker-nudge .55s ease-out}.st-leaflet-bus-marker.is-updating .st-leaflet-bus-marker__pulse{animation:st-bus-marker-ring .55s ease-out;opacity:.65}@keyframes st-bus-marker-nudge{0%,100%{transform:scale(1)}45%{transform:scale(1.1)}}@keyframes st-bus-marker-appear{0%{opacity:0;transform:scale(0.35)}70%{opacity:1;transform:scale(1.12)}100%{transform:scale(1)}}@keyframes st-bus-marker-ring{0%{opacity:.8;transform:scale(0.4)}100%{opacity:0;transform:scale(2.2)}}.st-fleet-popup-wrap .leaflet-popup-content-wrapper{border-radius:16px;padding:0;box-shadow:0 12px 32px rgba(0,0,0,.18)}.st-fleet-popup-wrap .leaflet-popup-content{margin:0;min-width:220px}.st-fleet-brand{flex-shrink:0}.st-fleet-brand__logo{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:12px;font-size:.875rem;font-weight:800;letter-spacing:.04em;color:#fff;background:linear-gradient(145deg, hsl(var(--brand-hue, 220), 65%, 48%), hsl(calc(var(--brand-hue, 220) + 24), 70%, 38%));box-shadow:0 4px 12px hsla(var(--brand-hue, 220), 55%, 35%, 0.35);border:2px solid hsla(0,0%,100%,.85)}.st-fleet-brand--compact .st-fleet-brand__logo{width:2.1rem;height:2.1rem;font-size:.7rem;border-radius:10px}.st-fleet-popup{padding:.65rem .75rem}.st-fleet-popup__header{display:flex;gap:.5rem;align-items:flex-start;margin-bottom:.4rem}.st-fleet-popup__header-text{min-width:0;flex:1}.st-fleet-popup__gps-time{font-weight:600;color:var(--lg-text)}.st-fleet-popup__badge{display:inline-block;font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.15rem .4rem;border-radius:999px;margin-bottom:.2rem;line-height:1.2}.st-fleet-popup__badge--gray{background:#f3f4f6;color:#4b5563}.st-fleet-popup__badge--blue{background:#dbeafe;color:#1d4ed8}.st-fleet-popup__badge--green{background:#dcfce7;color:#15803d}.st-fleet-popup__badge--orange{background:#ffedd5;color:#c2410c}.st-fleet-popup__badge--red{background:#fee2e2;color:#b91c1c}.st-fleet-popup__company{font-size:.6875rem;font-weight:700;margin:0;color:var(--lg-text);line-height:1.2}.st-fleet-popup__route{font-size:.625rem;font-weight:600;color:var(--lg-text-muted);margin:.1rem 0 0;line-height:1.2}.st-fleet-popup__meta{font-size:.8125rem;color:var(--lg-text-muted)}.st-fleet-popup__meta li{padding:.2rem 0}.st-fleet-popup__meta strong{color:var(--lg-text);font-weight:600}@keyframes lg-bus-pulse{0%{transform:scale(0.7);opacity:.7}100%{transform:scale(1.5);opacity:0}}.st-landing-stage{flex:1}.st-landing-stage__map-wrap{margin-left:calc(-1*var(--bs-gutter-x, 0.75rem)*.5);margin-right:calc(-1*var(--bs-gutter-x, 0.75rem)*.5)}@media(min-width: 992px){.st-landing-stage__map-wrap{margin-left:-1.25rem;margin-right:-1.25rem}}@media(min-width: 1200px){.st-landing-stage__map-wrap{margin-left:-2rem;margin-right:-2rem}}.st-landing-stage__title{font-size:clamp(1.75rem,3.5vw,2.35rem);font-weight:800;letter-spacing:-0.03em;line-height:1.1;color:var(--lg-text);margin-bottom:.5rem}.st-landing-stage__lead{font-size:1.0625rem;color:var(--lg-text-muted);max-width:32rem;margin-left:auto;margin-right:auto}@media(min-width: 992px){.st-landing-stage__lead{margin-left:0;margin-right:0}}.st-landing-map-card{position:relative;border-radius:var(--lg-radius);overflow:hidden;box-shadow:var(--lg-shadow);border:1px solid rgba(15,23,42,.08);background:#e8eef4}.st-landing-map-card.is-loading .st-landing-map-card__viewport{visibility:hidden}.st-landing-map-card__loader{position:absolute;inset:0;z-index:30;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg, #f8f9fc 0%, #eef2f7 100%);transition:opacity .35s ease,visibility .35s ease}.st-landing-map-card__loader[aria-hidden=true]{opacity:0;visibility:hidden;pointer-events:none}.st-landing-map-card__pan-loader{position:absolute;top:.85rem;left:50%;transform:translateX(-50%);z-index:15;display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .9rem;border-radius:var(--st-radius-pill);background:hsla(0,0%,100%,.94);box-shadow:0 6px 20px rgba(0,0,0,.12);font-size:.8125rem;font-weight:600;color:var(--lg-text-muted);pointer-events:none}.st-landing-map-card__live-badge{position:absolute;top:.85rem;left:.85rem;z-index:12;pointer-events:none}.st-landing-map-card__live-badge.is-syncing .st-landing-live-badge{color:var(--lg-text-muted)}.st-landing-map-card__live-badge-spinner{display:inline-flex;align-items:center;width:.875rem;height:.875rem}.st-landing-map-card__live-badge-spinner .spinner-border{width:.875rem;height:.875rem;border-width:.12em}.st-landing-map-card__viewport{position:relative;height:clamp(340px,52vw,540px);min-height:340px}.st-landing-map-card__vignette{position:absolute;inset:0;z-index:2;pointer-events:none;background:radial-gradient(ellipse 50% 45% at 38% 42%, transparent 0%, rgba(11, 16, 32, 0.06) 72%),linear-gradient(90deg, transparent 20%, transparent 55%, rgba(255, 255, 255, 0.04) 100%)}.st-landing-map-card .st-landing-map__leaflet{position:absolute;inset:0;width:100%;height:100%;z-index:1}.st-landing-map-card__controls{position:absolute;left:.85rem;top:50%;transform:translateY(-50%);z-index:10;display:flex;flex-direction:column;gap:.35rem}.st-landing-map-card__dock{position:absolute;right:.85rem;bottom:.85rem;z-index:20;width:min(100% - 1.7rem,420px);pointer-events:auto}.st-landing-map-card__legend{position:absolute;left:.85rem;bottom:.85rem;z-index:10;max-width:min(52%,220px);padding:.65rem .75rem;border-radius:14px;background:hsla(0,0%,100%,.94);backdrop-filter:blur(12px);box-shadow:0 8px 24px rgba(0,0,0,.12);pointer-events:none}.st-landing-map-card__legend-title{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--lg-text-muted);margin:0 0 .4rem}.st-landing-map-card__legend-list{font-size:.6875rem;line-height:1.45;color:var(--lg-text)}.st-landing-map-card__legend-list li{display:flex;align-items:center;gap:.4rem;margin-bottom:.2rem}.st-landing-map-card__legend-dot{flex-shrink:0;width:10px;height:10px;border-radius:50%;border:1px solid hsla(0,0%,100%,.8)}.st-landing-map-card__legend-dot--gray{background:#9ca3af}.st-landing-map-card__legend-dot--blue{background:#3b82f6}.st-landing-map-card__legend-dot--green{background:#22c55e}.st-landing-map-card__legend-dot--orange{background:#f97316}.st-landing-map-card__legend-dot--red{background:#ef4444}.st-landing-map-card__routes{display:none}.st-landing-map-card__routes-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:hsla(0,0%,100%,.9);text-shadow:0 1px 4px rgba(0,0,0,.35);margin:0}.st-landing-map-card__routes-scroll{display:flex;flex-wrap:nowrap;gap:.5rem;overflow-x:auto;padding-bottom:.15rem;scrollbar-width:none}.st-landing-map-card__routes-scroll::-webkit-scrollbar{display:none}.st-landing-search-dock{padding:1.15rem 1.25rem;border-radius:20px;background:hsla(0,0%,100%,.96);backdrop-filter:blur(16px);box-shadow:0 12px 40px rgba(0,0,0,.18);border:1px solid hsla(0,0%,100%,.65)}.st-landing-search-dock__collapsed-bar{display:none;align-items:center;gap:.65rem;width:100%;padding:.8rem 1rem;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:hsla(0,0%,100%,.97);box-shadow:0 8px 28px rgba(0,0,0,.14);color:var(--lg-text);font:inherit;text-align:left;cursor:pointer;transition:var(--lg-transition)}.st-landing-search-dock__collapsed-bar:hover{border-color:rgba(244,180,0,.45);box-shadow:0 10px 32px rgba(0,0,0,.16)}.st-landing-search-dock__collapsed-icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:12px;background:rgba(244,180,0,.15);color:var(--lg-amber-deep);flex-shrink:0}.st-landing-search-dock__collapsed-icon svg{width:1.1rem;height:1.1rem}.st-landing-search-dock__collapsed-copy{display:flex;flex-direction:column;gap:.1rem;min-width:0;flex:1}.st-landing-search-dock__collapsed-text{font-size:.9375rem;font-weight:700;line-height:1.2}.st-landing-search-dock__collapsed-hint{font-size:.75rem;font-weight:500;color:var(--lg-text-subtle);line-height:1.25}.st-landing-search-dock__collapsed-chevron{width:1.1rem;height:1.1rem;margin-left:auto;color:var(--lg-text-muted);flex-shrink:0}.st-landing-search-dock__sheet{display:block}.st-landing-search-dock__sheet-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem;padding-bottom:.65rem;border-bottom:1px solid rgba(15,23,42,.08)}.st-landing-search-dock__sheet-title{font-size:.9375rem;font-weight:700;color:var(--lg-text)}.st-landing-search-dock__sheet-close{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:10px;background:rgba(15,23,42,.06);color:var(--lg-text-muted);cursor:pointer;transition:var(--lg-transition)}.st-landing-search-dock__sheet-close svg{width:1.1rem;height:1.1rem}.st-landing-search-dock__sheet-close:hover{background:rgba(15,23,42,.1);color:var(--lg-text)}.st-landing-search-dock__form{display:flex;flex-direction:column;gap:.65rem}.st-landing-search-dock__footer{text-align:center;padding-top:.15rem}.st-landing-search-dock__routes-link{border:none;background:none;padding:0;font-size:.8125rem;font-weight:600;color:var(--lg-text-muted);text-decoration:underline;text-underline-offset:3px;cursor:pointer;transition:var(--lg-transition)}.st-landing-search-dock__routes-link:hover{color:var(--lg-amber-deep)}.st-landing-search-dock__field{position:relative;display:flex;align-items:center}.st-landing-search-dock__icon{position:absolute;left:.85rem;width:1rem;height:1rem;color:var(--lg-text-subtle);z-index:2;pointer-events:none}.st-landing-search-dock__icon--from{color:var(--lg-amber-deep)}.st-landing-search-dock__input{width:100%;border:1px solid rgba(15,23,42,.1);border-radius:14px;padding:.8rem .9rem .8rem 2.55rem;font-size:.9375rem;background:#f8f9fc;min-height:2.85rem}.st-landing-search-dock__input--with-action{padding-right:2.75rem}.st-landing-search-dock__input:focus{border-color:var(--lg-amber);box-shadow:0 0 0 3px rgba(244,180,0,.2);background:#fff}.st-landing-search-dock__row{display:grid;grid-template-columns:1fr .7fr auto;gap:.5rem;align-items:stretch}.st-landing-search-dock__field--compact .st-landing-search-dock__input{padding-left:2.35rem;font-size:.875rem}.st-landing-search-dock__field--date{cursor:pointer;margin-bottom:0}.st-landing-search-dock__field--date .st-landing-search-dock__input{cursor:pointer}.st-landing-search-dock__field--date .st-landing-search-dock__input::-webkit-calendar-picker-indicator{position:absolute;inset:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:pointer}.st-landing-search-dock__cta{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border-radius:14px;padding:0 1.15rem;font-weight:700;white-space:nowrap;min-height:2.85rem;min-width:2.85rem}.st-landing-search-dock__cta svg{width:1.1rem;height:1.1rem}.st-landing-search-dock__cta:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.st-landing-search-dock__route-hint{font-size:.75rem;line-height:1.4;text-align:center}.st-landing-search-dock__route-hint.is-muted{color:var(--lg-text-subtle)}.st-landing-search-dock__route-hint.is-success{color:#15803d;font-weight:600}.st-landing-routes-modal{border-radius:var(--lg-radius)}.st-landing-routes-modal__icon{width:.9rem;height:.9rem;vertical-align:-0.15em;margin-right:.2rem}.st-landing-routes-modal__item{padding-top:1rem !important;padding-bottom:1rem !important;border-bottom:1px solid rgba(15,23,42,.08) !important}.st-landing-routes-modal__item:last-child{border-bottom:none !important}.st-landing-location__geo-btn{position:absolute;right:.45rem;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:10px;background:rgba(34,197,94,.12);color:#15803d;cursor:pointer;transition:var(--lg-transition)}.st-landing-location__geo-btn svg{width:1rem;height:1rem}.st-landing-location__geo-btn:hover{background:rgba(34,197,94,.22);color:#166534}.st-landing-location__loader{position:absolute;right:2.6rem;z-index:3;pointer-events:none}.st-landing-location.is-loading .st-landing-search-dock__input{padding-right:3.25rem;background-image:linear-gradient(90deg, #f8f9fc 0%, #fff 50%, #f8f9fc 100%);background-size:200% 100%;animation:lg-location-shimmer 1.2s ease infinite}.st-landing-location__list{position:absolute;left:0;right:0;top:calc(100% + .25rem);z-index:40;margin:0;padding:.35rem;list-style:none;max-height:220px;overflow-y:auto;border-radius:14px;background:#fff;border:1px solid rgba(15,23,42,.1);box-shadow:0 12px 32px rgba(0,0,0,.14)}.st-landing-location__option{display:flex;flex-direction:column;gap:.1rem;padding:.55rem .65rem;border-radius:10px;cursor:pointer;font-size:.875rem}.st-landing-location__option strong{font-weight:700;color:var(--lg-text)}.st-landing-location__option span{font-size:.75rem;color:var(--lg-text-subtle);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.st-landing-location__option:hover,.st-landing-location__option.is-active{background:rgba(244,180,0,.12)}@keyframes lg-location-shimmer{0%{background-position:100% 0}100%{background-position:-100% 0}}.st-leaflet-location-pin-wrap{background:rgba(0,0,0,0);border:none}.st-leaflet-location-pin{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);font-size:.6875rem;font-weight:800;color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.25)}.st-leaflet-location-pin--from{background:var(--lg-success)}.st-leaflet-location-pin--to{background:var(--lg-amber-deep)}.st-landing-route-chip{flex:0 0 auto;display:flex;flex-direction:column;gap:.1rem;padding:.55rem .85rem;border-radius:14px;background:hsla(0,0%,100%,.92);backdrop-filter:blur(10px);text-decoration:none;box-shadow:0 4px 16px rgba(0,0,0,.12);border:1px solid hsla(0,0%,100%,.5);transition:var(--lg-transition)}.st-landing-route-chip:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.16);color:inherit}.st-landing-route-chip__cities{font-size:.8125rem;font-weight:700;color:var(--lg-text)}.st-landing-route-chip__meta{font-size:.6875rem;color:var(--lg-text-subtle)}.st-landing-footer-minimal{flex-shrink:0;padding:.65rem 0;background:#fff;font-size:.8125rem;color:var(--lg-text-subtle);border-top:1px solid rgba(15,23,42,.06)}.st-landing-footer-minimal a{color:var(--lg-text-muted);text-decoration:none}.st-landing-footer-minimal a:hover{color:var(--lg-amber-deep)}.st-landing-map__control-btn{width:2.5rem;height:2.5rem;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:none;background:hsla(0,0%,100%,.92);color:var(--lg-text);box-shadow:0 4px 16px rgba(0,0,0,.15)}.st-landing-map__control-btn svg{width:1.1rem;height:1.1rem}.st-landing-map__control-btn:hover{background:#fff;transform:scale(1.05)}@media(max-width: 991.98px){.st-landing-app-showcase__float{display:none}.st-landing-partners-platform__hero-stats{grid-template-columns:1fr;max-width:280px}.st-landing-stage .container-xl{padding-top:.5rem;padding-bottom:.5rem}.st-landing-map-card__live-badge{top:.65rem;left:.65rem;max-width:calc(100% - 5rem)}.st-landing-map-card__viewport{height:clamp(420px,62vh,560px);min-height:400px}.st-landing-map-card__routes{display:none}.st-landing-map-card__controls{top:auto;bottom:auto;left:auto;right:.85rem;top:.85rem;transform:none;flex-direction:row}.st-landing-map-card__legend{max-width:min(48%,200px);bottom:4.75rem;transition:bottom .25s ease,opacity .2s ease}.st-landing-map-card.is-search-expanded .st-landing-map-card__legend{opacity:0;pointer-events:none}.st-landing-map-card__dock{left:0;right:0;bottom:0;width:100%;max-width:none;padding:0 .75rem calc(.65rem + env(safe-area-inset-bottom, 0))}.st-landing-search-dock{padding:0;background:rgba(0,0,0,0);border:none;box-shadow:none;backdrop-filter:none}.st-landing-search-dock__collapsed-bar{display:flex}.st-landing-search-dock__sheet{display:none;max-height:min(72vh,520px);overflow-y:auto;overscroll-behavior:contain;padding:1rem 1.1rem calc(.85rem + env(safe-area-inset-bottom, 0));border-radius:20px 20px 0 0;background:hsla(0,0%,100%,.98);backdrop-filter:blur(16px);box-shadow:0 -8px 40px rgba(0,0,0,.18);border:1px solid hsla(0,0%,100%,.8);border-bottom:none;transform:translateY(100%);opacity:0;pointer-events:none;transition:transform .28s cubic-bezier(0.32, 0.72, 0, 1),opacity .2s ease}.st-landing-search-dock.is-expanded .st-landing-search-dock__collapsed-bar{display:none}.st-landing-search-dock.is-expanded .st-landing-search-dock__sheet{display:block;transform:translateY(0);opacity:1;pointer-events:auto}.st-landing-search-dock.is-collapsed .st-landing-search-dock__sheet{display:none}.st-landing-search-dock__row{grid-template-columns:1fr 1fr}.st-landing-search-dock__row .st-landing-search-dock__cta{grid-column:1/-1;width:100%}}@media(max-width: 575.98px){.st-landing-map-card__viewport{height:clamp(440px,58vh,520px);min-height:380px}.st-landing-map-card__legend{bottom:4.5rem;font-size:.625rem;padding:.5rem .6rem}}.st-landing-search-results{margin-top:.35rem;padding-top:.75rem;border-top:1px solid rgba(15,23,42,.08);max-height:220px;overflow-y:auto}.st-landing-search-results.is-loading{opacity:.65;pointer-events:none}.st-landing-search-results__header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.st-landing-search-results__title{font-size:.875rem;font-weight:700}.st-landing-search-results__count{font-size:.75rem;color:var(--lg-text-muted)}.st-landing-search-results__list{display:flex;flex-direction:column;gap:.45rem}.st-landing-search-results__card{padding:.55rem .65rem;border-radius:12px;background:#f4f6fb;font-size:.8125rem}.st-landing-search-results__card-head{display:flex;align-items:center;gap:.55rem;margin-bottom:.35rem}.st-landing-search-results__card-title{display:flex;flex-direction:column;gap:.15rem;min-width:0;cursor:pointer;border-radius:8px;margin:-0.2rem;padding:.2rem;transition:background .15s ease}.st-landing-search-results__card-title:hover,.st-landing-search-results__card-title:focus-visible{background:rgba(93,63,211,.08);outline:none}.st-landing-search-results__card-title strong{font-size:.8125rem;line-height:1.2}.st-landing-search-results__badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.12rem .4rem;border-radius:999px}.st-landing-search-results__badge--green{background:#dcfce7;color:#15803d}.st-landing-search-results__badge--blue{background:#dbeafe;color:#1d4ed8}.st-landing-search-results__badge--orange{background:#ffedd5;color:#c2410c}.st-landing-search-results__badge--red{background:#fee2e2;color:#b91c1c}.st-landing-search-results__badge--gray{background:#f1f5f9;color:#475569}.st-landing-search-results__meta{color:var(--lg-text-muted);font-size:.75rem}.st-landing-search-results__empty{font-size:.8125rem;color:var(--lg-text-muted)}.st-simulator__header code{font-size:.8rem}.st-simulator__panel{border-radius:12px;border:1px solid var(--st-color-border)}.st-simulator__card{border-radius:12px;border:1px solid var(--st-color-border)}.st-simulator__map{height:420px;border-radius:0 0 12px 12px}.st-simulator__instances{max-height:calc(100vh - 8rem);overflow-y:auto;padding-right:.25rem}.st-simulator-sessions-dump{max-height:200px;overflow:auto;background:var(--st-color-surface-muted)}.st-simulator-log{max-height:320px;overflow-y:auto;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem}.st-simulator-log__entry{padding:.5rem 0;border-bottom:1px solid var(--st-color-border)}.st-simulator-log__entry time{color:var(--st-color-text-muted);margin-right:.35rem}.st-simulator-log__entry pre{margin:.35rem 0 0;padding:.5rem;background:var(--st-color-surface-muted);border-radius:6px;white-space:pre-wrap;word-break:break-word}.st-simulator-log__entry--ok strong{color:var(--st-color-success)}.st-simulator-log__entry--error strong{color:var(--st-color-danger)}.st-simulator-log__entry--skip strong{color:var(--st-color-warning)}.st-simulator-log--compact{max-height:140px;font-size:.68rem}.st-simulator-log--compact pre{font-size:.65rem;max-height:4rem}.st-landing-trip-panel{width:min(26rem,94vw);border-left:1px solid var(--st-color-border)}.st-landing-trip-panel__header{align-items:flex-start;gap:.75rem;padding:1rem 1.1rem;background:var(--st-color-surface)}.st-landing-trip-panel__subtitle{font-size:.75rem;color:var(--st-color-text-muted)}.st-landing-trip-panel__body{overflow-y:auto;background:var(--st-color-surface-muted)}.st-landing-trip-panel__content{display:flex;flex-direction:column;min-height:100%;padding-bottom:.5rem}.st-landing-trip-panel__hero{position:relative;margin:.85rem .85rem 0;padding:1rem 5.25rem 1rem 1.05rem;border-radius:var(--st-radius-lg);border:1px solid var(--st-color-border);background:linear-gradient(145deg, #fff 0%, var(--st-color-primary-soft) 120%);box-shadow:var(--st-shadow-sm)}.st-landing-trip-panel__hero-top{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.85rem}.st-landing-trip-panel__hero-text{min-width:0;flex:1}.st-landing-trip-panel__company{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--st-color-text-muted)}.st-landing-trip-panel__route{font-weight:700;letter-spacing:-0.02em;color:var(--st-color-text)}.st-landing-trip-panel__driver{margin-top:.2rem;color:var(--st-color-text-muted);font-weight:500}.st-landing-trip-panel__status{position:absolute;top:.85rem;right:.85rem;display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .55rem;border-radius:999px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border:1px solid rgba(0,0,0,0);z-index:1}.st-landing-trip-panel__status::before{content:"";width:.45rem;height:.45rem;border-radius:50%;background:currentColor}.st-landing-trip-panel__status.is-live{color:var(--st-color-success-text);background:var(--st-color-success-soft);border-color:color-mix(in srgb, var(--st-color-success) 35%, transparent)}.st-landing-trip-panel__status.is-waiting{color:var(--st-color-warning-text);background:var(--st-color-warning-soft);border-color:color-mix(in srgb, var(--st-color-warning) 35%, transparent)}.st-landing-trip-panel__status.is-full{color:var(--st-color-danger-text);background:var(--st-color-danger-soft);border-color:color-mix(in srgb, var(--st-color-danger) 35%, transparent)}.st-landing-trip-panel__status.is-offline,.st-landing-trip-panel__status.is-inactive{color:var(--st-color-text-muted);background:var(--st-color-surface);border-color:var(--st-color-border)}.st-landing-trip-panel__stats{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:.5rem;margin-top:.85rem}.st-landing-trip-panel__stat{padding:.45rem .35rem;text-align:center;border-radius:var(--st-radius-md);background:hsla(0,0%,100%,.72);border:1px solid hsla(0,0%,100%,.9)}.st-landing-trip-panel__stat-value{display:block;font-size:1rem;font-weight:700;line-height:1.2;color:var(--st-color-text)}.st-landing-trip-panel__stat-label{display:block;margin-top:.1rem;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--st-color-text-muted)}.st-landing-trip-panel__cards{display:flex;flex-direction:column;gap:.65rem;padding:.85rem}.st-landing-trip-panel__card{border:1px solid var(--st-color-border);border-radius:var(--st-radius-lg);background:var(--st-color-surface);box-shadow:var(--st-shadow-sm);overflow:hidden}.st-landing-trip-panel__card--highlight{border-color:color-mix(in srgb, var(--st-color-primary) 28%, var(--st-color-border));background:linear-gradient(180deg, var(--st-color-primary-soft) 0%, var(--st-color-surface) 55%)}.st-landing-trip-panel__card--seat-layout .st-seat-grid{display:flex;flex-direction:column;align-items:center;width:100%;text-align:center}.st-landing-trip-panel__card--seat-layout .st-seat-grid__deck{width:100%;max-width:12rem}.st-landing-trip-panel__card--seat-layout .st-seat-grid__legend{justify-content:center;width:100%;max-width:12rem}.st-landing-trip-panel__card-head{display:flex;align-items:center;gap:.55rem;padding:.65rem .85rem;border-bottom:1px solid var(--st-color-border);background:var(--st-color-surface-muted)}.st-landing-trip-panel__card-icon{display:inline-flex;align-items:center;justify-content:center;width:1.65rem;height:1.65rem;border-radius:var(--st-radius-sm);background:var(--st-color-primary-soft);color:var(--st-color-primary);font-size:.9rem}.st-landing-trip-panel__card-title{margin:0;font-size:.8125rem;font-weight:700;color:var(--st-color-text)}.st-landing-trip-panel__card-body{padding:.8rem .85rem}.st-landing-trip-panel__meta{display:flex;flex-direction:column;gap:.45rem}.st-landing-trip-panel__meta-row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;font-size:.8125rem}.st-landing-trip-panel__meta-label{color:var(--st-color-text-muted)}.st-landing-trip-panel__meta-value{font-weight:600;color:var(--st-color-text);text-align:right}.st-landing-trip-panel__next-stop-name{font-weight:700;color:var(--st-color-text)}.st-landing-trip-panel__next-stop-fare{font-size:.8125rem;color:var(--st-color-text-muted)}.st-landing-trip-panel__schedule{display:flex;flex-direction:column;gap:.35rem;font-size:.8125rem}.st-landing-trip-panel__schedule-time{display:inline-flex;align-items:center;gap:.35rem;font-weight:600;color:var(--st-color-text)}.st-landing-trip-panel__schedule-interval{color:var(--st-color-text-muted)}.st-landing-trip-panel__distance{display:inline-flex;align-items:center;gap:.4rem;font-size:.8125rem;font-weight:600;color:var(--st-color-primary)}.st-landing-trip-panel__stops{display:flex;flex-direction:column;gap:.35rem}.st-landing-trip-panel__stop{display:grid;grid-template-columns:1.35rem 1fr auto;align-items:center;gap:.5rem;padding:.35rem 0;border-bottom:1px dashed var(--st-color-border);font-size:.8125rem}.st-landing-trip-panel__stop:last-child{border-bottom:0;padding-bottom:0}.st-landing-trip-panel__stop-index{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;border-radius:50%;background:var(--st-color-surface-muted);border:1px solid var(--st-color-border);font-size:.6875rem;font-weight:700;color:var(--st-color-text-muted)}.st-landing-trip-panel__stop-label{color:var(--st-color-text)}.st-landing-trip-panel__stop-price{font-weight:600;color:var(--st-color-text-muted);white-space:nowrap}.st-landing-trip-panel__reserve{position:sticky;bottom:0;margin-top:auto;padding:.85rem;border-top:1px solid var(--st-color-border);background:hsla(0,0%,100%,.94);backdrop-filter:blur(8px);box-shadow:0 -8px 24px rgba(15,23,42,.06)}.st-landing-trip-panel__reserve-fee{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.65rem;padding:.55rem .65rem;border-radius:var(--st-radius-md);background:var(--st-color-surface-muted);border:1px solid var(--st-color-border)}.st-landing-trip-panel__reserve-fee-label{font-size:.75rem;color:var(--st-color-text-muted)}.st-landing-trip-panel__reserve-fee-value{font-size:.875rem;font-weight:700;color:var(--st-color-text)}.st-landing-trip-panel__reserve-btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-weight:600;padding-block:.65rem}.st-landing-trip-panel__placeholder{min-height:6rem;display:flex;align-items:center;justify-content:center}.st-landing-trip-panel__loading{min-height:8rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.st-seat-grid__deck{display:grid;grid-template-columns:repeat(5, 1fr);gap:.35rem;max-width:12rem}.st-seat-grid__seat{display:block;width:100%;aspect-ratio:1;border-radius:.25rem;border:1px solid var(--st-color-border)}.st-seat-grid__seat--available{background:var(--st-color-success-soft);border-color:var(--st-color-success)}.st-seat-grid__seat--booked{background:var(--st-color-danger-soft);border-color:var(--st-color-danger)}.st-seat-grid__seat--selected{background:var(--st-color-primary-soft);border-color:var(--st-color-primary);box-shadow:0 0 0 2px var(--st-color-primary-muted)}.st-seat-grid__seat--unavailable{background:var(--st-color-surface-muted);opacity:.45}.st-seat-grid--selectable .st-seat-grid__seat{cursor:pointer;padding:0}.st-seat-grid--selectable .st-seat-grid__seat:disabled{cursor:not-allowed;opacity:.55}.st-seat-grid__legend{display:flex;flex-wrap:wrap;gap:.75rem 1rem;color:var(--st-color-text-muted)}.st-seat-grid__swatch{display:inline-block;width:.75rem;height:.75rem;margin-right:.35rem;vertical-align:middle;border-radius:.15rem}body:has(#landingTripPanel.show) .offcanvas-backdrop.show{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.st-fleet-brand--sidebar .st-fleet-brand__logo{width:3rem;height:3rem;font-size:1rem;flex-shrink:0}.st-reservation-new__summary-stack{position:sticky;top:1rem}.st-reservation-new__hero-body{padding:1.15rem 1.25rem;background:linear-gradient(145deg, #fff 0%, var(--st-color-primary-soft) 130%)}.st-reservation-new__hero-top{display:flex;align-items:flex-start;gap:.85rem;margin-bottom:.75rem}.st-reservation-new__brand{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;flex-shrink:0;border-radius:var(--st-radius-md);background:hsl(var(--brand-hue, 220), 62%, 46%);color:#fff;font-size:.95rem;font-weight:700;letter-spacing:.02em;box-shadow:var(--st-shadow-sm)}.st-reservation-new__carrier{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--st-color-text-muted)}.st-reservation-new__route{font-weight:700;letter-spacing:-0.02em}.st-reservation-new__driver{margin-top:.2rem;color:var(--st-color-text-muted);font-weight:500}.st-reservation-new__path{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem;color:var(--st-color-text-muted);margin-bottom:.85rem !important}.st-reservation-new__path .bi-arrow-right-short{color:var(--st-color-primary);font-size:1.1rem}.st-reservation-new__stats{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:.55rem;margin-bottom:1rem}.st-reservation-new__stat{padding:.55rem .4rem;text-align:center;border-radius:var(--st-radius-md);background:hsla(0,0%,100%,.75);border:1px solid var(--st-color-border)}.st-reservation-new__stat-value{display:block;font-size:1.125rem;font-weight:700;line-height:1.2;color:var(--st-color-text)}.st-reservation-new__stat-label{display:block;margin-top:.15rem;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--st-color-text-muted)}.st-reservation-new__meta{display:flex;flex-direction:column;gap:.5rem;margin:0}.st-reservation-new__meta-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;font-size:.8125rem}.st-reservation-new__meta-row dt{margin:0;color:var(--st-color-text-muted);font-weight:500}.st-reservation-new__meta-row dd{margin:0;font-weight:600;color:var(--st-color-text);text-align:right}.st-reservation-new__map-card{overflow:hidden}.st-reservation-new__map-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-bottom:1px solid var(--st-color-border);background:var(--st-color-surface-muted)}.st-reservation-new__map-title{font-weight:700}.st-reservation-new__map-subtitle{font-size:.75rem;color:var(--st-color-text-muted);margin-top:.15rem}.st-reservation-new__map-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .55rem;border-radius:999px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--st-color-success-text);background:var(--st-color-success-soft);border:1px solid color-mix(in srgb, var(--st-color-success) 30%, transparent);white-space:nowrap}.st-reservation-new__map{height:min(280px,42vh);width:100%;background:var(--st-color-surface-muted)}.st-reservation-new__card-pad{padding:1rem 1.25rem}.st-reservation-new__stops{display:flex;flex-direction:column;gap:.35rem}.st-reservation-new__stop{display:grid;grid-template-columns:1.5rem 1fr auto;align-items:center;gap:.55rem;padding:.4rem 0;border-bottom:1px dashed var(--st-color-border);font-size:.875rem}.st-reservation-new__stop:last-child{border-bottom:0;padding-bottom:0}.st-reservation-new__stop-index{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--st-color-surface-muted);border:1px solid var(--st-color-border);font-size:.6875rem;font-weight:700;color:var(--st-color-text-muted)}.st-reservation-new__stop-label{color:var(--st-color-text)}.st-reservation-new__stop-price{font-weight:600;color:var(--st-color-text-muted);white-space:nowrap}.st-reservation-new__form-wrap{padding:1.15rem 1.25rem 1.35rem}.st-reservation-new__fee-banner{display:flex;align-items:flex-start;gap:.65rem;padding:.85rem 1rem;margin-bottom:1.25rem;border-radius:var(--st-radius-md);background:var(--st-color-info-soft);border:1px solid color-mix(in srgb, var(--st-color-info) 25%, var(--st-color-border));color:var(--st-color-info-text)}.st-reservation-new__fee-banner .bi{font-size:1.1rem;margin-top:.1rem;flex-shrink:0}.st-reservation-new__fee-banner strong{display:block;margin-bottom:.15rem;color:var(--st-color-text)}.st-reservation-new__fee-banner p{color:var(--st-color-text-muted)}.st-reservation-new__fieldset{margin:0;padding:0;border:0}.st-reservation-new__legend{float:left;width:100%;padding:0;margin-bottom:.65rem;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--st-color-text-muted)}.st-reservation-new__payment-options{display:flex;flex-direction:column;gap:.55rem}.st-reservation-new__payment-option{display:flex;align-items:center;gap:.65rem;padding:.75rem .85rem;margin:0;border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);background:var(--st-color-surface);cursor:pointer;transition:border-color .15s ease,background .15s ease}.st-reservation-new__payment-option:has(:checked){border-color:var(--st-color-primary);background:var(--st-color-primary-soft)}.st-reservation-new__payment-option:hover{border-color:var(--st-color-primary-muted)}.st-reservation-new__payment-label{font-size:.875rem;font-weight:500;color:var(--st-color-text)}.st-reservation-new__terms{display:flex;align-items:flex-start;gap:.65rem;padding:.75rem .85rem;margin:0;border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);background:var(--st-color-surface-muted)}.st-reservation-new__terms .form-check-input{float:none;margin:.15rem 0 0;flex-shrink:0}.st-reservation-new__terms .form-check-label{padding-left:0}.st-reservation-new__submit{padding-top:.25rem}.st-reservation-new__choose-seats{display:flex;align-items:flex-start;gap:.65rem;padding:.75rem .85rem;margin:0;border:1px solid var(--st-color-border);border-radius:var(--st-radius-md);background:var(--st-color-surface-muted)}.st-reservation-new__choose-seats .form-check-input{float:none;margin:.15rem 0 0;flex-shrink:0}.st-reservation-new__choose-seats .form-check-label{padding-left:0}.st-reservation-new__seat-picker-panel{margin-bottom:1rem;padding:1rem;border:1px solid var(--st-color-border);border-radius:var(--st-radius-lg);background:var(--st-color-surface-muted)}.st-reservation-new__seat-grid{display:flex;flex-direction:column;align-items:center;width:100%}.st-reservation-new__seat-grid .st-seat-grid__deck{width:100%;max-width:14rem}.st-reservation-new__seat-grid .st-seat-grid__legend{justify-content:center;width:100%;max-width:14rem}@media(max-width: 1199.98px){.st-reservation-new__summary-stack{position:static}}.st-book-page__checkout-form .st-book-page__choose-seats,.st-book-page__checkout-form .st-book-page__terms{display:flex;align-items:flex-start;gap:.65rem;padding:.75rem .85rem;margin:0;border:1px solid var(--st-booking-card-border);border-radius:var(--st-radius-md);background:var(--st-booking-option-bg-muted)}.st-book-page__checkout-form .st-book-page__choose-seats .form-check-input,.st-book-page__checkout-form .st-book-page__terms .form-check-input{float:none;margin:.15rem 0 0;flex-shrink:0}.st-book-page__checkout-form .st-book-page__choose-seats .form-check-label,.st-book-page__checkout-form .st-book-page__terms .form-check-label{padding-left:0}.st-book-page__checkout-form .st-book-page__payment-options{display:flex;flex-direction:column;gap:.55rem}.st-book-page__checkout-form .st-book-page__payment-option{display:flex;align-items:center;gap:.65rem;padding:.75rem .85rem;margin:0;border:1px solid var(--st-booking-card-border);border-radius:var(--st-radius-md);background:var(--st-booking-option-bg);cursor:pointer;transition:border-color .15s ease,background .15s ease}.st-book-page__checkout-form .st-book-page__payment-option:has(:checked){border-color:var(--st-booking-option-border-active);background:var(--st-booking-option-bg-active)}.st-book-page__checkout-form .st-book-page__payment-option:hover{border-color:var(--st-color-primary-muted)}.st-book-page__checkout-form .st-book-page__payment-option .form-check-input{float:none;margin:0;flex-shrink:0}.st-book-page__checkout-form .st-book-page__payment-option .form-check-label{padding-left:0;font-size:.875rem;font-weight:500}.st-customer-trip__hero-body{padding:1.15rem 1.25rem;background:linear-gradient(145deg, #fff 0%, var(--st-color-primary-soft) 130%)}.st-customer-trip__carrier{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--st-color-text-muted)}.st-customer-trip__badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--st-color-primary);background:var(--st-color-primary-soft);border:1px solid color-mix(in srgb, var(--st-color-primary) 25%, var(--st-color-border))}.st-customer-trip__badge--muted{color:var(--st-color-text-muted);background:var(--st-color-surface-muted);border-color:var(--st-color-border)}.st-customer-trip__meta{display:flex;flex-direction:column;gap:.55rem;margin:0}.st-customer-trip__meta-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;font-size:.875rem}.st-customer-trip__meta-row dt{margin:0;color:var(--st-color-text-muted);font-weight:500}.st-customer-trip__meta-row dd{margin:0;font-weight:600;color:var(--st-color-text);text-align:right}.st-customer-trip__meta-row code{font-size:.75rem;color:var(--st-color-text-muted);word-break:break-all}.st-customer-trip__card-pad{padding:1rem 1.25rem}.st-customer-trip__qr-card{overflow:hidden;height:100%}.st-customer-trip__qr-head{padding:1rem 1.15rem;border-bottom:1px solid var(--st-color-border);background:var(--st-color-surface-muted)}.st-customer-trip__qr-body{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.35rem 1.15rem 1.5rem}.st-customer-trip__qr-canvas{border-radius:var(--st-radius-md);border:1px solid var(--st-color-border);background:#fff;padding:.5rem;box-shadow:var(--st-shadow-sm)}.st-customer-trip__qr-link{display:inline-flex;margin-top:.75rem;color:var(--st-color-primary);text-decoration:none;font-weight:600}.st-customer-trip__qr-link:hover{text-decoration:underline}.st-trip-history__actions{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.st-auth{font-family:"Plus Jakarta Sans","Inter",system-ui,sans-serif;-webkit-font-smoothing:antialiased}.st-auth-layout{display:flex;min-height:100vh;background:#f8f9fc}.st-auth-layout__brand{display:none;flex:0 0 42%;max-width:520px;background:radial-gradient(ellipse 90% 70% at 20% 10%, rgba(255, 193, 7, 0.22) 0%, transparent 55%),linear-gradient(165deg, #0f1628 0%, #1a1333 48%, #111827 100%);color:hsla(0,0%,100%,.9);padding:2.5rem 2rem}@media(min-width: 992px){.st-auth-layout__brand{display:flex;align-items:center}}.st-auth-layout__brand-inner{max-width:22rem}.st-auth-layout__logo{margin-bottom:1.75rem}.st-auth-layout__tagline{font-size:1.0625rem;line-height:1.6;color:hsla(0,0%,100%,.72);margin-bottom:2rem}.st-auth-layout__highlights{display:flex;flex-direction:column;gap:.85rem;font-size:.9375rem;color:hsla(0,0%,100%,.8)}.st-auth-layout__highlights li{display:flex;align-items:center;gap:.65rem}.st-auth-layout__highlights svg{width:1.125rem;height:1.125rem;color:#ffc107;flex-shrink:0}.st-auth-layout__main{flex:1;display:flex;flex-direction:column;min-width:0}.st-auth-layout__top{padding:1rem 1.25rem 0}@media(min-width: 992px){.st-auth-layout__top{padding:1.5rem 2rem 0}}.st-auth-layout__back{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;font-weight:600;color:#64748b;text-decoration:none;transition:color .2s ease}.st-auth-layout__back svg{width:1rem;height:1rem}.st-auth-layout__back:hover{color:#111827}.st-auth-layout__content{flex:1;display:flex;align-items:center;justify-content:center;padding:1.25rem 1.25rem 2.5rem}@media(min-width: 992px){.st-auth-layout__content{padding:2rem}}.st-auth-card{width:100%;max-width:26rem;padding:1.75rem 1.5rem;border-radius:24px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 12px 40px rgba(15,23,42,.08)}@media(min-width: 576px){.st-auth-card{padding:2rem 1.75rem}}.st-auth-card__header{margin-bottom:1.5rem}.st-auth-card__title{font-size:1.5rem;font-weight:800;letter-spacing:-0.03em;color:#111827;margin:0 0 .35rem}.st-auth-card__lead{font-size:.9375rem;color:#64748b;margin:0;line-height:1.55}.st-auth-card__alert{font-size:.875rem;border-radius:14px;margin-bottom:1rem}.st-auth-card__footer{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid rgba(15,23,42,.08);text-align:center;font-size:.875rem;color:#64748b}.st-auth-card__footer a{font-weight:600;color:#b45309;text-decoration:none}.st-auth-card__footer a:hover{color:#92400e;text-decoration:underline}.st-auth-card__icon-badge{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;background:rgba(244,180,0,.15);color:#b45309}.st-auth-card__icon-badge svg{width:1.5rem;height:1.5rem}.st-auth-card__divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.st-auth-card__divider::before,.st-auth-card__divider::after{content:"";flex:1;height:1px;background:rgba(15,23,42,.1)}.st-auth-field{margin-bottom:1rem}.st-auth-field__label{display:block;font-size:.8125rem;font-weight:700;color:#374151;margin-bottom:.35rem}.st-auth-field__control{position:relative;display:flex;align-items:center}.st-auth-field__icon{position:absolute;left:.9rem;width:1.05rem;height:1.05rem;color:#94a3b8;pointer-events:none;z-index:2}.st-auth-field__input{width:100%;min-height:2.85rem;padding:.75rem .9rem .75rem 2.55rem;border-radius:14px;border:1px solid rgba(15,23,42,.12);background:#f8f9fc;font-size:.9375rem;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.st-auth-field__input:focus{border-color:#f4b400;background:#fff;box-shadow:0 0 0 3px rgba(244,180,0,.22)}.st-auth-form{display:flex;flex-direction:column;gap:.25rem}.st-auth-form__submit{margin-top:.5rem;width:100%;min-height:2.85rem;border:none;border-radius:14px;font-weight:700;font-size:.9375rem;background:linear-gradient(135deg, #ffc107 0%, #f4b400 100%);color:#0b1020;box-shadow:0 4px 18px rgba(244,180,0,.35);transition:transform .2s ease,box-shadow .2s ease}.st-auth-form__submit:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(244,180,0,.4);color:#0b1020}.st-auth-form__links{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem .75rem;margin-top:.75rem;font-size:.8125rem}.st-auth-form__links a{font-weight:600;color:#64748b;text-decoration:none}.st-auth-form__links a:hover{color:#b45309}.st-error-page{display:flex;align-items:center;justify-content:center;min-height:50vh;padding:2rem 0}.st-error-page__inner{max-width:28rem}.st-error-page__logo{display:inline-flex;justify-content:center;margin-bottom:1.5rem}.st-error-page__title{font-size:1.75rem;font-weight:700;margin-bottom:.75rem}.st-error-page__lead{font-size:1rem;margin-bottom:1.5rem}.st-language-switcher__toggle{display:inline-flex;align-items:center;gap:.35rem;font-size:.875rem;line-height:1}.st-language-switcher__code{font-size:.75rem;font-weight:600;letter-spacing:.04em}.st-language-switcher__form{margin:0}.st-language-switcher--landing .st-language-switcher__toggle{color:var(--st-landing-nav-link, #e2e8f0);border:1px solid hsla(0,0%,100%,.18);background:rgba(15,23,42,.35)}.st-language-switcher--landing .st-language-switcher__toggle:hover,.st-language-switcher--landing .st-language-switcher__toggle:focus,.st-language-switcher--landing .st-language-switcher__toggle.show{color:#fff;background:rgba(15,23,42,.55);border-color:hsla(0,0%,100%,.28)}.st-language-switcher--dashboard .st-language-switcher__toggle{border:1px solid var(--bs-border-color);background:var(--bs-body-bg);color:var(--bs-body-color);padding:.35rem .65rem}
