@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";:root{--color-driver-designated: #62bd79;--color-driver-override: #f26419;--color-passenger-only: #ffc700;--color-neutral-primary: #1c2e30;--color-past-memory: #b1b9ba;--color-background: #ffffff;--color-date: #46685e;--color-text-primary: #1c2e30;--color-text-secondary: #46685e;--color-text-tertiary: #b1b9ba;--color-text-inverse: #ffffff;--color-text-disabled: #b1b9ba;--color-separator-light: rgba(28, 46, 48, .1);--color-semantic-danger: #ff3b30;--status-warning-bg: #fff3cd;--status-warning-text: #856404;--status-warning-border: #ffeeba;--status-info-bg: #d1ecf1;--status-info-text: #0c5460;--status-info-border: #bee5eb;--status-error-bg: #f8d7da;--status-error-text: #721c24;--status-error-border: #f5c6cb;--switch-off-background: #1c2e30;--switch-thumb: #ffffff;--switch-thumb-shadow: 0 2px 4px rgba(0, 0, 0, .12);--switch-on-override: #f26419;--switch-on-available: #62bd79;--switch-on-passenger: #ffc700;--switch-on-past: #b1b9ba;--switch-on-enabled-background: #62bd79;--switch-off-enabled-background: var(--switch-off-background);--switch-disabled-background: #b1b9ba;--switch-thumb-enabled: var(--switch-thumb);--switch-thumb-disabled: #e9e9ea;--color-background-primary: #ffffff;--color-background-secondary: #ffffff;--color-background-tertiary: #ffffff;--color-surface-glass: #ffffff;--color-surface-glass-heavy: #ffffff;--color-surface-border: transparent;--color-background-ambient-a: #ffffff;--color-background-ambient-b: #ffffff;--color-background-ambient-c: #ffffff;--color-accent-primary: #1c2e30;--color-semantic-success: #62bd79;--color-separator: rgba(28, 46, 48, .1);--shadow-xs: none;--shadow-sm: none;--shadow-md: none;--shadow-lg: none;--shadow-floating: none;--blur-md: blur(0px);--blur-lg: blur(0px);--font-family-base: "Roboto", system-ui, sans-serif;--font-family-display: "Roboto", system-ui, sans-serif;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-base: 16px;--font-size-md: 16px;--font-size-lg: 18px;--font-size-xl: 22px;--font-size-xxl: 34px;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--space-xxs: 4px;--space-xs: 8px;--space-sm: 12px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-xxl: 48px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 9999px;--header-height: 60px;--bottom-safe-area: env(safe-area-inset-bottom, 20px);--app-max-width: 480px;--a11y-touch-target-min: 44px}body{background-color:var(--color-background);color:var(--color-text-primary);font-family:var(--font-family-base)}:root{font-family:var(--font-family-base);line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html,body,#root{width:100%;min-height:100%}body{margin:0;display:flex;place-items:flex-start;min-width:320px;min-height:100dvh;background-color:var(--color-background);overflow-x:hidden;overscroll-behavior-x:none;overscroll-behavior-y:none}#root{width:100%}@keyframes slideInFromRight{0%{transform:translate(15px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInFromLeft{0%{transform:translate(-15px);opacity:0}to{transform:translate(0);opacity:1}}.animate-slide-right{animation:slideInFromRight .15s cubic-bezier(.2,.8,.2,1) forwards}.animate-slide-left{animation:slideInFromLeft .15s cubic-bezier(.2,.8,.2,1) forwards}#root{width:100%;margin:0;padding:0}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100dvh;gap:var(--space-lg);background-color:var(--color-background);color:var(--color-text-primary)}.loading-spinner{width:48px;height:48px;border:4px solid var(--color-separator-light);border-top-color:var(--color-neutral-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideDown{0%{transform:translate(-50%) translateY(-120%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.5}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
