@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&family=Pacifico&display=swap";:root{--primary: #6d28d9;--primary-hover: #5b21b6;--primary-light: #ede9fe;--primary-dark: #4c1d95;--accent: #f59e0b;--accent-hover: #d97706;--accent-light: #fef3c7;--magic: #a855f7;--magic-light: #f3e8ff;--bg: #faf9ff;--surface: #ffffff;--surface-2: #f5f3ff;--border: #e5e0f8;--border-strong: #c4b5fd;--success: #10b981;--success-light: #d1fae5;--warning: #f97316;--warning-light: #ffedd5;--danger: #ef4444;--danger-light: #fee2e2;--text: #1e1b4b;--text-secondary: #4c4a7a;--text-muted: #9ca3af;--wait-low: #10b981;--wait-low-bg: #d1fae5;--wait-medium: #f97316;--wait-medium-bg: #ffedd5;--wait-high: #ef4444;--wait-high-bg: #fee2e2;--radius: 14px;--radius-sm: 8px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(109,40,217,.08);--shadow: 0 2px 8px rgba(109,40,217,.1), 0 1px 3px rgba(109,40,217,.06);--shadow-md: 0 4px 16px rgba(109,40,217,.12), 0 2px 6px rgba(109,40,217,.07);--shadow-lg: 0 10px 30px rgba(109,40,217,.14), 0 4px 10px rgba(109,40,217,.08);--bottom-nav-height: 64px;font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.5;font-weight:400;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh;background-color:var(--bg);color:var(--text)}a{color:var(--primary);text-decoration:none;font-weight:600}a:hover{text-decoration:underline}button{font-family:inherit;font-size:1rem;cursor:pointer}input,select,textarea{font-family:inherit;font-size:1rem}h1,h2,h3,h4,h5,h6{color:var(--text);line-height:1.2;font-weight:800}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem 1.25rem;border-radius:var(--radius-full);font-weight:700;font-size:.9375rem;border:none;transition:all .18s ease;cursor:pointer;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--primary) 0%,var(--magic) 100%);color:#fff;box-shadow:0 2px 10px #6d28d959}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 16px #6d28d973}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:var(--surface);color:var(--primary);border:2px solid var(--border-strong)}.btn-secondary:hover{background:var(--primary-light);border-color:var(--primary)}.btn-ghost{background:transparent;color:var(--text-secondary);border:1.5px solid var(--border)}.btn-ghost:hover{background:var(--surface-2);color:var(--text)}.btn-accent{background:linear-gradient(135deg,var(--accent) 0%,#fbbf24 100%);color:#1e1b4b;box-shadow:0 2px 10px #f59e0b59}.btn-accent:hover{transform:translateY(-1px);box-shadow:0 4px 16px #f59e0b73}.btn-large{padding:.75rem 1.75rem;font-size:1.0625rem}.btn-small{padding:.35rem .875rem;font-size:.8125rem}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}@media(prefers-color-scheme:dark){:root{--bg: #0f0d1a;--surface: #1a1730;--surface-2: #221e38;--border: #2e2a4a;--border-strong: #4c4580;--text: #f0eeff;--text-secondary: #b8b0e0;--text-muted: #6b6490;--primary-light: #2d2060;--magic-light: #2a1a4a;--accent-light: #3a2a00;--shadow-sm: 0 1px 3px rgba(0,0,0,.4);--shadow: 0 2px 8px rgba(0,0,0,.4);--shadow-md: 0 4px 16px rgba(0,0,0,.5);--shadow-lg: 0 10px 30px rgba(0,0,0,.6)}}.app{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.app-main{flex:1;display:flex;flex-direction:column}.wait-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .6rem;border-radius:var(--radius-full);font-size:.8125rem;font-weight:700;white-space:nowrap}.form-group label{font-size:.875rem;font-weight:700;color:var(--text-secondary)}.form-control:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6d28d91f}.modal-overlay{position:fixed;inset:0;background:#1e1b4b80;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.privacy-footer{color:var(--success)!important;font-weight:700}.selection-summary{background:var(--primary-light);padding:.625rem .875rem;border-radius:var(--radius-sm);margin-bottom:1rem;text-align:center;font-size:.9rem;color:var(--primary);font-weight:700}.land-name{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.5rem;padding-bottom:.375rem;border-bottom:1px solid var(--border)}.ride-name{color:var(--text);font-size:.9rem;font-weight:600}.height-badge{font-size:.75rem;padding:.15rem .5rem;border-radius:var(--radius-full);font-weight:600}.filters-section h3{font-size:.875rem;font-weight:700;margin-bottom:.875rem;color:var(--text-secondary)}.filters-section h4{font-size:.8125rem;font-weight:700;margin-bottom:.5rem;color:var(--text-secondary)}.category-btn{padding:.375rem .75rem;border:1.5px solid var(--border);background:var(--surface);border-radius:var(--radius-full);font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .15s;color:var(--text-secondary)}.height-preset-btn{padding:.375rem .75rem;border:1.5px solid var(--border);background:var(--surface);border-radius:var(--radius-full);font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .15s;color:var(--text-secondary)}.btn-clear-filters{background:var(--danger-light);color:var(--danger);border:1.5px solid var(--danger);width:100%;margin-bottom:.625rem;padding:.4rem;border-radius:var(--radius-sm);font-weight:700;cursor:pointer}.step-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,var(--primary),var(--magic));color:#fff;border-radius:50%;font-weight:800;font-size:.875rem;flex-shrink:0}.stat-value{display:block;font-size:1.375rem;font-weight:800;color:var(--primary);margin-bottom:.25rem}.context-label{font-size:.6875rem;color:var(--primary);text-transform:uppercase;font-weight:800;letter-spacing:.06em}.context-value{font-size:.9375rem;color:var(--text);font-weight:800}@media(max-width:768px){.route-header{flex-direction:column;align-items:flex-start;gap:.75rem}.step-details{grid-template-columns:1fr 1fr}}display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .625rem 1.25rem; border: none; border-radius: var(--radius-sm); font-size: .9375rem; font-weight: 600; cursor: pointer; transition: background .15s,box-shadow .15s,transform .1s; text-decoration: none; white-space: nowrap; line-height: 1.25; } .btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 1px 2px #0000001a}.btn-primary:hover:not(:disabled){background:var(--primary-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{background:var(--surface);color:var(--text-secondary);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--surface-2);border-color:var(--border-strong)}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-ghost{background:transparent;color:var(--text-secondary);border:1px solid transparent}.btn-ghost:hover:not(:disabled){background:var(--surface-2);border-color:var(--border)}.btn-small{padding:.4rem .875rem;font-size:.875rem}.btn-large{padding:.875rem 2rem;font-size:1.0625rem}.btn-full{width:100%}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.wait-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.2rem .6rem;border-radius:var(--radius-full);font-size:.8125rem;font-weight:600;white-space:nowrap}.wait-badge.low{background:var(--wait-low-bg);color:var(--wait-low)}.wait-badge.medium{background:var(--wait-medium-bg);color:var(--wait-medium)}.wait-badge.high{background:var(--wait-high-bg);color:var(--wait-high)}.wait-badge.closed{background:var(--surface-2);color:var(--text-muted)}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-group label{font-size:.875rem;font-weight:600;color:var(--text-secondary)}.form-control{padding:.625rem .875rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.9375rem;color:var(--text);background:var(--surface);transition:border-color .15s,box-shadow .15s;width:100%}.form-control:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #1d4ed81f}.form-control:disabled{background:var(--surface-2);color:var(--text-muted);cursor:not-allowed}.alert{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border-radius:var(--radius-sm);font-size:.9375rem}.alert-error{background:var(--danger-light);color:#991b1b;border-left:3px solid var(--danger)}.alert-warning{background:var(--warning-light);color:#9a3412;border-left:3px solid var(--warning)}.alert-success{background:var(--success-light);color:#065f46;border-left:3px solid var(--success)}.error-message{background:var(--danger-light);color:#991b1b;padding:.875rem 1rem;border-radius:var(--radius-sm);margin-bottom:1rem;border-left:3px solid var(--danger);font-size:.9375rem}.modal-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-content{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);max-width:520px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.modal-close{position:absolute;top:.875rem;right:.875rem;background:none;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);cursor:pointer;color:var(--text-muted);transition:background .15s,color .15s}.app-footer{background:var(--surface);border-top:1px solid var(--border);padding:1rem 2rem;text-align:center}@media(max-width:768px){.app-footer{padding-bottom:calc(1rem + var(--bottom-nav-height))}}.app-footer p{color:var(--text-muted);font-size:.8125rem;line-height:1.8}.app-footer a{color:var(--primary)}.privacy-footer{color:var(--success)!important;font-weight:600}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--surface-2)}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9375rem;color:var(--text-secondary)}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--primary)}.selection-summary{background:var(--primary-light);padding:.625rem .875rem;border-radius:var(--radius-sm);margin-bottom:1rem;text-align:center;font-size:.9rem;color:var(--primary)}.selection-summary strong{font-size:1.125rem}.action-buttons{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.25rem}.location-selector{background:var(--surface-2);padding:.875rem;border-radius:var(--radius-sm);margin-bottom:1.25rem;border:1px solid var(--border)}.location-selector h3{font-size:.875rem;font-weight:600;margin-bottom:.625rem;color:var(--text-secondary)}.location-info{margin-top:.5rem;font-size:.8125rem;color:var(--text-muted)}.rides-list{max-height:400px;overflow-y:auto}.land-section{margin-bottom:1.25rem}.land-name{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.5rem;padding-bottom:.375rem;border-bottom:1px solid var(--border)}.ride-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .5rem;margin-bottom:.25rem;border-radius:var(--radius-sm);cursor:pointer;transition:background .15s}.ride-item:hover{background:var(--surface-2)}.ride-item input[type=checkbox]{width:18px;height:18px;flex-shrink:0;cursor:pointer;accent-color:var(--primary)}.ride-info{flex:1;min-width:0}.ride-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.category-icon{width:20px;height:20px;flex-shrink:0;color:var(--text-muted)}.ride-name{color:var(--text);font-size:.9rem;font-weight:500}.ride-details{display:flex;flex-wrap:wrap;gap:.375rem;align-items:center}.ride-wait-time{font-size:.8125rem;color:var(--text-muted)}.height-badge{font-size:.75rem;padding:.15rem .5rem;border-radius:var(--radius-full);font-weight:500}.height-badge.no-requirement{background:var(--success-light);color:var(--success)}.height-badge.has-requirement{background:var(--warning-light);color:var(--warning)}.height-notes{font-style:italic;font-size:.7rem;color:var(--text-muted)}.filters-section{background:var(--surface-2);padding:.875rem;border-radius:var(--radius-sm);margin-bottom:1.25rem;border:1px solid var(--border)}.filters-section h3{font-size:.875rem;font-weight:600;margin-bottom:.875rem;color:var(--text-secondary)}.filters-section h4{font-size:.8125rem;font-weight:600;margin-bottom:.5rem;color:var(--text-secondary)}.category-filters{margin-bottom:.875rem}.category-buttons{display:flex;flex-wrap:wrap;gap:.375rem}.category-btn{padding:.375rem .75rem;border:1.5px solid var(--border);background:var(--surface);border-radius:var(--radius-full);font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:.25rem;color:var(--text-secondary)}.category-btn:hover{border-color:var(--primary);color:var(--primary)}.category-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.height-filter{margin-bottom:.875rem}.height-presets{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.625rem}.height-preset-btn{padding:.375rem .75rem;border:1.5px solid var(--border);background:var(--surface);border-radius:var(--radius-full);font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s;color:var(--text-secondary)}.height-preset-btn:hover{border-color:var(--success);color:var(--success)}.height-preset-btn.active{background:var(--success);color:#fff;border-color:var(--success)}.custom-height{margin-top:.625rem}.custom-height label{display:flex;flex-direction:column;gap:.375rem;font-size:.8125rem;color:var(--text-secondary)}.custom-height input[type=number]{padding:.5rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.9rem;max-width:140px}.custom-height input[type=number]:focus{outline:none;border-color:var(--primary)}.btn-clear-filters{background:var(--danger-light);color:var(--danger);border:1.5px solid var(--danger);width:100%;margin-bottom:.625rem}.btn-clear-filters:hover{background:var(--danger);color:#fff}.filter-results{text-align:center;padding:.5rem;background:var(--surface);border-radius:var(--radius-sm);font-size:.875rem;color:var(--text-secondary)}.route-display{margin-bottom:2rem}.route-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.875rem;border-bottom:1px solid var(--border)}.route-header h2{font-size:1.375rem;color:var(--text)}.total-time{display:flex;flex-direction:column;align-items:flex-end}.total-time .label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.total-time .time{font-size:1.375rem;font-weight:700;color:var(--primary)}.route-steps{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.route-step{display:flex;gap:1rem;background:var(--surface-2);padding:.875rem;border-radius:var(--radius-sm);border-left:3px solid var(--primary)}.step-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--primary);color:#fff;border-radius:50%;font-weight:700;font-size:.875rem;flex-shrink:0}.step-content{flex:1}.step-title{color:var(--text);font-size:1rem;font-weight:600;margin-bottom:.5rem}.step-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:.375rem}.detail-item{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--text-secondary)}.detail-item.total{color:var(--text);font-weight:600}.detail-item .icon{font-size:.875rem}.route-summary{background:var(--surface-2);padding:1.25rem;border-radius:var(--radius-sm);border:1px solid var(--border)}.route-summary h3{color:var(--text);margin-bottom:.875rem;font-size:1rem}.summary-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.stat{text-align:center;padding:.875rem;background:var(--surface);border-radius:var(--radius-sm);border:1px solid var(--border)}.stat-value{display:block;font-size:1.375rem;font-weight:700;color:var(--primary);margin-bottom:.25rem}.stat-label{font-size:.8125rem;color:var(--text-muted)}.map-view{margin-top:1.5rem}.map-view h3{color:var(--text);margin-bottom:.875rem;font-size:1rem;font-weight:600}.leaflet-container{border-radius:var(--radius-sm);box-shadow:var(--shadow)}.map-placeholder{background:var(--surface-2);padding:2.5rem;border-radius:var(--radius-sm);text-align:center;border:2px dashed var(--border)}.map-placeholder p{color:var(--text-secondary);font-size:1rem;margin-bottom:.375rem}.map-placeholder .help-text{font-size:.875rem;color:var(--text-muted)}.auth-modal{padding:2rem}.auth-modal h2{color:var(--text);font-size:1.5rem;margin-bottom:1.25rem;text-align:center}.auth-tabs{display:flex;gap:.5rem;margin-bottom:1.25rem;border-bottom:1px solid var(--border)}.auth-tab{flex:1;padding:.625rem;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:.9375rem;font-weight:600;color:var(--text-muted);transition:all .15s;margin-bottom:-1px}.auth-tab:hover{color:var(--text-secondary)}.auth-tab.active{color:var(--primary);border-bottom-color:var(--primary)}.auth-form{display:flex;flex-direction:column;gap:.875rem}.auth-divider{display:flex;align-items:center;margin:1.25rem 0;color:var(--text-muted);font-size:.875rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid var(--border)}.auth-divider span{padding:0 .875rem}.oauth-buttons{display:flex;flex-direction:column;gap:.625rem}.btn-oauth{display:flex;align-items:center;justify-content:center;gap:.625rem;padding:.625rem;border:1.5px solid var(--border);background:var(--surface);border-radius:var(--radius-sm);font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .15s;color:var(--text)}.btn-oauth:hover:not(:disabled){border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.auth-note{text-align:center;font-size:.875rem;color:var(--text-muted);margin-top:.875rem}.time-window-picker{display:flex;flex-direction:column;gap:.875rem}.time-picker-label{display:flex;flex-direction:column;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--text-secondary)}.time-select{padding:.625rem .875rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.9375rem;background:var(--surface);cursor:pointer;color:var(--text)}.time-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #1d4ed81f}.time-window-preview{background:var(--primary-light);padding:.875rem;border-radius:var(--radius-sm);border-left:3px solid var(--primary)}.window-times{display:flex;align-items:center;justify-content:space-between;margin-bottom:.625rem;flex-wrap:wrap;gap:.5rem}.window-time{display:flex;flex-direction:column;gap:.2rem}.window-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;font-weight:600}.window-value{font-size:1.0625rem;color:var(--text);font-weight:700}.window-separator{font-size:1.25rem;color:var(--primary);font-weight:700}.window-note{font-size:.8125rem;color:var(--text-secondary);margin:0;padding:.375rem;background:var(--surface);border-radius:4px}.lightning-lane-manager{background:var(--surface-2);padding:1.25rem;border-radius:var(--radius-sm);margin-top:1.25rem;border:1px solid var(--border)}.ll-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.875rem}.ll-header h3{color:var(--text);font-size:1.0625rem;margin:0}.ll-empty-state{text-align:center;padding:1.5rem;color:var(--text-muted)}.ll-hint{font-size:.875rem;margin-top:.5rem}.ll-add-form{background:var(--surface);padding:1.25rem;border-radius:var(--radius-sm);margin-bottom:.875rem;border:1px solid var(--border)}.ll-add-form h4{color:var(--text);margin-bottom:.875rem;font-size:1rem}.ll-select{width:100%;padding:.625rem .875rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.9375rem;background:var(--surface);cursor:pointer;color:var(--text)}.ll-select:focus{outline:none;border-color:var(--primary)}.ll-type-buttons{display:flex;gap:.375rem;flex-wrap:wrap}.ll-type-btn{flex:1;min-width:90px;padding:.5rem;border:1.5px solid var(--border);background:var(--surface);border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s;color:var(--text-secondary)}.ll-type-btn:hover{border-color:var(--primary);color:var(--primary)}.ll-type-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.priority-slider{width:100%;height:6px;border-radius:3px;background:var(--border);outline:none;-webkit-appearance:none;appearance:none;accent-color:var(--primary)}.priority-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--primary);cursor:pointer}.priority-markers{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.form-actions{display:flex;gap:.625rem;margin-top:.875rem}.form-actions .btn{flex:1}.ll-list{margin-top:.875rem}.ll-list h4{color:var(--text);margin-bottom:.875rem;font-size:.9375rem}.ll-item{background:var(--surface);padding:.875rem;border-radius:var(--radius-sm);margin-bottom:.625rem;border:1px solid var(--border);border-left:3px solid var(--accent);transition:box-shadow .15s}.ll-item:hover{box-shadow:var(--shadow-sm)}.ll-item.used{opacity:.55}.ll-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem}.ll-item-header h5{color:var(--text);font-size:1rem;margin:0}.ll-delete-btn{background:var(--danger-light);color:var(--danger);border:none;border-radius:var(--radius-sm);width:28px;height:28px;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.ll-delete-btn:hover{background:var(--danger);color:#fff}.ll-item-details{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:.625rem}.ll-type-badge{padding:.2rem .625rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:600;color:#fff}.ll-time{font-size:.875rem;color:var(--text-secondary)}.ll-priority{font-size:.875rem;color:var(--text-muted)}.ll-actions{padding-top:.625rem;border-top:1px solid var(--border)}.ll-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:var(--text-secondary)}.ll-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--success)}.itinerary-context{background:var(--primary-light);border:1.5px solid var(--primary);border-radius:var(--radius-sm);padding:.875rem;margin-bottom:1.25rem}.itinerary-context-header{display:flex;align-items:center;gap:.625rem;margin-bottom:.375rem}.context-icon{color:var(--primary)}.context-info{display:flex;flex-direction:column;gap:.15rem}.context-label{font-size:.6875rem;color:var(--primary);text-transform:uppercase;font-weight:700;letter-spacing:.06em}.context-value{font-size:.9375rem;color:var(--text);font-weight:700}.context-description{font-size:.875rem;color:var(--text-secondary);margin:0}.welcome-message{text-align:center;padding:3rem 1.5rem}.welcome-message h2{font-size:1.75rem;margin-bottom:.875rem}.welcome-message p{color:var(--text-secondary);font-size:1.0625rem;margin-bottom:1.5rem;max-width:560px;margin-left:auto;margin-right:auto}@media(max-width:768px){.route-header{flex-direction:column;align-items:flex-start;gap:.75rem}.step-details{grid-template-columns:1fr 1fr}.total-time{align-items:flex-start}.summary-stats{grid-template-columns:1fr}}.app-header{background:linear-gradient(135deg,#1e1b4b,#4c1d95);border-bottom:none;padding:0 1.5rem;height:56px;display:flex;align-items:center;justify-content:space-between;gap:1rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #6d28d94d}.header-brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:#fbbf24;font-weight:900;font-size:1.2rem;letter-spacing:-.01em;flex-shrink:0}.header-brand:hover{text-decoration:none;color:#fde68a}.header-brand-name{color:#fff}.nav-link{padding:.4rem .875rem;text-decoration:none;color:#ffffffb3;font-size:.9375rem;font-weight:600;border-radius:var(--radius-full);transition:all .15s}.nav-link:hover{color:#fff;background:#ffffff1f;text-decoration:none}.nav-link.active{color:#fff;background:#ffffff2e}.user-email{color:#ffffffb3;font-size:.875rem;font-weight:600;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-loading{color:#ffffff80;font-size:.875rem}.app-header .btn-primary{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#1e1b4b;box-shadow:0 2px 8px #f59e0b66}.app-header .btn-secondary{background:#ffffff1f;color:#fff;border-color:#ffffff40}.app-header .btn-secondary:hover{background:#fff3}@media(max-width:768px){.app-header{padding:0 1rem;height:52px}.user-email,.app-header--planner .header-nav{display:none}}.header-brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--primary);font-weight:800;font-size:1.125rem;letter-spacing:-.01em;flex-shrink:0}.header-brand:hover{text-decoration:none;color:var(--primary-hover)}.header-brand-name{color:var(--text)}.header-nav{display:flex;gap:.25rem;flex:1;justify-content:center}.nav-link{padding:.4rem .875rem;text-decoration:none;color:var(--text-secondary);font-size:.9375rem;font-weight:500;border-radius:var(--radius-sm);transition:all .15s}.nav-link:hover{color:var(--text);background:var(--surface-2);text-decoration:none}.nav-link.active{color:var(--primary);background:var(--primary-light);font-weight:600}.header-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.user-menu{display:flex;align-items:center;gap:.75rem}.user-email{color:var(--text-secondary);font-size:.875rem;font-weight:500;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-loading{color:var(--text-muted);font-size:.875rem}@media(max-width:768px){.app-header{padding:0 1rem;height:52px}.header-brand-name{display:block}.user-email,.app-header--planner .header-nav{display:none}}@media(max-width:480px){.user-email{display:none}}.quick-start-wizard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm)}.qsw-collapsible{border-radius:var(--radius-sm)}.qsw-collapsed-trigger{display:flex;align-items:center;gap:.625rem;width:100%;padding:.875rem 1.125rem;background:var(--surface);border:1px dashed var(--border-strong);border-radius:var(--radius-sm);color:var(--text-secondary);font-size:.9375rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,color .15s;text-align:left}.qsw-collapsed-trigger:hover{background:var(--primary-light);border-color:var(--primary);color:var(--primary)}.qsw-collapsed-trigger span{flex:1}.qsw-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.25rem}.qsw-header-left{display:flex;align-items:flex-start;gap:.75rem}.qsw-header-icon{color:var(--primary);margin-top:.125rem;flex-shrink:0}.qsw-title{margin:0 0 .125rem;font-size:1.0625rem;font-weight:700;color:var(--text)}.qsw-subtitle{margin:0;font-size:.875rem;color:var(--text-muted)}.qsw-collapse-btn{background:none;border:none;cursor:pointer;color:var(--text-muted);padding:.25rem;border-radius:var(--radius-sm);display:flex;transition:background .15s}.qsw-collapse-btn:hover{background:var(--surface-2)}.qsw-form{display:flex;flex-direction:column;gap:1.125rem}.qsw-field-label{display:block;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.5rem}.qsw-park-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.qsw-park-btn{padding:.625rem .75rem;background:var(--surface-2);border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:background .15s,border-color .15s,color .15s}.qsw-park-btn:hover,.qsw-park-btn.active{background:var(--primary-light);border-color:var(--primary);color:var(--primary)}.qsw-options{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.qsw-options--3{grid-template-columns:repeat(3,1fr)}.qsw-option{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem;padding:.75rem .875rem;background:var(--surface-2);border:1.5px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:background .15s,border-color .15s;text-align:left}.qsw-option:hover,.qsw-option.active{background:var(--primary-light);border-color:var(--primary)}.qsw-option.active .qsw-option-label{color:var(--primary)}.qsw-option-label{font-size:.9375rem;font-weight:700;color:var(--text)}.qsw-option-desc{font-size:.75rem;color:var(--text-muted);line-height:1.3}.qsw-error{font-size:.875rem;color:var(--danger);margin:0}.qsw-generate-btn{align-self:flex-start;display:flex;align-items:center;gap:.5rem}.qsw-strategy{background:var(--primary-light);border-radius:var(--radius-sm);padding:.875rem 1rem;margin-bottom:1rem;font-size:.9375rem;color:var(--primary);line-height:1.5}.qsw-strategy p{margin:0}.qsw-plan-list{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.25rem}.qsw-step{display:flex;gap:.875rem;padding:.875rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);border-left:3px solid var(--border);transition:border-left-color .15s}.qsw-step--ll{border-left-color:var(--accent);background:#fffbeb}.qsw-step-order{flex-shrink:0;width:1.75rem;height:1.75rem;background:var(--surface);border:1.5px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:800;color:var(--text-secondary)}.qsw-step--ll .qsw-step-order{border-color:var(--accent);color:var(--accent)}.qsw-step-body{flex:1;min-width:0}.qsw-step-top{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.25rem;flex-wrap:wrap}.qsw-step-name{font-size:.9375rem;font-weight:700;color:var(--text)}.qsw-ll-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;background:#fef3c7;color:#92400e;border-radius:var(--radius-full);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.qsw-step-meta{display:flex;gap:.5rem;margin-bottom:.375rem;flex-wrap:wrap}.qsw-step-land{font-size:.75rem;color:var(--text-muted)}.qsw-step-category{font-size:.75rem;padding:.1rem .5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text-secondary)}.qsw-step-height{font-size:.75rem;padding:.1rem .5rem;background:#fee2e2;border-radius:var(--radius-full);color:var(--danger);font-weight:600}.qsw-step-footer{display:flex;align-items:flex-start;gap:.75rem;flex-wrap:wrap}.qsw-step-time{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;font-weight:700;color:var(--text-secondary);white-space:nowrap;flex-shrink:0}.qsw-step-rationale{font-size:.8125rem;color:var(--text-muted);line-height:1.4}.qsw-results-actions{display:flex;gap:.75rem;align-items:center}@media(max-width:640px){.qsw-options{grid-template-columns:repeat(2,1fr)}.qsw-options--3{grid-template-columns:repeat(3,1fr)}.qsw-option{padding:.625rem .75rem}.quick-start-wizard{padding:1rem}}@media(max-width:400px){.qsw-options--3{grid-template-columns:1fr 1fr}}.landing-page{display:flex;flex-direction:column}.hero{position:relative;overflow:hidden;background:linear-gradient(145deg,#1e1b4b,#4c1d95 45%,#6d28d9 75%,#a855f7);padding:5rem 1.5rem 4.5rem;text-align:center}.hero:before{content:"✦ ✧ ✦ ✧ ✦ ✧ ✦ ✧ ✦ ✧ ✦ ✧ ✦ ✧ ✦";position:absolute;top:1.25rem;left:0;right:0;text-align:center;font-size:.7rem;color:#fff3;letter-spacing:.5rem;pointer-events:none}.hero:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:60px;background:var(--bg);clip-path:ellipse(55% 100% at 50% 100%)}.hero-content{position:relative;max-width:680px;margin:0 auto;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.4rem;background:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffeb;font-size:.8125rem;font-weight:700;padding:.35rem 1rem;border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.2);margin-bottom:1.5rem;letter-spacing:.02em}.hero-title{font-family:Nunito,sans-serif;font-size:clamp(2.25rem,6vw,3.5rem);font-weight:900;color:#fff;margin-bottom:1.25rem;line-height:1.1;letter-spacing:-.02em}.hero-title-accent{background:linear-gradient(90deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.125rem;color:#ffffffd1;line-height:1.65;margin-bottom:2.25rem;max-width:520px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:.875rem;justify-content:center;flex-wrap:wrap;margin-bottom:1.25rem}.hero-cta{background:linear-gradient(135deg,#f59e0b,#fbbf24)!important;color:#1e1b4b!important;box-shadow:0 4px 20px #f59e0b80!important;font-size:1.0625rem;padding:.8rem 2rem}.hero-cta:hover{transform:translateY(-2px)!important;box-shadow:0 6px 24px #f59e0b99!important}.hero-secondary-btn{background:#ffffff1f!important;color:#fff!important;border:1.5px solid rgba(255,255,255,.3)!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-secondary-btn:hover{background:#ffffff38!important}.hero-note{display:flex;align-items:center;justify-content:center;gap:.375rem;font-size:.8125rem;color:#ffffff8c}.stats-strip{display:flex;justify-content:center;gap:3rem;padding:2rem 1.5rem;background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:wrap}.stat-item{text-align:center}.stat-value{font-size:1.75rem;font-weight:900;color:var(--primary);line-height:1;margin-bottom:.25rem}.stat-label{font-size:.8125rem;color:var(--text-secondary);font-weight:600}.wizard-section{background:var(--bg);border-bottom:1px solid var(--border);padding:3.5rem 1.5rem}.wizard-section-inner{max-width:720px;margin:0 auto}.wizard-section-intro{text-align:center;margin-bottom:1.75rem}.wizard-section-intro h2{font-size:1.625rem;font-weight:900;color:var(--text);margin:0 0 .5rem}.wizard-section-intro p{font-size:1rem;color:var(--text-secondary);margin:0}.features-section{padding:4rem 1.5rem;background:var(--surface)}.features-inner{max-width:1100px;margin:0 auto}.features-heading{text-align:center;font-size:1.75rem;font-weight:900;color:var(--text);margin-bottom:.5rem;letter-spacing:-.02em}.features-subheading{text-align:center;color:var(--text-secondary);font-size:1rem;margin-bottom:2.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1.25rem}.feature-card{background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius);padding:1.625rem;transition:box-shadow .2s,transform .2s,border-color .2s}.feature-card.clickable{cursor:pointer}.feature-card.clickable:hover{box-shadow:var(--shadow-md);transform:translateY(-3px);border-color:var(--border-strong)}.feature-icon-wrap{width:52px;height:52px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:1.125rem;font-size:1.5rem}.feature-icon-wrap--purple{background:var(--primary-light);color:var(--primary)}.feature-icon-wrap--amber{background:var(--accent-light);color:var(--accent)}.feature-icon-wrap--green{background:var(--success-light);color:var(--success)}.feature-icon-wrap--magic{background:var(--magic-light);color:var(--magic)}.feature-icon-wrap--blue{background:#dbeafe;color:#1d4ed8}.feature-card h3{font-size:1.0625rem;font-weight:800;color:var(--text);margin-bottom:.5rem}.feature-card p{color:var(--text-secondary);font-size:.9375rem;line-height:1.6}.feature-note{margin-top:.625rem;font-size:.8125rem!important;color:var(--primary)!important;font-weight:700}.landing-cta-section{background:linear-gradient(135deg,#1e1b4b,#4c1d95 60%,#6d28d9);color:#fff;text-align:center;padding:4rem 1.5rem;position:relative;overflow:hidden}.landing-cta-section:before{content:"✨";position:absolute;font-size:8rem;opacity:.04;top:-1rem;right:2rem;pointer-events:none}.landing-cta-section h2{color:#fff;font-size:2rem;font-weight:900;margin-bottom:.75rem;letter-spacing:-.02em}.landing-cta-section p{color:#ffffffb3;margin-bottom:2rem;font-size:1.0625rem}.landing-free-note{margin-top:1.125rem;font-size:.875rem;color:#ffffff8c}@media(max-width:640px){.hero{padding:3.5rem 1rem 3rem}.hero:after{height:40px}.hero-actions{flex-direction:column;align-items:center}.hero-actions .btn{width:100%;max-width:320px}.stats-strip{gap:1.5rem}.features-section{padding:2.5rem 1rem}.features-grid{grid-template-columns:1fr}.landing-cta-section{padding:3rem 1rem}.landing-cta-section h2{font-size:1.5rem}}.planner-page{min-height:calc(100vh - 56px);display:flex;flex-direction:column}.planner-plan-section{flex:1;padding:1.5rem;max-width:900px;margin:0 auto;width:100%}.planner-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.planner-tabs{display:flex;gap:.25rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.25rem;flex:1;min-width:0}.planner-tab{flex:1;padding:.5rem 1rem;background:transparent;border:none;border-radius:6px;font-size:.9rem;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .15s;white-space:nowrap}.planner-tab:hover{color:var(--text);background:var(--surface)}.planner-tab.active{background:var(--surface);color:var(--primary);box-shadow:var(--shadow-sm)}.planner-content{display:flex;flex-direction:column;gap:1.25rem}.planner-section,.route-section{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow-sm)}.auth-required{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:3rem 1.5rem;text-align:center;box-shadow:var(--shadow-sm)}.auth-required-content{max-width:480px;margin:0 auto}.auth-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:var(--primary-light);color:var(--primary);border-radius:var(--radius);margin-bottom:1.25rem}.auth-required h2{font-size:1.5rem;margin-bottom:.875rem}.auth-required p{color:var(--text-secondary);font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.auth-note{font-size:.875rem!important;color:var(--text-muted)!important;margin-top:.75rem!important;margin-bottom:0!important}.privacy-assurance{background:var(--success-light);border:1px solid var(--success);border-radius:var(--radius-sm);padding:.875rem;margin:1.25rem 0;text-align:left}.privacy-assurance p{color:#065f46!important;font-size:.875rem!important;margin:.375rem 0!important;font-weight:500}.itinerary-prompt{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:3rem 1.5rem;text-align:center;box-shadow:var(--shadow-sm)}.prompt-content{max-width:480px;margin:0 auto}.prompt-content h2{font-size:1.5rem;margin-bottom:.875rem}.prompt-content p{color:var(--text-secondary);font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.park-selector-section{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem;margin-bottom:1.25rem}.park-selector-section h3{margin:0 0 .75rem;color:var(--text);font-size:.9375rem;font-weight:700}.park-selector-dropdown{width:100%;padding:.625rem .875rem;font-size:1rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text);cursor:pointer;transition:border-color .15s;font-weight:500}.park-selector-dropdown:hover:not(:disabled){border-color:var(--primary)}.park-selector-dropdown:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #1d4ed81f}.park-selector-dropdown:disabled{opacity:.6;cursor:not-allowed;background:var(--surface-2)}.park-selector-note{margin:.5rem 0 0;font-size:.8125rem;color:var(--text-muted);font-style:italic}.replan-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 1.125rem;background:#fffbeb;border:1.5px solid var(--accent);border-radius:var(--radius-sm);flex-wrap:wrap}.replan-banner-text{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:var(--text);flex:1;min-width:0}.replan-banner-icon{flex-shrink:0}.replan-banner-actions{display:flex;gap:.5rem;flex-shrink:0}@media(max-width:768px){.planner-plan-section{padding:1rem;padding-bottom:calc(1rem + var(--bottom-nav-height))}.planner-section,.route-section{padding:1rem}.auth-required{padding:2rem 1rem}.planner-tabs{flex:none;width:100%}.planner-header{flex-direction:column;align-items:stretch}}.park-detected-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;background:#d1fae5;color:#065f46;font-size:.78rem;font-weight:600}.trip-context-banner{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:var(--surface-2, #f5f3ff);border-radius:8px;font-size:.85rem;margin-bottom:.75rem}.trip-context-day{color:var(--text-secondary, #666)}.trip-context-day.muted{font-style:italic}.btn-link{background:none;border:none;color:var(--primary, #7c3aed);cursor:pointer;padding:0;font-size:inherit;text-decoration:underline}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.itinerary-manager{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem;height:100%;display:flex;flex-direction:column}.itinerary-manager-empty{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:3rem 1.5rem;text-align:center;color:var(--text-muted)}.itinerary-header{border-bottom:1px solid var(--border);padding-bottom:1rem;margin-bottom:1rem}.itinerary-header h2{margin:0 0 .5rem;font-size:1.375rem;color:var(--text)}.itinerary-date{margin:0 0 .75rem;color:var(--text-muted);font-size:.875rem}.itinerary-stats{display:flex;gap:1rem;flex-wrap:wrap}.stat{background:var(--surface-2);padding:.375rem .875rem;border-radius:var(--radius-full);font-size:.875rem;color:var(--text-secondary);font-weight:500}.itinerary-tabs{display:flex;gap:.25rem;border-bottom:1px solid var(--border);margin-bottom:1.25rem}.itinerary-tabs .tab{padding:.75rem 1.125rem;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:.9375rem;font-weight:500;color:var(--text-muted);transition:color .15s,border-color .15s;margin-bottom:-1px}.itinerary-tabs .tab:hover{color:var(--text)}.itinerary-tabs .tab.active{color:var(--primary);border-bottom-color:var(--primary)}.itinerary-content{flex:1;overflow-y:auto}.tab-actions{margin-bottom:1.25rem;display:flex;gap:.75rem}.ride-section{margin-bottom:1.5rem}.ride-section h3{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0 0 .75rem}.ride-list{display:flex;flex-direction:column;gap:.75rem}.ride-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--surface-2);border-radius:var(--radius-sm);border-left:3px solid transparent;transition:box-shadow .15s}.ride-item.pending{border-left-color:var(--accent);background:#fffbeb}.ride-item.completed{border-left-color:var(--success);background:#f0fdf4;opacity:.85}.ride-item:hover{box-shadow:var(--shadow-sm)}.ride-info{flex:1}.ride-info h4{margin:0 0 .25rem;font-size:1rem;color:var(--text)}.ride-land{display:inline-block;padding:.125rem .5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);font-size:.75rem;color:var(--text-secondary);margin-right:.5rem}.ride-wait{display:inline-block;padding:.125rem .5rem;background:#fef3c7;border-radius:var(--radius-full);font-size:.75rem;color:#92400e;font-weight:500}.empty-state{text-align:center;padding:3rem 1.5rem;color:var(--text-muted)}.empty-state p{margin-bottom:1rem}.break-form{background:var(--surface-2);padding:1.25rem;border-radius:var(--radius-sm);margin-bottom:1.25rem}.break-form h4{margin:0 0 1rem;font-size:1rem;color:var(--text)}.form-group label{display:block;margin-bottom:.375rem;font-size:.875rem;font-weight:500;color:var(--text-secondary)}.break-list{display:flex;flex-direction:column;gap:.75rem}.break-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:var(--surface-2);border-radius:var(--radius-sm);border-left:3px solid var(--text-muted)}.break-info h4{margin:0 0 .25rem;font-size:1rem;color:var(--text)}.break-time{margin:.25rem 0;font-size:.875rem;color:var(--text-secondary);font-weight:500}.break-notes{margin:.25rem 0 0;font-size:.8125rem;color:var(--text-muted);font-style:italic}.notes-editor textarea{width:100%;padding:1rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.9375rem;font-family:inherit;line-height:1.6;resize:vertical;background:var(--surface);color:var(--text)}.notes-editor textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.notes-actions{margin-top:1rem;display:flex;gap:.75rem}.notes-content{background:var(--surface-2);padding:1.25rem;border-radius:var(--radius-sm);line-height:1.8}.notes-content p{margin:0 0 1rem;color:var(--text);white-space:pre-wrap}.btn-success{background-color:var(--success);color:#fff;border:none}.btn-success:hover:not(:disabled){background-color:#059669}.lightning-form{background:var(--surface-2);padding:1.25rem;border-radius:var(--radius-sm);margin-bottom:1.25rem}.lightning-form h4{margin:0 0 1rem;font-size:1rem;color:var(--text)}.lightning-list{display:flex;flex-direction:column;gap:.75rem}.lightning-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fffbeb;border-radius:var(--radius-sm);border-left:3px solid var(--accent)}.lightning-info h4{margin:0 0 .5rem;font-size:1rem;color:var(--text)}.lightning-time{margin:.25rem 0 .5rem;font-size:.875rem;color:var(--text-secondary);font-weight:500}.lightning-details{display:flex;gap:.75rem;flex-wrap:wrap}.lightning-type,.lightning-priority,.lightning-used{display:inline-block;padding:.25rem .625rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);font-size:.75rem;color:var(--text-secondary);font-weight:500}.lightning-used{background:var(--success);color:#fff;border-color:var(--success)}.priority-labels{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.75rem;color:var(--text-muted)}@media(max-width:768px){.itinerary-manager{padding:1rem}.ride-item{flex-direction:column;align-items:flex-start;gap:.75rem}.ride-item button{width:100%}.break-item,.lightning-item{flex-direction:column;align-items:flex-start;gap:.75rem}.break-item button,.lightning-item button{width:100%}}.ride-actions{display:flex;gap:.4rem;flex-wrap:wrap;align-items:center}.completed-count{font-size:.75rem;color:var(--success, #16a34a);font-weight:600;margin-left:.25rem}.ride-item.skipped{opacity:.55}.move-picker{display:flex;gap:.5rem;align-items:center;margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--border);flex-wrap:wrap}.move-picker select{flex:1;min-width:0;padding:.35rem .5rem;border:1px solid var(--border);border-radius:var(--radius-sm, 6px);background:var(--surface);font-size:.85rem}.ride-search-add{margin-bottom:1rem;border:1px solid var(--border);border-radius:var(--radius-sm, 6px);overflow:hidden}.ride-search-add .form-control{border:none;border-bottom:1px solid var(--border);border-radius:0}.ride-search-results{max-height:220px;overflow-y:auto}.ride-search-result{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.6rem .75rem;background:none;border:none;border-bottom:1px solid var(--border);cursor:pointer;text-align:left;font-size:.9rem;color:var(--text);transition:background .15s}.ride-search-result:last-child{border-bottom:none}.ride-search-result:hover{background:var(--surface-hover, #f5f3ff)}.ride-search-result .ride-wait{font-size:.8rem;color:var(--text-muted)}.itinerary-selector{display:inline-block}.itinerary-selector-button{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:var(--surface);border:1.5px solid var(--primary);border-radius:var(--radius-sm);color:var(--primary);font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}.itinerary-selector-button:hover{background:var(--primary-light);box-shadow:var(--shadow-sm)}.itinerary-selector-button:disabled{opacity:.5;cursor:not-allowed}.selector-icon{font-size:1.125rem}.selector-text{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selector-arrow{font-size:.75rem;opacity:.7}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.25rem}.modal-content{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);max-width:600px;width:100%;max-height:80vh;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid var(--border)}.modal-header h2{margin:0;font-size:1.25rem;color:var(--text)}.modal-close{background:none;border:none;font-size:1.5rem;color:var(--text-muted);cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);transition:background .15s,color .15s}.modal-close:hover{background:var(--surface-2);color:var(--text)}.modal-body{padding:1.25rem;overflow-y:auto;flex:1}.itinerary-actions{margin-bottom:1.25rem}.create-itinerary-form{background:var(--surface-2);padding:1.25rem;border-radius:var(--radius-sm)}.create-itinerary-form h3{margin-top:0;margin-bottom:1.25rem;color:var(--text);font-size:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.375rem;font-weight:600;color:var(--text-secondary);font-size:.875rem}.form-group input,.form-group select{width:100%;padding:.625rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.9375rem;font-family:inherit;background:var(--surface);color:var(--text)}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.form-actions{display:flex;gap:.75rem;margin-top:1.25rem}.itinerary-list{display:flex;flex-direction:column;gap:.75rem}.itinerary-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border:1px solid var(--border);border-radius:var(--radius-sm);transition:border-color .15s,box-shadow .15s}.itinerary-item:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}.itinerary-item.active{border-color:var(--primary);background:var(--primary-light)}.itinerary-item.past{opacity:.7}.itinerary-main{flex:1}.itinerary-info{cursor:pointer}.itinerary-title{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.itinerary-title h4{margin:0;font-size:1rem;color:var(--text)}.badge{display:inline-block;padding:.1875rem .5rem;border-radius:var(--radius-full);font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.badge.today{background:#dcfce7;color:var(--success)}.badge.future{background:var(--primary-light);color:var(--primary)}.badge.active{background:var(--primary);color:#fff}.itinerary-details{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.875rem;color:var(--text-muted)}.detail-item{display:flex;align-items:center;gap:.25rem}.itinerary-rename{display:flex;gap:.5rem;align-items:center}.itinerary-rename input{flex:1;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.9375rem;background:var(--surface);color:var(--text)}.itinerary-rename input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.itinerary-actions-menu{display:flex;gap:.5rem}.btn{padding:.625rem 1.25rem;border:none;border-radius:var(--radius-sm);font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .15s,box-shadow .15s;font-family:inherit}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);box-shadow:var(--shadow-sm)}.btn-secondary{background:var(--surface-2);color:var(--text-secondary);border:1px solid var(--border)}.btn-secondary:hover{background:var(--border)}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#dc2626}.btn-small{padding:.375rem .75rem;font-size:.875rem}.btn:disabled{opacity:.5;cursor:not-allowed}.empty-state{text-align:center;padding:2.5rem 1.25rem;color:var(--text-muted)}.empty-state p{margin:0;font-size:.9375rem}@media(max-width:768px){.modal-content{max-width:100%;max-height:90vh}.selector-text{max-width:150px}.itinerary-item{flex-direction:column;align-items:flex-start;gap:.75rem}.itinerary-actions-menu{width:100%;justify-content:flex-end}.itinerary-details{flex-direction:column;gap:.5rem}}.bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;height:var(--bottom-nav-height);background:var(--surface);border-top:1px solid var(--border);box-shadow:0 -2px 12px #0000000f;z-index:200;padding-bottom:env(safe-area-inset-bottom,0)}@media(max-width:768px){.bottom-nav{display:flex}}.bottom-nav-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:none;background:transparent;color:var(--text-muted);cursor:pointer;transition:color .15s;padding:.375rem .25rem;-webkit-tap-highlight-color:transparent}.bottom-nav-tab:hover{color:var(--text-secondary)}.bottom-nav-tab.active{color:var(--primary)}.bottom-nav-tab.active:before{content:"";position:absolute;top:0;left:20%;right:20%;height:3px;background:linear-gradient(90deg,var(--primary),var(--magic));border-radius:0 0 3px 3px}position: relative; display: flex; align-items: center; justify-content: center; } .bottom-nav-badge{position:absolute;top:-5px;right:-8px;background:var(--danger);color:#fff;font-size:.6rem;font-weight:700;min-width:16px;height:16px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1}.bottom-nav-label{font-size:.6875rem;font-weight:600;letter-spacing:.01em}.bottom-nav-tab.active:before{content:"";position:absolute;top:0;left:25%;right:25%;height:2px;background:var(--primary);border-radius:0 0 2px 2px}.bottom-nav-tab{position:relative}.recap-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1.25rem;animation:recap-fade-in .2s ease}@keyframes recap-fade-in{0%{opacity:0}to{opacity:1}}.recap-modal{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);max-width:420px;width:100%;padding:2rem 1.75rem 1.75rem;position:relative;animation:recap-slide-up .25s ease}@keyframes recap-slide-up{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.recap-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;border-radius:var(--radius-sm);display:flex;transition:background .15s,color .15s}.recap-close:hover{background:var(--surface-2);color:var(--text)}.recap-header{text-align:center;margin-bottom:1.5rem}.recap-star-wrap{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:#fef3c7;color:var(--accent);border-radius:50%;margin-bottom:.875rem}.recap-title{margin:0 0 .25rem;font-size:1.5rem;font-weight:800;color:var(--text)}.recap-subtitle{margin:0;font-size:.9375rem;color:var(--text-muted)}.recap-stats{display:flex;gap:.75rem;justify-content:center;margin-bottom:1.5rem}.recap-stat{flex:1;background:var(--surface-2);border-radius:var(--radius-sm);padding:.875rem .5rem;text-align:center;border:1px solid var(--border)}.recap-stat-value{font-size:1.75rem;font-weight:800;color:var(--text);line-height:1;margin-bottom:.375rem}.recap-stat-label{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em}.recap-rides{margin-bottom:1.5rem}.recap-rides-heading{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin:0 0 .625rem}.recap-ride-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.375rem;max-height:200px;overflow-y:auto}.recap-ride-item{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:var(--text)}.recap-ride-check{color:var(--success);flex-shrink:0}.recap-empty{text-align:center;font-size:.9375rem;color:var(--text-muted);margin:0 0 1.5rem;line-height:1.5}.recap-actions{display:flex;gap:.75rem;align-items:center;justify-content:center}@media(max-width:480px){.recap-modal{padding:1.5rem 1.25rem 1.25rem}.recap-stats{gap:.5rem}.recap-stat-value{font-size:1.5rem}}.trip-wizard{padding:1.5rem;max-width:560px;margin:0 auto}.trip-wizard h2{margin:0 0 .25rem;font-size:1.4rem}.wizard-subtitle{color:var(--text-secondary, #666);margin:0 0 1.5rem;font-size:.9rem}.form-row{display:flex;gap:1rem}.form-row .form-group{flex:1}.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.form-group label{font-size:.85rem;font-weight:600}.form-control{padding:.5rem .75rem;border:1px solid var(--border, #ddd);border-radius:8px;font-size:.95rem;background:var(--surface, #fff);color:var(--text, #111)}.day-park-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.day-park-row{display:flex;flex-direction:column;gap:.5rem}.day-label{font-weight:600;font-size:.9rem;color:var(--text-secondary, #555)}.park-chips{display:flex;flex-wrap:wrap;gap:.5rem}.park-chip{padding:.35rem .75rem;border-radius:20px;border:1.5px solid var(--border, #ddd);background:var(--surface, #fff);cursor:pointer;font-size:.85rem;transition:all .15s}.park-chip.selected{background:var(--primary, #7c3aed);border-color:var(--primary, #7c3aed);color:#fff}.wizard-actions{display:flex;justify-content:space-between;margin-top:1.5rem}.ll-planner-view{padding:1.25rem;max-width:680px;margin:0 auto;padding-bottom:calc(1.25rem + var(--bottom-nav-height))}@media(min-width:769px){.ll-planner-view{padding-bottom:2rem}}.ll-planner-header{margin-bottom:1.25rem}.ll-planner-title{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem}.ll-planner-title h2{font-size:1.375rem}.ll-title-icon{color:var(--accent)}.ll-planner-subtitle{color:var(--text-secondary);font-size:.9375rem;line-height:1.5}.ll-party-selector{display:flex;align-items:center;gap:.75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem 1rem;margin-bottom:1rem;color:var(--text-secondary);font-size:.9rem;font-weight:500}.party-buttons{display:flex;gap:.375rem;margin-left:auto}.party-btn{width:36px;height:36px;border:1.5px solid var(--border);background:var(--surface);border-radius:var(--radius-sm);font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s;color:var(--text-secondary);display:flex;align-items:center;justify-content:center}.party-btn:hover{border-color:var(--primary);color:var(--primary)}.party-btn.active{background:var(--primary);color:#fff;border-color:var(--primary)}.ll-best-picks{background:var(--success-light);border:1px solid var(--success);border-radius:var(--radius-sm);padding:.75rem 1rem;margin-bottom:1rem}.ll-best-picks-header{display:flex;align-items:center;gap:.5rem;color:var(--success);font-size:.875rem;font-weight:700;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.ll-best-picks-list{display:flex;flex-wrap:wrap;gap:.5rem}.ll-best-pick-chip{background:var(--surface);border:1px solid var(--success);color:var(--success);padding:.25rem .625rem;border-radius:var(--radius-full);font-size:.8125rem;font-weight:600}.ll-loading{text-align:center;color:var(--text-muted);font-size:.9rem;padding:1rem}.ll-rides-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.ll-empty{text-align:center;padding:2.5rem 1rem;color:var(--text-muted)}.ll-empty p{margin-bottom:.5rem;font-size:.9375rem}.ll-ride-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;border-left:3px solid var(--border-strong)}.ll-ride-card--worth-it{border-left-color:var(--success)}.ll-ride-card--skip{border-left-color:var(--accent)}.ll-ride-card--dont-buy{border-left-color:var(--text-muted);opacity:.85}.ll-ride-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.5rem;flex-wrap:wrap}.ll-ride-name-wrap{display:flex;flex-direction:column;gap:.375rem}.ll-ride-name{font-size:1rem;font-weight:700;color:var(--text)}.ll-verdict{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:700;padding:.3rem .625rem;border-radius:var(--radius-full);white-space:nowrap;flex-shrink:0}.ll-verdict--worth-it{background:var(--success-light);color:var(--success)}.ll-verdict--skip{background:var(--accent-light);color:#92400e}.ll-verdict--dont-buy{background:var(--surface-2);color:var(--text-muted)}.ll-verdict-detail{font-size:.875rem;color:var(--text-secondary);margin-bottom:.625rem;line-height:1.45}.ll-ride-stats{display:flex;flex-direction:column;gap:.375rem}.ll-stat{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--text-muted)}.ll-stat--savings{color:var(--success);font-weight:600}.ll-disclaimer{font-size:.8125rem;color:var(--text-muted);text-align:center;line-height:1.5;padding-top:.5rem;border-top:1px solid var(--border)}.tips-view{padding:1.25rem;max-width:680px;margin:0 auto;padding-bottom:calc(1.25rem + var(--bottom-nav-height))}@media(min-width:769px){.tips-view{padding-bottom:2rem}}.tips-header{margin-bottom:1.125rem}.tips-header h2{font-size:1.375rem;margin-bottom:.25rem}.tips-subtitle{color:var(--text-secondary);font-size:.9375rem}.tips-tabs{display:flex;gap:.25rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.25rem;margin-bottom:1.125rem}.tips-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem;border:none;background:transparent;border-radius:6px;font-size:.8125rem;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .15s;white-space:nowrap}.tips-tab:hover{color:var(--text);background:var(--surface)}.tips-tab.active{background:var(--surface);color:var(--primary);box-shadow:var(--shadow-sm)}.tips-content{display:flex;flex-direction:column;gap:.875rem}.tips-section-intro{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.tips-empty{text-align:center;padding:2rem 1rem;color:var(--text-muted)}.tips-empty p{margin-bottom:.5rem}.gems-list{display:flex;flex-direction:column;gap:.625rem}.gem-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.875rem;border-left:3px solid var(--accent)}.gem-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.375rem;flex-wrap:wrap}.gem-info{display:flex;align-items:center;gap:.375rem}.gem-icon{color:var(--accent);flex-shrink:0}.gem-name{font-size:.9375rem;font-weight:700;color:var(--text)}.gem-description{font-size:.875rem;color:var(--text-secondary);line-height:1.45;margin:0}.tips-show-more{margin-top:.25rem;color:var(--text-secondary);font-size:.875rem}.sr-list{display:flex;flex-direction:column;gap:.625rem}.sr-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.875rem}.sr-card-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem;margin-bottom:.375rem}.sr-ride-name{font-size:.9375rem;font-weight:700;color:var(--text)}.sr-wait-comparison{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.sr-arrow{color:var(--text-muted);font-size:.875rem}.sr-savings-note{font-size:.8125rem;color:var(--text-secondary);margin:0;line-height:1.4}.rider-swap-section{margin-top:.875rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem}.rider-swap-heading{display:flex;align-items:center;gap:.5rem;font-size:1rem;margin-bottom:.75rem;color:var(--text)}.rider-swap-explainer{margin-bottom:.875rem}.rider-swap-explainer p{font-size:.875rem;color:var(--text-secondary);line-height:1.5;margin-bottom:.375rem}.rider-swap-rides{display:flex;flex-wrap:wrap;gap:.375rem}.rider-swap-chip{background:var(--warning-light);color:#9a3412;border:1px solid #fed7aa;padding:.2rem .625rem;border-radius:var(--radius-full);font-size:.75rem;font-weight:500}.heat-map-selector{margin-bottom:.875rem}.heat-map-placeholder{text-align:center;padding:2.5rem 1rem;color:var(--text-muted);background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius-sm)}.placeholder-icon{margin-bottom:.75rem;color:var(--border-strong)}.heat-map-placeholder p{font-size:.9rem}.heat-map-loading{text-align:center;color:var(--text-muted);padding:1rem}.heat-map{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1rem}.heat-map-ride-title{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.625rem}.heat-map-now{display:inline-flex;margin-bottom:.5rem}.heat-map-best{font-size:.875rem;color:var(--text-secondary);margin-bottom:1rem}.heat-map-best strong{color:var(--success)}.heat-map-bars{display:flex;align-items:flex-end;gap:2px;height:120px;padding-top:1.5rem;overflow-x:auto}.heat-map-bar-wrap{display:flex;flex-direction:column;align-items:center;flex:1;min-width:28px;height:100%;position:relative}.heat-map-bar-wrap.current .heat-map-hour-label{color:var(--primary);font-weight:700}.heat-map-bar-wrap.current .heat-map-bar-track:after{content:"▲";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);font-size:.5rem;color:var(--primary)}.heat-map-wait-label{font-size:.625rem;color:var(--text-muted);position:absolute;top:0;left:50%;transform:translate(-50%);white-space:nowrap}.heat-map-bar-track{flex:1;display:flex;align-items:flex-end;width:100%;position:relative}.heat-map-bar{width:100%;border-radius:3px 3px 0 0;transition:height .3s ease}.heat-map-bar--low{background:var(--wait-low);opacity:.8}.heat-map-bar--medium{background:var(--wait-medium);opacity:.8}.heat-map-bar--high{background:var(--wait-high);opacity:.8}.heat-map-bar--closed{background:var(--border)}.heat-map-hour-label{font-size:.6rem;color:var(--text-muted);margin-top:2px;white-space:nowrap}.heat-map-no-data{text-align:center;padding:1.5rem;color:var(--text-muted)}.heat-map-no-data p{margin-bottom:.375rem;font-size:.9rem}.alerts-view{padding:1.25rem;max-width:680px;margin:0 auto;padding-bottom:calc(1.25rem + var(--bottom-nav-height));display:flex;flex-direction:column;gap:1rem}@media(min-width:769px){.alerts-view{padding-bottom:2rem}}.alerts-header{margin-bottom:.25rem}.alerts-title{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem}.alerts-title h2{font-size:1.375rem}.alerts-title-icon{color:var(--primary)}.alerts-subtitle{color:var(--text-secondary);font-size:.9375rem;line-height:1.5}.alerts-last-checked{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--text-muted);margin-top:.5rem}.alerts-triggered-section{background:var(--success-light);border:1.5px solid var(--success);border-radius:var(--radius-sm);padding:.875rem}.alerts-triggered-header{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:var(--success);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.alert-triggered-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.875rem;margin-bottom:.5rem}.alert-triggered-info{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.375rem;flex-wrap:wrap}.alert-triggered-ride{font-size:1rem;font-weight:700;color:var(--text)}.alert-triggered-detail{font-size:.875rem;color:var(--success);font-weight:600;margin-bottom:.625rem}.alert-dismiss-btn{display:flex;align-items:center;gap:.375rem}.alerts-list-heading{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.5rem}.alert-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.875rem}.alert-card-main{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.alert-card-info{display:flex;flex-direction:column;gap:.2rem}.alert-ride-name{font-size:.9375rem;font-weight:700;color:var(--text)}.alert-threshold{font-size:.8125rem;color:var(--text-muted)}.alert-card-right{display:flex;align-items:center;gap:.625rem;flex-shrink:0}.alert-delete-btn{background:none;border:none;cursor:pointer;color:var(--text-muted);padding:.25rem;border-radius:var(--radius-sm);display:flex;align-items:center;transition:color .15s,background .15s}.alert-delete-btn:hover{color:var(--danger);background:var(--danger-light)}.alerts-empty{text-align:center;padding:2.5rem 1rem;color:var(--text-muted)}.alerts-empty-icon{margin-bottom:.75rem;color:var(--border-strong)}.alerts-empty p{margin-bottom:.375rem;font-size:.9375rem}.alerts-add-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.125rem;display:flex;flex-direction:column;gap:.875rem}.alerts-add-form h3{font-size:1rem;color:var(--text)}.alert-threshold-slider{width:100%;accent-color:var(--primary)}.alert-threshold-labels{display:flex;justify-content:space-between;font-size:.8125rem;color:var(--text-muted);margin-top:.25rem}.threshold-value{font-weight:700;color:var(--primary)}.alerts-add-btn{align-self:flex-start}.alerts-note{font-size:.8125rem;color:var(--text-muted);text-align:center;line-height:1.5;padding-top:.5rem;border-top:1px solid var(--border)}.weather-forecast-widget{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow-sm)}.weather-forecast-widget.loading{text-align:center;padding:2rem;color:var(--text-muted)}.weather-header{display:flex;align-items:center;gap:1rem;margin-bottom:.875rem}.weather-icon-large{font-size:2.5rem;line-height:1}.weather-header-info h3{margin:0;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.current-temp{font-size:2rem;font-weight:800;color:var(--text);line-height:1.1;margin-top:.125rem}.current-conditions{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.condition{font-size:1rem;color:var(--text-secondary)}.precip-chance{font-size:.875rem;display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:var(--radius-full);background:var(--surface-2);color:var(--text-secondary);width:fit-content;font-weight:500}.precip-chance.risk-high{background:var(--warning-light);color:var(--warning);font-weight:700}.precip-chance.risk-medium{background:var(--accent-light);color:#92400e}.rain-alert{background:var(--warning-light);border:1px solid #fed7aa;border-radius:var(--radius-sm);padding:.75rem 1rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#9a3412;font-weight:500}.alert-icon{font-size:1.125rem}.hourly-timeline-section{margin-top:.25rem}.hourly-timeline-section h4{margin:0 0 .625rem;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}.hourly-timeline{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin}.hourly-timeline::-webkit-scrollbar{height:4px}.hourly-timeline::-webkit-scrollbar-track{background:var(--surface-2)}.hourly-timeline::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:2px}.hour-block{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:.625rem .5rem;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);min-width:56px;transition:background .15s}.hour-block:hover{background:var(--primary-light);border-color:var(--primary)}.hour-time{font-size:.6875rem;font-weight:700;color:var(--text-muted);text-transform:uppercase}.hour-icon{font-size:1.375rem;line-height:1}.hour-temp{font-size:.9375rem;font-weight:700;color:var(--text)}.hour-precip{font-size:.6875rem;color:var(--text-muted);padding:.15rem .375rem;border-radius:var(--radius-full);background:var(--surface)}.hour-precip.risk-high{background:var(--warning-light);color:var(--warning);font-weight:700}.hour-precip.risk-medium{background:var(--accent-light);color:#92400e}.weather-attribution{margin-top:.875rem;text-align:center;font-size:.6875rem;color:var(--text-muted)}.weather-attribution a{color:var(--text-muted)}@media(max-width:768px){.weather-forecast-widget{padding:1rem}.weather-icon-large{font-size:2rem}.current-temp{font-size:1.75rem}}
