@charset "UTF-8";.reset-password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.reset-password-container{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;padding:2.5rem;width:100%;max-width:450px;animation:slideUp .3s ease-out}.reset-password-header{text-align:center;margin-bottom:2rem}.reset-password-header h1{font-size:2rem;font-weight:700;color:#1a202c;margin:0 0 .5rem}.reset-password-header p{color:#718096;font-size:.95rem;margin:0}.reset-password-form{display:flex;flex-direction:column;gap:1.5rem}.form-group .input-hint{font-size:.8rem;color:#718096;margin-top:-.25rem}.loading-container{text-align:center;padding:2rem}.loading-container .spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 1rem}.loading-container p{color:#718096;font-size:.95rem}.error-container{text-align:center;padding:1.5rem}.error-container .error-icon{width:64px;height:64px;color:#f56565;margin:0 auto 1rem}.error-container h2{font-size:1.5rem;font-weight:700;color:#742a2a;margin:0 0 1rem}.error-container p{color:#c53030;font-size:.95rem;margin:0 0 1.5rem;line-height:1.5}.error-container .request-new-link{display:inline-block;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .2s}.error-container .request-new-link:hover{transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}@media (max-width: 480px){.reset-password-container{padding:2rem 1.5rem}.reset-password-header h1{font-size:1.75rem}}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,var(--bg-secondary, #f5f5f5) 0%,var(--bg-primary, #ffffff) 100%);padding:1rem}.login-container{width:100%;max-width:400px;background-color:var(--bg-primary, #ffffff);border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:2rem}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:2rem;font-weight:600;color:var(--text-primary, #213547);margin-bottom:.5rem}.login-header p{color:var(--text-secondary, #666);font-size:.9rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-weight:500;color:var(--text-primary, #213547);font-size:.9rem}.form-group input{width:100%;padding:.75rem;border:1px solid var(--border-color, #e0e0e0);border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}.form-group input:focus{outline:none;border-color:var(--primary-color, #646cff);box-shadow:0 0 0 3px #646cff1a}.form-group input:disabled{background-color:var(--bg-secondary, #f5f5f5);cursor:not-allowed;opacity:.6}.form-group input::placeholder{color:var(--text-secondary, #666)}.error-message{padding:.75rem;background-color:#d32f2f1a;border:1px solid var(--error-color, #d32f2f);border-radius:4px;color:var(--error-color, #d32f2f);font-size:.9rem;text-align:center}.submit-button{width:100%;padding:.75rem;background-color:var(--primary-color, #646cff);color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s,transform .1s}.submit-button:hover:not(:disabled){background-color:var(--primary-hover, #535bf2)}.submit-button:active:not(:disabled){transform:scale(.98)}.form-footer{text-align:center;padding-top:1rem;border-top:1px solid var(--border-color, #e0e0e0);display:flex;flex-direction:column;gap:.75rem}.forgot-password-link{color:var(--primary-color, #646cff);text-decoration:none;font-size:.85rem;transition:color .2s}.forgot-password-link:hover{color:var(--primary-hover, #535bf2);text-decoration:underline}.toggle-mode-button{background:none;border:none;color:var(--primary-color, #646cff);cursor:pointer;font-size:.9rem;padding:.5rem;transition:color .2s}.toggle-mode-button:hover:not(:disabled){color:var(--primary-hover, #535bf2);text-decoration:underline}.toggle-mode-button:disabled{opacity:.6;cursor:not-allowed}.forgot-password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.forgot-password-container{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;padding:2.5rem;width:100%;max-width:450px;animation:slideUp .3s ease-out}.forgot-password-header{text-align:center;margin-bottom:2rem}.forgot-password-header h1{font-size:2rem;font-weight:700;color:#1a202c;margin:0 0 .5rem}.forgot-password-header p{color:#718096;font-size:.95rem;margin:0}.forgot-password-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#2d3748;font-size:.9rem}.form-group input{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background-color:#f7fafc;cursor:not-allowed;opacity:.6}.form-group input::placeholder{color:#a0aec0}.error-message{padding:.875rem 1rem;background-color:#fed7d7;color:#c53030;border-radius:8px;font-size:.9rem;border-left:4px solid #fc8181}.success-container{display:flex;flex-direction:column;gap:1.5rem}.success-message{text-align:center;padding:1.5rem;background-color:#c6f6d5;border-radius:8px;border-left:4px solid #48bb78}.success-message .success-icon{width:64px;height:64px;color:#38a169;margin:0 auto 1rem}.success-message h2{font-size:1.5rem;font-weight:700;color:#22543d;margin:0 0 1rem}.success-message p{color:#276749;font-size:.95rem;margin:.5rem 0;line-height:1.5}.success-message p strong{font-weight:600;color:#22543d}.success-message .success-note{margin-top:1rem;font-size:.85rem;color:#2f855a}.submit-button{padding:.875rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.6;cursor:not-allowed}.form-footer{text-align:center;margin-top:.5rem}.back-to-login-link{color:#667eea;text-decoration:none;font-size:.9rem;font-weight:500;transition:color .2s}.back-to-login-link:hover{color:#764ba2;text-decoration:underline}@media (max-width: 480px){.forgot-password-container{padding:2rem 1.5rem}.forgot-password-header h1{font-size:1.75rem}}.automation-widget-inline{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:transparent;border-radius:8px;font-size:13px;white-space:nowrap;transition:all .2s ease;cursor:default;-webkit-user-select:none;user-select:none}.automation-widget-inline:hover{background:#3b82f60f}.automation-widget-inline.flash-animation{animation:flash-success .6s ease-out}.automation-widget-inline.flash-animation .status-dot-inline{animation:dot-flash .6s ease-out,pulse-glow 2s ease-in-out infinite}.automation-widget-inline.flash-animation .stat-value{animation:value-pop .4s ease-out}.inline-indicator{display:flex;align-items:center;flex-shrink:0}.status-dot-inline{width:6px;height:6px;border-radius:50%;flex-shrink:0;transition:all .2s ease}.status-dot-inline.running{background:#10b981;box-shadow:0 0 6px #10b98166;animation:pulse-glow 2s ease-in-out infinite}.status-dot-inline.paused{background:#f59e0b;box-shadow:0 0 4px #f59e0b66}.status-dot-inline.stopped{background:#94a3b8}.inline-stats{display:flex;align-items:center;gap:10px}.stat-group{display:flex;align-items:center;gap:5px;color:#1e293b!important;transition:color .2s ease}.automation-widget-inline:hover .stat-group{color:#3b82f6!important}.stat-icon{font-size:14px;display:flex;align-items:center;opacity:.85;transition:all .2s ease;color:currentColor}.automation-widget-inline:hover .stat-icon{opacity:1}.stat-value{font-size:13px;font-weight:500;letter-spacing:-.02em;color:#0f172a!important;font-variant-numeric:tabular-nums}.stat-divider{color:#cbd5e1!important;font-weight:300;font-size:12px;opacity:.6;margin:0 1px}@keyframes pulse-glow{0%,to{box-shadow:0 0 6px #10b98166}50%{box-shadow:0 0 8px #10b98199}}@keyframes flash-success{0%,to{background:transparent}50%{background:#10b98114}}@keyframes dot-flash{0%,to{transform:scale(1);box-shadow:0 0 6px #10b98166}50%{transform:scale(1.4);box-shadow:0 0 12px #10b981cc}}@keyframes value-pop{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.automation-widget{position:fixed;bottom:20px;right:20px;background:var(--surface, #ffffff);border:1px solid var(--border, #e0e0e0);border-radius:12px;box-shadow:0 4px 12px #0000001a;z-index:9999;transition:all .3s ease;min-width:60px;max-width:320px}.automation-widget.minimized{min-width:140px}.automation-widget.minimized .widget-header{padding:8px 12px}.automation-widget.expanded{min-width:280px}.widget-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s ease;border-radius:12px 12px 0 0}.widget-header:hover{background:var(--hover, #f5f5f5)}.widget-status{display:flex;align-items:center;gap:8px;flex:1}.status-dot{width:10px;height:10px;border-radius:50%;transition:all .3s ease}.status-dot.running{background:#4caf50;box-shadow:0 0 8px #4caf5099;animation:pulse 2s infinite}.status-dot.paused{background:#ff9800;box-shadow:0 0 8px #ff980099}.status-dot.stopped{background:#9e9e9e}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.status-text{font-size:14px;font-weight:600;color:var(--text-primary, #212121)}.widget-toggle{background:none;border:none;cursor:pointer;font-size:12px;color:var(--text-secondary, #757575);padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.widget-toggle:hover{color:var(--text-primary, #212121)}.widget-content{padding:0 16px 12px;border-top:1px solid var(--border, #e0e0e0)}.widget-stats{display:flex;flex-direction:column;gap:8px;padding:12px 0}.stat-item{display:flex;justify-content:space-between;align-items:center;font-size:13px}.stat-item.stat-errors .stat-label{color:#dc2626}.stat-item.stat-errors .stat-value{color:#dc2626;font-weight:700}.stat-label{color:var(--text-secondary, #757575);font-weight:500}.stat-value{color:var(--text-primary, #212121);font-weight:600}.error-stat .stat-value{color:#dc2626!important;font-weight:600}.widget-health{width:100%;height:4px;background:var(--bg-secondary, #f3f4f6);border-radius:2px;overflow:hidden;margin-bottom:8px}.widget-health .health-bar{height:100%;transition:width .3s ease,background-color .3s ease;border-radius:2px}.automation-widget-inline.has-errors{border:1px solid rgba(239,68,68,.2);background:#ef444408}.automation-widget-inline.has-errors:hover{background:#ef44440f}.widget-actions{display:flex;gap:8px;padding-top:8px;border-top:1px solid var(--border, #e0e0e0)}.widget-btn{flex:1;padding:8px;border:1px solid var(--border, #e0e0e0);border-radius:8px;background:var(--surface, #ffffff);cursor:pointer;font-size:16px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.widget-btn:hover{background:var(--hover, #f5f5f5);transform:translateY(-1px)}.widget-btn:active{transform:translateY(0)}.widget-btn.pause-btn{color:#ff9800}.widget-btn.pause-btn:hover{background:#ff98001a;border-color:#ff9800}.widget-btn.stop-btn{color:#f44336}.widget-btn.stop-btn:hover{background:#f443361a;border-color:#f44336}@media (max-width: 768px){.automation-widget{bottom:10px;right:10px;max-width:260px}.automation-widget.minimized{min-width:120px}.automation-widget.expanded{min-width:240px}.widget-header{padding:10px 12px}.status-text{font-size:13px}.stat-item{font-size:12px}.nav-pills--top .automation-widget-inline{padding:4px 8px;font-size:12px;gap:6px}.nav-pills--top .automation-widget-inline .stat-value,.nav-pills--top .automation-widget-inline .stat-icon{font-size:12px}.nav-pills--top .automation-widget-inline .inline-stats{gap:8px}}@media (max-width: 480px){.nav-pills--top .automation-widget-inline{padding:.5rem .75rem;width:100%;flex:1 1 100%;justify-content:center;font-size:11px}.nav-pills--top .automation-widget-inline .inline-stats{gap:6px;flex-wrap:wrap;justify-content:center}.nav-pills--top .automation-widget-inline .stat-group{gap:4px}.nav-pills--top .automation-widget-inline .stat-value,.nav-pills--top .automation-widget-inline .stat-icon{font-size:11px}}@media (prefers-color-scheme: dark){.automation-widget{background:var(--surface-dark, #1e1e1e);border-color:var(--border-dark, #404040);box-shadow:0 4px 12px #0000004d}.widget-header:hover{background:var(--hover-dark, #2a2a2a)}.status-text{color:var(--text-primary-dark, #e0e0e0)}.stat-label{color:var(--text-secondary-dark, #9e9e9e)}.stat-value{color:var(--text-primary-dark, #e0e0e0)}.widget-btn{background:var(--surface-dark, #1e1e1e);border-color:var(--border-dark, #404040)}.widget-btn:hover{background:var(--hover-dark, #2a2a2a)}.widget-content,.widget-actions{border-top-color:var(--border-dark, #404040)}}.trips-refresh-button{display:inline-flex;align-items:center;gap:6px;padding:.5rem 1rem;background:transparent;border:none;border-radius:10px;font-size:.875rem;font-weight:500;color:var(--nav-text, #64748b);white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1),color .3s ease,background .4s ease,transform .2s ease}.trips-refresh-button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;border-radius:10px;transition:background .4s ease,opacity .4s ease;opacity:0}.trips-refresh-button:hover:not(:disabled){color:var(--nav-text-hover, #2563eb)}.trips-refresh-button:hover:not(:disabled):before{background:#3b82f614;opacity:1}.trips-refresh-button:active:not(:disabled){transform:scale(.98)}.trips-refresh-button:disabled{opacity:.5;cursor:not-allowed}.trips-refresh-button.refreshing{color:var(--nav-text-hover, #2563eb)}.trips-refresh-button.refreshing:before{background:#3b82f614;opacity:1}.trips-refresh-button.status-success{color:#10b981}.trips-refresh-button.status-success:before{background:#10b9811a;opacity:1;animation:success-pulse .4s ease-out}.trips-refresh-button.status-success:hover:before{background:#10b98124}.trips-refresh-button.status-error{color:#ef4444}.trips-refresh-button.status-error:before{background:#ef44441a;opacity:1;animation:error-shake .4s ease-out}.trips-refresh-button.status-error:hover:before{background:#ef444424}.trips-refresh-button>*{position:relative;z-index:1}.refresh-icon{font-size:1rem;transition:transform .3s ease,color .3s ease;display:flex;align-items:center}.refresh-icon.spinning{animation:spin 1s linear infinite}.trips-refresh-button.status-success .refresh-icon{animation:icon-success .4s ease-out}.trips-refresh-button.status-error .refresh-icon{animation:icon-error .4s ease-out}.refresh-message{font-size:.8125rem;font-weight:500;letter-spacing:-.01em;animation:slide-fade-in .3s ease-out;transition:opacity .3s ease}@keyframes slide-fade-in{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes success-pulse{0%{opacity:0;transform:scale(.95)}50%{opacity:1;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@keyframes error-shake{0%,to{transform:translate(0);opacity:0}25%{transform:translate(-4px);opacity:1}50%{transform:translate(4px)}75%{transform:translate(-2px)}}@keyframes icon-success{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.2)}to{transform:rotate(360deg) scale(1)}}@keyframes icon-error{0%,to{transform:translate(0)}25%{transform:translate(-3px)}50%{transform:translate(3px)}75%{transform:translate(-2px)}}@media (max-width: 768px){.nav-pills--top .trips-refresh-button{padding:.5rem .875rem;font-size:.8125rem;min-height:44px;gap:5px}.nav-pills--top .trips-refresh-button .refresh-icon{font-size:.9375rem}.nav-pills--top .trips-refresh-button .refresh-message{font-size:.75rem}}@media (max-width: 640px){.nav-pills--top .trips-refresh-button{padding:.625rem 1rem;font-size:.875rem;flex:1 1 auto;min-width:calc(50% - .25rem);max-width:100%;justify-content:center}}@media (max-width: 480px){.nav-pills--top .trips-refresh-button{padding:.625rem .875rem;font-size:.875rem;flex:1 1 100%;min-width:100%;max-width:100%;width:100%;justify-content:center}}@media (max-width: 360px){.nav-pills--top .trips-refresh-button{padding:.5rem .75rem;font-size:.8125rem;min-height:42px}.nav-pills--top .trips-refresh-button .refresh-icon{font-size:.875rem}.nav-pills--top .trips-refresh-button .refresh-message{font-size:.6875rem}}:root{--nav-bg: rgba(255, 255, 255, .95);--nav-border: rgba(59, 130, 246, .15);--nav-text: #64748b;--nav-text-hover: #2563eb;--nav-text-active: #ffffff;--nav-bg-hover: rgba(59, 130, 246, .08);--nav-bg-active: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);--nav-edge-running: #10b981;--nav-edge-paused: #f59e0b;--nav-edge-error: #ef4444;--nav-edge-stopped: #64748b;--nav-gap-row: .25rem;--nav-gap-column: .375rem;--nav-padding: .375rem;--nav-edge-size: 3px}.nav-status-edge{position:fixed;z-index:1;transition:opacity .3s cubic-bezier(.4,0,.2,1),background .3s ease,box-shadow .3s ease}.nav-status-edge--hidden{opacity:0;pointer-events:none}.nav-status-edge--running{background:var(--nav-edge-running);box-shadow:0 0 10px #10b98199;animation:edgePulseRunning 2s ease-in-out infinite}.nav-status-edge--paused{background:var(--nav-edge-paused);box-shadow:0 0 10px #f59e0b99;animation:edgePulsePaused 2s ease-in-out infinite}.nav-status-edge--error{background:var(--nav-edge-error);box-shadow:0 0 10px #ef444499;animation:edgePulseError 1.5s ease-in-out infinite}.nav-status-edge--stopped{background:var(--nav-edge-stopped);box-shadow:0 0 8px #64748b66;animation:edgePulseStopped 3s ease-in-out infinite}.nav-status-edge--top{top:0;width:120px;height:var(--nav-edge-size);border-radius:0 0 3px 3px}.nav-status-edge--bottom{bottom:0;width:120px;height:var(--nav-edge-size);border-radius:3px 3px 0 0}.nav-status-edge--left{left:0;width:var(--nav-edge-size);height:120px;border-radius:0 3px 3px 0}.nav-status-edge--right{right:0;width:var(--nav-edge-size);height:120px;border-radius:3px 0 0 3px}.nav-pills{position:relative;z-index:1;display:flex;align-items:center;gap:var(--nav-gap-row);padding:var(--nav-padding);background:var(--nav-bg);border-radius:8px;border:none;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);box-shadow:none;-webkit-user-select:none;user-select:none;box-sizing:border-box;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.nav-pills--top{position:relative;top:auto;left:auto;transform:none;flex-direction:row;justify-content:center;margin:3px auto 0;width:fit-content;max-width:100%;box-sizing:border-box;transition:all .3s cubic-bezier(.4,0,.2,1)}.auth-section{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;margin:0 var(--nav-gap-row);border-radius:10px;background:transparent;transition:background .2s ease}.auth-section:hover{background:var(--nav-bg-hover)}.auth-section .user-name{font-size:.75rem;color:var(--nav-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px;font-weight:500;min-width:20px}.auth-section .user-name--loading{opacity:.5;font-style:italic}.auth-section .logout-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;min-height:28px;padding:0;border:none;border-radius:6px;background:transparent;color:var(--nav-text);cursor:pointer;transition:all .15s ease,transform .1s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;user-select:none;-webkit-user-select:none}.auth-section .logout-button svg{width:16px;height:16px;pointer-events:none}.auth-section .logout-button:hover{background:#ef44441a;color:#ef4444}.auth-section .logout-button:active{transform:scale(.9);background:#ef444433;transition:transform .05s ease}.auth-section .logout-button:focus-visible{outline:2px solid #ef4444;outline-offset:2px}.nav-pill{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.125rem;font-size:.875rem;font-weight:500;color:var(--nav-text);text-decoration:none;white-space:nowrap;letter-spacing:-.01em;border-radius:10px;background:transparent;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:color .15s ease,background .15s ease,transform .1s ease}.nav-pill:hover{color:var(--nav-text-hover);background:var(--nav-bg-hover)}.nav-pill:active{transform:scale(.98);transition:transform .05s ease}.nav-pill.active{color:var(--nav-text-active);font-weight:600;background:var(--nav-bg-active);background-size:200% 200%;animation:gradientShift 4s ease infinite}.nav-pill.active:active{transform:none}.nav-pill:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.nav-pill{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes edgePulseRunning{0%,to{opacity:.7;box-shadow:0 0 10px #10b98199}50%{opacity:1;box-shadow:0 0 20px #10b981e6,0 0 30px #10b98166}}@keyframes edgePulsePaused{0%,to{opacity:.6;box-shadow:0 0 10px #f59e0b99}50%{opacity:.9;box-shadow:0 0 15px #f59e0bcc}}@keyframes edgePulseError{0%,to{opacity:.8;box-shadow:0 0 10px #ef444499}50%{opacity:1;box-shadow:0 0 20px #ef4444e6,0 0 30px #ef444480}}@keyframes edgePulseStopped{0%,to{opacity:.4;box-shadow:0 0 8px #64748b66}50%{opacity:.6;box-shadow:0 0 12px #64748b99}}.navbar-mobile-header{display:none;align-items:center;gap:.5rem;width:100%;background:var(--nav-bg);border-radius:8px;padding:.5rem;box-sizing:border-box;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s ease}.navbar-mobile-header:hover{background:var(--nav-bg-hover)}.navbar-mobile-header:active{background:var(--nav-bg-hover);transform:scale(.98)}.navbar-mobile-header:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.navbar-mobile-header .automation-widget-inline{flex:1;min-width:0;flex-shrink:1;pointer-events:none}.navbar-mobile-header .auth-section{flex-shrink:0;margin-right:0;pointer-events:auto}.navbar-mobile-header .auth-section .logout-button{pointer-events:auto;cursor:pointer}.navbar-mobile-header .auth-section .user-name{pointer-events:none}.navbar-desktop-auth{display:flex;align-items:center}.navbar-content{display:flex;align-items:center;gap:var(--nav-gap-row);width:100%}@media (max-width: 768px){.navbar-content{display:none}}.navbar-nav-items{display:flex;align-items:center;gap:var(--nav-gap-row);flex:1}.navbar-clock{display:flex;align-items:center}@media (max-width: 768px){.nav-pills--top{flex-direction:column;align-items:stretch;padding:0;margin:3px 8px 0;max-width:100%;width:calc(100% - 16px);box-sizing:border-box;overflow:visible}.navbar-mobile-header{display:flex!important;padding:.5rem;border-radius:8px 8px 0 0;min-height:44px;width:100%;box-sizing:border-box;position:relative;z-index:1}.navbar-desktop-auth{display:none!important}.navbar-mobile-header{min-height:44px;cursor:pointer}.navbar-content{display:none;flex-direction:column;align-items:stretch;gap:.5rem;padding:.75rem;background:var(--nav-bg);border-radius:0 0 8px 8px;border-top:1px solid var(--nav-border);max-height:calc(100vh - 120px);overflow-y:auto;overflow-x:hidden;box-shadow:0 4px 12px #0000001a;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.nav-pills--top.mobile-menu-open .navbar-content{display:flex;animation:slideDown .3s ease-out;will-change:max-height,opacity}.navbar-nav-items{flex-direction:column;align-items:stretch;gap:.5rem;width:100%}.nav-pill{font-size:.875rem;padding:.75rem 1rem;min-height:44px;width:100%;justify-content:flex-start;box-sizing:border-box;border-radius:8px}.navbar-clock{width:100%;padding-top:.5rem;border-top:1px solid var(--nav-border);margin-top:.5rem}.navbar-clock .egypt-clock{width:100%;margin-left:0;justify-content:center}.navbar-nav-items .trips-refresh-button{width:100%;justify-content:center;padding:.75rem 1rem;min-height:48px;-webkit-tap-highlight-color:rgba(59,130,246,.1);touch-action:manipulation}.navbar-nav-items .trips-refresh-button button{width:100%;min-height:48px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.auth-section{padding:.5rem .75rem;margin:0;min-height:48px;box-sizing:border-box;width:100%;justify-content:space-between;touch-action:manipulation}.auth-section .user-name{font-size:.75rem;max-width:none;flex:1;-webkit-user-select:none;user-select:none}.auth-section .logout-button{width:40px;height:40px;min-width:40px;min-height:40px}}@media (max-width: 480px){.nav-pills--top{margin:3px 4px 0;width:calc(100% - 8px)}.navbar-mobile-header{padding:.375rem}.navbar-content{padding:.5rem}.nav-pill{font-size:.8125rem;padding:.625rem .875rem;min-height:48px}.auth-section{padding:.375rem .5rem}.auth-section .user-name{font-size:.6875rem}.auth-section .logout-button{width:36px;height:36px;min-width:36px;min-height:36px}}@media (max-width: 360px){.nav-pills--top{margin:3px 2px 0;width:calc(100% - 4px)}.navbar-mobile-header{padding:.25rem}.navbar-content{padding:.375rem}.nav-pill{font-size:.75rem;padding:.5rem .75rem;min-height:40px}.auth-section{padding:.25rem .375rem;min-height:40px}.auth-section .user-name{font-size:.625rem}.auth-section .logout-button{width:28px;height:28px}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px);max-height:0}to{opacity:1;transform:translateY(0);max-height:calc(100vh - 120px)}}.cookie-widget{position:fixed;bottom:20px;right:20px;min-width:200px;background:#fffffffa;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);border-radius:12px;box-shadow:0 4px 16px #0000000f,0 2px 8px #0000000a,0 0 0 1px #0000000a;z-index:9998;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.cookie-widget:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000014,0 3px 10px #0000000f,0 0 0 1px #0000000d}.cookie-widget.connected{box-shadow:0 4px 16px #10b9811a,0 2px 8px #10b9810f,0 0 0 1px #10b9811f}.cookie-widget.connected:hover{box-shadow:0 6px 20px #10b98124,0 3px 10px #10b9811a,0 0 0 1px #10b9812e}.cookie-widget.disconnected{box-shadow:0 4px 16px #ef44441a,0 2px 8px #ef44440f,0 0 0 1px #ef44441f}.cookie-widget.disconnected:hover{box-shadow:0 6px 20px #ef444424,0 3px 10px #ef44441a,0 0 0 1px #ef44442e}.cookie-widget.no-extension{box-shadow:0 4px 16px #f59e0b1a,0 2px 8px #f59e0b0f,0 0 0 1px #f59e0b26}.cookie-widget.no-extension:hover{box-shadow:0 6px 20px #f59e0b24,0 3px 10px #f59e0b1a,0 0 0 1px #f59e0b33}.cookie-widget.no-extension .status-pulse{background:radial-gradient(circle,#f59e0b4d,#f59e0b00 70%);animation:pulse 2.5s cubic-bezier(.4,0,.6,1) infinite}.cookie-widget.no-extension .status-icon.disconnected{color:#f59e0b}.cookie-widget.has-notification{animation:pulseGlow .5s ease-out}.cookie-widget.expanded .expand-icon{transform:rotate(180deg)}.cookie-notification-toast{position:absolute;top:-52px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;padding:8px 14px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:10px;font-size:12px;font-weight:600;white-space:nowrap;box-shadow:0 4px 16px #10b98133,0 2px 8px #10b9811f;animation:toastSlideIn .3s cubic-bezier(.34,1.56,.64,1);z-index:1}.cookie-notification-toast .toast-icon{font-size:14px;line-height:1}.cookie-notification-toast .toast-text{line-height:1.3}.cookie-widget-header{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s ease}.cookie-widget-header:hover{background:#00000005}.cookie-widget-header:active{background:#0000000a}.header-left{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.header-right{display:flex;align-items:center;gap:6px}.status-pulse-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0}.status-pulse{position:absolute;width:30px;height:30px;border-radius:50%;opacity:0}.status-pulse.active{background:radial-gradient(circle,#10b98159,#10b98100 70%);animation:pulse 2.5s cubic-bezier(.4,0,.6,1) infinite}.status-pulse.inactive{background:radial-gradient(circle,#ef444440,#ef444400 70%);animation:pulse 2.5s cubic-bezier(.4,0,.6,1) infinite}.status-icon{position:relative;font-size:18px;transition:all .3s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 1px 3px rgba(0,0,0,.1));z-index:1}.status-icon.connected{color:#10b981}.cookie-widget-header:hover .status-icon.connected{transform:scale(1.08) rotate(5deg);filter:drop-shadow(0 2px 6px rgba(16,185,129,.3))}.status-icon.disconnected{color:#ef4444}.cookie-widget-header:hover .status-icon.disconnected{transform:scale(1.08);filter:drop-shadow(0 2px 6px rgba(239,68,68,.3))}.status-details{display:flex;flex-direction:column;gap:2px;min-width:0}.status-label{font-size:13px;font-weight:700;color:#111827;line-height:1.2;letter-spacing:-.01em}.cookie-count-label{font-size:11px;font-weight:500;color:#6b7280;line-height:1.2}.redetect-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:linear-gradient(135deg,#f59e0b1f,#d9770614);border:1px solid rgba(245,158,11,.25);border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.redetect-btn .redetect-icon{font-size:14px;color:#f59e0b;transition:all .3s cubic-bezier(.4,0,.2,1)}.redetect-btn:hover:not(:disabled){background:linear-gradient(135deg,#f59e0b2e,#d9770624);border-color:#f59e0b59;transform:scale(1.04)}.redetect-btn:hover:not(:disabled) .redetect-icon{color:#d97706}.redetect-btn:active:not(:disabled){transform:scale(.98)}.redetect-btn:disabled{opacity:.6;cursor:not-allowed}.redetect-btn.detecting{background:linear-gradient(135deg,#f59e0b33,#d9770629);border-color:#f59e0b66}.redetect-btn.detecting .redetect-icon{animation:pulse-scale 1.2s ease-in-out infinite}.refresh-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:linear-gradient(135deg,#6366f11a,#4f46e514);border:1px solid rgba(99,102,241,.2);border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.refresh-btn .refresh-icon{font-size:14px;color:#6366f1;transition:all .3s cubic-bezier(.4,0,.2,1)}.refresh-btn:hover:not(:disabled){background:linear-gradient(135deg,#6366f126,#4f46e51f);border-color:#6366f14d;transform:scale(1.04)}.refresh-btn:hover:not(:disabled) .refresh-icon{color:#4f46e5;transform:rotate(-180deg)}.refresh-btn:active:not(:disabled){transform:scale(.98)}.refresh-btn:disabled{opacity:.6;cursor:not-allowed}.refresh-btn.refreshing{background:linear-gradient(135deg,#6366f12e,#4f46e524);border-color:#6366f159}.refresh-btn.refreshing .refresh-icon{animation:spin 1s linear infinite}.expand-toggle{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:#00000008;border:1px solid rgba(0,0,0,.08);border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.expand-toggle .expand-icon{font-size:14px;color:#6b7280;transition:all .3s cubic-bezier(.4,0,.2,1)}.expand-toggle:hover{background:#0000000f;border-color:#0000001f;transform:scale(1.04)}.expand-toggle:hover .expand-icon{color:#374151}.expand-toggle:active{transform:scale(.98)}.cookie-widget-details{padding:0 12px 12px;animation:expandIn .25s cubic-bezier(.4,0,.2,1)}.detail-divider{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.08) 20%,rgba(0,0,0,.08) 80%,transparent 100%);margin-bottom:8px}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;border-radius:6px;transition:background .2s ease}.detail-row:hover{background:#00000005}.detail-row+.detail-row{margin-top:3px}.detail-row.hint-row{justify-content:center;padding:8px 10px}.detail-row.hint-row:hover{background:transparent}.detail-hint{font-size:11px;color:#9ca3af;font-style:italic;text-align:center}.detail-label{font-size:10px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.detail-value{font-size:12px;font-weight:600;color:#111827;font-variant-numeric:tabular-nums}.detail-value.username{font-size:11px;color:#4f46e5;font-weight:600;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-value.timestamp{font-size:11px;color:#4b5563;font-weight:500}.detail-value.status-badge{padding:3px 8px;border-radius:5px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;line-height:1}.detail-value.status-badge.success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;box-shadow:0 1px 3px #10b9811f}.detail-value.status-badge.error{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b;box-shadow:0 1px 3px #ef44441f}@keyframes pulse{0%,to{transform:scale(1);opacity:0}50%{transform:scale(1.4);opacity:.5}}@keyframes pulse-scale{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}}@keyframes pulseGlow{0%{box-shadow:0 4px 16px #10b9811a,0 2px 8px #10b9810f,0 0 0 1px #10b9811f}50%{box-shadow:0 8px 28px #10b98133,0 4px 14px #10b98124,0 0 0 1.5px #10b98140}to{box-shadow:0 4px 16px #10b9811a,0 2px 8px #10b9810f,0 0 0 1px #10b9811f}}@keyframes toastSlideIn{0%{opacity:0;transform:translate(-50%) translateY(10px) scale(.9)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}@keyframes expandIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.cookie-widget{right:20px}}@media (max-width: 768px){.cookie-widget{bottom:16px;right:16px;left:auto;min-width:190px}.cookie-widget:hover{transform:translateY(-1px)}.cookie-widget-header{padding:9px 11px}.status-pulse-wrapper,.status-pulse{width:28px;height:28px}.status-icon{font-size:16px}.status-label{font-size:12px}.cookie-count-label{font-size:10px}.refresh-btn,.expand-toggle{width:26px;height:26px}.refresh-btn .refresh-icon,.refresh-btn .expand-icon,.expand-toggle .refresh-icon,.expand-toggle .expand-icon{font-size:13px}.cookie-notification-toast{top:-48px;padding:7px 12px;font-size:11px}.cookie-notification-toast .toast-icon{font-size:13px}}@media (prefers-color-scheme: dark){.cookie-widget{background:#1f2937fa;-webkit-backdrop-filter:blur(20px) saturate(180%);backdrop-filter:blur(20px) saturate(180%);box-shadow:0 8px 32px #0000004d,0 4px 16px #0003,0 0 0 1px #ffffff1a}.cookie-widget:hover{box-shadow:0 12px 40px #0006,0 6px 20px #0000004d,0 0 0 1px #ffffff26}.cookie-widget-header:hover{background:#ffffff0d}.status-label{color:#f9fafb}.cookie-count-label,.detail-label{color:#9ca3af}.detail-value{color:#f9fafb}.detail-value.timestamp{color:#d1d5db}.detail-row:hover{background:#ffffff0d}.expand-toggle{background:#ffffff0d;border-color:#ffffff1a}.expand-toggle .expand-icon{color:#d1d5db}.expand-toggle:hover{background:#ffffff14;border-color:#ffffff26}.expand-toggle:hover .expand-icon{color:#f9fafb}}.cookie-widget{z-index:9998;pointer-events:auto}.directions-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;box-shadow:0 2px 6px #10b98140;transition:all .2s cubic-bezier(.4,0,.2,1)}.directions-btn:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #10b98159;transform:translateY(-1px)}.directions-btn:hover:not(:disabled) .directions-icon{transform:translate(2px)}.directions-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #10b98140}.directions-btn--small{padding:4px 8px;font-size:12px}.directions-btn--disabled{opacity:.5;cursor:not-allowed}.directions-btn .directions-icon{width:15px;height:15px;transition:transform .2s cubic-bezier(.4,0,.2,1)}.directions-btn--small .directions-icon{width:13px;height:13px}.directions-btn-icon{display:inline-flex;align-items:center;justify-content:center;padding:6px;background:transparent;border:none;border-radius:4px;cursor:pointer;color:#10b981;transition:all .2s cubic-bezier(.4,0,.2,1)}.directions-btn-icon:hover:not(:disabled){background:#10b9811a;color:#059669;transform:scale(1.05)}.directions-btn-icon:hover:not(:disabled) .arrow-icon{transform:translate(2px)}.directions-btn-icon:active:not(:disabled){transform:scale(.95)}.directions-btn-icon--disabled{opacity:.3;cursor:not-allowed}.directions-btn-icon .icon-container{position:relative;display:flex;align-items:center;justify-content:center;width:18px;height:18px}.directions-btn-icon .location-icon{position:absolute;width:18px;height:18px;transition:all .2s cubic-bezier(.4,0,.2,1)}.directions-btn-icon .arrow-icon{position:absolute;width:10px;height:10px;opacity:0;transition:all .2s cubic-bezier(.4,0,.2,1)}.copy-btn{display:inline-flex;align-items:center;justify-content:center;padding:4px;background:transparent;border:none;border-radius:4px;cursor:pointer;color:#6b7280;opacity:.7}.copy-btn:hover{opacity:1;background:#0000000d}.copy-btn--large{padding:6px}.copy-btn--copied{color:#10b981;opacity:1}.copy-btn .copy-icon{width:14px;height:14px}.copy-btn .copy-icon--success{color:#10b981}.copy-btn--large .copy-btn .copy-icon{width:16px;height:16px}.copy-btn-text{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#00000008;border:1px solid rgba(0,0,0,.1);border-radius:4px;cursor:pointer;color:#374151;font-size:11px;font-weight:500}.copy-btn-text:hover{background:#0000000d;border-color:#6366f1;color:#6366f1}.copy-btn-text--large{padding:6px 12px;font-size:12px}.copy-btn-text--copied{background:#d1fae5;border-color:#10b981;color:#047857}.copy-btn-text .copy-icon{width:13px;height:13px}.copy-btn-text--large .copy-icon{width:14px;height:14px}.copy-btn-inline{display:inline-flex;align-items:center;justify-content:center;padding:2px;background:transparent;border:none;cursor:pointer;color:#9ca3af;margin-left:6px;vertical-align:middle}.copy-btn-inline:hover{color:#4b5563}.copy-btn-inline--copied{color:#10b981}.copy-btn-inline .copy-icon-inline{width:13px;height:13px}.copy-btn-inline .copy-icon-inline--success{color:#10b981}.trip-quick-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:center;justify-content:center;animation:overlayFadeIn .15s ease-out}.trip-quick-popup{width:90%;max-width:560px;background:#fff;border-radius:14px;box-shadow:0 0 0 .5px #00000014,0 20px 50px #00000040;overflow:hidden;animation:popupSlideIn .2s cubic-bezier(.16,1,.3,1)}.trip-quick__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:#fafafa;border-bottom:1px solid #e5e5e7}.trip-quick__title{display:flex;align-items:center;gap:.875rem;flex:1;min-width:0}.trip-quick__title svg{width:24px;height:24px;color:#007aff;flex-shrink:0}.trip-quick__reservation{font-size:1rem;font-weight:600;color:#1d1d1f;letter-spacing:-.01em}.trip-quick__date{font-size:.875rem;color:#86868b;font-weight:400;margin-top:.125rem}.trip-quick__close{width:32px;height:32px;border-radius:50%;border:none;background:#fff;display:flex;align-items:center;justify-content:center;color:#1d1d1f;cursor:pointer;transition:all .15s ease;flex-shrink:0}.trip-quick__close:hover{background:#e8e8ed}.trip-quick__close:active{background:#d2d2d7}.trip-quick__close svg{width:20px;height:20px}.trip-quick__content{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;max-height:60vh;overflow-y:auto}.trip-quick__content::-webkit-scrollbar{width:6px}.trip-quick__content::-webkit-scrollbar-track{background:transparent}.trip-quick__content::-webkit-scrollbar-thumb{background:#d1d1d6;border-radius:3px}.trip-quick__section{display:flex;flex-direction:column;gap:.625rem}.trip-quick__section .section-label{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#86868b;text-transform:uppercase;font-weight:600;letter-spacing:.08em}.trip-quick__section .section-label svg{width:16px;height:16px;color:#007aff}.trip-quick__section .section-content{display:flex;flex-direction:column;gap:.5rem}.trip-quick__section .section-content--phones{gap:.75rem}.trip-quick__section .section-content .info-text{font-size:1rem;color:#1d1d1f;font-weight:500}.trip-quick__section .section-content .info-meta{font-size:.875rem;color:#86868b;font-family:SF Mono,Courier New,monospace}.trip-quick__section .section-content .route-item{display:flex;flex-direction:column;gap:.25rem}.trip-quick__section .section-content .route-item .route-label{font-size:.6875rem;color:#aeaeb2;text-transform:uppercase;font-weight:600;letter-spacing:.08em}.trip-quick__section .section-content .route-item .route-address{font-size:.9375rem;color:#1d1d1f;font-weight:400;line-height:1.5}.trip-quick__section .section-content .route-arrow{font-size:1.125rem;color:#d1d1d6;text-align:center;margin:.25rem 0}.trip-quick__section .section-content .phone-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#fafafa;border-radius:10px;text-decoration:none;transition:all .15s ease}.trip-quick__section .section-content .phone-item:hover{background:#e8f2ff}.trip-quick__section .section-content .phone-item .phone-label{font-size:.75rem;color:#86868b;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.trip-quick__section .section-content .phone-item .phone-number{font-size:1rem;color:#007aff;font-weight:500;font-family:SF Mono,Courier New,monospace}.trip-quick__section .section-content .note-item{font-size:.875rem;color:#6e6e73;line-height:1.5;padding:.75rem 1rem;background:#fafafa;border-radius:8px}.trip-quick__section .section-content .note-item strong{color:#1d1d1f;font-weight:600}.trip-quick__actions{display:flex;gap:.75rem;padding:1.25rem 1.5rem;background:#fafafa;border-top:1px solid #e5e5e7}.action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:10px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .15s ease}.action-btn svg{width:18px;height:18px}.action-btn--primary{background:#007aff;color:#fff}.action-btn--primary:hover{background:#0051d5}.action-btn--primary:active{transform:scale(.97)}.action-btn--secondary{background:#fff;color:#1d1d1f;border:1px solid #e5e5e7}.action-btn--secondary:hover{background:#fafafa;border-color:#007aff}.action-btn--secondary:active{transform:scale(.97)}@keyframes popupSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width: 768px){.trip-quick-popup{width:95%;max-width:none}.trip-quick__header{padding:1rem 1.25rem}.trip-quick__content{padding:1.25rem}.trip-quick__actions{padding:1rem 1.25rem;flex-direction:column}.trip-quick__actions .action-btn{width:100%}}.enhanced-spotlight-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000073;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:9999;display:flex;align-items:flex-start;justify-content:center;padding-top:8vh;animation:overlayFadeIn .15s ease-out}.enhanced-spotlight{width:92%;max-width:1200px;max-height:82vh;background:#fff;border-radius:16px;box-shadow:0 0 0 .5px #00000014,0 32px 80px #00000047;overflow:hidden;display:flex;flex-direction:column;animation:modalSlideIn .25s cubic-bezier(.16,1,.3,1)}.enhanced-spotlight__header{display:flex;align-items:center;padding:1.25rem 1.75rem;gap:.875rem;flex-shrink:0;background:#fff;border-bottom:1px solid rgba(0,0,0,.08)}.enhanced-spotlight__icon{width:24px;height:24px;color:#86868b;flex-shrink:0}.enhanced-spotlight__input{flex:1;border:none;background:transparent;font-size:1.25rem;color:#1d1d1f;outline:none;font-weight:500;letter-spacing:-.02em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.enhanced-spotlight__input::placeholder{color:#86868b;font-weight:400}.enhanced-spotlight__date-filter{padding:.375rem 2rem .375rem .875rem;border:none;border-radius:16px;background:#f5f5f7;color:#1d1d1f;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;flex-shrink:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%231d1d1f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:.875rem}.enhanced-spotlight__date-filter:hover{background:#e8e8ed}.enhanced-spotlight__date-filter:active{background:#d2d2d7}.enhanced-spotlight__loading{flex-shrink:0}.enhanced-spotlight__loading .spinner-small{width:20px;height:20px;border:2px solid #d1d1d6;border-top-color:#007aff;border-radius:50%;animation:spin .6s linear infinite}.enhanced-spotlight__close{width:36px;height:36px;border-radius:50%;border:none;background:#f5f5f7;display:flex;align-items:center;justify-content:center;color:#1d1d1f;cursor:pointer;transition:all .15s ease;flex-shrink:0}.enhanced-spotlight__close:hover{background:#e8e8ed}.enhanced-spotlight__close:active{background:#d2d2d7}.enhanced-spotlight__close svg{width:22px;height:22px}.enhanced-spotlight__mode-pill{padding:.35rem .75rem;border-radius:999px;background:#eef2ff;color:#243a73;font-size:.8125rem;font-weight:600}.enhanced-spotlight__results{flex:1;overflow-y:auto;padding:0;min-height:0;background:#fff}.enhanced-spotlight__results::-webkit-scrollbar{width:8px}.enhanced-spotlight__results::-webkit-scrollbar-track{background:transparent}.enhanced-spotlight__results::-webkit-scrollbar-thumb{background:#d1d1d6;border-radius:4px;transition:background .15s ease}.enhanced-spotlight__results::-webkit-scrollbar-thumb:hover{background:#aeaeb2}.enhanced-spotlight__results{scrollbar-width:thin;scrollbar-color:#d1d1d6 transparent}.enhanced-spotlight__results .updates-results{display:flex;flex-direction:column;gap:.75rem;padding:0 1.75rem 1.5rem}.enhanced-spotlight__results .updates-results__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.enhanced-spotlight__results .updates-results__title{font-size:1.15rem;font-weight:700;color:#111827}.enhanced-spotlight__results .updates-results__subtitle{font-size:.9rem;color:#6b7280;margin-top:.25rem}.enhanced-spotlight__results .updates-results__date-filter{display:inline-block;margin-left:.5rem;padding:.25rem .5rem;background:#eef2ff;border:1px solid #c7d2fe;border-radius:6px;color:#3730a3;font-weight:600;font-size:.85rem}.enhanced-spotlight__results .updates-results__actions{display:flex;gap:.5rem;flex-shrink:0}.enhanced-spotlight__results .updates-results__btn{padding:.5rem .9rem;border-radius:10px;border:1px solid #e5e7eb;background:#f9fafb;color:#1f2937;cursor:pointer;transition:all .15s ease}.enhanced-spotlight__results .updates-results__btn:hover{background:#eef2ff;border-color:#c7d2fe}.enhanced-spotlight__results .updates-results__btn--primary{background:#111827;color:#fff;border-color:#111827}.enhanced-spotlight__results .updates-results__btn--primary:hover{background:#0b1220}.enhanced-spotlight__results .updates-results__list{display:flex;flex-direction:column;gap:.75rem;max-height:52vh;overflow-y:auto;padding-right:.25rem}.enhanced-spotlight__results .updates-result{border:1px solid #e5e7eb;border-radius:12px;padding:.9rem 1rem;background:#fff;transition:all .15s ease;cursor:pointer}.enhanced-spotlight__results .updates-result:hover{border-color:#c7d2fe;box-shadow:0 10px 24px #0000000d}.enhanced-spotlight__results .updates-result--selected{border-color:#2563eb;box-shadow:0 12px 32px #2563eb1f}.enhanced-spotlight__results .updates-result__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.enhanced-spotlight__results .updates-result__title{font-size:1rem;font-weight:700;color:#0f172a}.enhanced-spotlight__results .updates-result__meta{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}.enhanced-spotlight__results .updates-result__badge{display:inline-flex;align-items:center;padding:.25rem .55rem;border-radius:10px;font-size:.8rem;font-weight:600;background:#f3f4f6;color:#111827}.enhanced-spotlight__results .updates-result__badge--type{background:#eef2ff;color:#1d4ed8}.enhanced-spotlight__results .updates-result__badge--muted{background:#f9fafb;color:#4b5563}.enhanced-spotlight__results .updates-result__content{color:#111827;line-height:1.6;margin:0;padding:.5rem;font-size:.9375rem;word-wrap:break-word;background:#fff;font-weight:400}.enhanced-spotlight__results .updates-result__content strong,.enhanced-spotlight__results .updates-result__content b{color:#111827;font-weight:600}.enhanced-spotlight__results .updates-result__content a{color:#2563eb;text-decoration:none;font-weight:500;transition:color .15s ease;border-bottom:1px solid transparent}.enhanced-spotlight__results .updates-result__content a:hover{color:#1d4ed8;border-bottom-color:#1d4ed8}.enhanced-spotlight__results .updates-result__content p{margin:0 0 .75rem;line-height:1.6}.enhanced-spotlight__results .updates-result__content p:last-child{margin-bottom:0}.enhanced-spotlight__results .updates-result__content code{background:#0000000d;padding:.125rem .375rem;border-radius:4px;font-size:.875em;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.enhanced-spotlight__results .updates-result__content blockquote{border-left:3px solid #d1d5db;padding-left:.75rem;margin:.75rem 0;color:#6b7280;font-style:italic}.enhanced-spotlight__results .updates-result__content :global(.mention-tag){display:inline-block;padding:.3125rem .625rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;font-size:.75rem;font-weight:500;color:#111827;transition:all .15s ease;text-align:left;max-width:100%;word-break:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.enhanced-spotlight__results .updates-result__content :global(.mention-tag)[data-type=trip],.enhanced-spotlight__results .updates-result__content :global(.mention-tag).mention-trip{background:#dbeafe;border-color:#93c5fd;color:#1e40af}.enhanced-spotlight__results .updates-result__content :global(.mention-tag)[data-type=driver],.enhanced-spotlight__results .updates-result__content :global(.mention-tag).mention-driver{background:#fef3c7;border-color:#fde68a;color:#92400e}.enhanced-spotlight__results .updates-result__content :global(.mention-tag)[data-type=user],.enhanced-spotlight__results .updates-result__content :global(.mention-tag).mention-user{background:#e0e7ff;border-color:#c7d2fe;color:#3730a3}.enhanced-spotlight__results .updates-result__content :global(.mention-tag)[data-type=patient],.enhanced-spotlight__results .updates-result__content :global(.mention-tag).mention-patient{background:#fce7f3;border-color:#fbcfe8;color:#831843}.enhanced-spotlight__results .updates-result__content :global(.mention-tag):hover{transform:translate(2px);box-shadow:0 2px 4px #0000001a;white-space:normal;overflow:visible}.enhanced-spotlight__results .updates-result__footer{margin-top:.5rem;display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:#6b7280}.enhanced-spotlight__results .updates-result__author{font-weight:600;color:#111827}.enhanced-spotlight__results .updates-result__dot{color:#d1d5db}.enhanced-spotlight__filter-notice{display:flex;align-items:center;gap:.625rem;padding:.75rem 1.75rem;background:#fafafa;font-size:.8125rem;color:#86868b;font-weight:400;border-bottom:1px solid rgba(0,0,0,.05)}.enhanced-spotlight__filter-notice svg{width:16px;height:16px;color:#86868b;flex-shrink:0}.enhanced-spotlight__filter-notice span{flex:1;line-height:1.4}.enhanced-spotlight__zipcode-notice{display:flex;align-items:center;gap:.875rem;padding:1rem 1.75rem;background:linear-gradient(135deg,#e8f2ff,#f0f7ff);border-bottom:2px solid #007aff;animation:slideDown .2s ease-out}.enhanced-spotlight__zipcode-notice .zipcode-notice__icon{width:24px;height:24px;color:#007aff;flex-shrink:0}.enhanced-spotlight__zipcode-notice .zipcode-notice__content{flex:1;display:flex;flex-direction:column;gap:.25rem}.enhanced-spotlight__zipcode-notice .zipcode-notice__title{font-size:.9375rem;font-weight:600;color:#1d1d1f;letter-spacing:-.01em}.enhanced-spotlight__zipcode-notice .zipcode-notice__hint{font-size:.75rem;color:#6e6e73;font-weight:400}.enhanced-spotlight__expansion{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1.25rem 1.75rem;background:#fff;border-top:1px solid #e5e5e7}.enhanced-spotlight__empty,.enhanced-spotlight__hint{padding:4rem 2rem;text-align:center;color:#86868b;font-size:1rem;font-weight:400;line-height:1.5}.enhanced-spotlight__footer{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.75rem;border-top:1px solid #e5e5e7;background:#fafafa;flex-shrink:0}.enhanced-spotlight__shortcuts{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:#86868b;flex-wrap:wrap}.enhanced-spotlight__shortcuts kbd{display:inline-flex;align-items:center;justify-content:center;min-width:16px;padding:.0625rem .3125rem;background:#fff;border:.5px solid #d1d1d6;border-radius:3px;font-family:SF Mono,Courier New,monospace;font-size:.625rem;font-weight:500;color:#1d1d1f;box-shadow:0 .5px #0000000a}.enhanced-spotlight__divider{color:#d1d1d6;padding:0 .1875rem}.enhanced-spotlight__stats{display:flex;align-items:center;gap:.375rem;font-size:.75rem;flex-wrap:wrap}.enhanced-spotlight__stats .stat-primary{color:#1d1d1f;font-weight:500}.enhanced-spotlight__stats .stat-secondary{color:#86868b;font-weight:400}.enhanced-spotlight__stats .stat-divider{color:#d1d1d6;padding:0 .1875rem}.patient-group{transition:all .15s ease}.patient-group--selected .patient-group__header{background:#007aff0f}.patient-group--no-filtered-trips .patient-group__header{opacity:.55}.patient-group--no-filtered-trips:hover .patient-group__header{opacity:.75}.patient-group__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.75rem;background:#f5f5f7;cursor:pointer;transition:all .12s ease;border-bottom:2px solid #e5e5e7}.patient-group__header:hover{background:#e0e0e3;box-shadow:inset 0 0 0 1px #d1d1d6}.patient-group__header:active{background:#d2d2d7}.patient-group__main{display:flex;align-items:center;gap:.875rem;flex:1;min-width:0}.patient-group__icon{width:20px;height:20px;color:#007aff;flex-shrink:0}.patient-group__info{flex:1;min-width:0}.patient-group__name{font-size:1rem;font-weight:600;color:#1d1d1f;margin-bottom:.375rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;letter-spacing:-.01em;line-height:1.3}.patient-group__meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.patient-group__meta .meta-item{font-size:.75rem;color:#86868b;font-weight:400}.patient-group__meta .meta-item--id{font-family:SF Mono,Courier New,monospace;color:#6e6e73;font-size:.6875rem}.patient-group__meta .meta-item--highlight{color:#1d1d1f;font-weight:500}.patient-group__meta .meta-item--muted{color:#aeaeb2}.patient-group__comments{font-size:.8125rem;color:#6e6e73;margin-top:.5rem;padding:.625rem .75rem;background:#fafafa;border-radius:6px;line-height:1.45}.patient-group__toggle{width:24px;height:24px;border:none;background:transparent;border-radius:5px;display:flex;align-items:center;justify-content:center;color:#86868b;cursor:pointer;transition:all .12s ease;flex-shrink:0}.patient-group__toggle:hover{background:#f5f5f7;color:#1d1d1f}.patient-group__toggle:active{background:#e8e8ed;transform:scale(.94)}.patient-group__toggle svg{width:18px;height:18px}.patient-group__trips{padding:0;background:#f9f9f9;border-bottom:1px solid #e5e5e7;display:flex;flex-direction:column;gap:0}.patient-group__no-trips{display:flex;flex-direction:column;align-items:center;gap:.875rem;padding:1.5rem 1.75rem;text-align:center;background:#fff}.patient-group__no-trips .no-trips-message{font-size:.875rem;color:#86868b;font-weight:400}.patient-group__no-trips .no-trips-action{padding:.4375rem 1rem;background:#007aff;color:#fff;border:none;border-radius:16px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease}.patient-group__no-trips .no-trips-action:hover{background:#0051d5}.patient-group__no-trips .no-trips-action:active{transform:scale(.96)}.trip-group-container{display:flex;flex-direction:column;gap:0;background:#007aff08;border-bottom:1px solid #e5e5e7}.trip-group-header{display:flex;align-items:center;padding:.5rem 1.75rem;background:#007aff1a;border-bottom:1px solid rgba(0,122,255,.2);cursor:default}.trip-group-badge{font-size:.6875rem;font-weight:600;color:#007aff;text-transform:uppercase;letter-spacing:.08em}.trip-card{background:#fafafa;cursor:pointer;transition:all .12s ease;border-bottom:1px solid #e5e5e7}.trip-card:nth-child(2n){background:#fff}.trip-card:nth-child(odd){background:#fafafa}.trip-card:last-child{border-bottom:none}.trip-card:hover{background:#e8f2ff!important;box-shadow:inset 0 0 0 1px #007aff}.trip-card:active{background:#d6e9ff!important}.trip-card--grouped .trip-card__content{padding-left:1.75rem}.trip-card--grouped:nth-child(2){background:#e8f2ff!important}.trip-card--grouped:nth-child(2):hover{background:#d6e9ff!important;box-shadow:inset 0 0 0 2px #007aff}.trip-card--grouped:nth-child(2):active{background:#c4dfff!important}.trip-card--grouped:nth-child(3){background:#e8f9f0!important}.trip-card--grouped:nth-child(3):hover{background:#d4f4e0!important;box-shadow:inset 0 0 0 2px #00a562}.trip-card--grouped:nth-child(3):active{background:#c0efd0!important}.trip-card--grouped:nth-child(4){background:#f3f0ff!important}.trip-card--grouped:nth-child(4):hover{background:#e5ddff!important;box-shadow:inset 0 0 0 2px #8b5cf6}.trip-card--grouped:nth-child(4):active{background:#d7caff!important}.trip-card--grouped:nth-child(5){background:#fff8e8!important}.trip-card--grouped:nth-child(5):hover{background:#ffedc4!important;box-shadow:inset 0 0 0 2px #ca8500}.trip-card--grouped:nth-child(5):active{background:#ffe2a0!important}.trip-card--grouped:nth-child(n+6){background:#f5f5f7!important}.trip-card--grouped:nth-child(n+6):hover{background:#e8e8ed!important;box-shadow:inset 0 0 0 2px #aeaeb2}.trip-card--grouped:nth-child(n+6):active{background:#d2d2d7!important}.trip-card__content{padding:.75rem 1.75rem}.trip-card__header{display:flex;align-items:center;gap:.875rem;margin-bottom:.625rem}.trip-card__date{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:#007aff;letter-spacing:-.01em;flex-shrink:0}.trip-card__relative-time{font-size:.75rem;font-weight:500;color:#86868b;background:#0000000a;padding:.1875rem .5rem;border-radius:10px;letter-spacing:0}.trip-card__reservation{font-size:.75rem;font-weight:400;color:#aeaeb2;display:flex;align-items:center;gap:.375rem}.trip-card__leg{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:#007aff;color:#fff;border-radius:50%;font-size:.5625rem;font-weight:700;line-height:1}.trip-card__status{font-size:.75rem;font-weight:600;text-transform:capitalize;white-space:nowrap;flex-shrink:0}.trip-card__status--scheduled{color:#00a562}.trip-card__status--completed{color:#007aff}.trip-card__status--cancelled,.trip-card__status--canceled{color:#d70015}.trip-card__status--unscheduled{color:#ca8500}.trip-card__actions{display:flex;align-items:center;gap:.25rem;margin-left:auto;flex-shrink:0}.trip-card__badges{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap;margin-bottom:.5rem}.trip-card__route{display:flex;align-items:baseline;gap:.625rem;margin-bottom:.5rem;color:#1d1d1f;font-size:.875rem;line-height:1.4}.trip-card__location-address{font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:45%}.trip-card__arrow{font-size:.875rem;color:#d1d1d6;flex-shrink:0}.trip-card__phones{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;margin-bottom:.5rem}.trip-card__phones .phone-link{display:flex;align-items:center;gap:.375rem;text-decoration:none;transition:all .15s ease;font-size:.75rem}.trip-card__phones .phone-link:hover{transform:translateY(-1px)}.trip-card__phones .phone-link:hover .phone-number{text-decoration:underline}.trip-card__phones .phone-link svg{width:13px;height:13px;color:#007aff;flex-shrink:0}.trip-card__phones .phone-link .phone-label{color:#86868b;font-weight:500;font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em}.trip-card__phones .phone-link .phone-number{color:#007aff;font-weight:500;font-family:SF Mono,Courier New,monospace}.trip-card__notes{display:flex;flex-direction:column;gap:.375rem;margin-bottom:.5rem;padding:.5rem .75rem;background:#00000005;border-radius:6px}.trip-card__notes .note-item{font-size:.75rem;color:#6e6e73;font-style:italic;line-height:1.5}.trip-card__notes .note-item strong{color:#1d1d1f;font-weight:600;font-style:normal;margin-right:.25rem}.trip-card__flags{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.expansion-btn{padding:.5rem 1.25rem;border:none;border-radius:20px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.expansion-btn--next{background:#e8f2ff;color:#007aff}.expansion-btn--next:hover{background:#d6e9ff}.expansion-btn--next:active{transform:scale(.96)}.expansion-btn--all{background:#007aff;color:#fff}.expansion-btn--all:hover{background:#0051d5}.expansion-btn--all:active{transform:scale(.96)}.expansion-btn--reset{background:#f5f5f7;color:#1d1d1f}.expansion-btn--reset:hover{background:#e8e8ed}.expansion-btn--reset:active{transform:scale(.96)}.badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;border-radius:12px;font-size:.75rem;font-weight:500;border:none}.badge svg{width:12px;height:12px}.badge--danger{background:#ffe8e8;color:#d70015}.badge--warning{background:#fff4e0;color:#ca8500}.badge--error{background:#ffe8e8;color:#d70015}.badge--info{background:#e8f2ff;color:#007aff}.badge--clickable{cursor:pointer;transition:all .15s ease}.badge--clickable:hover{transform:translateY(-1px);box-shadow:0 2px 8px #007aff33}.badge--clickable:active{transform:translateY(0)}.badge-mini{display:inline-flex;align-items:center;gap:.25rem;padding:.1875rem .5rem;border-radius:10px;font-size:.6875rem;font-weight:500;background:#f5f5f7;color:#6e6e73;line-height:1}.badge-mini svg{width:11px;height:11px}.badge-mini--gender{background:#e8f2ff;color:#007aff}.badge-mini--vip{background:#fff3cd;color:#ca8500}.flag{font-size:.6875rem;padding:.1875rem .5rem;border-radius:10px;font-weight:500;line-height:1.2}.flag--cancelled{background:#ffe8e8;color:#d70015}.flag--no-show{background:#fff4e0;color:#ca8500}.flag--updates{background:#e8f2ff;color:#007aff}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.enhanced-spotlight{max-width:900px}}@media (max-width: 768px){.enhanced-spotlight-overlay{padding-top:5vh}.enhanced-spotlight{width:96%;max-width:none;max-height:88vh;border-radius:12px}.enhanced-spotlight__header{padding:1rem 1.25rem;flex-wrap:wrap;gap:.75rem}.enhanced-spotlight__icon{width:20px;height:20px}.enhanced-spotlight__input{font-size:1.125rem;flex:1 1 100%}.enhanced-spotlight__close{width:32px;height:32px}.enhanced-spotlight__close svg{width:18px;height:18px}.enhanced-spotlight__filter-notice{padding:.625rem 1.25rem;font-size:.75rem}.enhanced-spotlight__filter-notice svg{width:14px;height:14px}.enhanced-spotlight__footer{padding:.625rem 1.25rem;flex-direction:column;align-items:flex-start;gap:.5rem}.enhanced-spotlight__shortcuts{font-size:.6875rem}.enhanced-spotlight__shortcuts kbd{font-size:.625rem;padding:.0625rem .25rem}.enhanced-spotlight__stats{font-size:.6875rem;align-self:flex-end}.patient-group__header{padding:.875rem 1.25rem}.patient-group__icon{width:18px;height:18px}.patient-group__name{font-size:.9375rem;gap:.375rem}.patient-group__meta{gap:.5rem}.patient-group__meta .meta-item{font-size:.6875rem}.patient-group__toggle{width:20px;height:20px}.patient-group__toggle svg{width:16px;height:16px}.trip-group-header{padding:.5rem 1.25rem}.trip-card__content{padding:.625rem 1.25rem}.trip-card--grouped .trip-card__content{padding-left:2rem}.trip-card__header{flex-wrap:wrap;gap:.625rem;margin-bottom:.5rem}.trip-card__date{font-size:.875rem;flex-wrap:wrap;gap:.375rem}.trip-card__relative-time{font-size:.6875rem;padding:.125rem .375rem}.trip-card__reservation,.trip-card__status{font-size:.6875rem}.trip-card__actions{flex:1 0 100%;justify-content:flex-start;margin-left:0}.trip-card__badges{margin-bottom:.375rem}.trip-card__route{flex-direction:column;align-items:flex-start;gap:.25rem;margin-bottom:.375rem}.trip-card__arrow{font-size:.75rem;transform:rotate(90deg);padding:.125rem 0}.trip-card__location-address{font-size:.8125rem;max-width:100%}.trip-card__phones{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:.375rem}.trip-card__phones .phone-link{font-size:.6875rem}.trip-card__phones .phone-link svg{width:12px;height:12px}.trip-card__phones .phone-link .phone-label{font-size:.625rem}.trip-card__notes{margin-bottom:.375rem;padding:.4375rem .625rem}.trip-card__notes .note-item{font-size:.6875rem}.trip-card__notes .note-item strong{display:block;margin-bottom:.125rem}.enhanced-spotlight__expansion{padding:1rem 1.25rem;flex-direction:column;gap:.625rem}.enhanced-spotlight__expansion .expansion-btn{width:100%;font-size:.8125rem;padding:.5rem 1rem}}.extension-required{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center}.extension-required__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:extFadeIn .3s ease-out}.extension-required__modal{position:relative;z-index:1;background:linear-gradient(145deg,#fff,#f8fafc);border-radius:24px;padding:48px 56px;max-width:500px;width:90%;text-align:center;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff1a;animation:extSlideUp .4s cubic-bezier(.16,1,.3,1)}.extension-required__icon{width:80px;height:80px;margin:0 auto 24px;background:linear-gradient(135deg,#f97316,#ea580c);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 40px -10px #f9731680,inset 0 1px 1px #ffffff4d;animation:extPulse 2s ease-in-out infinite}.extension-required__icon svg{width:40px;height:40px;color:#fff}.extension-required__title{font-size:28px;font-weight:700;color:#1e293b;margin:0 0 12px;letter-spacing:-.5px}.extension-required__message{font-size:15px;color:#64748b;margin:0 0 28px;line-height:1.6}.extension-required__instructions{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:16px;padding:20px 24px;margin-bottom:28px;border:1px solid rgba(148,163,184,.2);text-align:left}.extension-required__instructions .instruction-step{display:flex;align-items:center;gap:14px;padding:8px 0}.extension-required__instructions .instruction-step:not(:last-child){border-bottom:1px solid rgba(148,163,184,.15);margin-bottom:4px}.extension-required__instructions .instruction-step .step-number{width:28px;height:28px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.extension-required__instructions .instruction-step .step-text{font-size:14px;color:#475569;font-weight:500;line-height:1.4}.extension-required__actions{display:flex;flex-direction:column;gap:12px}.extension-required__button{width:100%;padding:14px 28px;border:none;border-radius:14px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s ease}.extension-required__button svg{width:20px;height:20px}.extension-required__button.primary{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;box-shadow:0 4px 14px -4px #6366f180,inset 0 1px 1px #fff3}.extension-required__button.primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px -4px #6366f180,inset 0 1px 1px #fff3;background:linear-gradient(135deg,#4f46e5,#4338ca)}.extension-required__button.primary:disabled{opacity:.7;cursor:not-allowed}.extension-required__button.secondary{background:transparent;color:#64748b;border:1px solid #e2e8f0}.extension-required__button.secondary:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}.extension-required__button:active:not(:disabled){transform:translateY(0)}.extension-required__spinner{width:20px;height:20px;border:2.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:extSpin .8s linear infinite}.extension-required__note{font-size:12px;color:#94a3b8;margin:20px 0 0;line-height:1.5}@keyframes extFadeIn{0%{opacity:0}to{opacity:1}}@keyframes extSlideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes extPulse{0%,to{transform:scale(1);box-shadow:0 10px 40px -10px #f9731680,inset 0 1px 1px #ffffff4d}50%{transform:scale(1.05);box-shadow:0 15px 50px -10px #f9731699,inset 0 1px 1px #ffffff4d}}@keyframes extSpin{to{transform:rotate(360deg)}}:root{--bg-app: #ffffff;--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-hover: #f9f9f9;--text-primary: #213547;--text-secondary: #666;--border-color: #e0e0e0;--primary-color: #646cff;--primary-hover: #535bf2;--error-color: #d32f2f}body{background-color:#fff!important;margin:0;padding:0}.app-layout{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr;width:100%;height:100vh;position:relative;overflow:hidden;background-color:#fff}.app-layout.no-sidebar{grid-template-columns:1fr}.app-layout.no-sidebar .layout-right{width:100%;max-width:100%}.layout-right{display:grid;grid-template-rows:auto 1fr;grid-template-columns:1fr;min-width:0;min-height:0;position:relative;overflow:hidden;width:100%;height:100%}.layout-right>nav{grid-row:1;grid-column:1;position:relative;z-index:2;padding:0;background-color:transparent}.layout-main{grid-row:2;grid-column:1;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;position:relative;z-index:1;min-width:0;min-height:0;background-color:#fff}.layout-main>*{width:100%;box-sizing:border-box}.page-wrapper{width:100%;height:auto;min-height:100%;position:relative;z-index:1}.page-wrapper--full-height{flex:1;display:flex;flex-direction:column;min-height:0}.app{min-height:100vh;background-color:#fff}.trip-autocomplete{position:relative;width:100%;max-width:100%;box-sizing:border-box}.trip-autocomplete__input{width:100%;max-width:100%;padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .2s ease;background:#fff;font-weight:400;box-sizing:border-box}.trip-autocomplete__input:hover{border-color:#d1d5db}.trip-autocomplete__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;background:#fafbff}.trip-autocomplete__input::placeholder{color:#9ca3af;font-weight:400}.trip-autocomplete__loading,.trip-autocomplete__no-results{position:absolute;top:calc(100% + .75rem);left:0;right:0;padding:1.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 20px 60px #00000026;color:#6b7280;font-size:.9375rem;z-index:1001;text-align:center;animation:dropdownFadeIn .2s ease}.trip-autocomplete__suggestions{position:absolute;top:calc(100% + .75rem);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 20px 60px #0003,0 0 0 1px #0000000d;max-height:500px;overflow-y:auto;z-index:1001;animation:dropdownFadeIn .2s ease;padding:.5rem}.trip-autocomplete__suggestions::-webkit-scrollbar{width:10px}.trip-autocomplete__suggestions::-webkit-scrollbar-track{background:transparent;margin:.5rem 0}.trip-autocomplete__suggestions::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:5px;border:2px solid #ffffff}.trip-autocomplete__suggestions::-webkit-scrollbar-thumb:hover{background:#9ca3af}.trip-suggestion{padding:1rem 1.25rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);border-radius:10px;margin-bottom:.5rem;border:2px solid transparent;background:#fff}.trip-suggestion:last-child{margin-bottom:0}.trip-suggestion:hover{background:linear-gradient(135deg,#f8faff,#f0f4ff);border-color:#bfdbfe;transform:translate(4px);box-shadow:0 4px 12px #3b82f626}.trip-suggestion--selected{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#3b82f6;transform:translate(6px);box-shadow:0 6px 16px #3b82f640}.trip-suggestion--selected .trip-suggestion__id{background:#3b82f6;color:#fff}.trip-suggestion--selected .trip-suggestion__leg{background:#7c3aed;color:#fff;box-shadow:0 2px 4px #7c3aed33}.trip-suggestion__main{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.trip-suggestion__id{font-size:.875rem;font-weight:700;color:#3b82f6;background:#eff6ff;padding:.375rem .75rem;border-radius:6px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;flex-shrink:0;letter-spacing:-.02em;transition:all .2s ease}.trip-suggestion__name{font-size:1.0625rem;font-weight:600;color:#111827;line-height:1.3;flex:1;min-width:0}.trip-suggestion__leg{font-size:.8125rem;font-weight:700;color:#7c3aed;background:#f3e8ff;padding:.375rem .75rem;border-radius:6px;flex-shrink:0;letter-spacing:.02em;text-transform:uppercase;transition:all .2s ease}.trip-suggestion__meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.trip-suggestion__route{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:#6b7280;padding-top:.75rem;margin-top:.75rem;border-top:1px solid #f3f4f6}.trip-suggestion__route .route-from{font-weight:600;color:#10b981}.trip-suggestion__route .route-arrow{color:#9ca3af;font-weight:600;font-size:1rem}.trip-suggestion__route .route-to{font-weight:600;color:#f59e0b}.meta-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:6px;font-size:.8125rem;font-weight:600;line-height:1.2;transition:all .15s ease}.meta-chip .meta-label{font-weight:500;opacity:.8}.meta-chip--reservation{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border:1px solid #fbbf24}.meta-chip--reservation .meta-label{color:#b45309}.meta-chip--member{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;border:1px solid #60a5fa}.meta-chip--member .meta-label{color:#2563eb}.meta-chip--date{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border:1px solid #34d399}.meta-chip--status{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#3730a3;border:1px solid #818cf8;text-transform:capitalize}.trip-suggestion:hover .meta-chip,.trip-suggestion--selected .meta-chip{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.trip-autocomplete__no-results span{display:inline-block}.trip-autocomplete__no-results span:before{content:"🔍 ";margin-right:.5rem}.trip-autocomplete__loading span:before{content:"⏳ ";margin-right:.5rem}@media (max-width: 640px){.trip-suggestion{padding:.875rem 1rem}.trip-suggestion__main{flex-direction:column;align-items:flex-start;gap:.5rem}.trip-suggestion__name{font-size:.9375rem}.trip-suggestion__meta{flex-direction:column;gap:.375rem;width:100%}.trip-suggestion__meta .meta-chip{justify-content:space-between;width:100%}.trip-suggestion__route{font-size:.8125rem;flex-wrap:wrap}}.trip-autocomplete__suggestions:after{content:"Use ↑↓ to navigate, Enter to select, Esc to close";display:block;padding:.75rem 1rem;text-align:center;font-size:.75rem;color:#9ca3af;border-top:1px solid #f3f4f6;margin:.5rem -.5rem -.5rem;background:#fafbfc;border-radius:0 0 12px 12px;font-weight:500}.passenger-autocomplete{position:relative;width:100%;max-width:100%;box-sizing:border-box}.passenger-autocomplete__input{width:100%;max-width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9375rem;font-family:inherit;transition:all .15s ease;background:#fff;font-weight:400;box-sizing:border-box}.passenger-autocomplete__input:hover{border-color:#d1d5db}.passenger-autocomplete__input:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1a;background:#faf5ff}.passenger-autocomplete__input::placeholder{color:#9ca3af;font-weight:400}.passenger-autocomplete__loading,.passenger-autocomplete__no-results{position:absolute;top:calc(100% + .75rem);left:0;right:0;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #00000026;color:#6b7280;font-size:.875rem;z-index:1001;text-align:center}.passenger-autocomplete__suggestions{position:absolute;top:calc(100% + .75rem);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 40px #0003;max-height:400px;overflow-y:auto;z-index:1001;animation:dropdownFadeIn .2s ease;padding:.5rem}.passenger-autocomplete__suggestions::-webkit-scrollbar{width:8px}.passenger-autocomplete__suggestions::-webkit-scrollbar-track{background:transparent;margin:.5rem 0}.passenger-autocomplete__suggestions::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px;border:2px solid #ffffff}.passenger-autocomplete__suggestions::-webkit-scrollbar-thumb:hover{background:#9ca3af}.passenger-suggestion{padding:.875rem 1rem;cursor:pointer;transition:all .15s ease;border-radius:6px;margin-bottom:.375rem;border:1px solid transparent;background:#fff}.passenger-suggestion:last-child{margin-bottom:0}.passenger-suggestion:hover{background:linear-gradient(135deg,#faf5ff,#f3e8ff);border-color:#e9d5ff;transform:translate(4px);box-shadow:0 2px 8px #7c3aed26}.passenger-suggestion--selected{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);border-color:#7c3aed;transform:translate(6px);box-shadow:0 4px 12px #7c3aed40}.passenger-suggestion__name{font-size:1rem;font-weight:600;color:#111827;line-height:1.4;margin-bottom:.5rem}.passenger-suggestion__meta{display:flex;flex-wrap:wrap;gap:.5rem}.passenger-suggestion__comments{margin-top:.5rem;padding:.5rem;background:#f9fafb;border-left:3px solid #7c3aed;border-radius:4px;font-size:.8125rem;color:#4b5563;line-height:1.5}.passenger-suggestion .meta-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:4px;font-size:.75rem;font-weight:600;line-height:1.2}.passenger-suggestion .meta-chip--member{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);color:#6b21a8;border:1px solid #c084fc}.passenger-suggestion .meta-chip--member .meta-label{color:#7c3aed;font-weight:500}.passenger-suggestion .meta-chip--phone{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;border:1px solid #60a5fa}.passenger-suggestion .meta-chip--phone .meta-label{color:#2563eb;font-weight:500}.passenger-suggestion .meta-chip--los{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border:1px solid #34d399}.passenger-suggestion .meta-chip--los .meta-label{color:#059669;font-weight:500}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.add-list-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .2s ease}.add-list-modal{background:#fff;border-radius:12px;max-width:1200px;width:95%;height:92vh;max-height:92vh;overflow:hidden;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;justify-content:space-between;animation:slideUp .3s cubic-bezier(.4,0,.2,1)}.add-list-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.add-list-modal__header .header-content{display:flex;align-items:center;gap:.75rem}.add-list-modal__header .header-content .header-icon{font-size:1.5rem;line-height:1}.add-list-modal__header .header-content h2{margin:0;font-size:1.75rem;font-weight:600;color:#111827}.add-list-modal__header .header-content .header-icon{font-size:2rem}.add-list-modal__header .close-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .15s ease}.add-list-modal__header .close-btn:hover{background:#f3f4f6;color:#111827}.add-list-modal__header .close-btn svg{width:18px;height:18px}.add-list-modal__progress{display:flex;align-items:center;padding:.75rem 1.25rem;background:#f9fafb;border-bottom:1px solid #e5e7eb;flex-shrink:0}.add-list-modal__progress .progress-step{display:flex;align-items:center;gap:.5rem}.add-list-modal__progress .progress-step .step-number{width:24px;height:24px;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;transition:all .2s ease}.add-list-modal__progress .progress-step .step-label{font-size:.8125rem;font-weight:500;color:#6b7280;transition:color .2s ease}.add-list-modal__progress .progress-step.active .step-number{background:#3b82f6;color:#fff}.add-list-modal__progress .progress-step.active .step-label{color:#111827}.add-list-modal__progress .progress-line{flex:1;height:2px;background:#e5e7eb;margin:0 .5rem}.add-list-modal__body{flex:1;overflow-y:auto;overflow-x:hidden;padding:1.25rem;position:relative;min-height:0}.add-list-modal__body::-webkit-scrollbar{width:8px}.add-list-modal__body::-webkit-scrollbar-track{background:#f3f4f6}.add-list-modal__body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.add-list-modal__body::-webkit-scrollbar-thumb:hover{background:#9ca3af}.add-list-modal__header-author{display:inline-flex;align-items:center;gap:.5rem;padding:0 0 1rem;margin-bottom:0;opacity:.7;transition:opacity .2s ease}.add-list-modal__header-label{font-size:.75rem;font-weight:500;color:var(--text-muted, #6b7280);letter-spacing:.025em}.add-list-modal__header-name{font-size:.875rem;font-weight:500;color:var(--text-color, #1a1a1a)}.add-list-modal__header-warning{padding:.75rem 1rem;margin-bottom:1rem;background:#fef3c7;border:1px solid #fbbf24;border-radius:6px;color:#92400e;font-size:.875rem;line-height:1.5}.add-list-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem;border-top:1px solid #e5e7eb;background:#f9fafb;flex-shrink:0}.add-list-modal__footer .btn-back,.add-list-modal__footer .btn-cancel,.add-list-modal__footer .btn-submit{padding:.75rem 1.5rem;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem;border:none}.add-list-modal__footer .btn-back:disabled,.add-list-modal__footer .btn-cancel:disabled,.add-list-modal__footer .btn-submit:disabled{opacity:.5;cursor:not-allowed}.add-list-modal__footer .btn-back{background:#f3f4f6;color:#4b5563}.add-list-modal__footer .btn-back:hover:not(:disabled){background:#e5e7eb}.add-list-modal__footer .btn-cancel{background:#fff;color:#6b7280;border:1px solid #d1d5db}.add-list-modal__footer .btn-cancel:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.add-list-modal__footer .btn-submit{background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;box-shadow:0 2px 8px #7c3aed4d}.add-list-modal__footer .btn-submit:hover:not(:disabled){background:linear-gradient(135deg,#6d28d9,#5b21b6);box-shadow:0 4px 12px #7c3aed66;transform:translateY(-1px)}.modal-step{max-width:100%;margin:0}.modal-step .step-instruction{font-size:.875rem;color:#6b7280;margin:0 0 1rem;line-height:1.5}.modal-step.blacklist-form .step-instruction{margin-bottom:.75rem}.modal-step .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 768px){.modal-step .form-row{grid-template-columns:1fr}}.modal-step.blacklist-form .details-form{margin-top:1rem}.selected-passenger-info{margin:1.5rem 0;padding:1rem;background:linear-gradient(135deg,#f3e8ff,#faf5ff);border:1px solid #e9d5ff;border-radius:8px;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.selected-passenger-info .info-row{display:flex;align-items:center;gap:.5rem}.selected-passenger-info .info-row:not(:last-child):after{content:"•";margin-left:1.5rem;color:#c084fc;font-weight:600}.selected-passenger-info .info-row .info-label{font-size:.875rem;font-weight:600;color:#7c3aed}.selected-passenger-info .info-row .info-value{font-size:.9375rem;font-weight:500;color:#1f2937}.selected-trip-info{margin:1.5rem 0;padding:1rem;background:linear-gradient(135deg,#dbeafe,#eff6ff);border:1px solid #bfdbfe;border-radius:8px;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.selected-trip-info .info-row{display:flex;align-items:center;gap:.5rem}.selected-trip-info .info-row:not(:last-child):after{content:"•";margin-left:1.5rem;color:#60a5fa;font-weight:600}.selected-trip-info .info-row .info-label{font-size:.875rem;font-weight:600;color:#2563eb}.selected-trip-info .info-row .info-value{font-size:.9375rem;font-weight:500;color:#1f2937}.radio-group-horizontal{display:flex;gap:1rem;align-items:center}.radio-group-horizontal .radio-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.625rem 1rem;border:2px solid #e5e7eb;border-radius:8px;transition:all .15s ease;background:#fff}.radio-group-horizontal .radio-label:hover{border-color:#d1d5db;background:#f9fafb}.radio-group-horizontal .radio-label input[type=radio]{cursor:pointer;width:18px;height:18px;accent-color:#7c3aed}.radio-group-horizontal .radio-label input[type=radio]:checked+.radio-text{font-weight:600;color:#7c3aed}.radio-group-horizontal .radio-label .radio-text{font-size:.9375rem;color:#4b5563;transition:all .15s ease}.radio-group-horizontal .radio-label:has(input:checked){border-color:#7c3aed;background:linear-gradient(135deg,#faf5ff,#f3e8ff)}.form-row-horizontal{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 968px){.form-row-horizontal{grid-template-columns:1fr}}.form-row-horizontal .form-field-grow{min-width:0}.trip-form .details-form{margin-top:1rem}.section-label{font-size:1rem;font-weight:600;color:#111827;margin-bottom:1rem;display:block}.simple-form{display:flex;flex-direction:column;gap:.75rem}.simple-form .simple-input{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:.9375rem;transition:all .15s ease}.simple-form .simple-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.simple-form .simple-input::placeholder{color:#9ca3af}.simple-form .btn-continue{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .15s ease;margin-top:.5rem}.simple-form .btn-continue:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.simple-form .btn-continue:active{transform:translateY(0)}.selected-summary{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:8px;padding:.875rem 1rem;margin-bottom:1rem;border:1px solid #e5e7eb}.selected-summary .summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.selected-summary .summary-row:not(:last-child){border-bottom:1px solid #e5e7eb}.selected-summary .summary-row .summary-label{font-size:.8125rem;color:#6b7280;font-weight:500}.selected-summary .summary-row .summary-value{font-size:.9375rem;color:#111827;font-weight:600}.details-form{display:flex;flex-direction:column;gap:1rem}.details-form .form-field label{display:block;font-size:.8125rem;font-weight:600;color:#374151;margin-bottom:.375rem}.details-form .form-field input,.details-form .form-field textarea{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.9375rem;font-family:inherit;transition:all .15s ease;background:#fff}.details-form .form-field input:hover,.details-form .form-field textarea:hover{border-color:#d1d5db}.details-form .form-field input:focus,.details-form .form-field textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;background:#fafbff}.details-form .form-field input::placeholder,.details-form .form-field textarea::placeholder{color:#9ca3af}.details-form .form-field textarea{resize:vertical;min-height:80px;line-height:1.5}.details-form .form-field .radio-group{display:flex;gap:.5rem;margin-top:.375rem}.details-form .form-field .radio-group .radio-label{flex:1;display:flex;align-items:center;justify-content:center;gap:.375rem;cursor:pointer;padding:.625rem 1rem;border:1px solid #e5e7eb;border-radius:6px;transition:all .15s ease;background:#fff}.details-form .form-field .radio-group .radio-label:hover{background:#f9fafb;border-color:#d1d5db}.details-form .form-field .radio-group .radio-label input[type=radio]{width:auto;padding:0;margin:0;cursor:pointer}.details-form .form-field .radio-group .radio-label input[type=radio]:checked~.radio-text{color:#3b82f6;font-weight:600}.details-form .form-field .radio-group .radio-label:has(input[type=radio]:checked){background:#eff6ff;border-color:#3b82f6}.details-form .form-field .radio-group .radio-label .radio-text{font-size:.8125rem;color:#374151;text-transform:capitalize;font-weight:500}.details-form .form-field .radio-group .radio-label input[type=radio]{width:14px;height:14px}.error-banner{padding:.625rem .875rem;background:#fef2f2;border:1px solid #fecaca;border-left:3px solid #dc2626;border-radius:6px;color:#991b1b;font-size:.8125rem;line-height:1.4;font-weight:500}.form-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.5rem;padding-top:1rem;border-top:1px solid #e5e7eb}.form-actions button{padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s ease;border:none;display:inline-flex;align-items:center;gap:.375rem}.form-actions button:disabled{opacity:.5;cursor:not-allowed}.form-actions button svg{width:16px;height:16px}.form-actions .btn-back{background:none;color:#6b7280;border:1px solid #e5e7eb}.form-actions .btn-back:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.form-actions .btn-cancel{background:none;color:#6b7280;border:1px solid #e5e7eb}.form-actions .btn-cancel:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;color:#111827}.form-actions .btn-submit{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 1px 3px #3b82f640}.form-actions .btn-submit:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f659}.form-actions .btn-submit:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 3px #3b82f640}@media (max-width: 640px){.add-list-modal-overlay{padding:0}.add-list-modal{max-width:100%;max-height:100vh;border-radius:0}.add-list-modal__header,.add-list-modal__progress{padding:1.25rem 1.5rem}.add-list-modal__body{padding:1.5rem}.add-list-modal .form-actions{flex-direction:column-reverse}.add-list-modal .form-actions button{width:100%}.add-list-modal .details-form .form-field .radio-group{flex-direction:column}}.loading-spinner-minimal{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;padding-top:120px;background:transparent}.spinner-container{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px;animation:fadeIn .3s ease}.spinner-dots{display:flex;align-items:center;gap:8px}.dot{width:10px;height:10px;background:#10b981;border-radius:50%;animation:bounce 1.4s infinite ease-in-out}.dot:nth-child(1){animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}.dot:nth-child(3){animation-delay:0s}.loading-text{margin:0;color:var(--text-secondary, #666);font-size:13px;font-weight:500;letter-spacing:.02em;animation:pulse 1.4s infinite ease-in-out}@keyframes bounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}@media (max-width: 768px){.loading-spinner-minimal{padding-top:100px}.spinner-container{padding:24px}.dot{width:8px;height:8px}.loading-text{font-size:12px}}.error-message{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;min-height:200px;text-align:center}.error-message .error-icon{font-size:3rem;margin-bottom:1rem}.error-message h3{margin:0 0 .5rem;color:var(--error-color, #d32f2f);font-size:1.25rem}.error-message p{margin:0 0 1.5rem;color:var(--text-secondary, #666);font-size:.9rem}.error-message .cors-warning{margin:1rem 0;padding:1rem;background-color:var(--bg-secondary, #f5f5f5);border-left:4px solid var(--error-color, #d32f2f);border-radius:4px;text-align:left;max-width:600px}.error-message .cors-warning p{margin:.5rem 0;font-size:.85rem;color:var(--text-primary, #213547)}.error-message .cors-warning p strong{color:var(--error-color, #d32f2f)}.error-message .cors-warning ul{margin:.5rem 0 0 1.5rem;padding:0;font-size:.85rem;color:var(--text-primary, #213547)}.error-message .cors-warning ul li{margin:.25rem 0}.error-message .retry-button{padding:.5rem 1.5rem;background-color:var(--primary-color, #646cff);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.error-message .retry-button:hover{background-color:var(--primary-hover, #535bf2)}.error-message .retry-button:active{transform:scale(.98)}.date-picker-modal{max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);overflow:auto}.date-picker-modal__content{background:#fff;border:1px solid #e0e0e0;border-radius:.5rem;box-shadow:0 4px 12px #00000026;min-width:280px;max-width:100%;padding:0;overflow:hidden}.date-picker-modal__header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #e0e0e0;background:#f8f9fa}.date-picker-modal__title{font-weight:600;font-size:.875rem;color:#333}.date-picker-modal__close{background:none;border:none;font-size:1.5rem;line-height:1;color:#666;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:all .15s ease}.date-picker-modal__close:hover{background:#e0e0e0;color:#333}.date-picker-modal__form{padding:1rem}.date-picker-modal__quick-actions{display:flex;gap:.5rem;margin-bottom:1rem}.date-picker-modal__quick-btn{flex:1;padding:.5rem .75rem;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:.375rem;font-size:.875rem;font-weight:500;color:#333;cursor:pointer;transition:all .15s ease}.date-picker-modal__quick-btn:hover{background:#e8f4f8;border-color:#2196f3;color:#1976d2}.date-picker-modal__quick-btn:active{transform:scale(.98)}.date-picker-modal__input-group{margin-bottom:1rem}.date-picker-modal__label{display:block;font-size:.875rem;font-weight:500;color:#333;margin-bottom:.5rem}.date-picker-modal__input{width:100%;padding:.625rem .75rem;border:1px solid #e0e0e0;border-radius:.375rem;font-size:.875rem;color:#333;background:#fff;transition:all .15s ease}.date-picker-modal__input:focus{outline:none;border-color:#2196f3;box-shadow:0 0 0 3px #2196f31a}.date-picker-modal__actions{display:flex;gap:.5rem;justify-content:flex-end}.date-picker-modal__cancel,.date-picker-modal__submit{padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;border:none}.date-picker-modal__cancel{background:#f5f5f5;color:#666}.date-picker-modal__cancel:hover{background:#e0e0e0;color:#333}.date-picker-modal__submit{background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff}.date-picker-modal__submit:hover:not(:disabled){background:linear-gradient(135deg,#1976d2,#1565c0);box-shadow:0 2px 8px #2196f34d}.date-picker-modal__submit:disabled{opacity:.5;cursor:not-allowed}.date-range-picker-modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;animation:overlayFadeIn .2s ease-out}.date-range-picker-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d,0 0 0 1px #0000000d;min-width:380px;max-width:420px;z-index:10000;animation:modalSlideIn .3s cubic-bezier(.16,1,.3,1);overflow:hidden}.date-range-picker-modal[style*="transform: none"]{animation:modalFadeIn .2s ease-out}.date-range-picker-modal__content{padding:24px}.date-range-picker-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.08)}.date-range-picker-modal__header-top{display:flex;align-items:center;gap:10px}.date-range-picker-modal__icon{width:20px;height:20px;color:#6366f1}.date-range-picker-modal__title{font-size:18px;font-weight:600;color:#111827;letter-spacing:-.01em}.date-range-picker-modal__close{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.date-range-picker-modal__close svg{width:18px;height:18px}.date-range-picker-modal__close:hover{background:#f3f4f6;color:#111827}.date-range-picker-modal__mode-toggle{display:flex;gap:8px;margin-bottom:20px;padding:4px;background:#f3f4f6;border-radius:10px}.date-range-picker-modal__mode-btn{padding:.5625rem 1.125rem;font-size:.8125rem;cursor:pointer;transition:all .15s ease;flex:1;padding:8px 16px;font-size:13px;font-weight:500;background:transparent;color:#4b5563;border:none;border-radius:8px;transition:all .2s ease}.date-range-picker-modal__mode-btn--active{background:#fff;color:#6366f1;box-shadow:0 2px 4px #0000001a}.date-range-picker-modal__mode-btn:hover:not(.date-range-picker-modal__mode-btn--active){color:#111827}.date-range-picker-modal__form{display:flex;flex-direction:column;gap:.75rem}.date-range-picker-modal__quick-actions{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.date-range-picker-modal__quick-btn{padding:.5625rem 1.125rem;font-size:.8125rem;cursor:pointer;transition:all .15s ease;border:none;padding:8px 14px;font-size:13px;font-weight:500;background:#fff;color:#374151;border:1.5px solid #e5e7eb;border-radius:8px;transition:all .2s ease}.date-range-picker-modal__quick-btn:hover{background:#f9fafb;border-color:#d1d5db;color:#111827;transform:translateY(-1px)}.date-range-picker-modal__quick-btn:active{transform:translateY(0)}.date-range-picker-modal__input-group{display:flex;flex-direction:column;gap:16px}.date-range-picker-modal__input-row{display:flex;flex-direction:column;gap:8px}.date-range-picker-modal__label{font-size:13px;font-weight:600;color:#374151;letter-spacing:.01em}.date-range-picker-modal__input{padding:12px 14px;border:1.5px solid #e5e7eb;border-radius:10px;font-size:14px;color:#111827;background:#fff;transition:all .2s ease;font-family:inherit}.date-range-picker-modal__input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.date-range-picker-modal__input:hover:not(:disabled){border-color:#d1d5db}.date-range-picker-modal__input:disabled{background:#f9fafb;cursor:not-allowed;opacity:.6}.date-range-picker-modal__actions{display:flex;gap:10px;justify-content:flex-end;padding-top:20px;margin-top:20px;border-top:1px solid rgba(0,0,0,.08)}.date-range-picker-modal__cancel{padding:.5625rem 1.125rem;font-size:.8125rem;cursor:pointer;transition:all .15s ease;border:none;padding:10px 20px;background:#fff;color:#374151;border:1.5px solid #e5e7eb;border-radius:10px;font-size:14px;font-weight:500;transition:all .2s ease}.date-range-picker-modal__cancel:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}.date-range-picker-modal__submit{padding:.5625rem 1.125rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;padding:10px 24px;background:linear-gradient(135deg,#6366f1,#4f9cf9);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;box-shadow:0 2px 8px #3b82f64d;transition:all .2s ease}.date-range-picker-modal__submit:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5,#6366f1);box-shadow:0 4px 12px #3b82f666;transform:translateY(-1px)}.date-range-picker-modal__submit:active:not(:disabled){transform:translateY(0)}.date-range-picker-modal__submit:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}@keyframes modalSlideIn{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.date-filter-buttons{display:flex;flex-direction:column;gap:.375rem;width:100%}.date-filter-btn{padding:.5625rem 1.125rem;transition:all .15s ease;border:none;width:100%;background:#fffffff2;color:#64748b;border:2px solid rgba(59,130,246,.15);border-radius:8px;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;display:flex;align-items:center;justify-content:flex-start;gap:.375rem;text-align:left}.date-filter-btn:hover:not(:disabled){background:#3b82f614;color:#2563eb;border-color:#3b82f64d}.date-filter-btn:active:not(:disabled){background:#3b82f61f}.date-filter-btn:disabled{opacity:.5;cursor:not-allowed}.date-filter-btn svg{width:16px;height:16px;flex-shrink:0}.date-filter-btn--active{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;border-color:transparent;font-weight:600}.date-filter-btn--active:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff}.config-button-sidebar{width:100%;padding:.625rem .75rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem}.config-button-sidebar:hover:not(:disabled){background:#2563eb}.config-button-sidebar:active:not(:disabled){background:#1d4ed8}.config-button-sidebar:disabled{opacity:.5;cursor:not-allowed}.config-button-sidebar .config-icon{font-size:1rem}.config-button-sidebar .config-text{font-weight:600}.dashboard-toggle{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.75rem 0;margin:0}.dashboard-toggle .toggle-label{font-size:.8125rem;font-weight:500;color:#111827;flex:1}.dashboard-toggle input[type=checkbox]{width:44px;height:24px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#d1d5db;border-radius:12px;position:relative;transition:background .2s ease;flex-shrink:0}.dashboard-toggle input[type=checkbox]:before{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background:#fff;top:2px;left:2px;transition:transform .15s ease}.dashboard-toggle input[type=checkbox]:checked{background:#3b82f6}.dashboard-toggle input[type=checkbox]:checked:before{transform:translate(20px)}.dashboard-toggle input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.view-toggle-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:.25rem;width:100%}.view-toggle-sidebar .view-toggle-btn{display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.375rem .5rem;background:#fff;color:#374151;border:2px solid #e5e7eb;border-radius:6px;font-size:.6875rem;font-weight:600;cursor:pointer}.view-toggle-sidebar .view-toggle-btn:hover{border-color:#6366f1;color:#6366f1}.view-toggle-sidebar .view-toggle-btn.view-toggle-btn--active{background:#6366f1;color:#fff;border-color:#6366f1}.filter-section{display:flex;flex-direction:column;gap:.375rem;margin-bottom:.5rem}.filter-section .filter-label{font-size:.75rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem}.filter-section .filter-input{width:100%;padding:.375rem .5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.75rem}.filter-section .filter-input:focus{outline:none;border-color:#6366f1}.filter-section .filter-input:disabled{opacity:.5;cursor:not-allowed}.filter-section .filter-hint{font-size:.6875rem;color:#6b7280;font-style:italic;margin-top:.25rem}.status-filters-list{display:flex;flex-direction:column;gap:.375rem}.status-filter-btn{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-size:.75rem;font-weight:500;text-align:left}.status-filter-btn:hover:not(:disabled){border-color:#9ca3af}.status-filter-btn:disabled{opacity:.5;cursor:not-allowed}.status-filter-btn.status-filter-btn--active{background:#6366f1;color:#fff;border-color:#6366f1;font-weight:600}.status-filter-btn.status-filter-btn--active .filter-count{background:#ffffff4d;color:#fff}.status-filter-btn.status-filter-btn--cancelled.status-filter-btn--active{background:#ef4444;border-color:#ef4444}.status-filter-btn.status-filter-btn--cancelled.status-filter-btn--active .filter-count{background:#ffffff4d;color:#fff}.status-filter-btn .filter-label-text{flex:1}.status-filter-btn .filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;padding:0 .375rem;background:#f3f4f6;color:#374151;border-radius:50%;font-size:.6875rem;font-weight:700;margin-left:.5rem}.table-container{width:100%;height:100%;overflow:auto;border-radius:8px}.trips-table{width:100%;table-layout:auto;border-collapse:collapse;background-color:var(--bg-primary, #ffffff)}.trips-table thead{background-color:var(--bg-secondary, #f5f5f5)}.trips-table thead th{padding:1rem;text-align:left;font-weight:600;color:var(--text-primary, #213547);border-bottom:2px solid var(--border-color, #e0e0e0);white-space:nowrap}.trips-table tbody tr{border-bottom:1px solid var(--border-color, #e0e0e0)}.trips-table tbody tr:last-child{border-bottom:none}.trips-table tbody tr.recent-trip{background-color:#e8f5e9;border-left:3px solid #28a745}.trips-table tbody tr.blacklisted-trip{background:linear-gradient(90deg,#dc262626,#dc262614)!important;border-left:5px solid #dc2626!important;border-right:2px solid rgba(220,38,38,.3)!important;box-shadow:inset 0 0 10px #dc26261a,0 2px 4px #dc262633!important;position:relative}.trips-table tbody tr.blacklisted-trip:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:repeating-linear-gradient(45deg,#dc2626,#dc2626 5px,#ef4444 5px,#ef4444 10px)}.trips-table tbody tr.blacklisted-trip td{color:#991b1b!important;font-weight:500}.trips-table tbody tr.blacklisted-trip .claim-trip-button{background-color:#dc2626!important;color:#fff!important;cursor:not-allowed!important;opacity:.7!important;position:relative}.trips-table tbody tr.blacklisted-trip .claim-trip-button:after{content:"🚫";margin-left:4px}.trips-table tbody tr.blacklisted-trip .claim-trip-button:hover{background-color:#b91c1c!important}.trips-table tbody tr.trip-highlighted{animation:trip-highlight-pulse 2s ease-in-out;background-color:#e0f2fe!important;border-left:4px solid #3b82f6!important;box-shadow:0 0 0 2px #3b82f633}.trips-table tbody td{padding:1rem;color:var(--text-primary, #213547);font-size:.9rem}.trips-table tbody td.copyable-cell{position:relative}.trips-table tbody td.copyable-cell .cell-content{display:flex;align-items:center;gap:.25rem}.trips-table tbody td.copyable-cell .cell-content .cell-text{flex:1;min-width:0}.trips-table tbody td.copyable-cell .cell-content .copy-btn-inline{opacity:0;flex-shrink:0}.trips-table tbody td.copyable-cell:hover .copy-btn-inline{opacity:.7}.trips-table tbody td.copyable-cell .copy-btn-inline:hover,.trips-table tbody td.copyable-cell .copy-btn-inline.copy-btn-inline--copied{opacity:1}.call-car-button,.claim-trip-button{padding:.5rem 1rem;background-color:var(--primary-color, #646cff);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;white-space:nowrap}.call-car-button:hover:not(:disabled),.claim-trip-button:hover:not(:disabled){background-color:var(--primary-hover, #535bf2)}.call-car-button:disabled,.claim-trip-button:disabled{opacity:.6;cursor:not-allowed}.claim-trip-button{background-color:var(--success-color, #28a745);padding:.4rem .75rem;font-size:.85rem;font-weight:500}.claim-trip-button:hover:not(:disabled){background-color:var(--success-hover, #218838)}.claim-trip-button.blacklisted-claim-button{background:linear-gradient(135deg,#dc2626,#b91c1c)!important;color:#fff!important;cursor:not-allowed!important;opacity:.8!important;border:2px solid #991b1b!important;box-shadow:0 2px 4px #dc26264d!important;font-weight:600!important}.claim-trip-button.blacklisted-claim-button:hover{background:linear-gradient(135deg,#b91c1c,#991b1b)!important;transform:none!important}.trips-table thead th:first-child,.trips-table tbody td:first-child{width:80px;min-width:80px;max-width:80px;text-align:center;padding:.75rem .5rem}.trips-table thead th:nth-child(2),.trips-table tbody td:nth-child(2){width:120px;min-width:120px;white-space:nowrap}.trips-table tbody td{word-wrap:break-word;overflow-wrap:break-word}.blacklist-indicator{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border-radius:50%;font-size:14px;font-weight:700;margin-right:8px;box-shadow:0 2px 4px #dc262666;animation:blacklist-pulse 2s ease-in-out infinite;cursor:help}.blacklist-indicator:before{content:"⚠"}@keyframes blacklist-pulse{0%,to{transform:scale(1);box-shadow:0 2px 4px #dc262666}50%{transform:scale(1.1);box-shadow:0 4px 8px #dc262699}}.actions-cell{position:relative}.actions-container{display:flex;gap:.5rem;align-items:center}.add-to-list-menu{position:relative;display:inline-block}.add-to-list-button{padding:.5rem 1rem;background-color:var(--bg-secondary, #f5f5f5);color:var(--text-primary, #213547);border:1px solid var(--border-color, #e0e0e0);border-radius:4px;cursor:pointer;font-size:.9rem;display:flex;align-items:center;gap:.25rem;white-space:nowrap}.add-to-list-button:hover{background-color:var(--bg-hover, #e5e5e5);border-color:var(--primary-color, #646cff)}.menu-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10}.dropdown-menu{position:absolute;top:calc(100% + .25rem);right:0;background:#fff;border:1px solid var(--border-color, #e0e0e0);border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:11;min-width:200px;overflow:hidden}.dropdown-menu button{display:block;width:100%;padding:.75rem 1rem;text-align:left;border:none;background:none;cursor:pointer;font-size:.9rem;color:var(--text-primary, #213547)}.dropdown-menu button:hover{background-color:var(--bg-hover, #f5f5f5)}.dropdown-menu button:not(:last-child){border-bottom:1px solid var(--border-color, #e0e0e0)}@keyframes trip-highlight-pulse{0%,to{box-shadow:0 0 0 2px #3b82f633}50%{box-shadow:0 0 0 4px #3b82f64d}}.updates-cell,.billing-cell{text-align:center;width:100px;min-width:100px}.billing-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background-color:#10b9811a;color:#059669;border-radius:.375rem;font-size:.75rem;font-weight:600;border:1px solid rgba(16,185,129,.2)}.billing-badge svg{width:.875rem;height:.875rem}.updates-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background-color:var(--primary-color, #3b82f6);color:#fff;border-radius:.375rem;font-size:.75rem;font-weight:500;cursor:help}.updates-badge svg{width:.875rem;height:.875rem}.updates-empty{color:var(--text-secondary, #6b7280);font-size:.875rem}.trip-confirmation-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;animation:overlayFadeIn .15s ease-out;will-change:opacity}.trip-confirmation-modal{position:relative;background:#fff;border-radius:16px;width:100%;max-width:1200px;max-height:92vh;overflow:hidden;box-shadow:0 20px 60px #00000040;animation:modalFadeIn .2s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;will-change:transform,opacity}.trip-confirmation-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.75rem 2.5rem;border-bottom:1px solid #e5e7eb;background:#fff;flex-shrink:0}.trip-confirmation-modal__title{display:flex;align-items:center;gap:.75rem;margin:0;font-size:1.5rem;font-weight:700;color:#0f172a;letter-spacing:-.02em}.trip-confirmation-modal__icon{width:1.75rem;height:1.75rem;color:#10b981}.trip-confirmation-modal__close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:#f8f9fa;border:none;border-radius:12px;color:#64748b;cursor:pointer;transition:all .12s cubic-bezier(.4,0,.2,1);will-change:background-color,color}.trip-confirmation-modal__close:hover{background:#f1f5f9;color:#0f172a}.trip-confirmation-modal__close svg{width:20px;height:20px}.trip-confirmation-modal__content{padding:2rem 2.5rem;flex:1;overflow-y:auto;background:#fff}.trip-confirmation-modal__main{display:grid;grid-template-columns:1fr 1.3fr;gap:2.5rem}@media (max-width: 1024px){.trip-confirmation-modal__main{grid-template-columns:1fr;gap:1.5rem}}.trip-confirmation-modal__empty{padding:3rem;text-align:center;color:#6b7280;font-size:.875rem}.trip-confirmation-modal__patients{display:flex;flex-direction:column;gap:1rem}.trip-confirmation-modal__patient{padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;transition:border-color .1s ease,box-shadow .1s ease;will-change:border-color}.trip-confirmation-modal__patient-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.trip-confirmation-modal__patient-name{font-weight:700;font-size:1.0625rem;color:#0f172a;letter-spacing:-.01em}.trip-confirmation-modal__clear{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:transparent;border:none;border-radius:4px;color:#9ca3af;cursor:pointer;transition:all .15s ease}.trip-confirmation-modal__clear:hover{background:#e5e7eb;color:#6b7280}.trip-confirmation-modal__clear svg{width:14px;height:14px}.trip-confirmation-modal__quick-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;margin-bottom:1rem}.trip-confirmation-modal__quick-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.875rem .625rem;background:#fff;border:1.5px solid #e5e7eb;border-radius:10px;color:#6b7280;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .1s cubic-bezier(.4,0,.2,1);will-change:background-color,border-color,color;transform:translateZ(0)}.trip-confirmation-modal__quick-btn svg{width:20px;height:20px;transition:transform .1s ease}.trip-confirmation-modal__quick-btn span{font-size:.6875rem;text-align:center;line-height:1.2}.trip-confirmation-modal__quick-btn:hover{border-color:#d1d5db;background:#f9fafb}.trip-confirmation-modal__quick-btn:active{transform:scale(.98)}.trip-confirmation-modal__quick-btn.selected{border-color:var(--option-color, #3b82f6);background:var(--option-color, #3b82f6);color:#fff;transition:all .08s cubic-bezier(.4,0,.2,1)}.trip-confirmation-modal__note{margin-top:.75rem}.trip-confirmation-modal__note-input{width:100%;padding:.75rem 1rem;border:1.5px solid #e5e7eb;border-radius:8px;font-size:.875rem;font-family:inherit;background:#fff;color:#111827;transition:border-color .1s ease,box-shadow .1s ease;will-change:border-color}.trip-confirmation-modal__note-input::placeholder{color:#9ca3af}.trip-confirmation-modal__note-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.trip-confirmation-modal__preview{background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb;padding:2rem;position:sticky;top:0;max-height:calc(92vh - 200px);overflow-y:auto}.trip-confirmation-modal__preview-header{margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.trip-confirmation-modal__preview-title{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.trip-confirmation-modal__preview-content{font-size:1rem;line-height:1.8;color:#111827}.trip-confirmation-modal__preview-line{margin-bottom:1rem;padding:1rem 1.25rem;background:#fff;border-radius:8px;transition:background-color .08s ease;will-change:background-color}.trip-confirmation-modal__preview-line:last-child{margin-bottom:0}.trip-confirmation-modal__preview-line:hover{background:#f3f4f6}.trip-confirmation-modal__footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem 2.5rem;border-top:1px solid #e5e7eb;flex-shrink:0;background:#fff}.trip-confirmation-modal__cancel,.trip-confirmation-modal__submit{padding:.75rem 1.75rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .1s cubic-bezier(.4,0,.2,1);border:none;will-change:background-color,border-color,transform;transform:translateZ(0)}.trip-confirmation-modal__cancel:disabled,.trip-confirmation-modal__submit:disabled{opacity:.5;cursor:not-allowed}.trip-confirmation-modal__cancel:active:not(:disabled),.trip-confirmation-modal__submit:active:not(:disabled){transform:scale(.98)}.trip-confirmation-modal__cancel{background:#fff;color:#6b7280;border:1.5px solid #e5e7eb}.trip-confirmation-modal__cancel:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.trip-confirmation-modal__submit{background:#10b981;color:#fff}.trip-confirmation-modal__submit:hover:not(:disabled){background:#059669}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.99)}to{opacity:1;transform:scale(1)}}.will-call-countdown{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px;font-weight:700;font-size:12px;white-space:nowrap;flex-shrink:0}.will-call-countdown .countdown-icon{width:14px;height:14px;flex-shrink:0}.will-call-countdown .countdown-text{font-family:SF Mono,Monaco,Courier New,monospace;letter-spacing:.5px}.will-call-countdown .expired-label{margin-left:4px;font-size:10px;text-transform:uppercase;letter-spacing:.5px}.will-call-countdown--normal{background:#10b9811a;color:#059669;border:1px solid rgba(16,185,129,.2)}.will-call-countdown--normal .countdown-icon{color:#10b981}.will-call-countdown--caution{background:#eab3081a;color:#ca8a04;border:1px solid rgba(234,179,8,.2)}.will-call-countdown--caution .countdown-icon{color:#eab308}.will-call-countdown--warning{background:#f973161a;color:#ea580c;border:1px solid rgba(249,115,22,.2);animation:pulse-warning 2s ease-in-out infinite}.will-call-countdown--warning .countdown-icon{color:#f97316}.will-call-countdown--critical{background:#ef444426;color:#dc2626;border:1px solid rgba(239,68,68,.3);animation:pulse-critical 1s ease-in-out infinite}.will-call-countdown--critical .countdown-icon{color:#ef4444}.will-call-countdown--expired{background:#6b728026;color:#6b7280;border:1px solid rgba(107,114,128,.3);animation:pulse-expired 1.5s ease-in-out infinite}.will-call-countdown--expired .countdown-icon{color:#6b7280}@keyframes pulse-warning{0%,to{opacity:1;box-shadow:0 0 #f9731666}50%{opacity:.9;box-shadow:0 0 0 4px #f9731600}}@keyframes pulse-critical{0%,to{opacity:1;box-shadow:0 0 #ef444499}50%{opacity:.9;box-shadow:0 0 0 6px #ef444400}}@keyframes pulse-expired{0%,to{opacity:1;box-shadow:0 0 #6b728066}50%{opacity:.8;box-shadow:0 0 0 4px #6b728000}}.will-call-activate-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.will-call-activate-btn .activate-icon{width:16px;height:16px;flex-shrink:0}.will-call-activate-btn .activate-text{font-weight:600}.will-call-activate-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 2px 8px #3b82f64d}.will-call-activate-btn:active:not(:disabled){transform:scale(.98)}.will-call-activate-btn:disabled{opacity:.6;cursor:not-allowed}.will-call-activate-btn--compact{padding:4px 8px;font-size:11px}.will-call-activate-btn--compact .activate-icon{width:14px;height:14px}.will-call-activate-confirm{display:flex;flex-direction:column;gap:.375rem;padding:.5rem;background:#fff;border:2px solid #3b82f6;border-radius:6px;box-shadow:0 4px 12px #00000026;min-width:280px}.will-call-activate-confirm .confirm-content{display:flex;flex-direction:column;gap:.375rem}.will-call-activate-confirm .confirm-title{font-size:.8125rem;font-weight:700;color:#111827;margin:0}.will-call-activate-confirm .confirm-details{font-size:.75rem;color:#374151;line-height:1.6;margin:0}.will-call-activate-confirm .confirm-details strong{color:#111827}.will-call-activate-confirm .time-selection{display:flex;flex-direction:column;gap:.375rem;margin:.375rem 0;padding:.375rem;background:#f9fafb;border-radius:4px;border:1px solid #e5e7eb}.will-call-activate-confirm .time-selection .time-option{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#374151;cursor:pointer}.will-call-activate-confirm .time-selection .time-option input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#3b82f6}.will-call-activate-confirm .time-selection .time-option span{-webkit-user-select:none;user-select:none}.will-call-activate-confirm .time-selection .datetime-input-wrapper{display:flex;align-items:center;gap:.25rem;padding:.25rem;background:#fff;border-radius:4px;border:1px solid #d1d5db}.will-call-activate-confirm .time-selection .datetime-input-wrapper .datetime-icon{width:18px;height:18px;color:#6b7280;flex-shrink:0}.will-call-activate-confirm .time-selection .datetime-input-wrapper .datetime-input{flex:1;padding:6px 8px;border:none;border-radius:4px;font-size:.75rem;font-family:SF Mono,Monaco,Courier New,monospace;color:#111827;background:transparent}.will-call-activate-confirm .time-selection .datetime-input-wrapper .datetime-input:focus{outline:2px solid #3b82f6;outline-offset:-2px}.will-call-activate-confirm .confirm-actions{display:flex;gap:.25rem;margin-top:.25rem}.will-call-activate-confirm .btn-confirm{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}.will-call-activate-confirm .btn-confirm:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 2px 8px #10b9814d}.will-call-activate-confirm .btn-confirm:disabled{opacity:.6;cursor:not-allowed}.will-call-activate-confirm .btn-cancel{flex:1;padding:8px 16px;background:#e5e7eb;color:#374151;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.will-call-activate-confirm .btn-cancel:hover:not(:disabled){background:#d1d5db}.will-call-activate-confirm .btn-cancel:disabled{opacity:.6;cursor:not-allowed}.will-call-activate-confirm--compact{padding:.375rem;min-width:240px}.will-call-activate-confirm--compact .confirm-title{font-size:.75rem}.will-call-activate-confirm--compact .confirm-details{font-size:11px}.autocomplete-dropdown{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;max-height:300px;overflow-y:auto;min-width:250px;max-width:400px;z-index:1000}.autocomplete-dropdown__header{padding:8px 12px;border-bottom:1px solid #e0e0e0;background:#f5f5f5;font-size:12px;font-weight:600;color:#666}.autocomplete-dropdown__type{text-transform:uppercase;letter-spacing:.5px}.autocomplete-dropdown__list{padding:4px 0}.autocomplete-dropdown__item{padding:10px 12px;cursor:pointer;display:flex;flex-direction:column;gap:4px;transition:all .15s ease;border:2px solid transparent;border-radius:4px;margin:2px 4px}.autocomplete-dropdown__item:hover:not(.autocomplete-dropdown__item--selected){background-color:#f5f5f5}.autocomplete-dropdown__item--selected{background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff;border-color:#1565c0;box-shadow:0 2px 8px #2196f34d;transform:translate(2px)}.autocomplete-dropdown__item--selected .autocomplete-dropdown__label{color:#fff;font-weight:600}.autocomplete-dropdown__item--selected .autocomplete-dropdown__preview{color:#ffffffe6}.autocomplete-dropdown__item--selected .autocomplete-dropdown__email{color:#ffffffd9}.autocomplete-dropdown__label{font-size:14px;color:#333;font-weight:500}.autocomplete-dropdown__preview{font-size:12px;color:#666;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.autocomplete-dropdown__email{font-size:11px;color:#999}.mention-suggestion-list{background:#fff;border:1px solid #e0e0e0;border-radius:.5rem;box-shadow:0 4px 12px #00000026;max-height:300px;overflow-y:auto;min-width:200px;max-width:300px;padding:.25rem;margin:0}.mention-suggestion-list__item{padding:.625rem .75rem;cursor:pointer;border-radius:.375rem;display:flex;align-items:center;gap:.5rem;transition:all .15s ease;border:2px solid transparent}.mention-suggestion-list__item:hover:not(.mention-suggestion-list__item--selected){background:#f5f5f5}.mention-suggestion-list__item--selected{background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff;border-color:#1565c0;box-shadow:0 2px 8px #2196f34d;transform:translate(2px)}.mention-suggestion-list__item--selected .mention-suggestion-list__type{filter:brightness(1.2)}.mention-suggestion-list__item--selected .mention-suggestion-list__label,.mention-suggestion-list__item--selected .mention-suggestion-list__trip-name{color:#fff;font-weight:600}.mention-suggestion-list__item--selected .mention-suggestion-list__trip-reservation,.mention-suggestion-list__item--selected .mention-suggestion-list__trip-date{color:#ffffffd9}.mention-suggestion-list__item--selected .mention-suggestion-list__trip-leg--first,.mention-suggestion-list__item--selected .mention-suggestion-list__trip-leg--second,.mention-suggestion-list__item--selected .mention-suggestion-list__trip-leg--other{background-color:#ffffff40;color:#fff;border:1px solid rgba(255,255,255,.4)}.mention-suggestion-list__type{font-size:1rem;flex-shrink:0}.mention-suggestion-list__label{font-weight:500;color:#333;font-size:.875rem;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mention-suggestion-list__trip-details{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.mention-suggestion-list__trip-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.mention-suggestion-list__trip-name{font-weight:500;color:#333;font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.mention-suggestion-list__item--selected .mention-suggestion-list__trip-name{color:#fff;font-weight:600}.mention-suggestion-list__trip-leg{font-size:.75rem;font-weight:600;padding:.125rem .375rem;border-radius:.25rem;white-space:nowrap;flex-shrink:0}.mention-suggestion-list__trip-leg--first{background-color:#e3f2fd;color:#1976d2}.mention-suggestion-list__trip-leg--second{background-color:#fff3e0;color:#f57c00}.mention-suggestion-list__trip-leg--other{background-color:#f3e5f5;color:#7b1fa2}.mention-suggestion-list__trip-meta{display:flex;gap:.5rem;font-size:.75rem;color:#666;flex-wrap:wrap}.mention-suggestion-list__item--selected .mention-suggestion-list__trip-meta{color:#ffffffe6}.mention-suggestion-list__trip-reservation{font-weight:500}.mention-suggestion-list__item--selected .mention-suggestion-list__trip-reservation{color:#fffffff2}.mention-suggestion-list__trip-date{font-weight:500;opacity:.9}.mention-suggestion-list__item--selected .mention-suggestion-list__trip-date{color:#fffffff2;opacity:1}.mention-suggestion-list__preview{font-size:.75rem;color:#999;margin-left:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100px}.template-selector{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;max-width:500px;max-height:400px;overflow:hidden;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.template-selector__header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.template-selector__back{background:none;border:none;color:#6366f1;cursor:pointer;font-size:.875rem;font-weight:500;padding:.25rem .5rem;border-radius:4px;transition:background-color .15s}.template-selector__back:hover{background:#f3f4f6}.template-selector__title{font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px}.template-selector__content{overflow-y:auto;max-height:350px;padding:.5rem}.template-selector__content::-webkit-scrollbar{width:6px}.template-selector__content::-webkit-scrollbar-track{background:transparent}.template-selector__content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.template-selector__content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.template-selector__category{margin-bottom:.5rem}.template-selector__category:last-child{margin-bottom:0}.template-selector__category-header{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:600;color:#4b5563;cursor:pointer;border-radius:4px;transition:background-color .15s;margin-bottom:.25rem}.template-selector__category-header:hover{background:#f9fafb}.template-selector__category-count{font-size:.75rem;font-weight:400;color:#6b7280}.template-selector__templates{display:flex;flex-direction:column;gap:.25rem}.template-selector__item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border-radius:6px;cursor:pointer;transition:background-color .15s,border-color .15s;border:1px solid transparent}.template-selector__item:hover{background:#f9fafb}.template-selector__item--selected{background:#e0e7ff;border-color:#6366f1}.template-selector__item--selected .template-selector__item-title{color:#4f46e5}.template-selector__item-icon{font-size:1.25rem;flex-shrink:0;margin-top:.125rem}.template-selector__item-content{flex:1;min-width:0}.template-selector__item-title{font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.25rem}.template-selector__item-preview{font-size:.8125rem;color:#4b5563;line-height:1.4;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.template-selector__item-variables{display:flex;flex-wrap:wrap;gap:.25rem}.template-selector__variable-tag{font-size:.6875rem;padding:.125rem .375rem;background:#c7d2fe;color:#4f46e5;border-radius:3px;font-weight:500}.template-selector__empty{padding:2rem;text-align:center;color:#6b7280;font-size:.875rem}.dispatch-update-form__editor-wrapper :global(.template-placeholder),.ProseMirror :global(.template-placeholder){display:inline-block;padding:.125rem .5rem;margin:0 .125rem;background:#fef3c7;border:1px solid #fbbf24;border-radius:4px;color:#92400e;font-weight:500;font-size:.875em;cursor:pointer;transition:all .15s ease;position:relative}.dispatch-update-form__editor-wrapper :global(.template-placeholder):hover,.ProseMirror :global(.template-placeholder):hover{background:#fde68a;border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b33}.dispatch-update-form__editor-wrapper :global(.template-placeholder):after,.ProseMirror :global(.template-placeholder):after{content:"✎";margin-left:.25rem;font-size:.75em;opacity:.7}.dispatch-update-form__editor-wrapper :global(.template-placeholder):hover:after,.ProseMirror :global(.template-placeholder):hover:after{opacity:1}.dispatch-update-form__editor-wrapper :global(.template-placeholder)[contenteditable=false],.ProseMirror :global(.template-placeholder)[contenteditable=false]{-webkit-user-select:none;user-select:none}.dispatch-update-form__editor-wrapper :global(.template-placeholder.active),.ProseMirror :global(.template-placeholder.active){background:#dbeafe;border-color:#3b82f6;color:#1e40af;box-shadow:0 0 0 2px #3b82f64d}.dispatch-update-form__editor-wrapper :global(.template-placeholder.active):after,.ProseMirror :global(.template-placeholder.active):after{content:"✎";color:#3b82f6}.trip-updates{margin-top:2rem;padding-top:2rem;border-top:1px solid var(--border-color, #e5e7eb)}.trip-updates__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.trip-updates__title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:var(--text-primary, #111827)}.trip-updates__icon{width:1.25rem;height:1.25rem;color:var(--primary-color, #3b82f6)}.trip-updates__count{color:var(--text-secondary, #6b7280);font-weight:400;font-size:.875rem}.trip-updates__actions{display:flex;align-items:center;gap:.5rem}.trip-updates__add-btn,.trip-updates__confirmation-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:var(--primary-color, #3b82f6);color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.trip-updates__add-btn:hover:not(:disabled),.trip-updates__confirmation-btn:hover:not(:disabled){background-color:var(--primary-hover, #2563eb)}.trip-updates__add-btn:disabled,.trip-updates__confirmation-btn:disabled{opacity:.5;cursor:not-allowed}.trip-updates__confirmation-btn{background-color:var(--success-color, #10b981)}.trip-updates__confirmation-btn:hover:not(:disabled){background-color:var(--success-hover, #059669)}.trip-updates__list{display:flex;flex-direction:column;gap:1rem;padding:1rem 0}.trip-updates__item{padding:1rem;background-color:var(--bg-secondary, #f9fafb);border-radius:.5rem;border:1px solid var(--border-color, #e5e7eb)}.trip-updates__item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color, #e5e7eb)}.trip-updates__item-author{font-weight:600;color:var(--text-primary, #111827);font-size:.875rem}.trip-updates__item-date{font-size:.75rem;color:var(--text-secondary, #6b7280)}.trip-updates__item-content{color:var(--text-primary, #111827);font-size:.875rem;line-height:1.5}.trip-updates__item-content p{margin:0 0 .5rem}.trip-updates__item-content p:last-child{margin-bottom:0}.trip-updates__item-content strong{font-weight:600}.trip-updates__item-content em{font-style:italic}.trip-updates__item-content ul,.trip-updates__item-content ol{margin:.5rem 0;padding-left:1.5rem}.trip-updates__item-content li{margin:.25rem 0}.trip-updates__item-content a{color:var(--primary-color, #3b82f6);text-decoration:underline}.trip-updates__item-content a:hover{color:var(--primary-hover, #2563eb)}.trip-updates__item-content code{background-color:var(--bg-tertiary, #f3f4f6);padding:.125rem .25rem;border-radius:.25rem;font-family:monospace;font-size:.875em}.trip-updates__item-content blockquote{margin:.5rem 0;padding-left:1rem;border-left:3px solid var(--border-color, #e5e7eb);color:var(--text-secondary, #6b7280)}.trip-updates__loading,.trip-updates__empty{padding:2rem;text-align:center;color:var(--text-secondary, #6b7280);font-size:.875rem}.trip-update-form-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;overflow-y:auto;padding:2rem}.trip-update-form-modal{position:relative;background:#fff;border-radius:8px;width:90vw;height:90vh;max-width:none;max-height:none;overflow-y:auto;box-shadow:0 20px 60px #0006;animation:modalFadeIn .2s ease-out;display:flex;flex-direction:column}.trip-update-form-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.trip-update-form-modal__title{margin:0;font-size:1rem;font-weight:700;color:#111827}.trip-update-form-modal__close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:#f3f4f6;border:none;border-radius:6px;color:#374151;cursor:pointer;transition:all .2s ease}.trip-update-form-modal__close:hover{background:#e5e7eb;color:#111827}.trip-update-form-modal__close svg{width:20px;height:20px}.trip-update-form-modal__content{padding:1rem;flex:1;overflow-y:auto}.trip-billing-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;overflow-y:auto;padding:1rem;animation:modalFadeIn .2s ease-out}@media (max-width: 768px){.trip-billing-modal-overlay{padding:.5rem;align-items:flex-start}}.trip-billing-modal{position:relative;background:#fff;border-radius:8px;width:100%;max-width:640px;max-height:90vh;margin:auto;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:modalFadeIn .2s ease-out}@media (max-width: 768px){.trip-billing-modal{max-width:100%;max-height:95vh;border-radius:6px}}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.trip-billing-modal__header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:2px solid #e5e7eb;background:#fff;flex-shrink:0}@media (max-width: 768px){.trip-billing-modal__header{padding:.5rem}}.trip-billing-modal__header .billing-header-title{display:flex;align-items:center;gap:.375rem;font-size:.9375rem;font-weight:700;color:#111827}.trip-billing-modal__header .billing-header-title .billing-icon{width:20px;height:20px;color:#10b981}.trip-billing-modal__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;color:#374151;transition:all .2s ease;flex-shrink:0}.trip-billing-modal__close:hover{background:#e5e7eb;color:#111827;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.trip-billing-modal__close:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.trip-billing-modal__close svg{width:18px;height:18px;transition:transform .2s ease}.trip-billing-modal__close:hover svg{transform:scale(1.1)}@media (max-width: 1024px){.trip-billing-modal__close{width:38px;height:38px}.trip-billing-modal__close svg{width:19px;height:19px}}@media (max-width: 768px){.trip-billing-modal__close{width:40px;height:40px}.trip-billing-modal__close svg{width:20px;height:20px}}@media (max-width: 480px){.trip-billing-modal__close{width:40px;height:40px}.trip-billing-modal__close svg{width:18px;height:18px}}.trip-billing-modal__content{padding:1rem;overflow-y:auto;flex:1;min-height:0}@media (max-width: 768px){.trip-billing-modal__content{padding:.5rem}}.trip-billing-modal__content .billing-loading{text-align:center;padding:1.5rem;color:#4b5563}.billing-section{margin-bottom:1rem}.billing-section:last-of-type{margin-bottom:.75rem}@media (max-width: 768px){.billing-section{margin-bottom:.75rem}.billing-section:last-of-type{margin-bottom:.5rem}}.billing-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.375rem;border-bottom:1px solid #e5e7eb}.billing-section-header .billing-section-title{font-size:.75rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.8px;margin:0}.billing-section-header .billing-section-subtotal{font-size:.8125rem;font-weight:700;color:#111827;font-family:SF Mono,Monaco,Courier New,monospace}.billing-fees-list{display:flex;flex-direction:column;gap:.25rem}.billing-fee-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;transition:all .2s ease}.billing-fee-item:hover{border-color:#d1d5db;background:#fff}.billing-fee-item .billing-fee-info{display:flex;flex-direction:column;gap:2px}.billing-fee-item .billing-fee-info .billing-fee-label{font-size:.75rem;font-weight:600;color:#111827}.billing-fee-item .billing-fee-info .billing-fee-meta{font-size:.6875rem;color:#4b5563}.billing-fee-item .billing-fee-value{font-size:.8125rem;color:#111827;font-weight:700;font-family:SF Mono,Monaco,Courier New,monospace}.billing-options-list{display:flex;flex-direction:column;gap:.375rem}.billing-option-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;transition:all .2s ease;gap:.5rem}.billing-option-item:hover{border-color:#d1d5db;background:#fff}.billing-option-item .billing-option-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.billing-option-item .billing-option-info .billing-option-label{font-size:.75rem;font-weight:600;color:#111827}.billing-option-item .billing-option-info .billing-option-rate{font-size:.6875rem;color:#4b5563}.billing-option-item .billing-option-controls{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.billing-option-item .billing-option-controls .billing-qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #6366f1;background:#fff;color:#6366f1;border-radius:4px;cursor:pointer;font-weight:700;font-size:.9375rem;line-height:1;transition:all .2s ease}.billing-option-item .billing-option-controls .billing-qty-btn:hover:not(:disabled){background:#6366f1;color:#fff;transform:scale(1.05)}.billing-option-item .billing-option-controls .billing-qty-btn:active:not(:disabled){transform:scale(.95)}.billing-option-item .billing-option-controls .billing-qty-btn:disabled{opacity:.4;cursor:not-allowed;border-color:#d1d5db;color:#9ca3af}@media (max-width: 768px){.billing-option-item .billing-option-controls .billing-qty-btn{width:36px;height:36px}}.billing-option-item .billing-option-controls .billing-qty-value{font-weight:700;min-width:32px;text-align:center;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.8125rem;color:#111827}.billing-option-item .billing-option-total{font-size:.75rem;font-weight:700;color:#10b981;font-family:SF Mono,Monaco,Courier New,monospace;flex-shrink:0;min-width:60px;text-align:right}.billing-option-item--other-fees .billing-option-input-wrapper{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.billing-option-item--other-fees .billing-option-input-wrapper .billing-option-currency{font-size:.8125rem;font-weight:600;color:#4b5563}.billing-option-item--other-fees .billing-option-input-wrapper .billing-input--inline{width:100px;padding:.375rem .5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.8125rem;font-family:SF Mono,Monaco,Courier New,monospace;background:#fff;color:#111827;transition:all .2s ease;text-align:right}.billing-option-item--other-fees .billing-option-input-wrapper .billing-input--inline:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.billing-input-label{font-size:.75rem;font-weight:600;color:#374151;margin-bottom:.25rem;display:block}.billing-textarea{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.8125rem;font-family:inherit;background:#fff;color:#111827;resize:vertical;min-height:80px;transition:all .2s ease;line-height:1.5}.billing-textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.billing-textarea::placeholder{color:#9ca3af}.billing-total{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;margin:1rem -1rem .75rem;background:linear-gradient(135deg,#10b9811a,#10b9810d);border-top:2px solid rgba(16,185,129,.2);border-bottom:2px solid rgba(16,185,129,.2)}@media (max-width: 768px){.billing-total{margin-left:-.5rem;margin-right:-.5rem;padding:.5rem}}.billing-total .billing-total-label{font-size:.8125rem;font-weight:700;color:#111827;text-transform:uppercase;letter-spacing:.5px}.billing-total .billing-total-value{font-size:1.875rem;font-weight:700;color:#10b981;font-family:SF Mono,Monaco,Courier New,monospace;letter-spacing:-.5px}@media (max-width: 768px){.billing-total .billing-total-label{font-size:.75rem}.billing-total .billing-total-value{font-size:1rem}}.billing-actions{display:flex;gap:.5rem;justify-content:flex-end;padding:.75rem 1rem;border-top:2px solid #e5e7eb;background:#fff;flex-shrink:0}@media (max-width: 768px){.billing-actions{flex-direction:column-reverse;gap:.375rem;padding:.5rem}.billing-actions .billing-btn{width:100%}}.billing-btn{padding:.5rem 1rem;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;min-height:44px}@media (max-width: 768px){.billing-btn{padding:.5rem .75rem}}.billing-btn--cancel{background:#e5e7eb;color:#374151}.billing-btn--cancel:hover{background:#d1d5db;color:#111827}.billing-btn--save{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 4px #10b98133}.billing-btn--save:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 2px 6px #10b98166;transform:translateY(-1px)}.billing-btn--save:active:not(:disabled){transform:translateY(0)}.billing-btn--save:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 768px){:global .trip-updates,:global .trip-billing{display:none!important}.trip-details-modal :global .trip-updates,.trip-details-modal :global .trip-billing{display:none!important}}.trip-details-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;overflow-y:auto;padding:0}@media (max-width: 1024px){.trip-details-modal-overlay{padding:0;align-items:flex-start;overflow-y:auto;-webkit-overflow-scrolling:touch}}.trip-details-modal{position:relative;background:#fff;border-radius:8px;width:95vw;height:95vh;max-width:1800px;max-height:95vh;margin:auto;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:modalFadeIn .2s ease-out}@media (max-width: 1024px){.trip-details-modal{width:100vw;height:100vh;border-radius:0;margin:0;max-width:none}}@media (max-width: 480px){.trip-details-modal{width:100vw;height:100vh}}.trip-details-modal__close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;color:#374151;transition:all .2s ease;flex-shrink:0;margin-left:.375rem}.trip-details-modal__close:hover{background:#e5e7eb;color:#111827;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.trip-details-modal__close:active{transform:translateY(0)}.trip-details-modal__close svg{width:18px;height:18px}@media (max-width: 1024px){.trip-details-modal__close{width:38px;height:38px}.trip-details-modal__close svg{width:19px;height:19px}}@media (max-width: 768px){.trip-details-modal__close{width:40px;height:40px}.trip-details-modal__close svg{width:20px;height:20px}}@media (max-width: 480px){.trip-details-modal__close{width:40px;height:40px}.trip-details-modal__close svg{width:18px;height:18px}}.trip-details-modal__content{padding:.75rem}@media (max-width: 1024px){.trip-details-modal__content{padding:.5rem}}@media (max-width: 768px){.trip-details-modal__content{padding:.5rem}.trip-details-modal__content :global .copy-btn,.trip-details-modal__content :global .copy-btn-text,.trip-details-modal__content :global .copy-btn-inline{display:none!important}.trip-details-modal__content :global .trip-billing,.trip-details-modal__content :global .trip-updates{display:none!important}}@media (max-width: 480px){.trip-details-modal__content{padding:.375rem}}.trip-details-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;padding:.5rem 0;border-bottom:2px solid #e5e7eb;margin-bottom:.5rem}@media (max-width: 1024px){.trip-details-modal__header{flex-wrap:wrap;gap:.375rem;align-items:flex-start}}@media (max-width: 768px){.trip-details-modal__header{flex-direction:column;align-items:stretch;padding:.5rem 0;margin-bottom:.5rem;gap:.5rem}}@media (max-width: 480px){.trip-details-modal__header{padding:.375rem 0;margin-bottom:.375rem;gap:.375rem}}.trip-details-modal__header .header-main{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0;width:100%}@media (max-width: 1024px){.trip-details-modal__header .header-main{gap:.375rem;flex-wrap:wrap;align-items:flex-start}}@media (max-width: 768px){.trip-details-modal__header .header-main{flex-direction:column;align-items:stretch;gap:.5rem;width:100%;order:2}}@media (max-width: 480px){.trip-details-modal__header .header-main{gap:.375rem}}.trip-details-modal__header .header-patient{display:flex;align-items:flex-start;gap:.5rem;flex:1;min-width:0;width:100%}@media (max-width: 1024px){.trip-details-modal__header .header-patient{min-width:0;gap:.375rem}}@media (max-width: 768px){.trip-details-modal__header .header-patient{width:100%;gap:.375rem;align-items:flex-start}}@media (max-width: 480px){.trip-details-modal__header .header-patient{gap:.25rem}}.trip-details-modal__header .header-patient .patient-icon{width:36px;height:36px;padding:8px;background:#6366f11f;color:#6366f1;border-radius:8px;border:1px solid rgba(99,102,241,.2);flex-shrink:0;display:flex;align-items:center;justify-content:center}@media (max-width: 480px){.trip-details-modal__header .header-patient .patient-icon{width:32px;height:32px;padding:6px}}.trip-details-modal__header .header-patient .patient-details{display:flex;align-items:center;gap:.5rem;flex:0 1 auto;min-width:0;max-width:100%}@media (max-width: 1024px){.trip-details-modal__header .header-patient .patient-details{gap:.375rem}}@media (max-width: 768px){.trip-details-modal__header .header-patient .patient-details{flex-direction:column;align-items:flex-start;gap:.375rem;width:100%}}@media (max-width: 480px){.trip-details-modal__header .header-patient .patient-details{gap:.25rem}}.trip-details-modal__header .header-patient .patient-details .patient-name-row{display:flex;align-items:center;gap:6px;flex-shrink:0;min-width:0}@media (max-width: 480px){.trip-details-modal__header .header-patient .patient-details .patient-name-row{flex-wrap:wrap;gap:4px}}.trip-details-modal__header .header-patient .patient-details .patient-name{font-size:.8125rem;font-weight:700;color:#111827;padding:8px 14px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:inline-flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;flex-shrink:0}@media (max-width: 480px){.trip-details-modal__header .header-patient .patient-details .patient-name{white-space:normal;word-break:break-word;padding:10px 12px;font-size:.8125rem}}@media (max-width: 360px){.trip-details-modal__header .header-patient .patient-details .patient-name{font-size:.75rem;padding:8px 10px}}.trip-details-modal__header .header-patient .patient-details .patient-phone-row{display:flex;align-items:center;gap:6px;flex-shrink:0;min-width:0}@media (max-width: 480px){.trip-details-modal__header .header-patient .patient-details .patient-phone-row{flex-wrap:wrap;gap:4px}}.trip-details-modal__header .header-patient .patient-details .patient-phone{display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;color:#6366f1;text-decoration:none;font-size:.75rem;font-weight:600;padding:8px 14px;background:#3b82f61f;border:1px solid rgba(59,130,246,.2);border-radius:8px;transition:all .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}@media (max-width: 480px){.trip-details-modal__header .header-patient .patient-details .patient-phone{white-space:normal;word-break:break-word;padding:10px 12px;font-size:.75rem}}@media (max-width: 360px){.trip-details-modal__header .header-patient .patient-details .patient-phone{padding:8px 10px;font-size:.6875rem;gap:4px}}.trip-details-modal__header .header-patient .patient-details .patient-phone .phone-icon{width:14px;height:14px;flex-shrink:0}@media (max-width: 480px){.trip-details-modal__header .header-patient .patient-details .patient-phone .phone-icon{width:12px;height:12px}}.trip-details-modal__header .header-patient .patient-details .patient-phone:hover{background:#3b82f62e;border-color:#3b82f64d;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f633}.trip-details-modal__header .header-trip-info{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap;flex-shrink:0;margin:0 .375rem}@media (max-width: 1024px){.trip-details-modal__header .header-trip-info{margin:0 .25rem;width:auto;flex:0 0 auto}}@media (max-width: 768px){.trip-details-modal__header .header-trip-info{width:100%;margin:0;gap:.375rem;align-items:flex-start}}@media (max-width: 480px){.trip-details-modal__header .header-trip-info{gap:4px}}.trip-details-modal__header .header-trip-info .header-info-badge{padding:8px 14px;border-radius:8px;font-size:.75rem;font-weight:600;white-space:nowrap;display:inline-flex;align-items:center;gap:6px;height:36px;border:1px solid transparent;transition:all .2s ease;flex-shrink:0}@media (max-width: 768px){.trip-details-modal__header .header-trip-info .header-info-badge{height:auto;min-height:32px;white-space:normal;word-break:break-word}}@media (max-width: 480px){.trip-details-modal__header .header-trip-info .header-info-badge{padding:6px 10px;font-size:.6875rem;height:auto;min-height:28px;gap:4px}}.trip-details-modal__header .header-trip-info .header-info-badge .info-icon{width:14px;height:14px;flex-shrink:0}@media (max-width: 480px){.trip-details-modal__header .header-trip-info .header-info-badge .info-icon{width:12px;height:12px}}.trip-details-modal__header .header-trip-info .header-info-badge.date{background:#3b82f61f;color:#2563eb;border-color:#3b82f633}@media (max-width: 768px){.trip-details-modal__header .header-trip-info .header-info-badge.date{white-space:normal;word-break:break-word;max-width:100%}}.trip-details-modal__header .header-trip-info .header-info-badge.los{background:#6366f11f;color:#6366f1;border-color:#6366f133}.trip-details-modal__header .header-trip-info .header-info-badge.treatment{background:#10b9811f;color:#059669;border-color:#10b98133}@media (max-width: 768px){.trip-details-modal__header .header-trip-info .header-info-badge.treatment{white-space:normal;word-break:break-word;max-width:100%}}.trip-details-modal__header .header-badges{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap;flex-shrink:0}@media (max-width: 1024px){.trip-details-modal__header .header-badges{flex-wrap:wrap;width:auto}}@media (max-width: 768px){.trip-details-modal__header .header-badges{width:100%;gap:.25rem;align-items:flex-start}}@media (max-width: 480px){.trip-details-modal__header .header-badges{gap:4px}}.trip-details-modal__header .header-badges .badge-minimal{padding:8px 14px;border-radius:8px;font-size:.75rem;font-weight:600;white-space:nowrap;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;transition:all .2s ease;flex-shrink:0}@media (max-width: 768px){.trip-details-modal__header .header-badges .badge-minimal{height:auto;min-height:32px;white-space:normal;word-break:break-word}}@media (max-width: 480px){.trip-details-modal__header .header-badges .badge-minimal{padding:6px 10px;font-size:.6875rem;height:auto;min-height:28px}}.trip-details-modal__header .header-badges .badge-minimal.gender{background:#6366f11f;color:#6366f1;border-color:#6366f133}.trip-details-modal__header .header-badges .badge-minimal.vip{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;box-shadow:0 2px 4px #f59e0b4d}.trip-details-modal__header .header-badges .badge-minimal.so{background:#10b9811f;color:#059669;border-color:#10b98133}.trip-details-modal__header .header-badges .badge-minimal.legs{background:#3b82f61f;color:#2563eb;border-color:#3b82f633}.trip-details-modal__header .header-actions{display:flex;align-items:center;gap:.375rem;flex-shrink:0}@media (max-width: 1024px){.trip-details-modal__header .header-actions{align-self:flex-start;margin-top:0}}@media (max-width: 768px){.trip-details-modal__header .header-actions{width:100%;justify-content:flex-end;align-items:center;gap:.375rem;order:1;margin-bottom:0;padding-bottom:.375rem;border-bottom:1px solid #e5e7eb}}@media (max-width: 480px){.trip-details-modal__header .header-actions{gap:.25rem}}.trip-details-modal__header .header-actions .btn-confirmations{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;height:36px;box-shadow:0 2px 4px #10b98133;flex-shrink:0}.trip-details-modal__header .header-actions .btn-confirmations svg{width:16px;height:16px}.trip-details-modal__header .header-actions .btn-confirmations:hover:not(:disabled){background:#059669;box-shadow:0 2px 6px #10b98166;transform:translateY(-1px)}.trip-details-modal__header .header-actions .btn-confirmations:active:not(:disabled){transform:translateY(0)}.trip-details-modal__header .header-actions .btn-confirmations:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 1024px){.trip-details-modal__header .header-actions .btn-confirmations{padding:8px 14px}}@media (max-width: 768px){.trip-details-modal__header .header-actions .btn-confirmations{padding:10px 14px;font-size:.75rem;height:44px;min-width:44px;flex:0 0 auto}}@media (max-width: 480px){.trip-details-modal__header .header-actions .btn-confirmations{padding:8px 12px;font-size:.6875rem;gap:4px;min-width:44px;height:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trip-details-modal__header .header-actions .btn-confirmations svg{width:14px;height:14px;flex-shrink:0}}.trip-details-modal__shared-info{display:flex;align-items:center;gap:.375rem;margin-bottom:.5rem;padding-bottom:.375rem;border-bottom:1px solid #e5e7eb}.trip-details-modal__shared-info .shared-badge{padding:4px 10px;border-radius:12px;font-size:.6875rem;font-weight:600;background:#e5e7eb;color:#374151;display:inline-flex;align-items:center;gap:5px}.trip-details-modal__shared-info .shared-badge .date-icon{width:12px;height:12px}.trip-details-modal__shared-info .shared-badge.date{background:#3b82f61a;color:#2563eb}.trip-details-modal__shared-info .shared-badge.los{background:#6366f11a;color:#6366f1}.trip-details-modal__shared-info .shared-badge.treatment{background:#10b9811a;color:#059669}.trip-details-modal__legs{display:grid;grid-template-columns:repeat(2,1fr);gap:.375rem;align-items:stretch}@media (max-width: 1024px){.trip-details-modal__legs{gap:.375rem}}@media (max-width: 768px){.trip-details-modal__legs{grid-template-columns:1fr;gap:.375rem}}@media (max-width: 480px){.trip-details-modal__legs{gap:.25rem}}.trip-details-modal__leg{padding:.5rem;margin-bottom:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s ease;display:flex;flex-direction:column;height:100%}.trip-details-modal__leg:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000000d}.trip-details-modal__leg:last-child{margin-bottom:0}@media (max-width: 768px){.trip-details-modal__leg{padding:.375rem}.trip-details-modal__leg :global .trip-billing{display:none!important}}.trip-details-modal .leg-header-compact{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.375rem;border-bottom:2px solid #f3f4f6}@media (max-width: 768px){.trip-details-modal .leg-header-compact{margin-bottom:.375rem;padding-bottom:.25rem}}.trip-details-modal .leg-header-compact .leg-id-section{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;width:100%}@media (max-width: 1024px){.trip-details-modal .leg-header-compact .leg-id-section{gap:.375rem}}@media (max-width: 768px){.trip-details-modal .leg-header-compact .leg-id-section{gap:.25rem}}@media (max-width: 480px){.trip-details-modal .leg-header-compact .leg-id-section{gap:4px}}.trip-details-modal .leg-header-compact .leg-id-section .reservation-number{font-size:1.125rem;font-weight:700;font-family:SF Mono,Monaco,Courier New,monospace;color:#6366f1;letter-spacing:.8px;padding:12px 20px;background:#6366f11f;border-radius:8px;border:1px solid rgba(99,102,241,.2);height:auto;min-height:44px;display:inline-flex;align-items:center;justify-content:center;word-break:break-all;max-width:100%}@media (max-width: 1024px){.trip-details-modal .leg-header-compact .leg-id-section .reservation-number{font-size:1rem;padding:10px 16px}}@media (max-width: 768px){.trip-details-modal .leg-header-compact .leg-id-section .reservation-number{font-size:.9375rem;padding:10px 14px;min-height:40px;letter-spacing:.5px}}@media (max-width: 480px){.trip-details-modal .leg-header-compact .leg-id-section .reservation-number{font-size:.875rem;padding:8px 12px;min-height:36px;letter-spacing:.3px}}.trip-details-modal .leg-header-compact .leg-id-section .leg-time{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:.75rem;font-weight:600;padding:8px 14px;background:#3b82f61f;border-radius:8px;border:1px solid rgba(59,130,246,.2);color:#2563eb;height:36px;transition:all .2s ease;flex-shrink:0}@media (max-width: 480px){.trip-details-modal .leg-header-compact .leg-id-section .leg-time{padding:6px 10px;font-size:.6875rem;height:32px;gap:4px}}.trip-details-modal .leg-header-compact .leg-id-section .leg-time .time-icon{width:14px;height:14px;flex-shrink:0}@media (max-width: 480px){.trip-details-modal .leg-header-compact .leg-id-section .leg-time .time-icon{width:12px;height:12px}}.trip-details-modal .leg-header-compact .leg-id-section .leg-miles{font-size:.75rem;font-weight:600;color:#059669;padding:8px 14px;background:#10b9811f;border-radius:8px;border:1px solid rgba(16,185,129,.2);height:36px;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}@media (max-width: 480px){.trip-details-modal .leg-header-compact .leg-id-section .leg-miles{padding:6px 10px;font-size:.6875rem;height:32px}}.trip-details-modal .leg-header-compact .leg-id-section .leg-revenue-badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:.75rem;font-weight:700;padding:8px 14px;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;color:#fff;height:36px;cursor:pointer;transition:all .2s ease;flex-shrink:0;box-shadow:0 2px 4px #10b9814d;font-family:SF Mono,Monaco,Courier New,monospace}.trip-details-modal .leg-header-compact .leg-id-section .leg-revenue-badge .revenue-icon{width:14px;height:14px;flex-shrink:0}.trip-details-modal .leg-header-compact .leg-id-section .leg-revenue-badge .revenue-amount{font-weight:700;letter-spacing:.3px}.trip-details-modal .leg-header-compact .leg-id-section .leg-revenue-badge:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 2px 6px #10b98166;transform:translateY(-1px)}.trip-details-modal .leg-header-compact .leg-id-section .leg-revenue-badge:active{transform:translateY(0);box-shadow:0 1px 3px #10b9814d}@media (max-width: 480px){.trip-details-modal .leg-header-compact .leg-id-section .leg-revenue-badge{padding:6px 10px;font-size:.6875rem;height:32px;gap:4px}.trip-details-modal .leg-header-compact .leg-id-section .leg-revenue-badge .revenue-icon{width:12px;height:12px}}.trip-details-modal .leg-header-compact .leg-id-section .leg-status{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:8px 14px;border-radius:8px;height:36px;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}@media (max-width: 480px){.trip-details-modal .leg-header-compact .leg-id-section .leg-status{padding:6px 10px;font-size:.6875rem;height:32px;letter-spacing:.3px}}.trip-details-modal .leg-header-compact .leg-id-section .leg-status.status--scheduled,.trip-details-modal .leg-header-compact .leg-id-section .leg-status.status--success{color:#059669;background:#10b9811f;border:1px solid rgba(16,185,129,.2)}.trip-details-modal .leg-header-compact .leg-id-section .leg-status.status--cancelled{color:#ca8a04;background:#eab3081f;border:1px solid rgba(234,179,8,.2)}.trip-details-modal .leg-header-compact .leg-id-section .leg-status.status--missed{color:#dc2626;background:#ef44441f;border:1px solid rgba(239,68,68,.2)}.trip-details-modal .leg-header-compact .leg-id-section .leg-status.status--no-show{color:#2563eb;background:#3b82f61f;border:1px solid rgba(59,130,246,.2)}.trip-details-modal .leg-will-call-compact{padding:.375rem .5rem;margin-bottom:.5rem;background:linear-gradient(135deg,#f9731614,#f973160a);border-left:3px solid #f97316;border-radius:6px}@media (max-width: 768px){.trip-details-modal .leg-will-call-compact{padding:.375rem;margin-bottom:.375rem}}@media (max-width: 480px){.trip-details-modal .leg-will-call-compact{padding:.25rem .375rem}}.trip-details-modal .leg-will-call-compact .will-call-active-compact{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}@media (max-width: 768px){.trip-details-modal .leg-will-call-compact .will-call-active-compact{flex-direction:column;align-items:stretch;gap:.375rem}}.trip-details-modal .leg-will-call-compact .will-call-active-compact .will-call-countdown-compact{flex:1;min-width:180px}@media (max-width: 768px){.trip-details-modal .leg-will-call-compact .will-call-active-compact .will-call-countdown-compact{min-width:auto;width:100%}}.trip-details-modal .leg-will-call-compact .will-call-active-compact .will-call-actions-compact{display:flex;gap:.25rem;flex-wrap:wrap}@media (max-width: 768px){.trip-details-modal .leg-will-call-compact .will-call-active-compact .will-call-actions-compact{width:100%;gap:.25rem}}.trip-details-modal .leg-will-call-compact .will-call-active-compact .btn-will-call-compact{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:6px;font-size:.6875rem;font-weight:600;border:none;cursor:pointer;transition:all .2s;flex:1}@media (max-width: 768px){.trip-details-modal .leg-will-call-compact .will-call-active-compact .btn-will-call-compact{padding:10px 16px;font-size:.75rem;min-height:44px;justify-content:center}}@media (max-width: 480px){.trip-details-modal .leg-will-call-compact .will-call-active-compact .btn-will-call-compact{padding:8px 12px;font-size:.6875rem}}.trip-details-modal .leg-will-call-compact .will-call-active-compact .btn-will-call-compact.btn-edit{background:#3b82f61a;color:#2563eb;border:1px solid rgba(59,130,246,.2)}.trip-details-modal .leg-will-call-compact .will-call-active-compact .btn-will-call-compact.btn-edit:hover{background:#3b82f626;border-color:#3b82f64d}.trip-details-modal .leg-will-call-compact .will-call-active-compact .btn-will-call-compact.btn-complete{background:#10b981;color:#fff}.trip-details-modal .leg-will-call-compact .will-call-active-compact .btn-will-call-compact.btn-complete:hover{background:#059669;box-shadow:0 2px 4px #10b9814d}.trip-details-modal .leg-will-call-compact .will-call-active-compact .btn-will-call-compact svg{width:13px;height:13px}@media (max-width: 768px){.trip-details-modal .leg-will-call-compact .will-call-active-compact .btn-will-call-compact svg{width:16px;height:16px}}.trip-details-modal .leg-will-call-compact .will-call-inactive-compact{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.trip-details-modal .leg-will-call-compact .will-call-inactive-compact .will-call-label{font-size:.75rem;font-weight:600;color:#f97316}.trip-details-modal .leg-content-compact{display:grid;grid-template-columns:1fr auto 1fr;gap:.75rem;padding-top:.375rem}@media (max-width: 1024px){.trip-details-modal .leg-content-compact{gap:.5rem}}@media (max-width: 768px){.trip-details-modal .leg-content-compact{grid-template-columns:1fr;gap:.5rem}}@media (max-width: 480px){.trip-details-modal .leg-content-compact{gap:.375rem;padding-top:.25rem}}.trip-details-modal .leg-content-compact .leg-location-compact{display:flex;flex-direction:column;gap:.375rem}.trip-details-modal .leg-content-compact .leg-location-compact .location-header-compact{display:flex;align-items:center;gap:6px;font-size:.6875rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.8px;margin-bottom:.25rem;padding-bottom:.25rem;border-bottom:1px solid #e5e7eb}.trip-details-modal .leg-content-compact .leg-location-compact .location-header-compact .icon{width:14px;height:14px;color:#6366f1}.trip-details-modal .leg-content-compact .leg-location-compact .location-line{display:flex;align-items:flex-start;gap:8px;font-size:.75rem;line-height:1.5;padding:4px 0;word-wrap:break-word;overflow-wrap:break-word}@media (max-width: 480px){.trip-details-modal .leg-content-compact .leg-location-compact .location-line{gap:6px;font-size:.6875rem;padding:3px 0}}.trip-details-modal .leg-content-compact .leg-location-compact .location-line .icon{width:14px;height:14px;color:#6b7280;flex-shrink:0;margin-top:2px}@media (max-width: 480px){.trip-details-modal .leg-content-compact .leg-location-compact .location-line .icon{width:12px;height:12px;margin-top:3px}}.trip-details-modal .leg-content-compact .leg-location-compact .location-line .address{color:#111827;font-weight:500;line-height:1.5;word-wrap:break-word;overflow-wrap:break-word;flex:1;min-width:0}.trip-details-modal .leg-content-compact .leg-location-compact .location-line .address .zip{color:#4b5563;font-weight:400}.trip-details-modal .leg-content-compact .leg-location-compact .location-line .phone{color:#6366f1;text-decoration:none;font-weight:500}.trip-details-modal .leg-content-compact .leg-location-compact .location-line .phone:hover{text-decoration:underline;color:#2563eb}.trip-details-modal .leg-content-compact .leg-location-compact .location-line.note{padding:6px 10px;background:#6366f10f;border-radius:6px;font-size:.6875rem;color:#374151;border-left:2px solid rgba(99,102,241,.3)}.trip-details-modal .leg-content-compact .leg-location-compact .location-line.time{color:#4b5563;font-size:.6875rem;font-weight:500;padding:4px 8px;background:#f9fafb;border-radius:4px;display:inline-flex;align-items:center;gap:6px;width:fit-content}.trip-details-modal .leg-content-compact .leg-divider-compact{display:flex;align-items:center;justify-content:center;padding:.375rem 0}@media (max-width: 1024px){.trip-details-modal .leg-content-compact .leg-divider-compact{display:none}}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.trip-details-modal__will-call{margin:.75rem 0;padding:.75rem;background:linear-gradient(135deg,#f9731614,#eab3080d);border:2px solid rgba(249,115,22,.2);border-radius:6px;border-left:4px solid #f97316}.trip-details-modal__will-call .will-call-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.trip-details-modal__will-call .will-call-badge-large{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .5rem;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border-radius:6px;font-size:.8125rem;font-weight:700;box-shadow:0 2px 8px #f973164d}.trip-details-modal__will-call .will-call-badge-large .will-call-icon{width:20px;height:20px}.trip-details-modal__will-call .will-call-status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.trip-details-modal__will-call .will-call-status-badge.activated{background:#10b98126;color:#059669;border:1px solid rgba(16,185,129,.3)}.trip-details-modal__will-call .will-call-status-badge.completed{background:#3b82f626;color:#2563eb;border:1px solid rgba(59,130,246,.3)}.trip-details-modal__will-call .will-call-status-badge.expired{background:#6b728026;color:#6b7280;border:1px solid rgba(107,114,128,.3)}.trip-details-modal__will-call .will-call-row{display:flex;align-items:center;gap:.5rem;padding:.375rem;background:#fff;border-radius:4px;border:1px solid rgba(249,115,22,.2)}@media (max-width: 768px){.trip-details-modal__will-call .will-call-row{flex-direction:column;align-items:stretch;gap:.375rem;padding:.5rem}}.trip-details-modal__will-call .will-call-countdown-large{flex:0 0 auto}.trip-details-modal__will-call .will-call-countdown-large :global .will-call-countdown .countdown-text{font-size:48px!important;font-weight:700!important;line-height:1}.trip-details-modal__will-call .will-call-countdown-large :global .will-call-countdown .countdown-icon{width:32px!important;height:32px!important}@media (max-width: 768px){.trip-details-modal__will-call .will-call-countdown-large{width:100%;text-align:center}.trip-details-modal__will-call .will-call-countdown-large :global .will-call-countdown .countdown-text{font-size:32px!important}.trip-details-modal__will-call .will-call-countdown-large :global .will-call-countdown .countdown-icon{width:24px!important;height:24px!important}}.trip-details-modal__will-call .will-call-info-minimal{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap;flex:1}@media (max-width: 768px){.trip-details-modal__will-call .will-call-info-minimal{flex-direction:column;align-items:center;gap:.375rem;width:100%}}.trip-details-modal__will-call .will-call-badge-minimal{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#f973161a;color:#f97316;border:1px solid rgba(249,115,22,.2);border-radius:4px;font-size:12px;font-weight:600}@media (max-width: 768px){.trip-details-modal__will-call .will-call-badge-minimal{display:none}}.trip-details-modal__will-call .will-call-badge-minimal .will-call-icon{width:14px;height:14px}.trip-details-modal__will-call .will-call-status-badge-minimal{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.trip-details-modal__will-call .will-call-status-badge-minimal{display:none}}.trip-details-modal__will-call .will-call-status-badge-minimal svg{width:12px;height:12px}.trip-details-modal__will-call .will-call-status-badge-minimal.activated{background:#f9731626;color:#f97316;border:1px solid rgba(249,115,22,.3)}.trip-details-modal__will-call .will-call-status-badge-minimal.completed{background:#10b98126;color:#059669;border:1px solid rgba(16,185,129,.3)}.trip-details-modal__will-call .will-call-status-badge-minimal.expired{background:#6b728026;color:#6b7280;border:1px solid rgba(107,114,128,.3)}.trip-details-modal__will-call .btn-edit-time-minimal{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#3b82f61a;color:#2563eb;border:1px solid rgba(59,130,246,.2);border-radius:4px;font-size:11px;font-weight:500;cursor:pointer;transition:all .2s ease}.trip-details-modal__will-call .btn-edit-time-minimal:hover{background:#3b82f626;border-color:#3b82f64d}.trip-details-modal__will-call .btn-edit-time-minimal svg{width:12px;height:12px}@media (max-width: 768px){.trip-details-modal__will-call .btn-edit-time-minimal{padding:8px 12px;font-size:.75rem;min-height:44px}.trip-details-modal__will-call .btn-edit-time-minimal svg{width:16px;height:16px}}.trip-details-modal__will-call .btn-complete-will-call-minimal{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:4px;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s ease}.trip-details-modal__will-call .btn-complete-will-call-minimal:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857)}.trip-details-modal__will-call .btn-complete-will-call-minimal:disabled{opacity:.6;cursor:not-allowed}.trip-details-modal__will-call .btn-complete-will-call-minimal svg{width:12px;height:12px}@media (max-width: 768px){.trip-details-modal__will-call .btn-complete-will-call-minimal{padding:8px 12px;font-size:.75rem;min-height:44px}.trip-details-modal__will-call .btn-complete-will-call-minimal svg{width:16px;height:16px}}.trip-details-modal__will-call .edit-activation-time-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.trip-details-modal__will-call .edit-activation-time-modal{background:#fff;padding:.75rem;border-radius:6px;box-shadow:0 4px 12px #00000026;min-width:300px;max-width:90vw}@media (max-width: 768px){.trip-details-modal__will-call .edit-activation-time-modal{min-width:auto;width:calc(100vw - 32px);margin:.5rem;padding:.5rem}}.trip-details-modal__will-call .edit-activation-time-modal h4{margin:0 0 .5rem;font-size:.9375rem;font-weight:600;color:#111827}.trip-details-modal__will-call .edit-activation-time-modal .datetime-input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:4px;font-size:.8125rem;font-family:SF Mono,Monaco,Courier New,monospace;color:#111827;background:#fff;margin-bottom:.5rem}.trip-details-modal__will-call .edit-activation-time-modal .datetime-input:focus{outline:2px solid #3b82f6;outline-offset:-2px;border-color:#3b82f6}.trip-details-modal__will-call .edit-activation-time-modal .edit-actions{display:flex;gap:.375rem}.trip-details-modal__will-call .edit-activation-time-modal .btn-save-time{flex:1;padding:8px 16px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.trip-details-modal__will-call .edit-activation-time-modal .btn-save-time:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 2px 4px #10b9814d}.trip-details-modal__will-call .edit-activation-time-modal .btn-save-time:disabled{opacity:.6;cursor:not-allowed}.trip-details-modal__will-call .edit-activation-time-modal .btn-cancel-time{flex:1;padding:8px 16px;background:#e5e7eb;color:#374151;border:none;border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.trip-details-modal__will-call .edit-activation-time-modal .btn-cancel-time:hover:not(:disabled){background:#d1d5db}.trip-details-modal__will-call .edit-activation-time-modal .btn-cancel-time:disabled{opacity:.6;cursor:not-allowed}.trip-details-modal__will-call .will-call-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.375rem;padding:.5rem;background:#fff;border-radius:4px}.trip-details-modal__will-call .will-call-details .will-call-detail-item{display:flex;flex-direction:column;gap:4px}.trip-details-modal__will-call .will-call-details .will-call-detail-item .detail-label{font-size:.75rem;font-weight:600;color:#4b5563;text-transform:uppercase;letter-spacing:.5px}.trip-details-modal__will-call .will-call-details .will-call-detail-item .detail-value{font-size:.8125rem;font-weight:500;color:#111827}.trip-details-modal__will-call .will-call-details .will-call-detail-item .activation-time-display{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.trip-details-modal__will-call .will-call-details .will-call-detail-item .btn-edit-time{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#3b82f61a;color:#2563eb;border:1px solid rgba(59,130,246,.2);border-radius:4px;font-size:11px;font-weight:500;cursor:pointer;transition:all .2s ease}.trip-details-modal__will-call .will-call-details .will-call-detail-item .btn-edit-time:hover{background:#3b82f626;border-color:#3b82f64d}.trip-details-modal__will-call .will-call-details .will-call-detail-item .btn-edit-time svg{width:14px;height:14px}.trip-details-modal__will-call .will-call-details .will-call-detail-item .edit-activation-time{display:flex;flex-direction:column;gap:.25rem;padding:.375rem;background:#3b82f60d;border:1px solid rgba(59,130,246,.2);border-radius:4px}.trip-details-modal__will-call .will-call-details .will-call-detail-item .edit-activation-time .datetime-input{padding:6px 8px;border:1px solid #d1d5db;border-radius:4px;font-size:.75rem;font-family:SF Mono,Monaco,Courier New,monospace;color:#111827;background:#fff}.trip-details-modal__will-call .will-call-details .will-call-detail-item .edit-activation-time .datetime-input:focus{outline:2px solid #3b82f6;outline-offset:-2px;border-color:#3b82f6}.trip-details-modal__will-call .will-call-details .will-call-detail-item .edit-activation-time .edit-actions{display:flex;gap:.25rem}.trip-details-modal__will-call .will-call-details .will-call-detail-item .edit-activation-time .btn-save-time{flex:1;padding:6px 12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.trip-details-modal__will-call .will-call-details .will-call-detail-item .edit-activation-time .btn-save-time:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 2px 4px #10b9814d}.trip-details-modal__will-call .will-call-details .will-call-detail-item .edit-activation-time .btn-save-time:disabled{opacity:.6;cursor:not-allowed}.trip-details-modal__will-call .will-call-details .will-call-detail-item .edit-activation-time .btn-cancel-time{flex:1;padding:6px 12px;background:#e5e7eb;color:#374151;border:none;border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.trip-details-modal__will-call .will-call-details .will-call-detail-item .edit-activation-time .btn-cancel-time:hover:not(:disabled){background:#d1d5db}.trip-details-modal__will-call .will-call-details .will-call-detail-item .edit-activation-time .btn-cancel-time:disabled{opacity:.6;cursor:not-allowed}.trip-details-modal__will-call .will-call-actions{display:flex;gap:.375rem;padding-top:.375rem}.trip-details-modal__will-call .btn-complete-will-call{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.trip-details-modal__will-call .btn-complete-will-call:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 2px 8px #10b9814d}.trip-details-modal__will-call .btn-complete-will-call:disabled{opacity:.6;cursor:not-allowed}.trip-details-modal__will-call .will-call-not-activated{display:flex;flex-direction:column;gap:.5rem}.trip-details-modal__will-call .will-call-warning{display:flex;align-items:flex-start;gap:.375rem;padding:.5rem;background:#eab3081a;border:1px solid rgba(234,179,8,.3);border-radius:4px;color:#374151;font-size:.75rem;line-height:1.6;margin:0}.trip-details-modal__will-call .will-call-warning .warning-icon{width:20px;height:20px;color:#eab308;flex-shrink:0;margin-top:2px}.trip-details-modal__will-call .will-call-warning strong{color:#ca8a04;font-weight:700}.trip-details-modal__will-call .will-call-activate-section{display:flex;justify-content:center;padding:.5rem;background:#fff;border-radius:4px;border:2px dashed rgba(249,115,22,.3)}.trips-grid-minimal{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;padding:0}@media (max-width: 1400px){.trips-grid-minimal{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.trips-grid-minimal{grid-template-columns:1fr;gap:.375rem;padding:0}}@media (max-width: 480px){.trips-grid-minimal{gap:.25rem}}.trips-grid-modern{display:grid;grid-template-columns:repeat(auto-fill,minmax(560px,1fr));gap:.75rem;padding:0}.trip-card-minimal{position:relative;background:#fff;border-radius:6px;border:1px solid #e5e7eb;cursor:pointer;overflow:hidden}.trip-card-minimal:hover{border-color:#d1d5db}.trip-card-minimal.trip-highlighted{border-color:#3b82f6!important;border-width:2px!important;box-shadow:0 0 0 3px #3b82f64d,0 4px 12px #3b82f640;animation:trip-flash-highlight 1.5s ease-in-out infinite}.trip-card-minimal.trip-blacklisted{border-left:4px solid #ef4444}.trip-card-minimal.will-call-activated{border-left:4px solid #f97316;background:linear-gradient(to right,#f973160d,#fff 4px)}.trip-card-minimal.will-call-critical{border-left:4px solid #ef4444;background:linear-gradient(to right,#ef444414,#fff 4px);animation:will-call-pulse 2s ease-in-out infinite}.trip-card-minimal.will-call-expired{border-left:4px solid #6b7280;background:linear-gradient(to right,#6b72801a,#fff 4px);animation:will-call-expired-pulse 1.5s ease-in-out infinite}.trip-card-minimal__content{padding:.5rem;display:flex;flex-direction:column;gap:.375rem}@media (max-width: 768px){.trip-card-minimal__content{padding:.375rem;gap:.25rem}}@media (max-width: 480px){.trip-card-minimal__content{padding:.25rem;gap:.5rem}}.trip-card-minimal__header{display:flex;align-items:center;justify-content:space-between;gap:.375rem;margin-bottom:.25rem;flex-wrap:wrap}@media (max-width: 480px){.trip-card-minimal__header{gap:.25rem;margin-bottom:.25rem}}.trip-card-minimal__header .trip-card-minimal__patient{display:flex;align-items:center;gap:.25rem;flex:1;min-width:0}@media (max-width: 480px){.trip-card-minimal__header .trip-card-minimal__patient{min-width:0;flex:1 1 100%;margin-bottom:.25rem}}.trip-card-minimal__header .trip-card-minimal__patient .patient-icon{width:24px;height:24px;padding:4px;background:#e0e7ff;color:#4f46e5;border-radius:4px;flex-shrink:0}@media (max-width: 480px){.trip-card-minimal__header .trip-card-minimal__patient .patient-icon{width:20px;height:20px;padding:3px}}.trip-card-minimal__header .trip-card-minimal__patient .patient-name{font-size:.8125rem;font-weight:700;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 480px){.trip-card-minimal__header .trip-card-minimal__patient .patient-name{font-size:.75rem}}.trip-card-minimal__header .trip-card-minimal__patient .status-badge{display:inline-flex;align-items:center;padding:1px 5px;border-radius:2px;font-size:7px;font-weight:700;text-transform:uppercase;letter-spacing:.2px;white-space:nowrap;height:14px;justify-content:center;flex-shrink:0;margin-left:6px;border:none;box-shadow:none}.trip-card-minimal__header .trip-card-minimal__patient .status-badge--cancelled{background:#eab308;color:#fff}.trip-card-minimal__header .trip-card-minimal__patient .status-badge--missed{background:#ef4444;color:#fff}.trip-card-minimal__header .trip-card-minimal__patient .status-badge--no-show{background:#3b82f6;color:#fff}.trip-card-minimal__header .trip-card-minimal__patient .status-badge--scheduled,.trip-card-minimal__header .trip-card-minimal__patient .status-badge--success{background:#10b981;color:#fff}.trip-card-minimal__header .trip-card-minimal__patient .status-badge--default{background:#6b7280;color:#fff}.trip-card-minimal__header .legs-badge{padding:2px 8px;background:#f3f4f6;border-radius:10px;font-size:10px;font-weight:700;flex-shrink:0}@media (max-width: 480px){.trip-card-minimal__header .legs-badge{font-size:9px;padding:2px 6px}}.trip-card-minimal__header .updates-badge{display:inline-flex;align-items:center;gap:.25rem;padding:2px 8px;background:#3b82f6;color:#fff;border-radius:10px;font-size:10px;font-weight:700;cursor:help}.trip-card-minimal__header .updates-badge svg{width:.75rem;height:.75rem}.trip-card-minimal__header .updates-badge{color:#374151;white-space:nowrap}.trip-card-minimal__header .blacklist-badge{font-size:16px;color:#ef4444}.trip-card-minimal__info{display:flex;align-items:center;justify-content:space-between;gap:.25rem;margin-bottom:.25rem}.trip-card-minimal__info .trip-card-minimal__reservation .reservation-number{font-size:11px;font-weight:700;font-family:SF Mono,Monaco,Courier New,monospace;color:#374151;background:#f3f4f6;padding:2px 6px;border-radius:4px}.trip-card-minimal__info .trip-card-minimal__status .status-badge{display:inline-flex;align-items:center;padding:1px 5px;border-radius:2px;font-size:7px;font-weight:700;text-transform:uppercase;letter-spacing:.2px;white-space:nowrap;height:14px;justify-content:center;border:none;box-shadow:none}.trip-card-minimal__info .trip-card-minimal__status .status-badge--cancelled{background:#eab308;color:#fff}.trip-card-minimal__info .trip-card-minimal__status .status-badge--missed{background:#ef4444;color:#fff}.trip-card-minimal__info .trip-card-minimal__status .status-badge--no-show{background:#3b82f6;color:#fff}.trip-card-minimal__info .trip-card-minimal__status .status-badge--scheduled,.trip-card-minimal__info .trip-card-minimal__status .status-badge--success{background:#10b981;color:#fff}.trip-card-minimal__info .trip-card-minimal__status .status-badge--default{background:#6b7280;color:#fff}.trip-card-minimal__legs{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.25rem}.trip-card-minimal__leg{display:flex;padding:.375rem;background:#f9fafb;border-radius:4px}@media (max-width: 480px){.trip-card-minimal__leg{padding:.25rem}}.trip-card-minimal__leg .leg-row{display:flex;align-items:center;gap:.375rem;width:100%;flex-wrap:wrap;min-width:0}@media (max-width: 768px){.trip-card-minimal__leg .leg-row{gap:.25rem}}@media (max-width: 480px){.trip-card-minimal__leg .leg-row{gap:.25rem}}.trip-card-minimal__leg .leg-row .leg-indicator{font-size:11px;font-weight:700;color:#4b5563;text-transform:uppercase;padding:3px 8px;background:#e5e7eb;border-radius:4px;white-space:nowrap;flex-shrink:0}@media (max-width: 480px){.trip-card-minimal__leg .leg-row .leg-indicator{font-size:10px;padding:2px 6px}}.trip-card-minimal__leg .leg-row .reservation-number-minimal{font-size:12px;font-weight:700;font-family:SF Mono,Monaco,Courier New,monospace;color:#374151;background:#f3f4f6;padding:3px 8px;border-radius:4px;white-space:nowrap;flex-shrink:0}@media (max-width: 480px){.trip-card-minimal__leg .leg-row .reservation-number-minimal{font-size:10px;padding:2px 6px}}.trip-card-minimal__leg .leg-row .will-call-badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;white-space:nowrap;flex-shrink:0;box-shadow:0 2px 4px #f9731633}@media (max-width: 480px){.trip-card-minimal__leg .leg-row .will-call-badge{font-size:9px;padding:2px 6px}}.trip-card-minimal__leg .leg-row .will-call-activate-container{flex-shrink:0}.trip-card-minimal__leg .leg-row .status-badge{display:inline-flex;align-items:center;padding:2px 6px;border-radius:2px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.2px;white-space:nowrap;height:18px;justify-content:center;flex-shrink:0;border:none;box-shadow:none}@media (max-width: 480px){.trip-card-minimal__leg .leg-row .status-badge{font-size:8px;padding:1px 4px;height:16px}}.trip-card-minimal__leg .leg-row .status-badge--cancelled{background:#eab308;color:#fff}.trip-card-minimal__leg .leg-row .status-badge--missed{background:#ef4444;color:#fff}.trip-card-minimal__leg .leg-row .status-badge--no-show{background:#3b82f6;color:#fff}.trip-card-minimal__leg .leg-row .status-badge--scheduled,.trip-card-minimal__leg .leg-row .status-badge--success{background:#10b981;color:#fff}.trip-card-minimal__leg .leg-row .status-badge--default{background:#6b7280;color:#fff}.trip-card-minimal__leg .leg-row .time-row{display:flex;align-items:center;gap:.375rem;flex:1;min-width:0;flex-wrap:wrap}@media (max-width: 480px){.trip-card-minimal__leg .leg-row .time-row{flex-direction:column;align-items:flex-start;gap:.25rem}}.trip-card-minimal__leg .leg-row .time-row .time-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#374151;white-space:nowrap;flex-shrink:0}@media (max-width: 480px){.trip-card-minimal__leg .leg-row .time-row .time-item{font-size:12px;gap:4px}}.trip-card-minimal__leg .leg-row .time-row .time-item .time-icon{width:14px;height:14px;flex-shrink:0}.trip-card-minimal__leg .leg-row .time-row .time-item .time-icon.pickup{color:#10b981}.trip-card-minimal__leg .leg-row .time-row .time-item .time-icon.dropoff{color:#3b82f6}.trip-card-minimal__leg .leg-row .time-row .time-item .time-text{font-weight:600;white-space:nowrap}.trip-card-minimal__leg .leg-row .leg-accommodation-badges{display:inline-flex;align-items:center;gap:.375rem;flex-shrink:0;flex-wrap:wrap}@media (max-width: 480px){.trip-card-minimal__leg .leg-row .leg-accommodation-badges{width:100%;margin-top:.25rem}}.trip-card-minimal__leg .leg-row .leg-billing-total{display:inline-flex;align-items:center;gap:.25rem;padding:3px 8px;background:#10b9811a;color:#059669;border-radius:4px;font-size:11px;font-weight:700;white-space:nowrap;flex-shrink:0;border:1px solid rgba(16,185,129,.2)}@media (max-width: 480px){.trip-card-minimal__leg .leg-row .leg-billing-total{font-size:10px;padding:2px 6px}}.trip-card-minimal__leg .leg-row .leg-billing-total svg{width:12px;height:12px}@media (max-width: 480px){.trip-card-minimal__leg .leg-row .leg-billing-total svg{width:10px;height:10px}}.trip-card-minimal__leg .leg-row .accommodation-badge-minimal{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:4px;font-size:.6875rem;font-weight:600;white-space:nowrap;line-height:1.2}.trip-card-minimal__leg .leg-row .accommodation-badge-minimal--main{background:var(--color-primary-light, #dbeafe);color:var(--color-primary, #2563eb)}.trip-card-minimal__leg .leg-row .accommodation-badge-minimal--assistant{background:var(--color-secondary-light, #f3f4f6);color:var(--color-secondary, #6b7280)}.trip-card-minimal__leg .leg-row .accommodation-badge-minimal svg{width:10px;height:10px;flex-shrink:0}.trip-card-minimal__directions{display:flex;align-items:center;flex-shrink:0;margin-left:auto}@media (max-width: 480px){.trip-card-minimal__directions{margin-left:0;margin-top:.25rem;width:100%;justify-content:flex-start}}.trip-card-minimal__accommodation{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;margin-bottom:.25rem;flex-wrap:wrap}@media (max-width: 480px){.trip-card-minimal__accommodation{gap:.25rem;padding:.25rem 0}}.trip-card-minimal__accommodation .accommodation-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;white-space:nowrap}.trip-card-minimal__accommodation .accommodation-badge--main{background:var(--color-primary-light, #dbeafe);color:var(--color-primary, #2563eb)}.trip-card-minimal__accommodation .accommodation-badge--assistant{background:var(--color-secondary-light, #f3f4f6);color:var(--color-secondary, #6b7280)}.trip-card-minimal__accommodation .accommodation-badge .accommodation-icon{width:12px;height:12px;flex-shrink:0}.trip-card-minimal__accommodation .accommodation-badge--mixed{background:var(--color-warning-light, #fef3c7);color:var(--color-warning, #f59e0b)}.trip-card-minimal__leg .leg-accommodation-badges{display:inline-flex;align-items:center;gap:.375rem;flex-shrink:0}.trip-card-minimal__leg .accommodation-badge-minimal{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;border-radius:4px;font-size:.6875rem;font-weight:600;white-space:nowrap;line-height:1.2}.trip-card-minimal__leg .accommodation-badge-minimal--main{background:var(--color-primary-light, #dbeafe);color:var(--color-primary, #2563eb)}.trip-card-minimal__leg .accommodation-badge-minimal--assistant{background:var(--color-secondary-light, #f3f4f6);color:var(--color-secondary, #6b7280)}.trip-card-minimal__leg .accommodation-badge-minimal svg{width:10px;height:10px;flex-shrink:0}.trip-card-minimal__footer{display:flex;align-items:center;justify-content:space-between;gap:.25rem;padding-top:.25rem;border-top:1px solid #f3f4f6;margin-top:auto}@media (max-width: 480px){.trip-card-minimal__footer{flex-direction:column;align-items:flex-start;gap:.25rem}}.trip-card-minimal__footer .trip-card-minimal__directions{display:flex;align-items:center}.trip-card-minimal__footer .trip-card-minimal__view-details{display:flex;align-items:center;gap:4px;margin-left:auto}@media (max-width: 480px){.trip-card-minimal__footer .trip-card-minimal__view-details{margin-left:0;width:100%;justify-content:center}}.trip-card-minimal__footer .trip-card-minimal__view-details .view-details-icon{width:14px;height:14px;color:#6366f1}@media (max-width: 480px){.trip-card-minimal__footer .trip-card-minimal__view-details .view-details-icon{width:12px;height:12px}}.trip-card-minimal__footer .trip-card-minimal__view-details .view-details-text{font-size:10px;color:#6b7280;font-weight:500}@media (max-width: 480px){.trip-card-minimal__footer .trip-card-minimal__view-details .view-details-text{font-size:9px}}.trip-card-modern{position:relative;background:#fff;border-radius:8px;overflow:hidden;border:2px solid #e5e7eb}.trip-card-modern.trip-highlighted{border-color:#3b82f6!important;border-width:2px!important;box-shadow:0 0 0 3px #3b82f64d,0 4px 12px #3b82f640;animation:trip-flash-highlight 1.5s ease-in-out infinite}@keyframes trip-flash-highlight{0%,to{background-color:#fff}50%{background-color:#3b82f666}}@keyframes will-call-pulse{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 4px #ef444400}}@keyframes will-call-expired-pulse{0%,to{opacity:1;box-shadow:0 0 #6b72804d}50%{opacity:.95;box-shadow:0 0 0 3px #6b728000}}.card-header-compact{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:transparent;gap:.75rem}.card-header-compact .patient-section{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.card-header-compact .patient-section .patient-icon{width:36px;height:36px;padding:.5rem;background:#e0e7ff;color:#4f46e5;border-radius:6px;flex-shrink:0}.card-header-compact .patient-section .patient-info{display:flex;flex-direction:column;gap:4px;min-width:0}.card-header-compact .patient-section .patient-info .patient-name-row{display:flex;align-items:center;gap:4px}.card-header-compact .patient-section .patient-info .patient-name{font-size:.9375rem;font-weight:700;color:#111827;line-height:1.2}.card-header-compact .patient-section .patient-info .patient-phone-row{display:flex;align-items:center;gap:6px;margin-top:6px;padding:6px .5rem;background:#6366f114;border-radius:4px;width:fit-content}.card-header-compact .patient-section .patient-info .patient-phone-row .phone-icon{width:14px;height:14px;color:#6366f1;flex-shrink:0}.card-header-compact .patient-section .patient-info .patient-phone-row .phone-link{color:#6366f1;text-decoration:none;font-size:.75rem;font-weight:600;transition:all .2s ease;letter-spacing:.2px}.card-header-compact .patient-section .patient-info .patient-phone-row .phone-link:hover{color:#4f46e5;text-decoration:underline}.card-header-compact .patient-section .patient-info .patient-phone-row .copy-btn-inline{color:#6366f1;opacity:.7}.card-header-compact .patient-section .patient-info .patient-phone-row .copy-btn-inline:hover{opacity:1}.card-header-compact .patient-section .patient-info .patient-phone-row:hover{background:#6366f11f}.card-header-compact .patient-section .patient-info .patient-badges{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.card-header-compact .patient-section .patient-info .patient-badges .badge-pill{padding:4px 10px;border-radius:10px;font-size:11px;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:.4px;transition:all .2s ease}.card-header-compact .patient-section .patient-info .patient-badges .badge-pill.gender{background:linear-gradient(135deg,#e5e7eb,#d1d5db);color:#374151;box-shadow:0 1px 3px #0000001a}.card-header-compact .patient-section .patient-info .patient-badges .badge-pill.vip{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#78350f;box-shadow:0 2px 4px #f59e0b33}.card-header-compact .patient-section .patient-info .patient-badges .badge-pill.so{background:linear-gradient(135deg,#ddd6fe,#c4b5fd);color:#5b21b6;box-shadow:0 2px 4px #8b5cf633}.card-header-compact .legs-count-badge{padding:.25rem .5rem;background:#6366f11a;color:#4f46e5;border-radius:6px;font-size:.6875rem;font-weight:700;letter-spacing:.3px;flex-shrink:0}.alert-banner{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;margin:0 1rem .5rem;border-radius:4px}.alert-banner.warning{background:#fffbebe6;color:#92400e}.alert-banner.warning .alert-icon{font-size:.875rem}.legs-container{display:flex;flex-direction:column}.leg-section{padding:1rem;border-bottom:1px solid rgba(0,0,0,.04);position:relative;border-left:4px solid transparent;transition:all .2s ease}.leg-section:last-child{border-bottom:none}.leg-section--cancelled{border-left-color:#eab308;background:linear-gradient(to right,rgba(234,179,8,.05),transparent)}.leg-section--missed{border-left-color:#ef4444;background:linear-gradient(to right,rgba(239,68,68,.05),transparent)}.leg-section--no-show{border-left-color:#3b82f6;background:linear-gradient(to right,rgba(59,130,246,.05),transparent)}.leg-section--scheduled{border-left-color:#10b981;background:linear-gradient(to right,rgba(16,185,129,.05),transparent)}.leg-section--unscheduled{border-left-color:#8b5cf6;background:linear-gradient(to right,rgba(139,92,246,.05),transparent)}.leg-section--success{border-left-color:#10b981;background:linear-gradient(to right,rgba(16,185,129,.03),transparent)}.leg-section--info{border-left-color:#8b5cf6;background:linear-gradient(to right,rgba(139,92,246,.03),transparent)}.leg-section--default{border-left-color:#6b7280;background:linear-gradient(to right,rgba(107,114,128,.02),transparent)}.leg-header-line{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:.75rem;flex-wrap:wrap}.leg-header-line .leg-primary{display:flex;align-items:center;gap:.5rem}.leg-header-line .leg-primary .reservation-number-row{display:flex;align-items:center;gap:6px;padding:.375rem .75rem;background:#111827;border-radius:6px}.leg-header-line .leg-primary .reservation-number{color:#fff;font-size:.875rem;font-weight:700;letter-spacing:.3px;font-family:SF Mono,Monaco,Courier New,monospace}.leg-header-line .leg-primary .reservation-number-row .copy-btn-inline{color:#ffffffb3}.leg-header-line .leg-primary .reservation-number-row .copy-btn-inline:hover{color:#fff}.leg-header-line .leg-primary .reservation-number-row .copy-btn-inline--copied{color:#10b981}.leg-header-line .leg-primary .leg-status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:16px;font-size:12px;font-weight:700;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.leg-header-line .leg-primary .leg-status-badge .leg-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.leg-header-line .leg-primary .leg-status-badge .leg-status-text{font-size:12px;font-weight:700;line-height:1}.leg-header-line .leg-primary .leg-status-badge--cancelled{background:linear-gradient(135deg,#eab308,#ca8a04);color:#fff;box-shadow:0 2px 8px #eab3084d}.leg-header-line .leg-primary .leg-status-badge--cancelled .leg-status-dot{background:#fff;box-shadow:0 0 4px #fffc}.leg-header-line .leg-primary .leg-status-badge--missed{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 8px #ef444440}.leg-header-line .leg-primary .leg-status-badge--missed .leg-status-dot{background:#fff;box-shadow:0 0 4px #fffc}.leg-header-line .leg-primary .leg-status-badge--no-show{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 8px #3b82f640}.leg-header-line .leg-primary .leg-status-badge--no-show .leg-status-dot{background:#fff;box-shadow:0 0 4px #fffc}.leg-header-line .leg-primary .leg-status-badge--scheduled{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 8px #10b98140}.leg-header-line .leg-primary .leg-status-badge--scheduled .leg-status-dot{background:#fff;box-shadow:0 0 4px #fffc}.leg-header-line .leg-primary .leg-status-badge--unscheduled{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 2px 8px #8b5cf640}.leg-header-line .leg-primary .leg-status-badge--unscheduled .leg-status-dot{background:#fff;box-shadow:0 0 4px #fffc}.leg-header-line .leg-primary .leg-status-badge--success{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 8px #10b98140}.leg-header-line .leg-primary .leg-status-badge--success .leg-status-dot{background:#fff;box-shadow:0 0 4px #fffc}.leg-header-line .leg-primary .leg-status-badge--info{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 2px 8px #8b5cf640}.leg-header-line .leg-primary .leg-status-badge--info .leg-status-dot{background:#fff;box-shadow:0 0 4px #fffc}.leg-header-line .leg-primary .leg-status-badge--default{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff;box-shadow:0 2px 8px #6b728040}.leg-header-line .leg-primary .leg-status-badge--default .leg-status-dot{background:#fff;box-shadow:0 0 4px #fffc}.leg-header-line .leg-details{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.leg-header-line .leg-details .detail-badge{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:12px;font-size:11px;font-weight:700;line-height:1;white-space:nowrap;transition:all .2s ease}.leg-header-line .leg-details .detail-badge .badge-icon{width:13px;height:13px;flex-shrink:0}.leg-header-line .leg-details .detail-badge.los{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;box-shadow:0 2px 6px #6366f133}.leg-header-line .leg-details .detail-badge.miles{background:linear-gradient(135deg,#64748b,#475569);color:#fff;box-shadow:0 2px 6px #64748b33}.leg-header-line .leg-details .detail-badge.treatment{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 6px #10b98133}.leg-header-line .leg-details .detail-badge.time{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 2px 6px #f59e0b33}.leg-header-line .leg-details .detail-badge:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.leg-times-section{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem;padding:.75rem;background:linear-gradient(135deg,#6366f114,#8b5cf60d);border-radius:6px;border:1px solid rgba(99,102,241,.15)}.leg-times-section .time-display{display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#fff;border-radius:4px;box-shadow:0 1px 3px #0000000d}.leg-times-section .time-display .time-icon{width:20px;height:20px;color:#6366f1;flex-shrink:0}.leg-times-section .time-display .time-content{display:flex;flex-direction:column;gap:2px;flex:1}.leg-times-section .time-display .time-content .time-label{font-size:11px;font-weight:700;color:#4b5563;text-transform:uppercase;letter-spacing:.5px}.leg-times-section .time-display .time-content .time-value{font-size:.875rem;font-weight:700;color:#111827;line-height:1.3}.leg-times-section .time-display.pickup-time{border-left:3px solid #10b981}.leg-times-section .time-display.pickup-time .time-icon{color:#10b981}.leg-times-section .time-display.dropoff-time{border-left:3px solid #3b82f6}.leg-times-section .time-display.dropoff-time .time-icon{color:#3b82f6}.locations-row{display:grid;grid-template-columns:1fr auto 1fr;gap:.75rem;align-items:start}.location-box{background:#ffffffb3;border-radius:6px;padding:.75rem}.location-box .location-header{display:flex;align-items:center;gap:.375rem;margin-bottom:.5rem}.location-box .location-header .icon{width:16px;height:16px;flex-shrink:0}.location-box .location-header .label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.location-box .location-content{display:flex;flex-direction:column;gap:.375rem}.location-box .location-content .address-row{display:flex;align-items:flex-start;gap:.25rem;justify-content:space-between}.location-box .location-content .address{margin:0;font-size:.75rem;font-weight:600;color:#111827;line-height:1.5;flex:1}.location-box .location-content .phone-row{display:flex;align-items:center;gap:6px;padding:6px .375rem;background:#fff9;border-radius:4px;border:1px solid rgba(0,0,0,.06);width:fit-content;transition:all .2s ease}.location-box .location-content .phone-row .icon{width:14px;height:14px;color:#6366f1;flex-shrink:0}.location-box .location-content .phone-row .phone-link{color:#6366f1;text-decoration:none;font-size:.75rem;font-weight:600;transition:all .2s ease;letter-spacing:.2px}.location-box .location-content .phone-row .phone-link:hover{color:#4f46e5;text-decoration:underline}.location-box .location-content .phone-row .copy-btn-inline{color:#4b5563;opacity:.7}.location-box .location-content .phone-row .copy-btn-inline:hover{opacity:1;color:#6366f1}.location-box .location-content .phone-row:hover{background:#6366f114;border-color:#6366f133;box-shadow:0 1px 3px #0000000d}.location-box .location-content .note-box{margin-top:.375rem;padding:.5rem;background:#fffbeb;border-radius:4px;display:flex;flex-direction:column;gap:4px;position:relative}.location-box .location-content .note-box .note-label{font-size:10px;font-weight:700;color:#92400e;text-transform:uppercase;letter-spacing:.5px}.location-box .location-content .note-box .note-text{font-size:.6875rem;color:#78350f;line-height:1.5;font-weight:500;padding-right:20px}.location-box .location-content .note-box .copy-btn-inline{position:absolute;top:.5rem;right:.5rem;color:#92400e;opacity:.6}.location-box .location-content .note-box .copy-btn-inline:hover{opacity:1}.location-box.pickup .location-header .icon,.location-box.pickup .location-header .label{color:#059669}.location-box.dropoff .location-header .icon,.location-box.dropoff .location-header .label{color:#dc2626}.location-divider{display:flex;align-items:center;justify-content:center;padding-top:32px}.location-divider .arrow{font-size:1rem;color:#9ca3af;font-weight:700}.location-divider .directions-btn-icon{padding:14px;background:#fff;border:2px solid #10b981;color:#10b981;border-radius:50%;box-shadow:0 2px 12px #10b98126}.location-divider .directions-btn-icon:hover:not(:disabled){background:#10b981;border-color:#10b981;color:#fff;box-shadow:0 2px 8px #10b98133}.location-divider .directions-btn-icon .icon-container{width:26px;height:26px}.location-divider .directions-btn-icon .location-icon{width:22px;height:22px}.location-divider .directions-btn-icon .arrow-icon{width:26px;height:26px;stroke-width:2;font-weight:700}@media (max-width: 1600px){.trips-grid-modern{grid-template-columns:repeat(auto-fill,minmax(520px,1fr))}}@media (max-width: 1200px){.trips-grid-modern{grid-template-columns:repeat(auto-fill,minmax(480px,1fr))}}@media (max-width: 1024px){.trips-grid-modern{grid-template-columns:1fr}.locations-row{grid-template-columns:1fr;gap:.5rem}.locations-row .location-divider{display:none}.locations-row .location-box.pickup{background:#0596690d}.locations-row .location-box.dropoff{background:#dc26260d}}@media (max-width: 640px){.card-header-compact{flex-direction:column;align-items:stretch}.card-header-compact .patient-section .patient-info .patient-name{font-size:.875rem}.card-header-compact .status-section{align-self:flex-start}.leg-header-line{flex-direction:column;align-items:stretch}.leg-header-line .leg-primary{flex-wrap:wrap}.leg-header-line .leg-details{justify-content:flex-start}}.trips-dashboard{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-bottom:1rem;padding:0;padding-right:var(--scrollbar-width, 12px)}.dashboard-card{background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:.75rem;display:flex;flex-direction:column;gap:.375rem}.dashboard-card .card-header{display:flex;justify-content:space-between;align-items:center}.dashboard-card .card-header .card-label{font-size:10px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.dashboard-card .card-value{font-size:2rem;font-weight:700;color:#111827;line-height:1;font-family:SF Mono,Monaco,Courier New,monospace}.dashboard-card .card-sub{font-size:.6875rem;color:#6b7280;font-weight:500}.dashboard-card.card-trips{border-color:#d1d5db}.dashboard-card.card-trips .card-value{color:#111827}.dashboard-card.card-scheduled{background:#f0f5ff;border-color:#6366f14d}.dashboard-card.card-scheduled .card-value{color:#6366f1}.dashboard-card.card-unscheduled{background:#fffef5;border-color:#f59e0b4d}.dashboard-card.card-unscheduled .card-value{color:#f59e0b}.dashboard-card.card-cancelled{background:#fef8f8;border-color:#ef44444d}.dashboard-card.card-cancelled .card-value{color:#ef4444}.dashboard-card.card-patients .card-value{color:#4f46e5}.dashboard-card.card-miles .card-value{color:#059669}.dashboard-card.card-los{grid-column:span 2}.dashboard-card.card-special .card-value{color:#d97706}.los-list{display:flex;flex-direction:column;gap:.25rem;margin-top:.25rem}.los-item{display:flex;justify-content:space-between;align-items:center;padding:.25rem .375rem;background:#f9fafb;border-radius:4px}.los-item .los-name{font-size:.6875rem;font-weight:600;color:#374151}.los-item .los-count{font-size:.6875rem;font-weight:700;color:#6366f1;font-family:SF Mono,Monaco,Courier New,monospace;padding:2px .375rem;background:#e0e7ff;border-radius:3px}.special-list{display:flex;flex-direction:column;gap:.25rem;margin-top:.25rem}.special-item{display:flex;justify-content:space-between;align-items:center}.special-item .special-label{font-size:.6875rem;color:#4b5563;font-weight:500}.special-item .special-value{font-size:.75rem;font-weight:700;color:#111827;font-family:SF Mono,Monaco,Courier New,monospace}@media (max-width: 1400px){.trips-dashboard{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}@media (max-width: 1024px){.trips-dashboard{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.dashboard-card.card-los{grid-column:span 1}}@media (max-width: 768px){.trips-dashboard{grid-template-columns:repeat(2,1fr);gap:.5rem}.dashboard-card{padding:.5rem}.dashboard-card .card-value{font-size:1.5rem}}@media (max-width: 480px){.trips-dashboard{grid-template-columns:1fr;gap:.375rem;padding:0}.dashboard-card{padding:.375rem}.dashboard-card .card-header .card-label{font-size:9px}.dashboard-card .card-value{font-size:1.25rem}.dashboard-card .card-sub{font-size:10px}}.trips-stats-bar{position:fixed;bottom:0;left:280px;right:0;height:40px;background:#fffffffa;border-top:1px solid rgba(0,0,0,.08);display:flex;align-items:center;padding:0 1.5rem;gap:.75rem;z-index:50}.filter-sidebar.closed~.trips-main .trips-stats-bar{left:0}@media (max-width: 1024px){.trips-stats-bar{left:0}}.stats-group{display:flex;align-items:center;gap:.75rem}.stat-compact{display:flex;align-items:center;gap:.375rem}.stat-compact .stat-label{font-size:11px;font-weight:500;color:#6b7280;white-space:nowrap}.stat-compact .stat-value{font-size:.875rem;font-weight:700;color:#111827;font-family:SF Mono,Monaco,Courier New,monospace;white-space:nowrap}.stat-compact.stat-primary .stat-value{color:#111827;font-size:.9375rem}.stat-compact.stat-scheduled .stat-value{color:#6366f1}.stat-compact.stat-revenue .stat-value{color:#059669}.stat-compact.stat-unscheduled .stat-value{color:#f59e0b}.stat-compact.stat-cancelled .stat-value{color:#ef4444}.stat-compact.stat-vip .stat-label{color:#92400e}.stat-compact.stat-vip .stat-value{color:#d97706}.stat-compact.stat-los .stat-label{font-size:10px;padding:2px .25rem;background:#e0e7ff;color:#4f46e5;border-radius:3px}.stat-compact.stat-los .stat-value{font-size:.75rem}.stat-compact.stat-wheelchair .stat-value{color:#059669}.stat-label-only{font-size:11px;font-weight:600;color:#4b5563}.stat-separator{width:1px;height:20px;background:#0000001a;flex-shrink:0}.trips-main .trips-main__content{padding-bottom:40px}@media (max-width: 1024px){.trips-main .trips-main__content{padding-bottom:60px}}@media (max-width: 768px){.trips-main .trips-main__content{padding-bottom:80px}}@media (max-width: 480px){.trips-main .trips-main__content{padding-bottom:100px}}.trips-main .trips-view-wrapper{padding-bottom:1rem}@media (max-width: 480px){.trips-main .trips-view-wrapper{padding-bottom:.5rem}}@media (max-width: 1400px){.trips-stats-bar{gap:.5rem;padding:0 1rem}.stats-group{gap:.5rem}.stat-compact{gap:.25rem}.stat-compact .stat-label{font-size:10px}.stat-compact .stat-value{font-size:.75rem}}@media (max-width: 1024px){.trips-stats-bar{left:0;height:auto;min-height:40px;flex-wrap:wrap;padding:.375rem .75rem;gap:.375rem}.stats-group{gap:.375rem}.stat-separator{display:none}}@media (max-width: 768px){.trips-stats-bar{padding:.25rem .375rem;height:auto;min-height:50px;max-height:120px;overflow-y:auto}.stats-group{flex-wrap:wrap;gap:.25rem}.stat-compact{gap:.25rem;flex-shrink:0}.stat-compact .stat-label{font-size:9px}.stat-compact .stat-value{font-size:.6875rem}.stat-label-only{font-size:9px}}@media (max-width: 480px){.trips-stats-bar{padding:.25rem;gap:.25rem}.stat-compact .stat-label{font-size:8px}.stat-compact .stat-value{font-size:10px}}.bulk-add-trips-button{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(59,130,246,.1)}.bulk-add-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #3b82f633;width:100%}.bulk-add-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}.bulk-add-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #3b82f633}.bulk-add-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.bulk-add-btn__icon{width:16px;height:16px;flex-shrink:0}.bulk-add-error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:.875rem}.bulk-add-error__icon{width:18px;height:18px;flex-shrink:0}.bulk-add-progress{padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px}.bulk-add-progress__bar{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.bulk-add-progress__fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);transition:width .3s ease}.bulk-add-progress__text{font-size:.875rem;color:#475569;text-align:center}.bulk-add-results{padding:1rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:6px}.bulk-add-results__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-weight:600;color:#166534}.bulk-add-results__header__icon{width:20px;height:20px}.bulk-add-results__stats{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:#166534}.bulk-add-results__stat{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem}.bulk-add-results__skipped{color:#64748b;font-size:.8rem}.bulk-add-results__error{color:#dc2626;font-size:.8rem}.bulk-add-date-range{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-size:.8rem;color:#475569}.bulk-add-date-range__label{font-weight:600;color:#64748b}.bulk-add-date-range__dates{color:#1e293b;font-weight:500}.loading-indicator{position:fixed;bottom:80px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fffffffa;border:1px solid rgba(0,0,0,.06);border-radius:20px;box-shadow:0 2px 8px #0000000f;z-index:100;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap}.loading-spinner{position:relative;width:16px;height:16px;flex-shrink:0}.spinner-ring{position:absolute;width:100%;height:100%;border:2px solid rgba(16,185,129,.15);border-top-color:#10b981;border-radius:50%;animation:spin .6s linear infinite}.loading-text{font-size:12px;font-weight:600;color:#4b5563;white-space:nowrap;letter-spacing:.01em}@media (max-width: 768px){.loading-indicator{padding:6px 12px;bottom:60px}.loading-spinner{width:14px;height:14px}.loading-text{font-size:11px}}.toast{position:fixed;bottom:80px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;padding:12px 20px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;border:1px solid rgba(0,0,0,.06);z-index:200;animation:slideUp .3s cubic-bezier(.4,0,.2,1);min-width:300px;max-width:500px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.toast--exiting{animation:slideDown .3s cubic-bezier(.4,0,.2,1)}.toast--success{border-bottom:3px solid #10b981}.toast--info{border-bottom:3px solid #3b82f6}.toast--error{border-bottom:3px solid #ef4444}.toast-icon{flex-shrink:0;width:20px;height:20px}.toast-icon--success{color:#10b981}.toast-icon--info{color:#3b82f6}.toast-icon--error{color:#ef4444}.toast-message{flex:1;font-size:13px;font-weight:600;color:#111827;line-height:1.4;letter-spacing:.01em}@keyframes slideUp{0%{transform:translate(-50%) translateY(100px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translate(-50%) translateY(0);opacity:1}to{transform:translate(-50%) translateY(100px);opacity:0}}@media (max-width: 768px){.toast{bottom:60px;left:16px;right:16px;transform:none;min-width:auto;max-width:none;padding:10px 16px}.toast-message{font-size:12px}.toast-icon{width:18px;height:18px}@keyframes slideUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(100px);opacity:0}}}.trips-page-spotlight-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:9998;display:flex;align-items:flex-start;justify-content:center;padding-top:15vh;animation:overlayFadeIn .15s ease-out}.trips-page-spotlight{width:90%;max-width:600px;background:#fff;border-radius:14px;box-shadow:0 20px 50px #00000040;overflow:hidden;animation:modalSlideIn .2s cubic-bezier(.16,1,.3,1)}.trips-page-spotlight__header{display:flex;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e5e5e7;gap:.75rem}.trips-page-spotlight__icon{width:22px;height:22px;color:#86868b;flex-shrink:0}.trips-page-spotlight__input{flex:1;border:none;background:transparent;font-size:1.125rem;color:#1d1d1f;outline:none;font-weight:400}.trips-page-spotlight__input::placeholder{color:#86868b}.trips-page-spotlight__close{width:32px;height:32px;border-radius:50%;border:none;background:#f5f5f7;display:flex;align-items:center;justify-content:center;color:#1d1d1f;cursor:pointer;transition:all .15s ease}.trips-page-spotlight__close:hover{background:#e8e8ed}.trips-page-spotlight__close svg{width:18px;height:18px}.trips-page-spotlight__results{max-height:400px;overflow-y:auto}.trips-page-spotlight__results::-webkit-scrollbar{width:6px}.trips-page-spotlight__results::-webkit-scrollbar-thumb{background:#d1d1d6;border-radius:3px}.trips-page-spotlight__result{padding:.875rem 1.25rem;border-bottom:1px solid #f5f5f7;cursor:pointer;transition:all .12s ease}.trips-page-spotlight__result:last-child{border-bottom:none}.trips-page-spotlight__result:hover{background:#fafafa}.trips-page-spotlight__result--selected{background:#007aff0f}.trips-page-spotlight__result--deleted{opacity:.5;text-decoration:line-through;text-decoration-color:#d70015}.trips-page-spotlight__result--deleted:hover{opacity:.7}.trips-page-spotlight__result .result-main{display:flex;align-items:center;justify-content:space-between;margin-bottom:.375rem}.trips-page-spotlight__result .result-name{font-size:.9375rem;font-weight:600;color:#1d1d1f;display:flex;align-items:center;gap:.5rem}.trips-page-spotlight__result .deleted-badge{font-size:.625rem;font-weight:700;color:#d70015;background:#ffe5e5;padding:.125rem .375rem;border-radius:8px;text-transform:uppercase;letter-spacing:.05em}.trips-page-spotlight__result .result-reservation{font-size:.75rem;color:#007aff;font-weight:500}.trips-page-spotlight__result .result-address{font-size:.8125rem;color:#86868b;font-weight:400}.trips-page-spotlight__empty,.trips-page-spotlight__hint{padding:3rem 2rem;text-align:center;color:#86868b;font-size:1rem}.trips-page-spotlight__footer{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.25rem;border-top:1px solid #e5e5e7;background:#fafafa;font-size:.75rem;color:#86868b}.trips-page-spotlight__footer kbd{display:inline-flex;padding:.125rem .375rem;background:#fff;border:.5px solid #d1d1d6;border-radius:3px;font-family:SF Mono,monospace;font-size:.625rem;font-weight:500;color:#1d1d1f}.trips-page-spotlight__info{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.trips-page-spotlight__count{font-weight:500;color:#1d1d1f}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.trips-list{display:flex;flex-direction:column;width:100%;height:100%;min-height:0;position:relative}.trips-main{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden;position:relative}.trips-main .trips-main__content{flex:1;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;padding:.5rem 0;padding-left:0;margin-bottom:30px}@media (max-width: 768px){.trips-main .trips-main__content{padding:.5rem;margin-bottom:60px}}@media (max-width: 480px){.trips-main .trips-main__content{padding:.25rem;margin-bottom:80px}}.trips-main .empty-state{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}@media (max-width: 768px){.trips-main .empty-state{padding:1.5rem 1rem}}@media (max-width: 480px){.trips-main .empty-state{padding:1rem .5rem}}.trips-main .empty-state .empty-state-content{max-width:600px;margin:0 auto}.trips-main .empty-state .empty-state-content .empty-state-message{color:var(--text-primary, #213547);font-size:1.2rem;font-weight:500;margin-bottom:.5rem}@media (max-width: 480px){.trips-main .empty-state .empty-state-content .empty-state-message{font-size:1rem}}.trips-main .empty-state .empty-state-content .empty-state-hint{color:var(--text-secondary, #666);font-size:.95rem;margin-bottom:1.5rem}@media (max-width: 480px){.trips-main .empty-state .empty-state-content .empty-state-hint{font-size:.85rem}}.trips-main .empty-state .empty-state-content .debug-info{margin-top:2rem;text-align:left;max-width:800px;margin-left:auto;margin-right:auto}.trips-main .empty-state .empty-state-content .debug-info summary{cursor:pointer;color:var(--primary-color, #646cff);font-size:.9rem;margin-bottom:.5rem;padding:.5rem;background-color:var(--bg-secondary, #f5f5f5);border-radius:4px}.trips-main .empty-state .empty-state-content .debug-info pre{background-color:var(--bg-secondary, #f5f5f5);padding:1rem;border-radius:4px;overflow-x:auto;font-size:.8rem;max-height:400px;overflow-y:auto;border:1px solid var(--border-color, #e0e0e0)}.trips-main .trips-view-wrapper{flex:1;overflow-y:auto;position:relative}@media (max-width: 768px){.trips-main .trips-view-wrapper{-webkit-overflow-scrolling:touch}}.trips-main .table-wrapper{position:relative}@media (max-width: 768px){.trips-main .table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}}.new-update-btn{width:100%;padding:.625rem .75rem;background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;border:none;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-bottom:.25rem}.new-update-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 4px 12px #3b82f640}.new-update-btn:active:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#2563eb)}.new-update-btn:disabled{opacity:.5;cursor:not-allowed}.dispatch-update-form{display:flex;flex-direction:column;gap:0;padding:0;flex:1;min-height:0;height:100%}.dispatch-update-form__content-wrapper{display:flex;flex-direction:column;gap:1.75rem;padding:2rem;flex:1;min-height:0;overflow-y:auto}.dispatch-update-form__content-wrapper::-webkit-scrollbar{width:6px}.dispatch-update-form__content-wrapper::-webkit-scrollbar-track{background:transparent}.dispatch-update-form__content-wrapper::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}.dispatch-update-form__content-wrapper::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}.dispatch-update-form__header{display:inline-flex;align-items:center;gap:.5rem;padding:0;margin-bottom:0;opacity:.7;transition:opacity .2s ease}.dispatch-update-form__header-label{font-size:.75rem;font-weight:500;color:var(--text-muted, #6b7280);letter-spacing:.025em}.dispatch-update-form__header-author{font-size:.875rem;font-weight:500;color:var(--text-color, #1a1a1a)}.dispatch-update-form__header-warning{padding:.75rem 1rem;background:#fef3c7;border:1px solid #fbbf24;border-radius:.375rem;font-size:.875rem;color:#92400e;text-align:center;margin-bottom:0}.dispatch-update-form__field{display:flex;flex-direction:column;gap:.75rem}.dispatch-update-form__field-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media (max-width: 768px){.dispatch-update-form__field-row{grid-template-columns:1fr}}.dispatch-update-form__label{font-weight:600;font-size:.875rem;color:var(--text-color, #1a1a1a);letter-spacing:-.01em;display:flex;align-items:center;gap:.5rem}.dispatch-update-form__label .required{color:var(--error-color, #ef4444);margin-left:2px}.dispatch-update-form__label-author{font-weight:500;color:var(--text-color, #1a1a1a);opacity:.8}.dispatch-update-form__label-hint{font-weight:400;font-size:.75rem;color:var(--text-muted, #6b7280);font-style:italic}.dispatch-update-form__editor-wrapper{position:relative}.dispatch-update-form .ProseMirror{width:100%;min-height:300px;padding:1.25rem;border:2px solid var(--border-color, #e5e7eb);border-radius:12px;font-size:.9375rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.7;outline:none;transition:all .2s ease;background-color:var(--bg-color, #ffffff);color:var(--text-color, #1a1a1a);white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word}.dispatch-update-form .ProseMirror:focus{border-color:var(--primary-color, #3b82f6);box-shadow:0 0 0 4px #3b82f61a}.dispatch-update-form .ProseMirror:hover:not(:focus){border-color:var(--border-hover-color, #d1d5db)}.dispatch-update-form .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--text-muted, #9ca3af);pointer-events:none;height:0;font-style:italic}.dispatch-update-form .ProseMirror h2{font-size:1.25rem;font-weight:600;margin-top:.5rem;margin-bottom:.25rem;line-height:1.4;color:var(--text-color, #1a1a1a)}.dispatch-update-form .ProseMirror h3{font-size:1.125rem;font-weight:600;margin-top:.5rem;margin-bottom:.25rem;line-height:1.4;color:var(--text-color, #1a1a1a)}.dispatch-update-form .ProseMirror .mention-tag{display:inline-flex;align-items:center;padding:.25rem .625rem;margin:0 .125rem;background:#e3f2fd;color:#1976d2;border-radius:.375rem;font-weight:500;font-size:.875rem;line-height:1.25rem;border:1px solid #2196f3;cursor:default;-webkit-user-select:none;user-select:none;transition:all .2s ease;vertical-align:baseline}.dispatch-update-form .ProseMirror .mention-tag:hover{background:#2196f3;color:#fff;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.dispatch-update-form .ProseMirror .mention-tag[data-type=user]{background:#e8f5e9;color:#2e7d32;border-color:#4caf50}.dispatch-update-form .ProseMirror .mention-tag[data-type=user]:hover{background:#4caf50;color:#fff}.dispatch-update-form .ProseMirror .mention-tag[data-type=driver]{background:#fff3e0;color:#e65100;border-color:#ff9800}.dispatch-update-form .ProseMirror .mention-tag[data-type=driver]:hover{background:#ff9800;color:#fff}.dispatch-update-form .ProseMirror .mention-tag[data-type=driver][data-from-template=true],.dispatch-update-form .ProseMirror .mention-tag[data-type=driver].template-driver-mention{background:#fef3c7!important;border-color:#fbbf24!important;color:#92400e!important;cursor:pointer!important}.dispatch-update-form .ProseMirror .mention-tag[data-type=driver][data-from-template=true]:after,.dispatch-update-form .ProseMirror .mention-tag[data-type=driver].template-driver-mention:after{content:" ✎";font-size:.75em;opacity:.7;margin-left:.25rem}.dispatch-update-form .ProseMirror .mention-tag[data-type=driver][data-from-template=true]:hover,.dispatch-update-form .ProseMirror .mention-tag[data-type=driver].template-driver-mention:hover{background:#fde68a!important;border-color:#f59e0b!important;color:#92400e!important;transform:none!important;box-shadow:0 0 0 2px #f59e0b33}.dispatch-update-form .ProseMirror .mention-tag[data-type=driver][data-from-template=true]:hover:after,.dispatch-update-form .ProseMirror .mention-tag[data-type=driver].template-driver-mention:hover:after{opacity:1}.dispatch-update-form .ProseMirror .mention-tag[data-type=trip]{background:#f3e5f5;color:#7b1fa2;border-color:#9c27b0}.dispatch-update-form .ProseMirror .mention-tag[data-type=trip]:hover{background:#9c27b0;color:#fff}.dispatch-update-form .ProseMirror .template-placeholder{display:inline-block;padding:.125rem .5rem;margin:0 .125rem;background:#fef3c7;border:1px solid #fbbf24;border-radius:4px;color:#92400e;font-weight:500;font-size:.875em;cursor:pointer;transition:all .15s ease;position:relative}.dispatch-update-form .ProseMirror .template-placeholder:hover{background:#fde68a;border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b33}.dispatch-update-form .ProseMirror .template-placeholder:after{content:"✎";margin-left:.25rem;font-size:.75em;opacity:.7}.dispatch-update-form .ProseMirror .template-placeholder:hover:after{opacity:1}.dispatch-update-form .ProseMirror .template-placeholder[contenteditable=false]{-webkit-user-select:none;user-select:none}.dispatch-update-form .ProseMirror .template-placeholder.active{background:#dbeafe;border-color:#3b82f6;color:#1e40af;box-shadow:0 0 0 2px #3b82f64d}.dispatch-update-form .ProseMirror .template-placeholder.active:after{color:#3b82f6}.dispatch-update-form .ProseMirror .mention-tag.template-driver-mention,.dispatch-update-form .ProseMirror .mention-tag[data-from-template=true][data-type=driver],.dispatch-update-form .ProseMirror .template-driver-mention{position:relative!important;cursor:pointer!important;background:#fef3c7!important;border:1px solid #fbbf24!important;color:#92400e!important;transition:all .15s ease}.dispatch-update-form .ProseMirror .mention-tag.template-driver-mention[data-type=driver],.dispatch-update-form .ProseMirror .mention-tag[data-from-template=true][data-type=driver][data-type=driver],.dispatch-update-form .ProseMirror .template-driver-mention[data-type=driver]{background:#fef3c7!important;color:#92400e!important;border-color:#fbbf24!important}.dispatch-update-form .ProseMirror .mention-tag.template-driver-mention.mention-tag[data-type=driver],.dispatch-update-form .ProseMirror .mention-tag[data-from-template=true][data-type=driver].mention-tag[data-type=driver],.dispatch-update-form .ProseMirror .template-driver-mention.mention-tag[data-type=driver]{background:#fef3c7!important;border-color:#fbbf24!important;color:#92400e!important}.dispatch-update-form .ProseMirror .mention-tag.template-driver-mention:after,.dispatch-update-form .ProseMirror .mention-tag[data-from-template=true][data-type=driver]:after,.dispatch-update-form .ProseMirror .template-driver-mention:after{content:" ✎";font-size:.75em;opacity:.7;margin-left:.25rem}.dispatch-update-form .ProseMirror .mention-tag.template-driver-mention:hover,.dispatch-update-form .ProseMirror .mention-tag[data-from-template=true][data-type=driver]:hover,.dispatch-update-form .ProseMirror .template-driver-mention:hover{background:#fde68a!important;border-color:#f59e0b!important;color:#92400e!important;box-shadow:0 0 0 2px #f59e0b33;transform:none!important}.dispatch-update-form .ProseMirror .mention-tag.template-driver-mention:hover:after,.dispatch-update-form .ProseMirror .mention-tag[data-from-template=true][data-type=driver]:hover:after,.dispatch-update-form .ProseMirror .template-driver-mention:hover:after{opacity:1}.dispatch-update-form .ProseMirror .mention-tag.template-driver-mention:hover[data-type=driver],.dispatch-update-form .ProseMirror .mention-tag[data-from-template=true][data-type=driver]:hover[data-type=driver],.dispatch-update-form .ProseMirror .template-driver-mention:hover[data-type=driver]{background:#fde68a!important;color:#92400e!important;border-color:#f59e0b!important}.dispatch-update-form .ProseMirror .mention-tag.template-driver-mention.active,.dispatch-update-form .ProseMirror .mention-tag[data-from-template=true][data-type=driver].active,.dispatch-update-form .ProseMirror .template-driver-mention.active{background:#dbeafe!important;border-color:#3b82f6!important;color:#1e40af!important;box-shadow:0 0 0 2px #3b82f64d}.dispatch-update-form .ProseMirror .mention-tag.template-driver-mention.active:after,.dispatch-update-form .ProseMirror .mention-tag[data-from-template=true][data-type=driver].active:after,.dispatch-update-form .ProseMirror .template-driver-mention.active:after{color:#3b82f6;opacity:1}.dispatch-update-form .ProseMirror .mention-tag.template-driver-mention.active[data-type=driver],.dispatch-update-form .ProseMirror .mention-tag[data-from-template=true][data-type=driver].active[data-type=driver],.dispatch-update-form .ProseMirror .template-driver-mention.active[data-type=driver]{background:#dbeafe!important;color:#1e40af!important;border-color:#3b82f6!important}.dispatch-update-form .ProseMirror p{margin:.25rem 0;line-height:1.6}.dispatch-update-form .ProseMirror ul,.dispatch-update-form .ProseMirror ol{padding-left:1.25rem;margin:.25rem 0}.dispatch-update-form .ProseMirror li{margin:.125rem 0}.dispatch-update-form .ProseMirror a{color:var(--primary-color, #3b82f6);text-decoration:underline;cursor:pointer}.dispatch-update-form .ProseMirror a:hover{color:var(--primary-dark-color, #2563eb)}.dispatch-update-form .ProseMirror code{background-color:var(--code-bg-color, #f3f4f6);padding:.125rem .375rem;border-radius:4px;font-family:Courier New,monospace;font-size:.875em;color:var(--code-color, #e83e8c)}.dispatch-update-form .ProseMirror pre{background-color:var(--code-bg-color, #f3f4f6);padding:.5rem;border-radius:6px;overflow-x:auto;margin:.5rem 0}.dispatch-update-form .ProseMirror pre code{background:none;padding:0;color:inherit}.dispatch-update-form .ProseMirror blockquote{border-left:4px solid var(--border-color, #e5e7eb);padding-left:.75rem;margin:.5rem 0;color:var(--text-muted, #6b7280);font-style:italic}.dispatch-update-form .ProseMirror strong{font-weight:600}.dispatch-update-form .ProseMirror em{font-style:italic}.dispatch-update-form__autocomplete{position:fixed;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:2000;min-width:300px;max-width:400px;max-height:350px;overflow-y:auto;overflow-x:hidden;animation:slideDownFade .15s ease;padding:4px}.dispatch-update-form__autocomplete-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background-color:#f9fafb;color:#6b7280;font-size:.75rem;font-weight:500;border-bottom:1px solid #e5e7eb}.dispatch-update-form__autocomplete-hint{flex:1}.dispatch-update-form__autocomplete-shortcuts{font-size:.7rem;color:#9ca3af}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dispatch-update-form__autocomplete-item{display:flex;align-items:flex-start;gap:.75rem;padding:.625rem .75rem;cursor:pointer;transition:background-color .1s ease;border-radius:4px;margin:2px 0;position:relative}.dispatch-update-form__autocomplete-item:hover{background-color:#f3f4f6}.dispatch-update-form__autocomplete-item--selected{background-color:#e5e7eb}.dispatch-update-form__autocomplete-indicator{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#6b7280;font-weight:600;font-size:.875rem;opacity:0;transition:opacity .1s ease}.dispatch-update-form__autocomplete-item--selected .dispatch-update-form__autocomplete-indicator{opacity:1}.dispatch-update-form__autocomplete-emoji{font-size:1rem;flex-shrink:0;width:24px;text-align:center}.dispatch-update-form__autocomplete-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.dispatch-update-form__autocomplete-text{font-size:.875rem;color:#1f2937;font-weight:500;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dispatch-update-form__autocomplete-preview{font-size:.75rem;color:#6b7280;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;text-overflow:ellipsis;margin-top:.125rem}.dispatch-update-form__input{width:100%;padding:.875rem 1rem;border:2px solid var(--border-color, #e5e7eb);border-radius:8px;font-size:.9375rem;outline:none;transition:all .2s ease;background-color:var(--bg-color, #ffffff);color:var(--text-color, #1a1a1a)}.dispatch-update-form__input::placeholder{color:var(--text-muted, #9ca3af)}.dispatch-update-form__input:focus{border-color:var(--primary-color, #3b82f6);box-shadow:0 0 0 3px #3b82f61a}.dispatch-update-form__input:hover:not(:focus){border-color:var(--border-hover-color, #d1d5db)}.dispatch-update-form__author-chips-container{display:flex;flex-wrap:wrap;gap:.625rem;width:100%;padding:.375rem 0}.dispatch-update-form__author-chips-container:focus{outline:2px solid #3b82f6;outline-offset:2px;border-radius:4px}.dispatch-update-form__author-chips-container:focus:not(:focus-visible){outline:none}.dispatch-update-form__author-chips-container{align-items:flex-start;transition:height .3s cubic-bezier(.4,0,.2,1);align-content:flex-start}.dispatch-update-form__author-chip{display:flex;flex:1 1 auto;align-items:center;gap:.625rem;padding:.6875rem 1.25rem;background:#f8f9fa;color:#1f2937;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.875rem;font-weight:500;letter-spacing:-.01em;cursor:pointer;transition:background-color .35s cubic-bezier(.4,0,.2,1),color .35s cubic-bezier(.4,0,.2,1),border-color .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none;position:relative;overflow:visible;box-shadow:0 2px 4px #0000000f,0 1px 2px #0000000a;transform:translateY(0);opacity:1;animation:chipFadeIn .4s cubic-bezier(.4,0,.2,1) backwards;min-width:fit-content;max-width:100%;white-space:nowrap;will-change:flex}.dispatch-update-form__author-chip:hover:not(.dispatch-update-form__author-chip--selected){border-color:#cbd5e1;background:#fff;color:#0f172a;box-shadow:0 4px 12px #0000001a,0 2px 4px #0000000f;transform:translateY(-2px);border-width:1.5px}.dispatch-update-form__author-chip:active:not(.dispatch-update-form__author-chip--selected){background:#f1f5f9;box-shadow:0 1px 3px #00000014;transform:translateY(0) scale(.98);transition:all .15s cubic-bezier(.4,0,.2,1)}.dispatch-update-form__author-chip:focus-visible{outline:2px solid #3b82f6;outline-offset:2px;border-color:#3b82f6}.dispatch-update-form__author-chip--selected{background:#111827;color:#fff;border-color:#111827;box-shadow:0 2px 8px #11182733;font-weight:600;animation:chipSelect .5s cubic-bezier(.34,1.56,.64,1);position:relative;z-index:1;transform:translateY(0) scale(1);white-space:nowrap;flex:0 0 auto;min-width:auto;transition:background-color .35s cubic-bezier(.4,0,.2,1),color .35s cubic-bezier(.4,0,.2,1),border-color .35s cubic-bezier(.4,0,.2,1),box-shadow .35s cubic-bezier(.4,0,.2,1),transform .35s cubic-bezier(.4,0,.2,1);will-change:flex}.dispatch-update-form__author-chip--selected:hover{background:#1f2937;box-shadow:0 4px 16px #1118274d;transform:translateY(-1px)}.dispatch-update-form__author-chip--selected:active{background:#111827;box-shadow:0 2px 6px #11182733;transform:translateY(0) scale(.98);transition:all .2s cubic-bezier(.4,0,.2,1)}.dispatch-update-form__author-chip--disabled,.dispatch-update-form__author-chip:disabled{opacity:.5;cursor:not-allowed}.dispatch-update-form__author-chip--disabled:hover,.dispatch-update-form__author-chip:disabled:hover{background:#f8f9fa;border-color:#e2e8f0;transform:none;box-shadow:0 2px 4px #0000000f,0 1px 2px #0000000a}@keyframes chipFadeIn{0%{opacity:0;transform:translateY(4px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes chipSelect{0%{opacity:.85;transform:scale(.94) translateY(2px)}50%{transform:scale(1.03) translateY(-1px)}to{opacity:1;transform:scale(1) translateY(0)}}.dispatch-update-form__author-chip-text{flex:1;position:relative;z-index:2;transition:all .3s cubic-bezier(.16,1,.3,1);text-shadow:0 .5px 1px rgba(0,0,0,.05);overflow:visible;min-width:0;white-space:nowrap}.dispatch-update-form__author-chip--selected .dispatch-update-form__author-chip-text{text-shadow:0 1px 2px rgba(0,0,0,.1);flex:0 0 auto}.dispatch-update-form__author-chip-badge{font-size:.625rem;font-weight:600;color:#ffffffe6;background:#ffffff26;padding:.1875rem .5rem;border-radius:8px;text-transform:uppercase;letter-spacing:.05em;position:relative;z-index:2;transition:all .35s cubic-bezier(.4,0,.2,1);animation:badgeFadeIn .4s cubic-bezier(.34,1.56,.64,1) .2s both}.dispatch-update-form__author-chip--selected:hover .dispatch-update-form__author-chip-badge{background:#fff3;transform:scale(1.05)}.dispatch-update-form__author-chip-number{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;font-size:.6875rem;font-weight:700;color:#6b7280;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;padding:0 .25rem;margin-right:.375rem;position:relative;z-index:2;transition:all .2s ease;flex-shrink:0}.dispatch-update-form__author-chip:hover .dispatch-update-form__author-chip-number{background:#e5e7eb;border-color:#d1d5db;color:#374151}.dispatch-update-form__author-chip--selected .dispatch-update-form__author-chip-number{background:#ffffff40;border-color:#ffffff4d;color:#fffffff2}.dispatch-update-form__author-chip--selected:hover .dispatch-update-form__author-chip-number{background:#ffffff59;border-color:#fff6}@keyframes badgeFadeIn{0%{opacity:0;transform:scale(.8) translate(-4px)}60%{transform:scale(1.05) translate(0)}to{opacity:1;transform:scale(1) translate(0)}}.dispatch-update-form__author-chip--add{border-style:dashed;border-color:var(--border-color, #d1d5db);background:transparent}.dispatch-update-form__author-chip--add:hover{border-color:var(--primary-color, #3b82f6);background:#3b82f60f;border-style:solid}.dispatch-update-form__author-chip-placeholder{padding:.75rem;color:var(--text-muted, #6b7280);font-size:.875rem;font-style:italic}.dispatch-update-form__author-chips-wrapper{position:relative;width:100%}.dispatch-update-form__author-input-wrapper{position:relative;display:inline-block}.dispatch-update-form__author-input{padding:.75rem 1.125rem;border:2px solid var(--border-color, #e5e7eb);border-radius:24px;font-size:.9375rem;font-weight:500;min-width:200px;outline:none;transition:all .2s ease}.dispatch-update-form__author-input:focus{border-color:var(--primary-color, #3b82f6);background:#3b82f60f}.dispatch-update-form__author-input::placeholder{color:var(--text-muted, #9ca3af)}.dispatch-update-form__author-suggestions{position:absolute;top:100%;left:0;margin-top:.5rem;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;max-height:300px;overflow-y:auto;min-width:250px;max-width:400px;z-index:1000}.dispatch-update-form__author-loading{padding:12px;text-align:center;color:var(--text-muted, #6b7280);font-size:.875rem}.dispatch-update-form__author-suggestion{padding:10px 12px;cursor:pointer;display:flex;flex-direction:column;gap:4px;transition:background-color .15s}.dispatch-update-form__author-suggestion:hover{background-color:#f5f5f5}.dispatch-update-form__author-suggestion--selected{background-color:#e3f2fd}.dispatch-update-form__author-suggestion--create{font-weight:600;color:var(--primary-color, #3b82f6)}.dispatch-update-form__author-email{font-size:11px;color:#999}.dispatch-update-form__author-badge{font-size:10px;color:#666;background:#f0f0f0;padding:2px 6px;border-radius:4px;display:inline-block;margin-top:4px}.dispatch-update-form__error{color:var(--error-color, #ef4444);font-size:.8125rem;font-weight:500;margin-top:-.25rem}.dispatch-update-form__submit-error{padding:.75rem 1rem;background-color:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:8px}.dispatch-update-form__submit-error p{margin:0;color:var(--error-color, #ef4444);font-size:.875rem}.dispatch-update-form__actions{display:flex;justify-content:flex-end;padding-top:.5rem}.dispatch-update-form__submit-btn{padding:.875rem 2rem;background:linear-gradient(135deg,var(--primary-color, #3b82f6) 0%,var(--primary-dark-color, #2563eb) 100%);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.9375rem;font-weight:600;transition:all .2s ease;box-shadow:0 2px 4px #3b82f633}.dispatch-update-form__submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.dispatch-update-form__submit-btn:active:not(:disabled){transform:translateY(0)}.dispatch-update-form__submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.dispatch-update-form__keyboard-hints{padding:.875rem 2rem;background:#f8f9fa;border-top:1px solid #e5e7eb;font-size:.8125rem;color:#4b5563;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;flex-shrink:0}.dispatch-update-form__keyboard-hints .hint-section{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.dispatch-update-form__keyboard-hints .hint-label{font-weight:600;color:#374151;font-size:.8125rem}.dispatch-update-form__keyboard-hints .hint-separator{color:#d1d5db;font-size:1rem;font-weight:300;-webkit-user-select:none;user-select:none}.dispatch-update-form__keyboard-hints kbd{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;height:1.5rem;padding:0 .375rem;background:#fff;border:1px solid #d1d5db;border-radius:4px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:.75rem;font-weight:600;color:#374151;box-shadow:0 1px 2px #0000000d,inset 0 -1px #0000000d;line-height:1;transition:all .15s ease}.dispatch-update-form__keyboard-hints kbd:hover{background:#f9fafb;border-color:#9ca3af;box-shadow:0 1px 3px #0000001a,inset 0 -1px #0000000d}.dispatch-update-form__autocomplete::-webkit-scrollbar{width:6px}.dispatch-update-form__autocomplete::-webkit-scrollbar-track{background:transparent}.dispatch-update-form__autocomplete::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}.dispatch-update-form__autocomplete::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}.reply-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}.reply-modal{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;width:calc(100% - 4rem);max-width:95vw;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s cubic-bezier(.16,1,.3,1);overflow:hidden;border:1px solid rgba(255,255,255,.1)}.reply-modal__close{background:transparent;border:none;padding:.375rem;cursor:pointer;color:#6b7280;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .15s ease;width:28px;height:28px;flex-shrink:0;margin-left:auto}.reply-modal__close:hover{background:#0000000d;color:#111827}.reply-modal__close:active{background:#00000014}.reply-modal__close:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.reply-modal__close svg{width:18px;height:18px}.reply-modal__parent-preview{padding:1.5rem 2rem;background:#f8fafc;border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0;display:flex;align-items:center;gap:1rem}.reply-modal__parent-content-wrapper{flex:1;min-width:0;display:flex;flex-direction:column;gap:.375rem}.reply-modal__parent-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.reply-modal__parent-author{font-weight:600;color:#111827;font-size:.8125rem;white-space:nowrap}.reply-modal__parent-time{color:#6b7280;font-size:.75rem;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;white-space:nowrap}.reply-modal__parent-time:before{content:"·";margin:0 .25rem;color:#9ca3af}.reply-modal__parent-content{color:#374151;font-size:.8125rem;line-height:1.5;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.reply-modal__parent-content :global(.mention-tag){display:inline-block;padding:.3125rem .625rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;font-size:.75rem;font-weight:500;color:#475569;transition:all .15s ease;text-align:left;max-width:100%;word-break:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.reply-modal__parent-content :global(.mention-tag)[data-type=trip],.reply-modal__parent-content :global(.mention-tag).mention-trip{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.reply-modal__parent-content :global(.mention-tag)[data-type=driver],.reply-modal__parent-content :global(.mention-tag).mention-driver{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.reply-modal__parent-content :global(.mention-tag)[data-type=user],.reply-modal__parent-content :global(.mention-tag).mention-user{background:#faf5ff;border-color:#e9d5ff;color:#6b21a8}.reply-modal__parent-content :global(.mention-tag)[data-type=default]:not(.mention-trip):not(.mention-driver):not(.mention-user){background:#f8fafc;border-color:#e2e8f0;color:#475569}.reply-modal__parent-content :global(.mention-tag):hover{transform:translate(2px);box-shadow:0 1px 3px #0000001a;white-space:normal;overflow:visible}.reply-modal__parent-content p{margin:.5rem 0}.reply-modal__parent-content p:first-child{margin-top:0}.reply-modal__parent-content p:last-child{margin-bottom:0}.reply-modal__content-wrapper{display:flex;flex-direction:column;gap:1.75rem;padding:2rem;flex:1;min-height:0;overflow-y:auto}.reply-modal__content-wrapper::-webkit-scrollbar{width:6px}.reply-modal__content-wrapper::-webkit-scrollbar-track{background:transparent}.reply-modal__content-wrapper::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:3px}.reply-modal__content-wrapper::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}.reply-modal__header{display:inline-flex;align-items:center;gap:.5rem;padding:0;margin-bottom:0;opacity:.7;transition:opacity .2s ease}.reply-modal__header-label{font-size:.75rem;font-weight:500;color:var(--text-muted, #6b7280);letter-spacing:.025em}.reply-modal__header-author{font-size:.875rem;font-weight:500;color:var(--text-color, #1a1a1a)}.reply-modal__header-warning{padding:.75rem 1rem;background:#fef3c7;border:1px solid #fbbf24;border-radius:.375rem;font-size:.875rem;color:#92400e;text-align:center;margin-bottom:0}.reply-modal__label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.375rem}.reply-modal__label .required{color:#ef4444;margin-left:.125rem}.reply-modal__label-author{font-weight:500;color:var(--text-color, #1a1a1a);opacity:.8}.reply-modal__editor-section{display:flex;flex-direction:column;gap:.75rem;flex:1;min-height:0}.reply-modal__editor-container{flex:1;overflow-y:auto;padding:0;position:relative}.reply-modal__editor-container .dispatch-update-form__editor-wrapper{position:relative}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror{width:100%;min-height:400px;padding:1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:.9375rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.7;outline:none;transition:all .2s ease;background-color:#fff;color:#1a1a1a;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror:hover:not(:focus){border-color:#d1d5db}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#9ca3af;pointer-events:none;height:0;font-style:italic}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror h2{font-size:1.25rem;font-weight:600;margin-top:.5rem;margin-bottom:.25rem;line-height:1.4;color:#1a1a1a}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror h3{font-size:1.125rem;font-weight:600;margin-top:.5rem;margin-bottom:.25rem;line-height:1.4;color:#1a1a1a}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror .mention-tag{display:inline-flex;align-items:center;padding:.25rem .625rem;margin:0 .125rem;background:#e3f2fd;color:#1976d2;border-radius:.375rem;font-weight:500;font-size:.875rem;line-height:1.25rem;border:1px solid #2196f3;cursor:default;-webkit-user-select:none;user-select:none;transition:all .2s ease;vertical-align:baseline}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror .mention-tag:hover{background:#2196f3;color:#fff;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror .mention-tag[data-type=user]{background:#e8f5e9;color:#2e7d32;border-color:#4caf50}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror .mention-tag[data-type=user]:hover{background:#4caf50;color:#fff}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror .mention-tag[data-type=driver]{background:#fff3e0;color:#e65100;border-color:#ff9800}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror .mention-tag[data-type=driver]:hover{background:#ff9800;color:#fff}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror .mention-tag[data-type=trip]{background:#f3e5f5;color:#7b1fa2;border-color:#9c27b0}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror .mention-tag[data-type=trip]:hover{background:#9c27b0;color:#fff}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror p{margin:.25rem 0;line-height:1.6}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror ul,.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror ol{padding-left:1.25rem;margin:.25rem 0}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror li{margin:.125rem 0}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror a{color:#3b82f6;text-decoration:underline;cursor:pointer}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror a:hover{color:#2563eb}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror code{background-color:#f3f4f6;padding:.125rem .375rem;border-radius:4px;font-size:.875rem;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;color:#1a1a1a}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror blockquote{border-left:4px solid #e5e7eb;padding-left:1rem;margin:.5rem 0;color:#6b7280;font-style:italic}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror strong{font-weight:600}.reply-modal__editor-container .dispatch-update-form__editor-wrapper .ProseMirror em{font-style:italic}.reply-modal__actions{padding:1rem 2rem;border-top:1px solid rgba(0,0,0,.06);display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-shrink:0;background:#fff}.reply-modal__cancel,.reply-modal__submit{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;border:none;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;min-width:100px}.reply-modal__cancel{background:transparent;color:#6b7280;border:1px solid rgba(0,0,0,.1)}.reply-modal__cancel:hover:not(:disabled){background:#0000000a;border-color:#00000026;color:#374151}.reply-modal__cancel:active:not(:disabled){background:#0000000f}.reply-modal__cancel:disabled{opacity:.5;cursor:not-allowed}.reply-modal__cancel:focus-visible{outline:2px solid #6b7280;outline-offset:2px}.reply-modal__submit{background:#3b82f6;color:#fff;box-shadow:0 1px 2px #3b82f633}.reply-modal__submit:hover:not(:disabled){background:#2563eb;box-shadow:0 2px 4px #3b82f64d}.reply-modal__submit:active:not(:disabled){background:#1d4ed8;box-shadow:0 1px 2px #3b82f633}.reply-modal__submit:disabled{opacity:.6;cursor:not-allowed}.reply-modal__submit:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.reply-modal__submit svg{flex-shrink:0;width:14px;height:14px}.reply-modal__spinner.spinning{animation:spin 1s linear infinite}@keyframes slideUp{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 768px){.reply-modal{max-width:100%;max-height:100vh;border-radius:0;margin:0}.reply-modal__header,.reply-modal__parent-preview,.reply-modal__editor-header,.reply-modal__author-section,.reply-modal__editor-section,.reply-modal__actions{padding-left:1.5rem;padding-right:1.5rem}.reply-modal__header-icon{width:36px;height:36px}.reply-modal__header-text h3{font-size:1.125rem}.reply-modal__editor-container{padding:1rem 1.25rem}.reply-modal__editor-wrapper :global(.ProseMirror){min-height:250px;padding:1rem}}.export-options-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .2s ease-out}.export-options-modal{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;width:calc(100% - 4rem);max-width:600px;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s cubic-bezier(.16,1,.3,1);overflow:hidden;border:1px solid rgba(255,255,255,.1)}.export-options-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0}.export-options-modal__title{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.export-options-modal__close{background:transparent;border:none;padding:.375rem;cursor:pointer;color:#6b7280;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .15s ease;width:28px;height:28px;flex-shrink:0}.export-options-modal__close:hover{background:#0000000d;color:#111827}.export-options-modal__close:active{background:#00000014}.export-options-modal__close:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.export-options-modal__content{padding:1.5rem;overflow-y:auto;flex:1}.export-options-modal__section{margin-bottom:2rem}.export-options-modal__section:last-child{margin-bottom:0}.export-options-modal__section-title{font-size:.9375rem;font-weight:600;color:#111827;margin:0 0 1rem}.export-options-modal__checkbox-label,.export-options-modal__radio-label{display:flex;align-items:center;gap:.625rem;cursor:pointer;font-size:.9375rem;color:#374151;padding:.5rem;border-radius:6px;transition:background-color .15s ease}.export-options-modal__checkbox-label:hover,.export-options-modal__radio-label:hover{background-color:#00000005}.export-options-modal__checkbox,.export-options-modal__radio{width:18px;height:18px;cursor:pointer;accent-color:#3b82f6;flex-shrink:0}.export-options-modal__radio-group{display:flex;flex-direction:column;gap:.5rem}.export-options-modal__date-inputs{display:flex;gap:1rem;margin-top:1rem}.export-options-modal__date-input-group{flex:1;display:flex;flex-direction:column;gap:.5rem}.export-options-modal__date-label{font-size:.875rem;font-weight:500;color:#374151}.export-options-modal__date-input{padding:.625rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9375rem;color:#111827;transition:border-color .15s ease,box-shadow .15s ease}.export-options-modal__date-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.export-options-modal__field-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.export-options-modal__field-actions{display:flex;gap:.5rem}.export-options-modal__action-btn{padding:.375rem .75rem;font-size:.8125rem;font-weight:500;color:#3b82f6;background:transparent;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:all .15s ease}.export-options-modal__action-btn:hover{background:#3b82f60d;border-color:#3b82f6}.export-options-modal__action-btn:active{background:#3b82f61a}.export-options-modal__fields-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem;max-height:300px;overflow-y:auto;padding:.5rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.export-options-modal__actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid rgba(0,0,0,.06);flex-shrink:0}.export-options-modal__btn{padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .15s ease;border:none}.export-options-modal__btn:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.export-options-modal__btn--cancel{color:#374151;background:transparent}.export-options-modal__btn--cancel:hover{background:#0000000d}.export-options-modal__btn--cancel:active{background:#00000014}.export-options-modal__btn--export{color:#fff;background:#3b82f6}.export-options-modal__btn--export:hover:not(:disabled){background:#2563eb}.export-options-modal__btn--export:active:not(:disabled){background:#1d4ed8}.export-options-modal__btn--export:disabled{opacity:.5;cursor:not-allowed}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dispatch-timeline__update-date .mention-item{display:inline-block;padding:.3125rem .625rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;font-size:.75rem;font-weight:500;color:#475569;transition:all .15s ease;text-align:left;max-width:100%;word-break:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.dispatch-timeline__update-date .mention-item.mention-trip{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.dispatch-timeline__update-date .mention-item.mention-driver{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.dispatch-timeline__update-date .mention-item.mention-user{background:#faf5ff;border-color:#e9d5ff;color:#6b21a8}.dispatch-timeline__update-date .mention-item.mention-patient{background:#faf5ff;border-color:#e9d5ff;color:#a855f7}.dispatch-timeline__update-date .mention-item:hover{transform:translateY(-1px);box-shadow:0 1px 3px #0000001a;white-space:normal;overflow:visible}.dispatch-timeline__update-content :global(.mention-tag){display:inline-block;padding:.3125rem .625rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;font-size:.75rem;font-weight:500;color:#475569;transition:all .15s ease;text-align:left;max-width:100%;word-break:break-word;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.dispatch-timeline__update-content :global(.mention-tag)[data-type=trip],.dispatch-timeline__update-content :global(.mention-tag).mention-trip{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.dispatch-timeline__update-content :global(.mention-tag)[data-type=driver],.dispatch-timeline__update-content :global(.mention-tag).mention-driver{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.dispatch-timeline__update-content :global(.mention-tag)[data-type=user],.dispatch-timeline__update-content :global(.mention-tag).mention-user{background:#faf5ff;border-color:#e9d5ff;color:#6b21a8}.dispatch-timeline__update-content :global(.mention-tag)[data-type=patient],.dispatch-timeline__update-content :global(.mention-tag).mention-patient{background:#faf5ff;border-color:#e9d5ff;color:#a855f7}.dispatch-timeline__update-content :global(.mention-tag)[data-type=default]:not(.mention-trip):not(.mention-driver):not(.mention-user):not(.mention-patient){background:#f8fafc;border-color:#e2e8f0;color:#475569}.dispatch-timeline__update-content :global(.mention-tag):hover{transform:translate(2px);box-shadow:0 1px 3px #0000001a;white-space:normal;overflow:visible}.dispatch-timeline-layout{display:flex;width:100%;height:100%;min-height:0;margin:0;padding:0;overflow:hidden;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;position:relative;z-index:1;box-sizing:border-box}.dispatch-timeline-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#fff;position:relative}.dispatch-timeline-main__header{padding:2rem 3rem;border-bottom:1px solid #e5e7eb;background:#fff;flex-shrink:0}.dispatch-timeline-main__header h1{margin:0 0 .5rem;font-size:1.875rem;font-weight:700;color:#111827;letter-spacing:-.02em}.dispatch-timeline-main__header p{margin:0;font-size:.9375rem;color:#6b7280;font-weight:400}.dispatch-timeline-main__content{flex:1;overflow-y:auto;padding:3.8rem 0 0;position:relative}.dispatch-timeline-main__content::-webkit-scrollbar{width:8px}.dispatch-timeline-main__content::-webkit-scrollbar-track{background:transparent}.dispatch-timeline-main__content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.dispatch-timeline-main__content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.dispatch-timeline__updates{position:relative;max-width:90vw;margin:0 auto;padding:0 4rem}.dispatch-timeline__updates:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1.5px;background:linear-gradient(180deg,#e0e7ff,#c7d2fe,#e0e7ff);transform:translate(-50%);z-index:1}.dispatch-timeline__update-wrapper{position:relative;margin-bottom:3rem}.dispatch-timeline__update-wrapper>.dispatch-timeline__update{position:relative;z-index:2}.dispatch-timeline__update{position:relative;display:block;margin-bottom:3rem;min-height:120px;z-index:2}.dispatch-timeline__update:before{content:"";position:absolute;left:50%;top:1.5rem;width:10px;height:10px;border-radius:50%;background:#6366f1;border:2px solid #ffffff;box-shadow:0 0 0 1.5px #c7d2fe;transform:translate(-50%);z-index:3}.dispatch-timeline__update:first-child:before{background:#4f46e5;box-shadow:0 0 0 1.5px #a5b4fc}.dispatch-timeline__update-date{position:absolute;right:0;top:1rem;width:calc(50% - 2rem);padding-right:2rem;z-index:2;display:flex;flex-direction:row;gap:1.5rem;align-items:flex-start}.dispatch-timeline__update-date .date-column{display:flex;flex-direction:column;gap:.375rem;align-items:flex-start;flex-shrink:0}.dispatch-timeline__update-date .date-main{font-size:.9375rem;font-weight:600;color:#6366f1;text-transform:uppercase;letter-spacing:.5px;line-height:1.3}.dispatch-timeline__update-date .date-time{font-size:.8125rem;font-weight:400;color:#4b5563;text-transform:none;letter-spacing:0;line-height:1.5;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.dispatch-timeline__update-date .date-relative{font-size:.75rem;font-weight:400;color:#6b7280;text-transform:none;letter-spacing:0;line-height:1.4;margin-top:.25rem}.dispatch-timeline__update-date .mentions-columns{display:flex;flex-direction:row;gap:.7rem;align-items:flex-start;flex:1;flex-wrap:wrap}.dispatch-timeline__update-date .mention-column{display:flex;flex-direction:column;gap:.375rem;align-items:flex-start;flex:0 1 auto}.dispatch-timeline__update-date .mentions-label{font-size:.6875rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.375rem}.dispatch-timeline__update-content-wrapper{position:relative;width:calc(50% - 2rem);margin-right:auto;margin-left:0;padding-right:2rem;z-index:2}.dispatch-timeline__update-card{background:#fff;border-radius:12px;border:1px solid rgba(0,0,0,.08);overflow:hidden;transition:box-shadow .2s cubic-bezier(.4,0,.2,1),border-color .2s ease;position:relative;box-shadow:0 1px 3px #0000000f,0 0 0 1px #0000000f}.dispatch-timeline__update-card:hover{border-color:#0000001f;box-shadow:0 4px 12px #0000001a,0 0 0 1px #00000014}.dispatch-timeline__update-header{display:flex;justify-content:space-between;align-items:flex-start;padding:.75rem 1rem;gap:.75rem;background:#fff;border-bottom:1px solid rgba(0,0,0,.08)}.dispatch-timeline__update-meta{flex:1;min-width:0;display:flex;flex-direction:row;align-items:center;gap:.5rem;flex-wrap:wrap}.dispatch-timeline__author{font-weight:600;color:#111827;font-size:.875rem;line-height:1.3;display:inline-block;letter-spacing:-.01em}.dispatch-timeline__author:after{content:"";display:none}.dispatch-timeline__time{font-size:.75rem;color:#4b5563;font-weight:400;display:inline-block;line-height:1.3;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.dispatch-timeline__time:before{content:"·";margin:0 .25rem;color:#6b7280}.dispatch-timeline__type-badge{padding:.25rem .5rem;border-radius:4px;font-size:.6875rem;font-weight:600;color:#fff;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;line-height:1.2;height:fit-content}.dispatch-timeline__update-content{color:#111827;line-height:1.6;margin:0;padding:1rem;font-size:.9375rem;word-wrap:break-word;background:#fff;font-weight:400}.dispatch-timeline__update-content strong,.dispatch-timeline__update-content b{color:#111827;font-weight:600}.dispatch-timeline__update-content a{color:#6366f1;text-decoration:none;font-weight:500;transition:color .15s ease;border-bottom:1px solid transparent}.dispatch-timeline__update-content a:hover{color:#4f46e5;border-bottom-color:#6366f1}.dispatch-timeline__update-content p{margin:0 0 .75rem;line-height:1.6}.dispatch-timeline__update-content p:last-child{margin-bottom:0}.dispatch-timeline__update-content code{background:#0000000d;padding:.125rem .375rem;border-radius:4px;font-size:.875em;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.dispatch-timeline__update-content blockquote{border-left:3px solid #d1d5db;padding-left:.75rem;margin:.75rem 0;color:#4b5563;font-style:italic}.dispatch-timeline__update-details{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem 1.75rem;background:#f9fafb;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6}.dispatch-timeline__detail{font-size:.8125rem;color:#4b5563;padding:.4375rem .75rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-weight:500;transition:all .15s ease;display:inline-flex;align-items:center;gap:.375rem}.dispatch-timeline__detail:hover{background:#f9fafb;border-color:#d1d5db}.dispatch-timeline__update-actions{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#00000005;border-top:1px solid rgba(0,0,0,.08)}.dispatch-timeline__action-group{display:flex;align-items:center;gap:.375rem}.dispatch-timeline__reply-btn{padding:.375rem .625rem;background:transparent;color:#6366f1;border:1px solid rgba(99,102,241,.25);border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;gap:.25rem}.dispatch-timeline__reply-btn:hover:not(:disabled){background:#6366f1;color:#fff;border-color:#6366f1}.dispatch-timeline__reply-btn:hover:not(:disabled) .dispatch-timeline__reply-count{background:#ffffff40;color:#fff}.dispatch-timeline__reply-btn:active:not(:disabled){transform:scale(.98)}.dispatch-timeline__reply-btn:disabled{opacity:.5;cursor:not-allowed}.dispatch-timeline__reply-count{background:#6366f1;color:#fff;border-radius:10px;padding:.125rem .4375rem;font-size:.6875rem;font-weight:600;min-width:1.25rem;text-align:center;margin-left:.125rem}.dispatch-timeline__pin-btn{padding:.25rem;background:transparent;color:#6b7280;border:none;border-radius:4px;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px}.dispatch-timeline__pin-btn:hover{color:#f59e0b;background:#f59e0b1a}.dispatch-timeline__pin-btn svg{width:14px;height:14px}.dispatch-timeline__edit-btn{padding:.375rem .625rem;background:transparent;color:#6b7280;border:1px solid rgba(107,114,128,.2);border-radius:4px;cursor:pointer;font-size:.875rem;transition:all .2s}.dispatch-timeline__edit-btn:hover{background:#6b72800d;border-color:#6b72804d;color:#374151}.dispatch-timeline__edit-btn:disabled{opacity:.5;cursor:not-allowed}.dispatch-timeline__delete-btn{padding:.375rem .625rem;background:transparent;color:#ef4444;border:1px solid rgba(239,68,68,.2);border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);opacity:.7}.dispatch-timeline__delete-btn:hover:not(:disabled){opacity:1;background:#ef4444;color:#fff;border-color:#ef4444}.dispatch-timeline__delete-btn:active:not(:disabled){transform:scale(.98)}.dispatch-timeline__delete-btn:disabled{opacity:.4;cursor:not-allowed}.dispatch-timeline__empty{text-align:center;padding:4rem 2rem;color:#6b7280}.dispatch-timeline__empty p{margin:0 0 1.5rem;font-size:1rem;font-weight:500}.dispatch-timeline__clear-search{padding:.5625rem 1.125rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;background:#3b82f6;color:#fff;border:none;border-radius:6px}.dispatch-timeline__clear-search:hover{background:#2563eb}.reply-thread{margin-top:1rem;margin-bottom:1rem;margin-left:0;margin-right:0;padding:0;position:relative}.dispatch-timeline__update--reply{position:relative;margin-bottom:.75rem;display:block;min-height:120px}.dispatch-timeline__update--reply[data-depth="0"]{background:#3b82f608;border-radius:6px;padding:.5rem;margin:.5rem 0}.dispatch-timeline__update--reply[data-depth="1"]{background:#8b5cf608;border-radius:6px;padding:.5rem;margin:.5rem 0}.dispatch-timeline__update--reply[data-depth="2"]{background:#ec489908;border-radius:6px;padding:.5rem;margin:.5rem 0}.dispatch-timeline__update--reply[data-depth="3"]{background:#f59e0b08;border-radius:6px;padding:.5rem;margin:.5rem 0}.dispatch-timeline__update--reply[data-depth="4"]{background:#14b8a608;border-radius:6px;padding:.5rem;margin:.5rem 0}.dispatch-timeline__update--reply .dispatch-timeline__update-date{position:absolute;right:0;top:1rem;width:calc(50% - 2rem);padding-right:2rem;z-index:2}.dispatch-timeline__update--reply .dispatch-timeline__update-content-wrapper{position:relative;width:calc(50% - 2rem);margin-right:auto;margin-left:0;padding-right:2rem;z-index:2}.dispatch-timeline__update--reply:last-child{margin-bottom:0}.dispatch-timeline__update-card--reply{background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 1px 3px #0000000f,0 0 0 1px #0000000f;transition:box-shadow .2s cubic-bezier(.4,0,.2,1),border-color .2s ease}.dispatch-timeline__update-card--reply:hover{border-color:#0000001f;box-shadow:0 4px 12px #0000001a,0 0 0 1px #00000014}.dispatch-timeline__parent-snippet{padding:.75rem 1rem;margin:.75rem 1rem .5rem;background:#f9fafb;border:1px solid #e5e7eb;border-left:3px solid #6366f1;border-radius:6px;transition:all .15s ease;position:relative}.dispatch-timeline__parent-snippet:hover{border-color:#d1d5db;border-left-color:#4f46e5;background:#f3f4f6}.dispatch-timeline__parent-snippet-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.dispatch-timeline__parent-snippet-label{font-size:.6875rem;font-weight:600;color:#4b5563;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:.375rem}.dispatch-timeline__parent-snippet-label:before{content:"↩";font-size:.75rem;color:#6366f1}.dispatch-timeline__parent-snippet-view{padding:.25rem .5rem;background:transparent;color:#6366f1;border:1px solid rgba(99,102,241,.2);border-radius:4px;font-size:.6875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.dispatch-timeline__parent-snippet-view:hover{color:#fff;background:#6366f1;border-color:#6366f1}.dispatch-timeline__parent-snippet-content{display:flex;flex-direction:column;gap:.375rem}.dispatch-timeline__parent-snippet-author{font-size:.8125rem;font-weight:600;color:#111827;display:flex;align-items:center;gap:.375rem}.dispatch-timeline__parent-snippet-author:before{content:"";width:6px;height:6px;border-radius:50%;background:#6366f1;display:inline-block;flex-shrink:0}.dispatch-timeline__parent-snippet-text{font-size:.8125rem;color:#374151;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-style:normal}.dispatch-timeline__view-parent{padding:.25rem .5rem;background:transparent;color:#6b7280;border:none;border-radius:4px;font-size:.6875rem;font-weight:500;cursor:pointer;transition:all .15s ease;text-decoration:underline;text-decoration-color:transparent}.dispatch-timeline__view-parent:hover{color:#3b82f6;text-decoration-color:#3b82f6}.dispatch-timeline__load-more-replies{margin-top:.5rem;margin-bottom:0;margin-left:0;text-align:center;padding:0}.dispatch-timeline__load-more-btn{padding:.375rem .5rem;background:transparent;color:#3b82f6;border:1px solid #3b82f6;border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s ease}.dispatch-timeline__load-more-btn:hover{background:#3b82f6;color:#fff}.dispatch-timeline__update.highlight-parent-immediate{animation:highlightPulseBlue 2s ease-out}.dispatch-timeline__update.highlight-parent-immediate .dispatch-timeline__update-card{animation:highlightCardPulseBlue 2s ease-out}.dispatch-timeline__update.highlight-parent-main{animation:highlightPulsePurple 2s ease-out}.dispatch-timeline__update.highlight-parent-main .dispatch-timeline__update-card{animation:highlightCardPulsePurple 2s ease-out}@keyframes highlightPulseBlue{0%,to{background:transparent}50%{background:#3b82f614}}@keyframes highlightCardPulseBlue{0%,to{box-shadow:0 1px 3px #0000000f,0 0 0 1px #0000000f;border-color:#00000014}50%{box-shadow:0 0 0 4px #3b82f633,0 4px 12px #3b82f626,0 0 0 1px #3b82f64d;border-color:#3b82f666}}@keyframes highlightPulsePurple{0%,to{background:transparent}50%{background:#8b5cf614}}@keyframes highlightCardPulsePurple{0%,to{box-shadow:0 1px 3px #0000000f,0 0 0 1px #0000000f;border-color:#00000014}50%{box-shadow:0 0 0 4px #8b5cf633,0 4px 12px #8b5cf626,0 0 0 1px #8b5cf64d;border-color:#8b5cf666}}.dispatch-timeline__pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid #e5e7eb;max-width:1000px;margin-left:auto;margin-right:auto;padding-left:4rem;padding-right:4rem}.dispatch-timeline__page-btn{padding:.5625rem 1.125rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;border:none;background:#fff;color:#111827;border:1px solid #d1d5db;border-radius:6px}.dispatch-timeline__page-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.dispatch-timeline__page-btn:disabled{opacity:.5;cursor:not-allowed}.dispatch-timeline__page-info{color:#6b7280;font-size:.875rem;font-weight:400}.dispatch-update-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .2s ease}.dispatch-update-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;width:calc(100% - 4rem);max-width:95vw;max-height:95vh;height:max-content;display:flex;flex-direction:column;overflow:hidden}.dispatch-update-modal--edit{background:#fef3f2}.dispatch-update-modal{position:relative;animation:slideUp .3s ease;outline:none}.dispatch-update-modal__close{position:absolute;top:1rem;right:1rem;z-index:100;background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.dispatch-update-modal__close:hover{background:#f3f4f6;color:#111827}.dispatch-update-modal__close:active{transform:scale(.95)}.dispatch-update-modal__close svg{width:20px;height:20px}.dispatch-update-modal__content{padding:0;overflow:hidden;flex:1;min-height:0;display:flex;flex-direction:column}.dispatch-update-modal__content .dispatch-update-form{border:none;border-radius:0;padding:0;margin:0;display:flex;flex-direction:column;flex:1;min-height:0;height:100%}.dispatch-update-modal-confirm{background:#fff;border-radius:12px;padding:2rem;max-width:400px;width:100%;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease;outline:none}.dispatch-update-modal-confirm h3{margin:0 0 .75rem;color:#111827;font-size:1.25rem;font-weight:600}.dispatch-update-modal-confirm p{margin:0 0 1.5rem;color:#6b7280;font-size:.9375rem;line-height:1.5}.dispatch-update-modal-confirm__actions{display:flex;gap:.75rem;justify-content:flex-end}.dispatch-update-modal-confirm__btn{padding:.5625rem 1.125rem;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;border:none}.dispatch-update-modal-confirm__btn--cancel{background:#f9fafb;color:#111827;border:1px solid #d1d5db}.dispatch-update-modal-confirm__btn--cancel:hover{background:#f3f4f6}.dispatch-update-modal-confirm__btn--confirm{background:#dc2626;color:#fff}.dispatch-update-modal-confirm__btn--confirm:hover{background:#b91c1c}@media (max-width: 1024px){.dispatch-timeline__updates{padding:0 2rem}.dispatch-timeline__updates:before{left:40px}.dispatch-timeline__update:before{left:40px}.dispatch-timeline__update .dispatch-timeline__update-date{position:absolute;right:0;width:auto;padding-right:1rem}.dispatch-timeline__update .dispatch-timeline__update-content-wrapper{margin-left:60px;width:calc(100% - 120px);padding-right:1rem}}@media (max-width: 768px){.dispatch-timeline-layout{flex-direction:column}.dispatch-timeline-sidebar{width:100%;height:auto;max-height:50vh;border-right:none;border-bottom:1px solid #e5e7eb}.dispatch-timeline-sidebar.closed{width:100%;height:64px}.dispatch-timeline-main{height:auto;flex:1;min-height:50vh}.dispatch-timeline-main__header{padding:1.5rem}.dispatch-timeline-main__content{padding:2rem 0}.dispatch-timeline__updates{padding:0 1rem}.dispatch-timeline__updates:before{left:20px}.dispatch-timeline__update:before{left:20px}.dispatch-timeline__update .dispatch-timeline__update-date{position:absolute;right:0;font-size:.75rem;padding-right:.5rem}.dispatch-timeline__update .dispatch-timeline__update-content-wrapper{margin-left:40px;width:calc(100% - 80px);padding-right:.5rem}.dispatch-update-modal-overlay{padding:1rem}.dispatch-update-modal{width:calc(100% - 2rem);height:calc(100vh - 2rem);max-height:calc(100vh - 2rem);border-radius:8px}}.task-filters{display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.task-filters__section{display:flex;flex-direction:column;gap:.75rem}.task-filters__label{font-size:.875rem;font-weight:600;color:var(--text-primary, #213547)}.task-filters__input{width:100%;padding:.75rem;border:1px solid var(--border-color, #e0e0e0);border-radius:.375rem;font-size:.875rem;transition:border-color .2s}.task-filters__input:focus{outline:none;border-color:var(--primary-color, #646cff)}.task-filters__options{display:flex;flex-direction:column;gap:.5rem}.task-filters__options--scrollable{max-height:200px;overflow-y:auto}.task-filters__option{padding:.5rem .75rem;border:1px solid var(--border-color, #e0e0e0);border-radius:.375rem;background-color:var(--bg-primary, #ffffff);color:var(--text-primary, #213547);font-size:.875rem;text-align:left;cursor:pointer;transition:all .2s}.task-filters__option:hover{background-color:var(--bg-hover, #f9f9f9);border-color:var(--primary-color, #646cff)}.task-filters__option--active{background-color:var(--primary-color, #646cff);color:#fff;border-color:var(--primary-color, #646cff)}.task-status-chip{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:500;text-transform:capitalize;white-space:nowrap}.task-status-chip.status-pending{background-color:var(--bg-secondary, #f5f5f5);color:var(--text-secondary, #666)}.task-status-chip.status-in-progress{background-color:#e3f2fd;color:#1976d2}.task-status-chip.status-completed{background-color:#e8f5e9;color:#388e3c}.task-status-chip.status-cancelled{background-color:#ffebee;color:#d32f2f}.task-status-chip.status-unknown{background-color:var(--bg-secondary, #f5f5f5);color:var(--text-secondary, #666)}.task-priority-chip{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:500;text-transform:capitalize;white-space:nowrap}.task-priority-chip.priority-low{background-color:#e8f5e9;color:#388e3c}.task-priority-chip.priority-medium{background-color:#fff9c4;color:#f57f17}.task-priority-chip.priority-high{background-color:#ffebee;color:#d32f2f}.task-priority-chip.priority-unknown{background-color:var(--bg-secondary, #f5f5f5);color:var(--text-secondary, #666)}.task-assignee-chips{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.task-assignee-chips--empty{color:var(--text-secondary, #666);font-size:.875rem;font-style:italic}.task-assignee-chip{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:.375rem;font-size:.75rem;background-color:var(--bg-secondary, #f5f5f5);color:var(--text-primary, #213547);white-space:nowrap;max-width:120px;overflow:hidden;text-overflow:ellipsis}.task-assignee-chip--more{background-color:var(--primary-color, #646cff);color:#fff;font-weight:500}.task-quick-actions{display:flex;flex-direction:row;gap:.5rem;width:100%;flex-wrap:wrap}.task-quick-actions--table{width:auto;gap:.375rem}.task-quick-actions__btn{display:flex;align-items:center;justify-content:center;gap:.5rem;flex:1;min-width:0;padding:.625rem 1rem;border:none;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.task-quick-actions__btn svg{width:1rem;height:1rem;flex-shrink:0}.task-quick-actions__btn span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-quick-actions--table .task-quick-actions__btn{flex:0 0 auto;min-width:2.5rem;padding:.5rem;aspect-ratio:1}.task-quick-actions--table .task-quick-actions__btn span{display:none}.task-quick-actions__btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease}.task-quick-actions__btn:active:before{width:300px;height:300px}.task-quick-actions__btn--start{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 8px #3b82f64d}.task-quick-actions__btn--start:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #3b82f666}.task-quick-actions__btn--complete{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 8px #10b9814d}.task-quick-actions__btn--complete:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #10b98166}.task-quick-actions__btn--assign{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;box-shadow:0 2px 8px #8b5cf64d}.task-quick-actions__btn--assign:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 4px 12px #8b5cf666}.task-quick-actions__btn--edit{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;box-shadow:0 2px 8px #6366f14d}.task-quick-actions__btn--edit:hover{background:linear-gradient(135deg,#4f46e5,#4338ca);box-shadow:0 4px 12px #6366f166}.task-quick-actions__btn--cancel{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 8px #ef44444d}.task-quick-actions__btn--cancel:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 12px #ef444466}.task-quick-actions__btn--delete{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 2px 8px #ef44444d}.task-quick-actions__btn--delete:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 12px #ef444466}.tasks-card-view{display:grid;grid-template-columns:repeat(auto-fill,minmax(480px,1fr));gap:1.5rem;padding:1.5rem}.tasks-card-view__empty{grid-column:1/-1;text-align:center;padding:3rem;color:var(--text-secondary, #666);font-size:.9375rem}.task-card{background:#fff;border:2px solid #bfdbfe;border-radius:12px;padding:0;display:flex;flex-direction:column;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 8px 24px #3b82f626;overflow:hidden}.task-card:hover{border-color:#3b82f6;box-shadow:0 12px 32px #3b82f633}.task-card--overdue{border-color:#fecaca;background:linear-gradient(to right,#fef2f2,#fff 2%)}.task-card--pending{border-color:#e5e7eb}.task-card--in_progress{border-color:#bfdbfe;background:linear-gradient(to right,#eff6ff,#fff 2%)}.task-card--completed{border-color:#d1fae5;background:linear-gradient(to right,#f0fdf4,#fff 2%);opacity:.9}.task-card--cancelled{border-color:#fecaca;background:linear-gradient(to right,#fef2f2,#fff 2%);opacity:.8}.task-card__header{padding:.75rem 1rem;border-bottom:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;gap:.625rem}.task-card__header-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.task-card__header-right{display:flex;align-items:center;gap:.75rem}.task-card__title{margin:0;font-size:1.0625rem;font-weight:600;color:#111827;line-height:1.3;flex:1;min-width:0}.task-card__badges{display:flex;gap:.5rem;flex-shrink:0;align-items:center}.task-card__edit-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:6px;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;cursor:pointer;transition:all .2s ease;flex-shrink:0;box-shadow:0 2px 8px #6366f14d}.task-card__edit-btn svg{width:1rem;height:1rem}.task-card__edit-btn:hover{background:linear-gradient(135deg,#4f46e5,#4338ca);box-shadow:0 4px 12px #6366f166;transform:scale(1.05)}.task-card__edit-btn:active{transform:scale(.95)}.task-card__delete-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:6px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;cursor:pointer;transition:all .2s ease;flex-shrink:0;box-shadow:0 2px 8px #ef44444d}.task-card__delete-btn svg{width:1rem;height:1rem}.task-card__delete-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 12px #ef444466;transform:scale(1.05)}.task-card__delete-btn:active{transform:scale(.95)}.task-card__description{margin:0;font-size:.8125rem;line-height:1.5;color:#4b5563;padding:.375rem .5rem;background:#f9fafb;border-left:2px solid #d1d5db;border-radius:3px}.task-card__body{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.task-card__meta-row{display:flex;flex-direction:row;gap:1rem;align-items:center;width:100%;flex-wrap:nowrap}.task-card__meta{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#6b7280;flex:1;min-width:0}.task-card__meta svg{width:.875rem;height:.875rem;flex-shrink:0;color:#9ca3af}.task-card__meta--due{font-weight:500;flex:0 0 auto}.task-card__meta--overdue{color:#dc2626}.task-card__meta--overdue svg{color:#dc2626}.task-card__meta--status-history{flex:1;min-width:0}.task-card__meta-content{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0}.task-card__meta-label{font-weight:600;color:#111827;font-size:.8125rem;white-space:nowrap}.task-card__meta-time{font-size:.75rem;color:#6b7280;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.task-card__meta-value{font-size:.8125rem;color:#111827;font-weight:500;display:flex;align-items:center;flex-wrap:wrap;gap:.25rem}.task-card__meta-value .task-card__meta-time{font-size:.75rem;color:#9ca3af;font-weight:400;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.task-card__meta--status-history .task-card__meta-label{color:#6b7280;font-weight:500}.task-card__overdue-badge{margin-left:.5rem;padding:.125rem .375rem;background-color:#dc2626;color:#fff;border-radius:3px;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.task-card__linked{display:flex;flex-direction:column;gap:.75rem}.task-card__trip-info{padding:.75rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #3b82f6;border-radius:8px;transition:all .2s ease;box-shadow:0 2px 8px #3b82f626}.task-card:hover .task-card__trip-info{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#2563eb;box-shadow:0 4px 12px #3b82f640}.task-card__trip-main{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.task-card__trip-res{font-size:.875rem;font-weight:700;color:#fff;background:#3b82f6;padding:.375rem .75rem;border-radius:6px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;flex-shrink:0;letter-spacing:-.02em;transition:all .2s ease}.task-card__trip-res .trip-label{font-weight:500;opacity:.9;margin-right:.25rem}.task-card:hover .task-card__trip-res{background:#2563eb}.task-card__trip-name{font-size:1.0625rem;font-weight:600;color:#111827;line-height:1.3;flex:1;min-width:0}.task-card__trip-leg{font-size:.8125rem;font-weight:700;color:#fff;background:#7c3aed;padding:.375rem .75rem;border-radius:6px;flex-shrink:0;letter-spacing:.02em;text-transform:uppercase;transition:all .2s ease;box-shadow:0 2px 4px #7c3aed33}.task-card:hover .task-card__trip-leg{background:#6d28d9;box-shadow:0 4px 8px #7c3aed4d}.task-card__link-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:6px;font-size:.8125rem;font-weight:600;line-height:1.2;transition:opacity .2s ease}.task-card__link-chip svg{width:.75rem;height:.75rem;flex-shrink:0}.task-card__link-chip .link-label{font-weight:500;opacity:.8}.task-card__link-chip .link-value{font-weight:600}.task-card__link-chip--driver{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;border:1px solid #60a5fa}.task-card__link-chip--driver .link-label{color:#2563eb}.task-card__link-chip--patient{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border:1px solid #34d399}.task-card__assignees{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;flex-wrap:wrap}.task-card__assignees-label{color:#6b7280;font-weight:500;font-size:.75rem}.task-card__footer{display:flex;align-items:center;justify-content:flex-end;padding:.5rem 1rem;border-top:1px solid rgba(0,0,0,.06);background:#fafafa}@media (max-width: 768px){.tasks-card-view{grid-template-columns:1fr;gap:1rem;padding:1rem}.task-card__header-top,.task-card__meta-row{flex-direction:column;align-items:flex-start;gap:.5rem}}.tasks-table-container{overflow-x:auto;padding:1.5rem;background:#fff;border-radius:10px}.tasks-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff}.tasks-table__sortable{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;transition:background-color .2s ease}.tasks-table__sortable:hover{background-color:#f9fafb}.tasks-table__sortable svg{display:inline-block;margin-left:.375rem;width:.875rem;height:.875rem;vertical-align:middle;color:#6b7280}.tasks-table thead th{padding:.75rem 1rem;text-align:left;font-weight:600;font-size:.8125rem;color:#111827;border-bottom:2px solid #e5e7eb;white-space:nowrap;background:#fafafa;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.tasks-table__row{border-bottom:1px solid #e5e7eb;transition:background-color .2s ease}.tasks-table__row:hover{background-color:#f9fafb}.tasks-table__row--overdue{background-color:#fef2f2}.tasks-table__row--completed{opacity:.85}.tasks-table__row--cancelled{opacity:.7}.tasks-table__row td{padding:1rem;font-size:.8125rem;color:#111827;vertical-align:top}.tasks-table__title-cell{display:flex;flex-direction:column;gap:.5rem;min-width:300px}.tasks-table__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.tasks-table__title{font-weight:600;color:#111827;font-size:.9375rem;line-height:1.3;flex:1;min-width:0}.tasks-table__badges{display:flex;gap:.5rem;flex-shrink:0;align-items:center}.tasks-table__description{font-size:.8125rem;line-height:1.5;color:#4b5563;padding:.375rem .5rem;background:#f9fafb;border-left:2px solid #d1d5db;border-radius:3px;margin-top:.25rem}.tasks-table__trip-info{padding:.75rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #3b82f6;border-radius:8px;transition:all .2s ease;box-shadow:0 2px 8px #3b82f626;margin-top:.5rem}.tasks-table__trip-main{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.tasks-table__trip-res{font-size:.875rem;font-weight:700;color:#fff;background:#3b82f6;padding:.375rem .75rem;border-radius:6px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;flex-shrink:0;letter-spacing:-.02em;transition:all .2s ease}.tasks-table__trip-res .trip-label{font-weight:500;opacity:.9;margin-right:.25rem}.tasks-table__trip-name{font-size:1.0625rem;font-weight:600;color:#111827;line-height:1.3;flex:1;min-width:0}.tasks-table__trip-leg{font-size:.8125rem;font-weight:700;color:#fff;background:#7c3aed;padding:.375rem .75rem;border-radius:6px;flex-shrink:0;letter-spacing:.02em;text-transform:uppercase;transition:all .2s ease;box-shadow:0 2px 4px #7c3aed33}.tasks-table__linked{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-top:.5rem}.tasks-table__link-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;line-height:1.2;transition:opacity .2s ease}.tasks-table__link-chip svg{width:.75rem;height:.75rem;flex-shrink:0}.tasks-table__link-chip .link-label{font-weight:500;opacity:.8}.tasks-table__link-chip .link-value{font-weight:600}.tasks-table__link-chip--trip{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border:1px solid #fbbf24}.tasks-table__link-chip--trip .link-label{color:#b45309}.tasks-table__link-chip--driver{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;border:1px solid #60a5fa}.tasks-table__link-chip--driver .link-label{color:#2563eb}.tasks-table__link-chip--patient{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border:1px solid #34d399}.tasks-table__due-date{display:flex;flex-direction:column;gap:.25rem;min-width:120px}.tasks-table__due-date--overdue .tasks-table__due-date-label,.tasks-table__due-date--overdue .tasks-table__due-date-time{color:#dc2626}.tasks-table__due-date-content{display:flex;flex-direction:column;gap:.125rem}.tasks-table__due-date-label{font-weight:600;color:#111827;font-size:.8125rem}.tasks-table__due-date-time{font-size:.75rem;color:#6b7280;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.tasks-table__no-date{color:#9ca3af;font-style:italic}.tasks-table__overdue-badge{padding:.125rem .375rem;background-color:#dc2626;color:#fff;border-radius:3px;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:inline-block;margin-top:.25rem}.tasks-table__created-by{font-weight:500;color:#111827;font-size:.8125rem}.tasks-table__status-history{padding:.5rem .75rem;background:#f9fafb;border-radius:6px;border-left:2px solid #d1d5db;margin-top:.5rem}.tasks-table__status-history-item{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem}.tasks-table__status-history-label{color:#111827;font-weight:600}.tasks-table__status-history-time{color:#9ca3af;font-weight:400;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:.6875rem}.tasks-table__empty{text-align:center;padding:3rem;color:#6b7280;font-size:.9375rem}@media (max-width: 1024px){.tasks-table-container{padding:1rem}.tasks-table thead th,.tasks-table__row td{padding:.75rem .5rem;font-size:.75rem}.tasks-table__title-cell{min-width:250px}}.task-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000004d;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.task-form{position:relative;background:var(--bg-primary, #ffffff);border-radius:.75rem;box-shadow:0 10px 40px #0000001f;width:100%;max-width:1600px;max-height:95vh;display:flex;flex-direction:column;overflow:hidden}.task-form__close{position:absolute;top:.75rem;right:.75rem;z-index:20;background:transparent;border:none;cursor:pointer;padding:.375rem;display:flex;align-items:center;justify-content:center;color:var(--text-secondary, #666);transition:all .15s;border-radius:.375rem;width:1.75rem;height:1.75rem}.task-form__close:hover{color:var(--text-primary, #213547);background-color:var(--bg-hover, #f9f9f9)}.task-form__close svg{width:1rem;height:1rem}.task-form__form{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.task-form__row{width:100%;display:flex;flex-direction:column;gap:.5rem}.task-form__row--grouped{display:grid;gap:1rem;align-items:start;grid-template-columns:1fr 1fr 1fr}@media (max-width: 768px){.task-form__row--grouped{grid-template-columns:1fr}}.task-form__row--two-columns{grid-template-columns:1fr 1fr!important}@media (max-width: 768px){.task-form__row--two-columns{grid-template-columns:1fr!important}}.task-form__row--grouped.task-form__row--two-columns{grid-template-columns:1fr 1fr!important}@media (max-width: 768px){.task-form__row--grouped.task-form__row--two-columns{grid-template-columns:1fr!important}}.task-form__field{width:100%;display:flex;flex-direction:column;gap:.375rem;min-width:0}.task-form__field:has(.task-form__datetime){min-width:0;overflow:visible}.task-form__row--trip-patient .task-form__field--trip,.task-form__row--trip-patient .task-form__field--patient{width:100%!important;min-width:0!important;max-width:100%!important;box-sizing:border-box!important}.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--trip,.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--patient,.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--trip,.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--patient{width:100%!important;max-width:100%!important;box-sizing:border-box!important;display:block!important;flex:1 1 100%!important}.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--trip .trip-autocomplete,.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--trip .passenger-autocomplete,.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--patient .trip-autocomplete,.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--patient .passenger-autocomplete,.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--trip .trip-autocomplete,.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--trip .passenger-autocomplete,.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--patient .trip-autocomplete,.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--patient .passenger-autocomplete{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;display:block!important;flex-shrink:0!important}.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--trip .trip-autocomplete input[type=text],.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--trip .trip-autocomplete input,.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--trip .trip-autocomplete .trip-autocomplete__input,.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--trip .trip-autocomplete .passenger-autocomplete__input,.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--trip .passenger-autocomplete input[type=text],.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--trip .passenger-autocomplete input,.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--trip .passenger-autocomplete .trip-autocomplete__input,.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--trip .passenger-autocomplete .passenger-autocomplete__input,.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--patient .trip-autocomplete input[type=text],.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--patient .trip-autocomplete input,.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--patient .trip-autocomplete .trip-autocomplete__input,.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--patient .trip-autocomplete .passenger-autocomplete__input,.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--patient .passenger-autocomplete input[type=text],.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--patient .passenger-autocomplete input,.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--patient .passenger-autocomplete .trip-autocomplete__input,.task-form__row--trip-patient .task-form__field--trip .task-form__autocomplete-wrapper--patient .passenger-autocomplete .passenger-autocomplete__input,.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--trip .trip-autocomplete input[type=text],.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--trip .trip-autocomplete input,.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--trip .trip-autocomplete .trip-autocomplete__input,.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--trip .trip-autocomplete .passenger-autocomplete__input,.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--trip .passenger-autocomplete input[type=text],.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--trip .passenger-autocomplete input,.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--trip .passenger-autocomplete .trip-autocomplete__input,.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--trip .passenger-autocomplete .passenger-autocomplete__input,.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--patient .trip-autocomplete input[type=text],.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--patient .trip-autocomplete input,.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--patient .trip-autocomplete .trip-autocomplete__input,.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--patient .trip-autocomplete .passenger-autocomplete__input,.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--patient .passenger-autocomplete input[type=text],.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--patient .passenger-autocomplete input,.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--patient .passenger-autocomplete .trip-autocomplete__input,.task-form__row--trip-patient .task-form__field--patient .task-form__autocomplete-wrapper--patient .passenger-autocomplete .passenger-autocomplete__input{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.task-form__label{font-size:.6875rem;font-weight:600;color:var(--text-secondary, #666);text-transform:uppercase;letter-spacing:.05em;line-height:1.2}.task-form__header-author{display:inline-flex;align-items:center;gap:.5rem;padding:0;margin-bottom:0;opacity:.7;transition:opacity .2s ease}.task-form__header-label{font-size:.75rem;font-weight:500;color:var(--text-muted, #6b7280);letter-spacing:.025em}.task-form__header-name{font-size:.875rem;font-weight:500;color:var(--text-color, #1a1a1a)}.task-form__header-warning{padding:.75rem 1rem;margin-bottom:0;background:#fef3c7;border:1px solid #fbbf24;border-radius:6px;color:#92400e;font-size:.875rem;line-height:1.5}.task-form__required{color:var(--error-color, #d32f2f);margin-left:.125rem}.task-form__input{width:100%;padding:.5rem .75rem;border:1px solid var(--border-color, #e5e7eb);border-radius:.375rem;background:var(--bg-primary, #ffffff);font-size:.875rem;font-family:inherit;color:var(--text-primary, #213547);transition:all .15s ease;font-weight:400}.task-form__input:focus{outline:none;border-color:var(--primary-color, #646cff);box-shadow:0 0 0 2px #646cff1a}.task-form__input:hover:not(:focus){border-color:var(--border-hover-color, #d1d5db)}.task-form__input:disabled{opacity:.5;cursor:not-allowed;background-color:var(--bg-secondary, #f5f5f5)}.task-form__input::placeholder{color:var(--text-secondary, #999)}.task-form__options{display:flex;gap:.375rem;width:100%}.task-form__option{flex:1;padding:.5rem .75rem;min-height:2.5rem;border:1px solid var(--border-color, #e5e7eb);border-radius:.375rem;background:var(--bg-primary, #ffffff);color:var(--text-primary, #213547);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap;text-align:center;display:flex;align-items:center;justify-content:center}.task-form__option:hover:not(:disabled){border-color:var(--border-hover-color, #d1d5db);background-color:var(--bg-hover, #f9f9f9)}.task-form__option--active{background-color:var(--primary-color, #646cff);color:#fff;border-color:var(--primary-color, #646cff);font-weight:500}.task-form__option--active[style*=--option-color]{background-color:var(--option-color)!important;border-color:var(--option-color)!important}.task-form__option:hover:not(:disabled):not(.task-form__option--active){border-color:var(--border-hover-color, #d1d5db);background-color:var(--bg-hover, #f9f9f9)}.task-form__option:focus{outline:none;border-color:var(--primary-color, #646cff);box-shadow:0 0 0 2px #646cff1a}.task-form__option:disabled{opacity:.4;cursor:not-allowed}.task-form__datetime{display:flex;flex-direction:row;align-items:stretch;gap:.5rem;width:100%;flex:1 1 auto;min-width:0;flex-wrap:wrap}@media (max-width: 768px){.task-form__datetime{flex-direction:column;align-items:stretch}}.task-form__date-btn{flex:0 0 auto;min-width:120px;height:2.5rem;display:flex;align-items:center;justify-content:center;padding:.5rem .75rem;border:1px solid var(--border-color, #e5e7eb);border-radius:.375rem;background:var(--bg-primary, #ffffff);color:var(--text-primary, #213547);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;text-align:center;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-form__date-btn:hover:not(:disabled){border-color:var(--border-hover-color, #d1d5db);background-color:var(--bg-hover, #f9f9f9)}.task-form__date-btn:focus{outline:none;border-color:var(--primary-color, #646cff);box-shadow:0 0 0 2px #646cff1a}.task-form__date-btn:active:not(:disabled){transform:scale(.98)}.task-form__date-btn:disabled{opacity:.5;cursor:not-allowed}.task-form__date-clear{flex:0 0 auto;height:2.5rem;display:flex;align-items:center;justify-content:center;padding:.5rem .75rem;border:1px solid var(--border-color, #e5e7eb);border-radius:.375rem;background:var(--bg-primary, #ffffff);color:var(--text-secondary, #666);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap;box-sizing:border-box}.task-form__date-clear:hover:not(:disabled){border-color:var(--border-hover-color, #d1d5db);background-color:var(--bg-hover, #f9f9f9);color:var(--text-primary, #213547)}.task-form__date-clear:focus{outline:none;border-color:var(--primary-color, #646cff);box-shadow:0 0 0 2px #646cff1a}.task-form__date-clear:active:not(:disabled){transform:scale(.98)}.task-form__date-clear:disabled{opacity:.5;cursor:not-allowed}.task-form__time-group{display:flex;flex-direction:row;align-items:center;gap:.75rem;flex:1 1 auto;min-width:0;height:2.5rem;padding:0 .75rem;border:1px solid var(--border-color, #e5e7eb);border-radius:.375rem;background:var(--bg-secondary, #fafafa);transition:border-color .15s ease;box-sizing:border-box}.task-form__time-group:focus-within{border-color:var(--primary-color, #646cff)}@media (max-width: 768px){.task-form__time-group{width:100%;flex:1 1 100%}}.task-form__time-toggle{flex:0 0 auto;display:flex;align-items:center;height:100%;white-space:nowrap}.task-form__time-toggle-label{display:flex;align-items:center;gap:.5rem;height:100%;cursor:pointer;font-size:.875rem;color:var(--text-primary, #213547);font-weight:500;-webkit-user-select:none;user-select:none;white-space:nowrap}.task-form__time-toggle-label input[type=checkbox]{width:1.125rem;height:1.125rem;margin:0;cursor:pointer;accent-color:var(--primary-color, #646cff);flex-shrink:0}.task-form__time-toggle-label span{-webkit-user-select:none;user-select:none}.task-form__time-toggle-label:hover{color:var(--text-primary, #213547)}.task-form__time-group-row{display:flex;flex-direction:row;align-items:stretch;gap:.5rem;flex:1 1 auto;min-width:0;height:100%}.task-form__time-input-wrapper{flex:0 0 auto;position:relative;display:flex;align-items:center;width:160px;min-width:160px;max-width:160px;height:100%;overflow:visible}.task-form__time-icon{position:absolute;left:.75rem;width:.875rem;height:.875rem;color:var(--text-secondary, #666);pointer-events:none;z-index:1}.task-form__time-ampm{position:absolute;right:2.75rem;font-size:.75rem;font-weight:500;color:var(--text-secondary, #666);pointer-events:none;z-index:1;-webkit-user-select:none;user-select:none;white-space:nowrap}.task-form__time-input{width:100%;height:100%;padding:.5rem 3.5rem .5rem 2.5rem;border:1px solid var(--border-color, #e5e7eb);border-radius:.375rem;font-size:.875rem;font-family:inherit;font-weight:500;color:var(--text-primary, #213547);background:var(--bg-primary, #ffffff);transition:all .15s ease;box-sizing:border-box;position:relative}.task-form__time-input::-webkit-datetime-edit-ampm-field{display:none!important;visibility:hidden!important;opacity:0!important;width:0!important;height:0!important;padding:0!important;margin:0!important}.task-form__time-input::-webkit-datetime-edit-text{color:transparent}.task-form__time-input::-moz-datetime-edit-ampm-field{display:none!important;visibility:hidden!important;opacity:0!important;width:0!important;height:0!important}.task-form__time-input::-webkit-calendar-picker-indicator{display:block!important;opacity:1!important;cursor:pointer!important;width:1.25rem!important;height:1.25rem!important;position:absolute!important;right:.5rem!important;top:50%!important;transform:translateY(-50%)!important;background:transparent!important;filter:brightness(0) saturate(100%) invert(40%) sepia(0%) saturate(0%) hue-rotate(0deg)!important;z-index:10!important;pointer-events:auto!important}.task-form__time-input:hover::-webkit-calendar-picker-indicator{filter:brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(0%) hue-rotate(0deg)!important}.task-form__time-input::-moz-calendar-picker-indicator{display:block!important;opacity:1!important;cursor:pointer;width:1.25rem!important;height:1.25rem!important}.task-form__time-input:focus{outline:none;border-color:var(--primary-color, #646cff);box-shadow:0 0 0 2px #646cff1a}.task-form__time-input:hover:not(:focus){border-color:var(--border-hover-color, #d1d5db)}.task-form__time-input:disabled{opacity:.5;cursor:not-allowed;background-color:var(--bg-secondary, #f5f5f5)}.task-form__time-quick{display:flex;flex-direction:row;align-items:stretch;gap:.375rem;flex:1 1 auto;min-width:0;height:100%}.task-form__time-quick-btn{flex:1 1 auto;min-width:0;height:100%;padding:0 .625rem;border:1px solid var(--border-color, #e5e7eb);border-radius:.375rem;background:var(--bg-primary, #ffffff);color:var(--text-primary, #213547);font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap;box-sizing:border-box;display:flex;align-items:center;justify-content:center;overflow:hidden;text-overflow:ellipsis}.task-form__time-quick-btn:hover:not(:disabled){border-color:var(--border-hover-color, #d1d5db);background-color:var(--bg-hover, #f9f9f9)}.task-form__time-quick-btn:focus{outline:none;border-color:var(--primary-color, #646cff);box-shadow:0 0 0 2px #646cff1a}.task-form__time-quick-btn:active:not(:disabled){transform:scale(.98)}.task-form__time-quick-btn:disabled{opacity:.5;cursor:not-allowed}.task-form__time-quick-btn--timezone{flex:0 0 auto;min-width:50px;width:50px;max-width:50px}.task-form__time-quick-btn--timezone--active{background-color:var(--primary-color, #646cff);color:#fff;border-color:var(--primary-color, #646cff)}.task-form__selected{display:flex;align-items:center;justify-content:space-between;margin-top:.375rem;padding:.375rem .625rem;background-color:var(--bg-secondary, #f5f5f5);border-radius:.375rem;font-size:.8125rem;color:var(--text-primary, #213547);font-weight:400;width:100%}.task-form__remove{background:none;border:none;color:var(--text-secondary, #666);font-size:1.125rem;line-height:1;cursor:pointer;padding:.125rem;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:all .15s}.task-form__remove:hover{background-color:var(--bg-hover, #f9f9f9);color:var(--text-primary, #213547)}.task-form__editor{border:1px solid var(--border-color, #e5e7eb);border-radius:.375rem;overflow:hidden;transition:border-color .15s ease;background-color:var(--bg-primary, #ffffff);width:100%}.task-form__editor:focus-within{border-color:var(--primary-color, #646cff);box-shadow:0 0 0 2px #646cff1a}.task-form__editor .dispatch-editor{border:none;border-radius:0}.task-form__editor .dispatch-editor .ProseMirror{border:none;font-size:.875rem;line-height:1.5;font-weight:400}.task-form__editor--description .ProseMirror{min-height:120px;padding:.75rem 1rem}.task-form__assignees{display:flex;flex-wrap:wrap;gap:.375rem;padding:.625rem;border:1px solid var(--border-color, #e5e7eb);border-radius:.375rem;min-height:2.5rem;background-color:var(--bg-primary, #ffffff);transition:border-color .15s ease;width:100%}.task-form__assignees:focus-within{border-color:var(--primary-color, #646cff)}.task-form__assignee{padding:.375rem .75rem;border:1px solid var(--border-color, #e5e7eb);border-radius:.375rem;background:var(--bg-primary, #ffffff);color:var(--text-primary, #213547);font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap}.task-form__assignee:hover:not(:disabled){border-color:var(--primary-color, #646cff);background-color:var(--bg-hover, #f9f9f9)}.task-form__assignee--selected{background-color:var(--primary-color, #646cff);color:#fff;border-color:var(--primary-color, #646cff);font-weight:600}.task-form__assignee:disabled{opacity:.4;cursor:not-allowed}.task-form__loading,.task-form__empty{font-size:.8125rem;color:var(--text-secondary, #666);font-style:italic;padding:.5rem;font-weight:400}.task-assign-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.task-assign-modal{background:var(--bg-primary, #ffffff);border-radius:.5rem;box-shadow:0 4px 6px #0000001a;width:90%;max-width:500px;max-height:80vh;display:flex;flex-direction:column}.task-assign-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color, #e0e0e0)}.task-assign-modal__header h2{margin:0;font-size:1.25rem;font-weight:600;color:var(--text-primary, #213547)}.task-assign-modal__close{background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:var(--text-secondary, #666);transition:color .2s}.task-assign-modal__close:hover{color:var(--text-primary, #213547)}.task-assign-modal__content{flex:1;overflow-y:auto;padding:1rem 1.5rem}.task-assign-modal__search{position:relative;margin-bottom:1rem}.task-assign-modal__search-input{width:100%;padding:.75rem;border:1px solid var(--border-color, #e0e0e0);border-radius:.375rem;font-size:.875rem;transition:border-color .2s}.task-assign-modal__search-input:focus{outline:none;border-color:var(--primary-color, #646cff)}.task-assign-modal__users{display:flex;flex-direction:column;gap:.5rem}.task-assign-modal__user{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid var(--border-color, #e0e0e0);border-radius:.375rem;cursor:pointer;transition:background-color .2s,border-color .2s}.task-assign-modal__user:hover{background-color:var(--bg-hover, #f9f9f9)}.task-assign-modal__user--selected{background-color:#e3f2fd;border-color:var(--primary-color, #646cff)}.task-assign-modal__checkbox{cursor:pointer}.task-assign-modal__user-info{flex:1}.task-assign-modal__user-name{font-weight:500;color:var(--text-primary, #213547);margin-bottom:.25rem}.task-assign-modal__user-email{font-size:.75rem;color:var(--text-secondary, #666)}.task-assign-modal__empty{text-align:center;padding:2rem;color:var(--text-secondary, #666)}.task-assign-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid var(--border-color, #e0e0e0)}.task-assign-modal__cancel,.task-assign-modal__save{padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.task-assign-modal__cancel{background-color:var(--bg-secondary, #f5f5f5);color:var(--text-primary, #213547)}.task-assign-modal__cancel:hover{background-color:var(--bg-hover, #f9f9f9)}.task-assign-modal__save{background-color:var(--primary-color, #646cff);color:#fff}.task-assign-modal__save:hover:not(:disabled){background-color:var(--primary-hover, #535bf2)}.task-assign-modal__save:disabled{opacity:.6;cursor:not-allowed}.tasks-list{display:flex;height:100vh;overflow:hidden;position:relative}.tasks-main{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative}.tasks-main__content{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:.5rem 0 .5rem 3.5rem}.tasks-main__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem 1rem 4.5rem;border-bottom:1px solid var(--border-color, #e0e0e0);background:var(--bg-primary, #ffffff);position:sticky;top:0;z-index:10}.tasks-main__title{margin:0;font-size:1.5rem;font-weight:600;color:var(--text-primary, #213547)}.tasks-main__controls{display:flex;align-items:center;gap:1rem}.tasks-main__view-toggle{display:flex;gap:.5rem;border:1px solid var(--border-color, #e0e0e0);border-radius:.375rem;padding:.25rem}.tasks-main__mine-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid var(--border-color, #e0e0e0);background:transparent;color:var(--text-secondary, #666);font-size:.875rem;cursor:pointer;border-radius:.375rem;transition:all .2s}.tasks-main__mine-btn svg{width:1rem;height:1rem}.tasks-main__mine-btn:hover:not(:disabled){background-color:var(--bg-hover, #f9f9f9);color:var(--text-primary, #213547);border-color:var(--primary-color, #646cff)}.tasks-main__mine-btn:disabled{opacity:.5;cursor:not-allowed}.tasks-main__mine-btn--active{background-color:var(--primary-color, #646cff);color:#fff;border-color:var(--primary-color, #646cff)}.tasks-main__mine-btn--active:hover:not(:disabled){background-color:var(--primary-hover, #535bf2);border-color:var(--primary-hover, #535bf2)}.tasks-main__view-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:none;background:transparent;color:var(--text-secondary, #666);font-size:.875rem;cursor:pointer;border-radius:.25rem;transition:all .2s}.tasks-main__view-btn svg{width:1rem;height:1rem}.tasks-main__view-btn:hover{background-color:var(--bg-hover, #f9f9f9);color:var(--text-primary, #213547)}.tasks-main__view-btn--active{background-color:var(--primary-color, #646cff);color:#fff}.tasks-main__view-btn--active:hover{background-color:var(--primary-hover, #535bf2)}.tasks-main__create-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:var(--primary-color, #646cff);color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.tasks-main__create-btn svg{width:1rem;height:1rem}.tasks-main__create-btn:hover{background-color:var(--primary-hover, #535bf2)}.tasks-main__loading,.tasks-main__error,.tasks-main__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center}.tasks-main__empty p{margin:0 0 1rem;color:var(--text-secondary, #666);font-size:1rem}.tasks-main__create-empty-btn{padding:.75rem 1.5rem;background-color:var(--primary-color, #646cff);color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.tasks-main__create-empty-btn:hover{background-color:var(--primary-hover, #535bf2)}.tasks-main__retry-btn{margin-top:1rem;padding:.5rem 1rem;background-color:var(--bg-secondary, #f5f5f5);color:var(--text-primary, #213547);border:1px solid var(--border-color, #e0e0e0);border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:all .2s}.tasks-main__retry-btn:hover{background-color:var(--bg-hover, #f9f9f9);border-color:var(--primary-color, #646cff)}.tasks-main__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;border-top:1px solid var(--border-color, #e0e0e0)}.tasks-main__page-btn{padding:.5rem 1rem;background-color:var(--bg-primary, #ffffff);color:var(--text-primary, #213547);border:1px solid var(--border-color, #e0e0e0);border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:all .2s}.tasks-main__page-btn:hover:not(:disabled){background-color:var(--bg-hover, #f9f9f9);border-color:var(--primary-color, #646cff)}.tasks-main__page-btn:disabled{opacity:.5;cursor:not-allowed}.tasks-main__page-info{font-size:.875rem;color:var(--text-secondary, #666)}.tasks-list__create-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background-color:var(--primary-color, #646cff);color:#fff;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s}.tasks-list__create-btn svg{width:1.25rem;height:1.25rem}.tasks-list__create-btn:hover{background-color:var(--primary-hover, #535bf2)}.automation-trips-container{display:flex;flex-direction:column;gap:.5rem;padding:.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.blocked-patients-section{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.375rem}.blocked-patient-group{background:#fff;border-radius:4px;border:1px solid rgba(220,38,38,.15);overflow:hidden;transition:all .2s ease;margin-bottom:.25rem}.blocked-patient-group__header{display:flex;align-items:center;justify-content:space-between;padding:.375rem .5rem;cursor:pointer;-webkit-user-select:none;user-select:none;background:#dc262608;border-left:2px solid #dc2626;transition:background .15s ease;min-height:2rem}.blocked-patient-group__header:hover{background:#dc26260f}.blocked-patient-group__header-left{display:flex;align-items:center;gap:.375rem;flex:1;min-width:0}.blocked-patient-group__icon{width:1rem;height:1rem;color:#dc2626;flex-shrink:0}.blocked-patient-group__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.blocked-patient-group__name{font-size:.8125rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.blocked-patient-group__meta{display:flex;align-items:center;gap:.375rem;font-size:.6875rem;color:#4b5563;flex-wrap:wrap;line-height:1.2}.blocked-patient-group__count{font-weight:500;color:#dc2626;font-size:.6875rem}.blocked-patient-group__reason{color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px;font-size:.6875rem}.blocked-patient-group__expand{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;color:#6b7280;flex-shrink:0;transition:transform .2s ease}.blocked-patient-group__expand svg{width:.875rem;height:.875rem}.blocked-patient-group__trips{padding:.25rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.375rem;background:#dc262605;border-top:1px solid rgba(220,38,38,.08)}.blocked-patient-group__trips .automation-trip-card{padding:.5rem;border-left:2px solid rgba(220,38,38,.25);margin:0;border-radius:4px}.blocked-patient-group__trips .automation-trip-card .card-badges{display:none}.blocked-patient-group__trips .automation-trip-card .patient-name-section{padding-bottom:.25rem;margin-bottom:.25rem}.blocked-patient-group__trips .automation-trip-card .patient-name-section .patient-name{font-size:.8125rem}.blocked-patient-group__trips .automation-trip-card .patient-name-section .patient-icon{width:.875rem;height:.875rem}.blocked-patient-group__trips .automation-trip-card .important-info-tags{padding:.25rem 0;margin-bottom:.25rem;gap:.375rem}.blocked-patient-group__trips .automation-trip-card .important-info-tags .info-tag{padding:.25rem .5rem;font-size:.6875rem}.blocked-patient-group__trips .automation-trip-card .important-info-tags .info-tag .tag-icon{width:.75rem;height:.75rem}.blocked-patient-group__trips .automation-trip-card .main-info-section{gap:.25rem}.blocked-patient-group__trips .automation-trip-card .main-info-section .times-compact{gap:.5rem}.blocked-patient-group__trips .automation-trip-card .main-info-section .times-compact .time-compact-item{font-size:.75rem;gap:.25rem}.blocked-patient-group__trips .automation-trip-card .main-info-section .times-compact .time-compact-item .time-icon{width:.75rem;height:.75rem}.blocked-patient-group__trips .automation-trip-card .main-info-section .locations-compact,.blocked-patient-group__trips .automation-trip-card .main-info-section .locations-compact .location-compact-item{gap:.25rem}.blocked-patient-group__trips .automation-trip-card .main-info-section .locations-compact .location-compact-item .location-icon{width:.75rem;height:.75rem}.blocked-patient-group__trips .automation-trip-card .main-info-section .locations-compact .location-compact-item .location-text{font-size:.6875rem}.blocked-patient-group__trips .automation-trip-card .main-info-section .locations-compact .arrow-compact{width:.75rem;height:.75rem}.blocked-patient-group__trips .automation-trip-card .actions-section{padding-top:.25rem;margin-top:.25rem;gap:.375rem}.blocked-patient-group__trips .automation-trip-card .actions-section .directions-button-primary,.blocked-patient-group__trips .automation-trip-card .actions-section .claim-button{padding:.375rem .75rem;font-size:.6875rem}@media (max-width: 768px){.blocked-patient-group__trips{grid-template-columns:1fr}}.automation-trips-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}@media (max-width: 1400px){.automation-trips-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width: 768px){.automation-trips-grid{grid-template-columns:1fr;gap:.375rem}}.automation-trip-card{background:#fff;border-radius:6px;border:1px solid #e5e7eb;padding:.5rem;display:flex;flex-direction:column;gap:.375rem;transition:all .2s ease;position:relative;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.automation-trip-card:hover{border-color:#d1d5db;box-shadow:0 2px 8px #00000014}.automation-trip-card.blacklisted{border-left:4px solid #dc2626;border-right:2px solid rgba(220,38,38,.3);background:linear-gradient(90deg,#dc262614,#dc262608);box-shadow:inset 0 0 8px #dc26261a;position:relative}.automation-trip-card.blacklisted:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:repeating-linear-gradient(45deg,#dc2626,#dc2626 4px,#ef4444 4px,#ef4444 8px)}.automation-trip-card.blacklisted .patient-name,.automation-trip-card.blacklisted .tag-value,.automation-trip-card.blacklisted .time-value,.automation-trip-card.blacklisted .location-text{color:#991b1b!important}.automation-trip-card.recent{border-left:3px solid #10b981;background:linear-gradient(90deg,rgba(16,185,129,.03) 0%,transparent 100%)}.card-badges{display:flex;align-items:center;gap:.25rem;margin-bottom:-.25rem}.card-badges .blacklist-badge{display:flex;align-items:center;gap:4px;padding:4px 10px;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border-radius:4px;font-size:11px;font-weight:700;white-space:nowrap;text-transform:uppercase;letter-spacing:.3px;box-shadow:0 2px 4px #dc26264d;animation:blacklist-pulse 2s ease-in-out infinite}.card-badges .blacklist-badge svg{width:14px;height:14px}@keyframes blacklist-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.02)}}.card-badges .recent-badge{padding:3px 8px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:4px;font-size:10px;font-weight:700;white-space:nowrap;text-transform:uppercase;letter-spacing:.3px}.patient-name-section{display:flex;align-items:center;gap:.25rem;padding-bottom:.375rem;border-bottom:1px solid #f3f4f6}.patient-name-section .patient-icon{width:18px;height:18px;color:#6366f1;flex-shrink:0}.patient-name-section .patient-name{font-size:.9375rem;font-weight:700;color:#111827;line-height:1.3;word-break:break-word;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.important-info-tags{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap;padding:.375rem 0;margin-bottom:.25rem}.important-info-tags .info-tag{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;font-size:.75rem;font-weight:600;transition:all .2s ease}.important-info-tags .info-tag .tag-icon{width:14px;height:14px;color:#4b5563;flex-shrink:0}.important-info-tags .info-tag .tag-label{color:#4b5563;font-weight:500;font-size:.6875rem;text-transform:uppercase;letter-spacing:.5px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.important-info-tags .info-tag .tag-value{color:#111827;font-weight:700;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.important-info-tags .info-tag.date-tag{background:linear-gradient(135deg,#3b82f61a,#3b82f60d);border-color:#3b82f633}.important-info-tags .info-tag.date-tag .tag-icon{color:#3b82f6}.important-info-tags .info-tag.date-tag .tag-value{color:#1e40af}.important-info-tags .info-tag.los-tag{background:linear-gradient(135deg,#10b9811a,#10b9810d);border-color:#10b98133}.important-info-tags .info-tag.los-tag .tag-label{color:#059669}.important-info-tags .info-tag.los-tag .tag-value{color:#047857}.important-info-tags .info-tag.pickup-time-tag{background:linear-gradient(135deg,#3b82f626,#3b82f614);border-color:#3b82f64d}.important-info-tags .info-tag.pickup-time-tag .tag-icon{color:#3b82f6}.important-info-tags .info-tag.pickup-time-tag .tag-label{color:#2563eb}.important-info-tags .info-tag.pickup-time-tag .tag-value{color:#1e40af;font-weight:700}.important-info-tags .info-tag.miles-tag{background:linear-gradient(135deg,#8b5cf61a,#8b5cf60d);border-color:#8b5cf633}.important-info-tags .info-tag.miles-tag .tag-label{color:#7c3aed}.important-info-tags .info-tag.miles-tag .tag-value{color:#6d28d9}.main-info-section{display:flex;flex-direction:column;gap:.375rem}.times-compact{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.times-compact .time-compact-item{display:flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:600;color:#111827}.times-compact .time-compact-item .time-icon{width:16px;height:16px;color:#6b7280;flex-shrink:0}.times-compact .time-compact-item .time-label{color:#4b5563;font-weight:500;font-size:.75rem}.times-compact .time-compact-item .time-value{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:600}.locations-compact{display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.locations-compact .arrow-compact{width:16px;height:16px;color:#9ca3af;flex-shrink:0}.locations-compact .location-compact-item{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.locations-compact .location-compact-item .location-icon{width:16px;height:16px;flex-shrink:0}.locations-compact .location-compact-item .location-icon.pickup{color:#3b82f6}.locations-compact .location-compact-item .location-icon.dropoff{color:#10b981}.locations-compact .location-compact-item .location-text{font-size:.75rem;font-weight:500;color:#374151;word-break:break-word;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.actions-section{display:flex;align-items:center;justify-content:space-between;gap:.375rem;padding-top:.375rem;margin-top:auto;border-top:1px solid #f3f4f6}.actions-section .directions-button-primary{padding:10px 16px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex:1}.actions-section .directions-button-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-1px);box-shadow:0 2px 6px #3b82f64d}.actions-section .directions-button-primary:active{transform:translateY(0)}.actions-section .claim-button{flex:1;padding:10px 16px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:4px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.actions-section .claim-button:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 2px 6px #10b9814d}.actions-section .claim-button:active:not(:disabled){transform:translateY(0)}.actions-section .claim-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.actions-section .claim-button.blocked{background:linear-gradient(135deg,#dc2626,#b91c1c);cursor:not-allowed}.actions-section .claim-button.blocked:hover{background:linear-gradient(135deg,#b91c1c,#991b1b);transform:none}.automation-empty-state{display:flex;align-items:center;justify-content:center;padding:2rem;color:#6b7280;font-size:.8125rem}.automation-empty-state p{margin:0}@media (max-width: 768px){.automation-trip-card{padding:.375rem}.patient-name-section .patient-name{font-size:.8125rem}.locations-compact{flex-direction:column;align-items:flex-start;gap:.25rem}.locations-compact .arrow-compact{transform:rotate(90deg);margin:2px 0;align-self:center}}.trip-claim-confirmation-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .2s ease}.trip-claim-confirmation-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:900px;width:100%;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s ease;overflow:hidden}.trip-claim-confirmation-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:2px solid #e5e7eb;background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff}.trip-claim-confirmation-modal__header h2{margin:0;font-size:1.5rem;font-weight:600}.trip-claim-confirmation-modal__close{background:#fff3;border:none;border-radius:6px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s ease}.trip-claim-confirmation-modal__close svg{width:20px;height:20px}.trip-claim-confirmation-modal__close:hover{background:#ffffff4d}.trip-claim-confirmation-modal__content{flex:1;overflow-y:auto;padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1.5rem}.trip-claim-confirmation-modal__content::-webkit-scrollbar{width:8px}.trip-claim-confirmation-modal__content::-webkit-scrollbar-track{background:transparent}.trip-claim-confirmation-modal__content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.trip-claim-confirmation-modal__content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.trip-claim-confirmation-modal__summary{padding:1rem;background:#eff6ff;border:1px solid #3b82f6;border-radius:8px;font-size:1rem}.trip-claim-confirmation-modal__summary p{margin:0;color:#1e40af}.trip-claim-confirmation-modal__summary p strong{font-weight:700;font-size:1.125rem}.trip-claim-confirmation-modal__summary p .blacklisted-count{color:#dc2626;font-weight:500}.trip-claim-confirmation-modal__blacklisted-section .blacklisted-section-title{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1rem;font-weight:600;color:#dc2626}.trip-claim-confirmation-modal__blacklisted-section .blacklisted-section-title .icon{width:20px;height:20px}.trip-claim-confirmation-modal__blacklisted-section .blacklisted-trips-list{display:flex;flex-direction:column;gap:.75rem}.trip-claim-confirmation-modal__blacklisted-section .blacklisted-trip-item{padding:1rem;background:#fef2f2;border:2px solid #fecaca;border-radius:8px;border-left:4px solid #dc2626}.trip-claim-confirmation-modal__blacklisted-section .blacklisted-trip-item .trip-info{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.trip-claim-confirmation-modal__blacklisted-section .blacklisted-trip-item .trip-info .trip-name{font-weight:600;color:#991b1b}.trip-claim-confirmation-modal__blacklisted-section .blacklisted-trip-item .trip-info .trip-date,.trip-claim-confirmation-modal__blacklisted-section .blacklisted-trip-item .trip-info .trip-time{font-size:.875rem;color:#7f1d1d}.trip-claim-confirmation-modal__blacklisted-section .blacklisted-trip-item .blacklist-reason{font-size:.875rem;color:#991b1b;font-style:italic}.trip-claim-confirmation-modal__trips-section .trips-section-title{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1rem;font-weight:600;color:#059669}.trip-claim-confirmation-modal__trips-section .trips-section-title .icon{width:20px;height:20px}.trip-claim-confirmation-modal__trips-section .trips-list{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto}.trip-claim-confirmation-modal__trips-section .trips-list::-webkit-scrollbar{width:6px}.trip-claim-confirmation-modal__trips-section .trips-list::-webkit-scrollbar-track{background:transparent}.trip-claim-confirmation-modal__trips-section .trips-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.trip-claim-confirmation-modal__trips-section .no-trips-message{padding:2rem;text-align:center;color:#6b7280;font-style:italic}.trip-claim-confirmation-modal__trips-section .trip-item{padding:1rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px;transition:all .2s ease}.trip-claim-confirmation-modal__trips-section .trip-item:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f626}.trip-claim-confirmation-modal__trips-section .trip-item__main{display:flex;flex-direction:column;gap:.75rem}.trip-claim-confirmation-modal__trips-section .trip-item__info{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.trip-claim-confirmation-modal__trips-section .trip-item__info .trip-name{font-weight:600;font-size:1rem;color:#111827}.trip-claim-confirmation-modal__trips-section .trip-item__info .trip-location{font-size:.875rem;color:#4b5563}.trip-claim-confirmation-modal__trips-section .trip-item__details{display:flex;flex-wrap:wrap;gap:1rem;font-size:.875rem}.trip-claim-confirmation-modal__trips-section .trip-item__details .trip-detail{color:#374151}.trip-claim-confirmation-modal__trips-section .trip-item__details .trip-detail strong{color:#111827;font-weight:600;margin-right:.25rem}.trip-claim-confirmation-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem;border-top:2px solid #e5e7eb;background:#f9fafb}.trip-claim-confirmation-modal__btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:120px}.trip-claim-confirmation-modal__btn--cancel{background:#fff;color:#374151;border:2px solid #d1d5db}.trip-claim-confirmation-modal__btn--cancel:hover{background:#f9fafb;border-color:#9ca3af}.trip-claim-confirmation-modal__btn--confirm{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 8px #10b9814d}.trip-claim-confirmation-modal__btn--confirm:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #10b98166;transform:translateY(-1px)}.trip-claim-confirmation-modal__btn--confirm:disabled{opacity:.5;cursor:not-allowed;transform:none}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.date-range-fetcher-layout{display:flex;width:100%;height:100%;margin:0;padding:0;gap:0;overflow:hidden;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;position:relative;z-index:1}.config-btn{width:100%;padding:.625rem .75rem;background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;border:none;border-radius:8px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-bottom:.25rem}.config-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 4px 12px #3b82f640}.config-btn:active:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#2563eb)}.config-btn:disabled{opacity:.5;cursor:not-allowed}.filter-sidebar__content .filter-actions-section{display:flex;gap:.5rem;margin-bottom:.5rem}.filter-sidebar__content .filter-actions-section button{flex:1;padding:.625rem;border:none;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 2px #0000000d}.filter-sidebar__content .filter-actions-section button:disabled{opacity:.5;cursor:not-allowed}.filter-sidebar__content .filter-actions-section .btn-primary{background:#10b981;color:#fff;border:1px solid #10b981}.filter-sidebar__content .filter-actions-section .btn-primary:hover:not(:disabled){background:#059669;border-color:#059669;box-shadow:0 2px 4px #10b98133}.filter-sidebar__content .filter-actions-section .btn-stop{background:#dc2626;color:#fff;border:1px solid #dc2626}.filter-sidebar__content .filter-actions-section .btn-stop:hover{background:#b91c1c;border-color:#b91c1c;box-shadow:0 2px 4px #dc262633}.filter-sidebar__content .filter-actions-section .btn-clear{background:#fff;color:#6b7280;border:1px solid #e5e7eb}.filter-sidebar__content .filter-actions-section .btn-clear:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;color:#111827}.filter-sidebar__content .progress-section{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.75rem;margin-bottom:.5rem;box-shadow:0 1px 2px #0000000d}.filter-sidebar__content .progress-section .progress-bar{height:4px;background:#3b82f6;border-radius:2px;margin-bottom:.5rem;transition:width .3s ease}.filter-sidebar__content .progress-section .progress-text{font-size:.75rem;color:#6b7280;line-height:1.4;font-weight:500}.filter-sidebar__content .control-section{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.filter-sidebar__content .control-section label{font-size:.75rem;font-weight:600;color:#6b7280;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.025em}.filter-sidebar__content .control-section .mode-group{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.filter-sidebar__content .control-section .mode-group .mode-btn{padding:.625rem;border:1px solid #e5e7eb;background:#fff;border-radius:6px;font-size:.8125rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 2px #0000000d}.filter-sidebar__content .control-section .mode-group .mode-btn:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.filter-sidebar__content .control-section .mode-group .mode-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.filter-sidebar__content .control-section .mode-group .mode-btn:disabled{opacity:.5;cursor:not-allowed}.filter-sidebar__content .control-section .input-field{padding:.625rem .75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;background:#fff;color:#111827;transition:all .15s ease;box-shadow:0 1px 2px #0000000d}.filter-sidebar__content .control-section .input-field:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-sidebar__content .control-section .input-field:disabled{background:#f9fafb;cursor:not-allowed;opacity:.6}.filter-sidebar__content .control-section .switch{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.75rem 0;margin:0}.filter-sidebar__content .control-section .switch .switch-label{font-size:.8125rem;font-weight:500;color:#111827;flex:1}.filter-sidebar__content .control-section .switch input[type=checkbox]{width:44px;height:24px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#d1d5db;border-radius:12px;position:relative;transition:background .2s ease;flex-shrink:0}.filter-sidebar__content .control-section .switch input[type=checkbox]:before{content:"";position:absolute;width:20px;height:20px;border-radius:50%;background:#fff;top:2px;left:2px;transition:transform .2s ease;box-shadow:0 2px 4px #0003}.filter-sidebar__content .control-section .switch input[type=checkbox]:checked{background:#3b82f6}.filter-sidebar__content .control-section .switch input[type=checkbox]:checked:before{transform:translate(20px)}.filter-sidebar__content .control-section .switch input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.filter-sidebar__content .control-section .claim-stats{display:flex;gap:.75rem;font-size:.75rem;color:#6b7280;padding:.625rem .875rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;margin-top:.25rem;font-weight:500}.filter-sidebar__content .control-section .perf-mode-toggle{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:.5rem}.filter-sidebar__content .control-section .perf-mode-toggle .perf-mode-btn{padding:.625rem;border:1px solid #e5e7eb;background:#fff;border-radius:6px;font-size:.8125rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 2px #0000000d}.filter-sidebar__content .control-section .perf-mode-toggle .perf-mode-btn:hover:not(:disabled){border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.filter-sidebar__content .control-section .perf-mode-toggle .perf-mode-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.filter-sidebar__content .control-section .perf-mode-toggle .perf-mode-btn:disabled{opacity:.5;cursor:not-allowed}.filter-sidebar__content .control-section .perf-settings{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.75rem;margin-top:.5rem;box-shadow:0 1px 2px #0000000d}.filter-sidebar__content .control-section .perf-settings label{display:block;font-size:.75rem;font-weight:600;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.025em}.filter-sidebar__content .control-section .perf-settings .perf-input-group{display:flex;align-items:center;gap:.75rem}.filter-sidebar__content .control-section .perf-settings .perf-input-group .perf-slider{flex:1;height:6px;border-radius:3px;background:#e5e7eb;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.filter-sidebar__content .control-section .perf-settings .perf-input-group .perf-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#3b82f6;cursor:pointer;transition:all .15s ease;box-shadow:0 2px 4px #3b82f666}.filter-sidebar__content .control-section .perf-settings .perf-input-group .perf-slider::-webkit-slider-thumb:hover{background:#2563eb;transform:scale(1.15)}.filter-sidebar__content .control-section .perf-settings .perf-input-group .perf-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#3b82f6;cursor:pointer;border:none;transition:all .15s ease;box-shadow:0 2px 4px #3b82f666}.filter-sidebar__content .control-section .perf-settings .perf-input-group .perf-slider::-moz-range-thumb:hover{background:#2563eb;transform:scale(1.15)}.filter-sidebar__content .control-section .perf-settings .perf-input-group .perf-slider:disabled{opacity:.5;cursor:not-allowed}.filter-sidebar__content .control-section .perf-settings .perf-input-group .perf-slider:disabled::-webkit-slider-thumb{cursor:not-allowed}.filter-sidebar__content .control-section .perf-settings .perf-input-group .perf-slider:disabled::-moz-range-thumb{cursor:not-allowed}.filter-sidebar__content .control-section .perf-settings .perf-input-group .perf-input-number{width:70px;padding:.5rem .625rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.8125rem;background:#fff;color:#111827;text-align:center;transition:all .15s ease;font-weight:500;box-shadow:0 1px 2px #0000000d}.filter-sidebar__content .control-section .perf-settings .perf-input-group .perf-input-number:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-sidebar__content .control-section .perf-settings .perf-input-group .perf-input-number:disabled{background:#f9fafb;cursor:not-allowed;opacity:.6}.filter-sidebar__content .control-section .perf-settings .perf-steps{display:flex;justify-content:space-between;margin-top:.25rem;padding:0 .25rem}.filter-sidebar__content .control-section .perf-settings .perf-steps span{font-size:.625rem;color:#999;font-weight:500}.main-content{flex:1;display:flex;flex-direction:column;background:#fff;overflow-y:auto;min-width:0;height:100vh;position:relative}.main-content .trips-table-container{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden;padding:0}.main-content .trips-table-container .table-wrapper{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden;position:relative}.main-content .trips-table-container .table-wrapper .table-container{flex:1;display:flex;flex-direction:column;min-height:0;overflow:auto;width:100%}.main-content .trips-table-container .table-wrapper .table-container::-webkit-scrollbar{width:10px}.main-content .trips-table-container .table-wrapper .table-container::-webkit-scrollbar-track{background:transparent}.main-content .trips-table-container .table-wrapper .table-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:5px}.main-content .trips-table-container .table-wrapper .table-container::-webkit-scrollbar-thumb:hover{background:#9ca3af}.status-banner{padding:.875rem 1.25rem;border-bottom:1px solid #e5e5e5}.status-banner.success{background:#f0fdf4;border-bottom-color:#86efac}.status-banner .banner-content{display:flex;align-items:center;gap:.625rem}.status-banner .banner-content .banner-icon{font-size:1.125rem}.status-banner .banner-content .banner-text{flex:1;font-size:.875rem;color:#166534}.status-banner .banner-content .banner-text strong{font-weight:600}.automation-stats-bar{position:sticky;bottom:0;z-index:50;height:40px;background:#fff;border-top:1px solid #e5e7eb;display:flex;align-items:center;padding:0 1.5rem;gap:1.25rem;margin-top:auto;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 -1px 3px #0000000d}.automation-stats-bar .stats-group{display:flex;align-items:center;gap:1.25rem}.automation-stats-bar .stat-compact{display:flex;align-items:center;gap:.5rem}.automation-stats-bar .stat-compact .stat-label{font-size:11px;font-weight:500;color:#64748b;white-space:nowrap}.automation-stats-bar .stat-compact .stat-value{font-size:14px;font-weight:700;color:#1e293b;font-family:SF Mono,Monaco,Courier New,monospace;white-space:nowrap}.automation-stats-bar .stat-compact.stat-primary .stat-value{color:#0f172a;font-size:15px}.automation-stats-bar .stat-compact.stat-success .stat-value{color:#10b981}.automation-stats-bar .stat-compact.stat-error .stat-value{color:#dc2626;font-weight:700}.automation-stats-bar .stat-compact.stat-error.clickable{cursor:pointer;padding:.25rem .5rem;margin:-.25rem -.5rem;border-radius:4px;transition:background .15s ease}.automation-stats-bar .stat-compact.stat-error.clickable:hover{background:#dc26260d}.automation-stats-bar .stat-compact.stat-error .stat-toggle{font-size:10px;color:#94a3b8;margin-left:4px;transition:transform .2s ease}.automation-stats-bar .stat-compact.stat-rate .stat-value{font-weight:700}.automation-stats-bar .stat-separator{width:1px;height:20px;background:#e5e7eb;flex-shrink:0}.automation-stats-bar .stats-action-btn{padding:.375rem .75rem;background:#fff;border:1px solid #e5e7eb;border-radius:4px;font-size:11px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s ease;white-space:nowrap}.automation-stats-bar .stats-action-btn:hover{background:#f9fafb;border-color:#d1d5db;color:#111827}.automation-stats-bar .stats-action-btn:active{transform:scale(.98)}.stats-errors-panel{position:sticky;bottom:40px;background:#fff;border-top:1px solid #fee2e2;border-bottom:1px solid #fee2e2;padding:.75rem 1.5rem;z-index:49;max-height:200px;overflow-y:auto;box-shadow:0 -2px 4px #0000000d}.stats-errors-panel .error-row{display:flex;align-items:center;gap:1rem;padding:.5rem 0;border-bottom:1px solid #fee2e2}.stats-errors-panel .error-row:last-child{border-bottom:none;padding-bottom:0}.stats-errors-panel .error-row:first-child{padding-top:0}.stats-errors-panel .error-date{font-size:11px;font-weight:600;color:#dc2626;font-family:SF Mono,Monaco,Courier New,monospace;min-width:90px;flex-shrink:0}.stats-errors-panel .error-message{flex:1;font-size:12px;color:#991b1b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stats-errors-panel .error-dismiss-btn{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:4px;font-size:16px;color:#dc2626;cursor:pointer;transition:all .15s ease;padding:0;line-height:1}.stats-errors-panel .error-dismiss-btn:hover{background:#fee2e2;color:#991b1b}.stats-errors-panel .error-dismiss-btn:active{transform:scale(.9)}.stats-errors-panel .error-overflow-text{padding-top:.5rem;text-align:center;font-size:11px;color:#dc2626;font-style:italic}.dates-section-modern{padding:1rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.dates-section-modern .dates-section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:.5rem}.dates-section-modern .dates-section-header .dates-header-left{display:flex;flex-direction:column;gap:.25rem}.dates-section-modern .dates-section-header .section-title{margin:0;font-size:1rem;font-weight:600;color:#111827;display:flex;align-items:center;gap:.375rem}.dates-section-modern .dates-section-header .section-title svg{width:20px;height:20px;color:#6b7280}.dates-section-modern .dates-section-header .dates-subtitle{font-size:.75rem;color:#4b5563;font-weight:500}.dates-section-modern .dates-grid-modern{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem}@media (max-width: 768px){.dates-section-modern .dates-grid-modern{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.375rem}}.dates-section-modern .date-card-modern{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:.5rem;display:flex;flex-direction:column;gap:.375rem;transition:all .2s ease;cursor:pointer;position:relative;overflow:hidden}.dates-section-modern .date-card-modern:hover{border-color:#d1d5db;box-shadow:0 2px 8px #00000014;transform:translateY(-2px)}.dates-section-modern .date-card-modern.today{border-color:#3b82f6;background:linear-gradient(135deg,#3b82f60d,#3b82f605)}.dates-section-modern .date-card-modern.today .date-day-number{color:#3b82f6}.dates-section-modern .date-card-modern .date-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.dates-section-modern .date-card-modern .date-card-header .date-day-name{font-size:.6875rem;font-weight:600;color:#4b5563;text-transform:uppercase;letter-spacing:.5px}.dates-section-modern .date-card-modern .date-card-header .today-badge{padding:2px 6px;background:#3b82f6;color:#fff;border-radius:4px;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.dates-section-modern .date-card-modern .date-main{display:flex;align-items:baseline;gap:.25rem;margin-bottom:.25rem}.dates-section-modern .date-card-modern .date-main .date-day-number{font-size:28px;font-weight:700;color:#111827;line-height:1;font-family:SF Mono,Monaco,Courier New,monospace}.dates-section-modern .date-card-modern .date-main .date-month{font-size:.75rem;font-weight:500;color:#4b5563;text-transform:uppercase;letter-spacing:.5px}.dates-section-modern .date-card-modern .date-trips{display:flex;align-items:baseline;gap:4px;padding-top:.25rem;border-top:1px solid #f3f4f6;margin-top:auto}.dates-section-modern .date-card-modern .date-trips .trip-count{font-size:.9375rem;font-weight:700;color:#10b981;line-height:1;font-family:SF Mono,Monaco,Courier New,monospace}.dates-section-modern .date-card-modern .date-trips .trip-label{font-size:.6875rem;color:#6b7280;font-weight:500;text-transform:lowercase}.errors-section{padding:.875rem 1.25rem;border-top:1px solid #e5e5e5;background:#fef3c7}.errors-section h4{margin:0 0 .625rem;font-size:.875rem;color:#92400e;font-weight:600}.errors-section .errors-list{max-height:200px;overflow-y:auto;font-size:.8125rem}.errors-section .errors-list .error-item{padding:.5rem;margin-bottom:.375rem;background:#fff;border-radius:4px;color:#92400e}.errors-section .errors-list .error-item strong{margin-right:.5rem;font-weight:600}.empty-state{flex:1;display:flex;align-items:center;justify-content:center;color:#999;font-size:.875rem}@media (max-width: 1024px){.dates-grid{padding:0 2rem}}@media (max-width: 1400px){.automation-stats-bar{gap:1rem;padding:0 1.25rem}.stats-group{gap:1rem}}@media (max-width: 1024px){.automation-stats-bar{height:auto;min-height:40px;flex-wrap:wrap;padding:.5rem 1rem;gap:.75rem}.stat-separator{display:none}}@media (max-width: 768px){.main-content{padding:2rem 0}.dates-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))!important;gap:.625rem!important;padding:0 1rem}.automation-stats-bar{padding:.5rem .75rem}.automation-stats-bar .stat-compact .stat-label{font-size:10px}.automation-stats-bar .stat-compact .stat-value{font-size:12px}.automation-stats-bar .stats-action-btn{font-size:10px;padding:.25rem .5rem}.stats-errors-panel{padding:.625rem .75rem;bottom:40px}.stats-errors-panel .error-row{flex-direction:column;align-items:flex-start;gap:.5rem;position:relative;padding:.625rem 0}.stats-errors-panel .error-date{min-width:auto}.stats-errors-panel .error-message{white-space:normal;padding-right:30px;word-break:break-word}.stats-errors-panel .error-dismiss-btn{position:absolute;top:.625rem;right:0}}.self-assignment-list{padding:0;width:100%;margin:0;display:flex;flex-direction:column;height:100%;overflow:hidden}.self-assignment-list .automation-trips-wrapper{width:100%;height:100%;overflow-y:auto;padding:0}.self-assignment-list .config-button{padding:.5rem 1rem;background-color:var(--bg-secondary, #f5f5f5);color:var(--text-primary, #213547);border:1px solid var(--border-color, #e0e0e0);border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s;display:flex;align-items:center;gap:.5rem}.self-assignment-list .config-button:hover{background-color:var(--bg-hover, #f9f9f9);border-color:var(--primary-color, #646cff);color:var(--primary-color, #646cff)}.self-assignment-list .config-button:active{transform:scale(.98)}.self-assignment-list .empty-state{text-align:center;padding:2rem;margin-top:1rem}.self-assignment-list .empty-state p{color:var(--text-secondary, #666);font-size:1.1rem;margin-bottom:1rem}.self-assignment-list .empty-state .debug-info{margin-top:2rem;text-align:left;max-width:800px;margin-left:auto;margin-right:auto}.self-assignment-list .empty-state .debug-info summary{cursor:pointer;color:var(--primary-color, #646cff);font-size:.9rem;margin-bottom:.5rem;padding:.5rem;background-color:var(--bg-secondary, #f5f5f5);border-radius:4px}.self-assignment-list .empty-state .debug-info summary:hover{background-color:var(--bg-hover, #f9f9f9)}.self-assignment-list .empty-state .debug-info pre{background-color:var(--bg-secondary, #f5f5f5);padding:1rem;border-radius:4px;overflow-x:auto;font-size:.8rem;max-height:400px;overflow-y:auto;border:1px solid var(--border-color, #e0e0e0)}.table-wrapper{position:relative;width:100%;height:100%}.table-wrapper .table-container{width:100%;height:100%}.table-wrapper .table-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fffc;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:8px}.table-wrapper .table-loading-overlay .loading-spinner-small{width:30px;height:30px;border:3px solid var(--border-color, #e0e0e0);border-top:3px solid var(--primary-color, #646cff);border-radius:50%;animation:spin .8s linear infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.break-type-selector{background:#fff;border-radius:16px;padding:0;max-width:500px;width:100%;box-shadow:0 20px 60px #0000001f,0 0 0 1px #0000000a;animation:fadeIn .25s cubic-bezier(.4,0,.2,1);overflow:hidden;contain:layout style paint}.break-type-selector__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9;background:linear-gradient(to bottom,#fff,#fafbfc)}.break-type-selector__header h3{margin:0;font-size:1.125rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.break-type-selector__close{background:transparent;border:none;cursor:pointer;padding:.375rem;display:flex;align-items:center;justify-content:center;color:#64748b;border-radius:6px;transition:all .15s cubic-bezier(.4,0,.2,1);will-change:background-color,color}.break-type-selector__close:hover{background:#f1f5f9;color:#0f172a}.break-type-selector__close:active{transform:scale(.95)}.break-type-selector__close svg{width:20px;height:20px}.break-type-selector__form{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem}.break-type-selector__types{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;animation:slideUp .3s cubic-bezier(.4,0,.2,1)}.break-type-selector__type{padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);will-change:transform,border-color,background-color;text-align:center;position:relative;overflow:hidden}.break-type-selector__type:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#9333ea1a;opacity:0;transition:opacity .2s}.break-type-selector__type:hover{border-color:#9333ea;background:#faf5ff;transform:translateY(-2px);box-shadow:0 4px 12px #9333ea26}.break-type-selector__type:hover:before{opacity:1}.break-type-selector__type.active{border-color:#9333ea;background:linear-gradient(135deg,#9333ea,#7e22ce);color:#fff;box-shadow:0 4px 12px #9333ea40;transform:translateY(-2px)}.break-type-selector__type.active:before{opacity:0}.break-type-selector__type-label{font-size:.875rem;font-weight:600;letter-spacing:-.01em;position:relative;z-index:1}.break-type-selector__notes{display:flex;flex-direction:column;gap:.625rem;animation:slideUp .3s cubic-bezier(.4,0,.2,1) .1s both}.break-type-selector__notes label{font-size:.875rem;font-weight:600;color:#0f172a;letter-spacing:-.01em}.break-type-selector__notes textarea{width:100%;padding:.875rem;border:2px solid #e2e8f0;border-radius:10px;font-size:.875rem;font-family:inherit;resize:vertical;transition:all .2s cubic-bezier(.4,0,.2,1);background:#fff;color:#0f172a;min-height:80px}.break-type-selector__notes textarea:focus{outline:none;border-color:#9333ea;box-shadow:0 0 0 3px #9333ea1a}.break-type-selector__notes textarea::placeholder{color:#94a3b8}.break-type-selector__actions{display:flex;gap:.75rem;justify-content:flex-end;animation:slideUp .3s cubic-bezier(.4,0,.2,1) .15s both}.break-type-selector__cancel,.break-type-selector__submit{padding:.75rem 1.5rem;border-radius:10px;font-size:.875rem;font-weight:600;letter-spacing:-.01em;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);will-change:transform,box-shadow;border:none}.break-type-selector__cancel{background:#f1f5f9;color:#64748b}.break-type-selector__cancel:hover{background:#e2e8f0;color:#0f172a;transform:translateY(-1px)}.break-type-selector__cancel:active{transform:scale(.98)}.break-type-selector__submit{background:linear-gradient(135deg,#9333ea,#7e22ce);color:#fff;box-shadow:0 4px 12px #9333ea40}.break-type-selector__submit:hover:not(:disabled){box-shadow:0 6px 20px #9333ea59;transform:translateY(-1px)}.break-type-selector__submit:active:not(:disabled){transform:scale(.98)}.break-type-selector__submit:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.break-type-selector__loading{text-align:center;padding:3rem 2rem;color:#64748b;font-size:.875rem;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.break-type-selector{transform:translateZ(0);backface-visibility:hidden}.timesheet-view{padding:.75rem 1rem!important;width:100%;max-width:none;margin:0;background:#fff!important;min-height:100vh;box-sizing:border-box}.timesheet-view__loading,.timesheet-view__no-shift{text-align:center;padding:2rem;color:var(--text-secondary, #666);background:#fff;border-radius:.375rem;font-size:.875rem}.timesheet-view__header{margin-bottom:.75rem}.timesheet-view__title{font-size:1.5rem;font-weight:700;color:var(--text-primary, #213547);margin:0 0 .5rem}.timesheet-view__tabs{display:flex;gap:0;border-bottom:1px solid #e5e7eb;padding-bottom:0}.timesheet-view__tab{padding:.5rem 1rem;background:transparent;border:none;border-bottom:2px solid transparent;font-size:.875rem;font-weight:500;color:var(--text-secondary, #666);cursor:pointer;transition:all .2s ease;margin-bottom:-1px}.timesheet-view__tab:hover{color:#9333ea}.timesheet-view__tab--active{color:#9333ea;border-bottom-color:#9333ea}.timesheet-view__current-day{background:#fff;border-radius:.5rem;padding:1rem 1.25rem;margin-bottom:.75rem;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;gap:.75rem}.timesheet-view__current-day-header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.timesheet-view__date-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem .875rem;border:1px solid #e5e7eb;border-radius:.375rem;min-width:60px}.timesheet-view__date-month{font-size:.625rem;font-weight:600;color:#9333ea;text-transform:uppercase;letter-spacing:.05em}.timesheet-view__date-day{font-size:1.5rem;font-weight:700;color:var(--text-primary, #213547);line-height:1.1}.timesheet-view__day-name{font-size:.875rem;font-weight:600;color:var(--text-secondary, #666);letter-spacing:.05em;text-transform:uppercase}.timesheet-view__current-actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;margin-left:auto}.timesheet-view__btn{display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem 1rem;border-radius:1.5rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;border:2px solid transparent;white-space:nowrap;min-width:120px}.timesheet-view__btn svg{width:1rem;height:1rem}.timesheet-view__btn:disabled{opacity:.5;cursor:not-allowed}.timesheet-view__btn--clock-in{background:#9333ea;color:#fff;border-color:#9333ea}.timesheet-view__btn--clock-in:hover:not(:disabled){background:#7e22ce;border-color:#7e22ce}.timesheet-view__btn--break{background:#fff;color:#9333ea;border:2px solid #9333ea}.timesheet-view__btn--break:hover:not(:disabled){background:#faf5ff;border-color:#7e22ce}.timesheet-view__btn--clock-out{background:#dc2626;color:#fff;border-color:#dc2626;border-radius:1.5rem}.timesheet-view__btn--clock-out:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.timesheet-view__btn--end-break{background:#9333ea;color:#fff;border-color:#9333ea}.timesheet-view__btn--end-break:hover:not(:disabled){background:#7e22ce;border-color:#7e22ce}.timesheet-view__current-metrics{display:flex;gap:0;padding-top:.75rem;border-top:1px solid #e5e7eb}.timesheet-view__metric{display:flex;flex-direction:column;gap:.25rem;flex:1;padding:0 1.25rem;border-right:1px solid #e5e7eb}.timesheet-view__metric:first-child{padding-left:0}.timesheet-view__metric:last-child{border-right:none;padding-right:0}.timesheet-view__metric-label{font-size:.75rem;font-weight:500;color:var(--text-secondary, #666)}.timesheet-view__metric-value{font-size:1.25rem;font-weight:600;color:var(--text-primary, #213547)}.timesheet-view__summary{display:flex;gap:0;margin-bottom:.75rem;background:#fff;border-radius:.375rem;box-shadow:0 1px 2px #0000000d;overflow:hidden}.timesheet-view__summary-card{flex:1;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.25rem;border-right:1px solid #e5e7eb}.timesheet-view__summary-card:last-child{border-right:none}.timesheet-view__summary-label{font-size:.75rem;font-weight:500;color:var(--text-secondary, #666)}.timesheet-view__summary-value{font-size:1.125rem;font-weight:700;color:var(--text-primary, #213547)}.timesheet-view__table-controls{display:flex;gap:.5rem;align-items:center;margin-bottom:.5rem;flex-wrap:wrap}.timesheet-view__filter-group{display:flex;align-items:center;gap:0}.timesheet-view__filter-label{display:none}.timesheet-view__select-wrapper{position:relative;display:inline-block}.timesheet-view__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.375rem 1.5rem .375rem .625rem;border:1px solid #d1d5db;border-radius:.25rem;background:#fff;font-size:.8125rem;color:var(--text-primary, #213547);cursor:pointer;min-width:90px}.timesheet-view__select:focus{outline:none;border-color:#9333ea}.timesheet-view__select-icon{position:absolute;right:.375rem;top:50%;transform:translateY(-50%);width:.875rem;height:.875rem;color:var(--text-secondary, #666);pointer-events:none}.timesheet-view__date-filter-wrapper{position:relative}.timesheet-view__date-filter-btn{display:flex;align-items:center;gap:.375rem;padding:.375rem .625rem;background:#fff;border:1px solid #d1d5db;border-radius:.25rem;font-size:.8125rem;font-weight:500;color:var(--text-primary, #213547);cursor:pointer;transition:all .15s ease;height:fit-content;position:relative}.timesheet-view__date-filter-btn svg{width:.875rem;height:.875rem}.timesheet-view__date-filter-btn:hover{border-color:#9333ea;color:#9333ea}.timesheet-view__date-filter-icon{width:.75rem;height:.75rem;margin-left:.25rem}.timesheet-view__date-menu{position:absolute;top:calc(100% + .25rem);left:0;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 4px 6px #0000001a;z-index:100;min-width:200px;padding:.375rem}.timesheet-view__date-menu-item{display:block;width:100%;text-align:left;padding:.5rem .75rem;background:transparent;border:none;border-radius:.25rem;font-size:.8125rem;color:var(--text-primary, #213547);cursor:pointer;transition:all .15s ease}.timesheet-view__date-menu-item:hover{background:#f3f4f6;color:#9333ea}.timesheet-view__date-menu-item.active{background:#f3e8ff;color:#9333ea;font-weight:600}.timesheet-view__date-menu-divider{height:1px;background:#e5e7eb;margin:.375rem 0}.timesheet-view__date-menu-custom{padding:.5rem .75rem;display:flex;flex-direction:column;gap:.375rem}.timesheet-view__date-menu-label{font-size:.75rem;font-weight:500;color:var(--text-secondary, #666)}.timesheet-view__date-input{padding:.375rem .5rem;border:1px solid #d1d5db;border-radius:.25rem;font-size:.8125rem;color:var(--text-primary, #213547);background:#fff;width:100%;cursor:pointer}.timesheet-view__date-input:focus{outline:none;border-color:#9333ea}.timesheet-view__date-input::-webkit-calendar-picker-indicator{cursor:pointer}.timesheet-view__table-wrapper{background:#fff;border-radius:.375rem;overflow:hidden;box-shadow:0 1px 2px #0000000d}.timesheet-view__table{width:100%;border-collapse:collapse}.timesheet-view__table thead{background:#f9fafb;border-bottom:1px solid #e5e7eb}.timesheet-view__table th{padding:.625rem .75rem;text-align:left;font-size:.75rem;font-weight:600;color:var(--text-secondary, #666);text-transform:uppercase;letter-spacing:.05em}.timesheet-view__table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .15s ease}.timesheet-view__table tbody tr:hover{background:#f9fafb}.timesheet-view__table tbody tr:last-child{border-bottom:none}.timesheet-view__table tbody td{padding:.625rem .75rem;font-size:.8125rem;color:var(--text-primary, #213547)}.timesheet-view__table-loading,.timesheet-view__table-empty{text-align:center;padding:1.5rem;color:var(--text-secondary, #666);font-size:.8125rem}.timesheet-view__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.timesheet-view__modal-content{width:100%;max-width:500px}@media (max-width: 1024px){.timesheet-view__summary{flex-wrap:wrap}.timesheet-view__summary .timesheet-view__summary-card{flex:1 1 45%;border-right:none;border-bottom:1px solid #e5e7eb;padding:.625rem .875rem}.timesheet-view__summary .timesheet-view__summary-card:nth-child(odd){border-right:1px solid #e5e7eb}.timesheet-view__summary .timesheet-view__summary-card:nth-last-child(-n+2){border-bottom:none}.timesheet-view__current-metrics{flex-wrap:wrap}.timesheet-view__current-metrics .timesheet-view__metric{flex:1 1 30%;border-right:none;padding:0 .75rem}}@media (max-width: 768px){.timesheet-view{padding:.5rem!important}.timesheet-view__summary{flex-direction:column}.timesheet-view__summary .timesheet-view__summary-card{flex:1 1 100%;border-right:none;border-bottom:1px solid #e5e7eb;padding:.625rem .875rem}.timesheet-view__summary .timesheet-view__summary-card:last-child{border-bottom:none}.timesheet-view__current-metrics{flex-direction:column}.timesheet-view__current-metrics .timesheet-view__metric{flex:1 1 100%;border-right:none;border-bottom:1px solid #e5e7eb;padding:.625rem 0}.timesheet-view__current-metrics .timesheet-view__metric:first-child{padding-top:0}.timesheet-view__current-metrics .timesheet-view__metric:last-child{border-bottom:none;padding-bottom:0}.timesheet-view__table-wrapper{overflow-x:auto}.timesheet-view__table{min-width:600px}.timesheet-view__current-day-header{flex-direction:column;align-items:flex-start}.timesheet-view__current-actions{width:100%}.timesheet-view__current-actions .timesheet-view__btn{flex:1}}.dual-time-display{display:inline-flex;align-items:center;gap:.25rem;font-size:.8125rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;flex-wrap:wrap}.dual-time-display__time{color:#3f3f46}.dual-time-display__time--primary{font-weight:500;color:#18181b}.dual-time-display__label{font-size:.6875rem;color:#71717a;font-weight:500}.dual-time-display__label-compact{font-size:.625rem;color:#a1a1aa;font-weight:500;margin-left:2px}.dual-time-display__separator{color:#d4d4d8;font-size:.75rem}.dual-time-display__pst-ref{font-size:.6875rem;color:#a1a1aa;margin-left:.25rem}.dual-time-display__pst-compact{font-size:.625rem;color:#a1a1aa;margin-left:.375rem}.dual-time-display--compact{font-size:.75rem;gap:0}.dual-time-display--compact .dual-time-display__time--primary{color:#3f3f46}.schedule-dashboard{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;padding:1.5rem 2rem;max-width:1440px;margin:0 auto;color:#18181b;background:#fafafa;min-height:100vh;contain:layout style}.schedule-dashboard *{box-sizing:border-box}.schedule-dashboard__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;contain:layout}.schedule-dashboard__title-area{display:flex;flex-direction:column;gap:.25rem}.schedule-dashboard__title{font-size:1.5rem;font-weight:600;color:#18181b;margin:0;letter-spacing:-.02em}.schedule-dashboard__subtitle{font-size:.875rem;color:#71717a;margin:0}.schedule-dashboard__header-actions{display:flex;gap:.75rem}.schedule-dashboard__refresh-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #e4e4e7;border-radius:6px;font-size:.8125rem;font-weight:500;color:#3f3f46;cursor:pointer;transition:background .15s ease,border-color .15s ease;will-change:background,border-color}.schedule-dashboard__refresh-btn:hover:not(:disabled){background:#fafafa;border-color:#d4d4d8}.schedule-dashboard__refresh-btn:disabled{opacity:.5;cursor:not-allowed}.schedule-dashboard__refresh-btn svg{width:1rem;height:1rem;color:#71717a}.schedule-dashboard__refresh-btn--loading svg{animation:spin 1s linear infinite}.schedule-dashboard__date-nav{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem;contain:layout}.schedule-dashboard__date-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:#fff;border:1px solid #e4e4e7;border-radius:6px;color:#52525b;cursor:pointer;transition:background .15s ease}.schedule-dashboard__date-btn:hover{background:#f4f4f5;color:#18181b}.schedule-dashboard__date-btn svg{width:1rem;height:1rem}.schedule-dashboard__date-display{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#27272a}.schedule-dashboard__date-display svg{width:1rem;height:1rem;color:#a1a1aa}.schedule-dashboard__today-badge{padding:2px .5rem;background:#3b82f6;color:#fff;font-size:.625rem;font-weight:600;border-radius:9999px;text-transform:uppercase;letter-spacing:.04em}.schedule-dashboard__today-btn{padding:.5rem .75rem;background:transparent;border:1px solid #d4d4d8;border-radius:6px;color:#52525b;font-size:.75rem;font-weight:500;cursor:pointer;transition:background .15s ease;margin-left:.5rem}.schedule-dashboard__today-btn:hover{background:#f4f4f5;color:#18181b}.schedule-dashboard__stats{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem;margin-bottom:1.5rem;contain:layout}@media (max-width: 1024px){.schedule-dashboard__stats{grid-template-columns:repeat(3,1fr)}}@media (max-width: 640px){.schedule-dashboard__stats{grid-template-columns:repeat(2,1fr)}}.stats-card{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fff;border:1px solid #e4e4e7;border-radius:8px;cursor:pointer;transition:border-color .15s ease;contain:layout style}.stats-card:hover{border-color:#d4d4d8}.stats-card--active{border-color:var(--card-color);background:var(--card-bg)}.stats-card__icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:var(--card-bg);border-radius:6px;color:var(--card-color);flex-shrink:0}.stats-card__icon svg{width:1.25rem;height:1.25rem}.stats-card__content{flex:1;min-width:0;display:flex;flex-direction:column}.stats-card__content .animated-counter{font-size:1.5rem;font-weight:700;color:#18181b;line-height:1;font-variant-numeric:tabular-nums}.stats-card__label{font-size:.6875rem;color:#71717a;text-transform:uppercase;letter-spacing:.04em;margin-top:2px;display:block}.stats-card__percentage{font-size:.75rem;font-weight:600;color:var(--card-color)}.schedule-dashboard__controls{display:flex;gap:.75rem;margin-bottom:1rem;align-items:center;contain:layout}.schedule-dashboard__search{flex:1;max-width:320px;position:relative}.schedule-dashboard__search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#a1a1aa;pointer-events:none}.schedule-dashboard__search-input{width:100%;padding:.5rem .75rem .5rem 2.25rem;background:#fff;border:1px solid #e4e4e7;border-radius:6px;font-size:.8125rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;color:#18181b;transition:border-color .15s ease,box-shadow .15s ease}.schedule-dashboard__search-input::placeholder{color:#a1a1aa}.schedule-dashboard__search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.schedule-dashboard__search-input--pending{opacity:.7}.schedule-dashboard__search-clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;background:#f4f4f5;border:none;border-radius:9999px;color:#71717a;cursor:pointer;transition:background .15s ease}.schedule-dashboard__search-clear:hover{background:#e4e4e7;color:#3f3f46}.schedule-dashboard__search-clear svg{width:.75rem;height:.75rem}.schedule-dashboard__control-buttons{display:flex;gap:.5rem;align-items:center;margin-left:auto}.schedule-dashboard__filter-toggle{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border:1px solid #e4e4e7;border-radius:6px;color:#52525b;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .15s ease;position:relative}.schedule-dashboard__filter-toggle:hover,.schedule-dashboard__filter-toggle.active{background:#fafafa;border-color:#d4d4d8}.schedule-dashboard__filter-toggle.active{color:#18181b}.schedule-dashboard__filter-toggle svg{width:.875rem;height:.875rem}.schedule-dashboard__filter-badge{position:absolute;top:-3px;right:-3px;width:8px;height:8px;background:#3b82f6;border-radius:9999px}.schedule-dashboard__view-toggle{display:flex;background:#fff;border:1px solid #e4e4e7;border-radius:6px;padding:2px}.schedule-dashboard__view-toggle button{display:flex;align-items:center;justify-content:center;width:2rem;height:1.75rem;background:transparent;border:none;border-radius:4px;color:#a1a1aa;cursor:pointer;transition:background .1s ease,color .1s ease}.schedule-dashboard__view-toggle button:hover{color:#52525b}.schedule-dashboard__view-toggle button.active{background:#f4f4f5;color:#18181b}.schedule-dashboard__view-toggle button svg{width:.875rem;height:.875rem}.schedule-dashboard__filters{display:flex;gap:1rem;padding:1rem;background:#fff;border:1px solid #e4e4e7;border-radius:6px;margin-bottom:1rem;align-items:center;contain:layout}.schedule-dashboard__filter-group{display:flex;align-items:center;gap:.5rem}.schedule-dashboard__filter-group label{font-size:.75rem;font-weight:500;color:#71717a;text-transform:uppercase;letter-spacing:.04em}.schedule-dashboard__filter-group select{padding:.5rem 1.5rem .5rem .75rem;background:#fafafa;border:1px solid #e4e4e7;border-radius:4px;font-size:.8125rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;color:#3f3f46;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2371717a'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;background-size:1rem;transition:border-color .15s ease}.schedule-dashboard__filter-group select:focus{outline:none;border-color:#3b82f6}.schedule-dashboard__clear-filters{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem .75rem;background:transparent;border:none;border-radius:4px;color:#71717a;font-size:.75rem;font-weight:500;cursor:pointer;margin-left:auto;transition:color .15s ease,background .15s ease}.schedule-dashboard__clear-filters:hover{color:#ef4444;background:#ef44440d}.schedule-dashboard__clear-filters svg{width:.75rem;height:.75rem}.schedule-dashboard__results{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.8125rem;color:#71717a}.schedule-dashboard__results strong{color:#3f3f46;font-weight:600}.schedule-dashboard__results button{background:none;border:none;color:#3b82f6;font-size:.75rem;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.schedule-dashboard__results button:hover{text-decoration:underline}.schedule-dashboard__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:.75rem;color:#a1a1aa;font-size:.875rem}.schedule-dashboard__loading-spinner{width:24px;height:24px;border:2px solid #e4e4e7;border-top-color:#3b82f6;border-radius:9999px;animation:spin .8s linear infinite}.schedule-dashboard__error{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem;text-align:center}.schedule-dashboard__error svg{width:2rem;height:2rem;color:#ef4444}.schedule-dashboard__error h3{margin:0;font-size:1rem;font-weight:600;color:#18181b}.schedule-dashboard__error p{margin:0;font-size:.875rem;color:#71717a}.schedule-dashboard__error button{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#3b82f6;border:none;border-radius:6px;color:#fff;font-size:.8125rem;font-weight:500;cursor:pointer;transition:background .15s ease}.schedule-dashboard__error button:hover{background:#2563eb}.schedule-dashboard__error button svg{width:.875rem;height:.875rem;color:#fff}.schedule-dashboard__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;text-align:center;background:#fff;border:1px dashed #e4e4e7;border-radius:8px}.schedule-dashboard__empty svg{width:2.5rem;height:2.5rem;color:#d4d4d8;margin-bottom:.75rem}.schedule-dashboard__empty h3{margin:0 0 .25rem;font-size:.9375rem;font-weight:600;color:#3f3f46}.schedule-dashboard__empty p{margin:0;font-size:.8125rem;color:#71717a}.schedule-dashboard__empty--grid{grid-column:1/-1}.schedule-dashboard__table-container{background:#fff;border:1px solid #e4e4e7;border-radius:8px;overflow:hidden}.schedule-dashboard__table-container--virtual{contain:strict;will-change:scroll-position}.schedule-table{width:100%;border-collapse:collapse;table-layout:fixed}.schedule-table thead{background:#fafafa;border-bottom:1px solid #e4e4e7;position:sticky;top:0;z-index:10}.schedule-table thead th{padding:.75rem 1rem;text-align:left;font-size:.6875rem;font-weight:600;color:#71717a;text-transform:uppercase;letter-spacing:.05em;background:#fafafa}.schedule-table thead th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:color .1s ease}.schedule-table thead th.sortable:hover{color:#3f3f46}.schedule-table thead th.sortable svg{width:.75rem;height:.75rem;margin-left:.25rem;opacity:.4;vertical-align:middle}.schedule-table tbody tr{border-bottom:1px solid #f4f4f5;transition:background .1s ease;contain:layout style}.schedule-table tbody tr:last-child{border-bottom:none}.schedule-table tbody tr:hover{background:#fafafa}.schedule-table__row--punched_in td:first-child{box-shadow:inset 3px 0 #22c55e}.schedule-table__row--on_break td:first-child{box-shadow:inset 3px 0 #f59e0b}.schedule-table__row--punched_out td:first-child{box-shadow:inset 3px 0 #8b5cf6}.schedule-table__row--expanded{background:#fafafa!important}.schedule-table__cell{padding:.75rem 1rem;font-size:.8125rem;color:#3f3f46;vertical-align:middle}.schedule-table__cell--expanded{padding:0}.user-info{display:flex;flex-direction:column;gap:2px;min-width:0}.user-info__name{font-weight:600;color:#18181b;font-size:.875rem;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-info__email{font-size:.75rem;color:#71717a;line-height:1.4;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-indicator{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .5rem;border-radius:9999px;background:var(--status-bg)}.status-indicator__icon{width:.875rem;height:.875rem;color:var(--status-color)}.status-indicator__label{font-size:.6875rem;font-weight:600;color:var(--status-color);text-transform:uppercase;letter-spacing:.03em}.status-indicator__live{display:inline-flex;align-items:center;gap:4px;margin-left:.25rem;font-size:.625rem;color:#22c55e}.status-indicator__live-dot{width:6px;height:6px;background:#22c55e;border-radius:9999px;animation:pulse 2s ease infinite}.shift-badge__name{font-weight:500;color:#3f3f46;font-size:.8125rem}.shift-badge__time{font-size:.6875rem;color:#a1a1aa;display:block;margin-top:1px}.no-shift,.no-data{color:#a1a1aa;font-size:.8125rem}.breaks-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#f59e0b1a;border:none;border-radius:4px;cursor:pointer;transition:background .1s ease}.breaks-badge:hover{background:#f59e0b26}.breaks-badge__count{font-weight:600;font-size:.75rem;color:#d97706}.breaks-badge__label{font-size:.6875rem;color:#d97706}.breaks-active{display:flex;flex-direction:column;gap:2px}.breaks-active__indicator{display:flex;align-items:center;gap:.25rem}.breaks-active__icon{width:.875rem;height:.875rem;color:#f59e0b;animation:pulse 2s ease infinite}.breaks-active__type{font-size:.6875rem;font-weight:500;color:#d97706;text-transform:capitalize}.breaks-active__duration{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.75rem;font-weight:600;color:#d97706;padding-left:1.125rem}.duration-info{display:flex;flex-direction:column;gap:2px}.duration-info__row{display:flex;align-items:center;gap:.5rem;font-size:.6875rem}.duration-info__label{color:#a1a1aa;min-width:42px}.duration-info__value{font-family:SF Mono,Fira Code,Consolas,monospace;font-weight:500;color:#52525b}.duration-info__value--primary{color:#16a34a;font-weight:600}.duration-info__value--muted{color:#a1a1aa}.time-remaining{display:flex;align-items:center;gap:.5rem;font-size:.75rem}.time-remaining__value{font-family:SF Mono,Fira Code,Consolas,monospace;font-weight:500;color:#52525b}.time-remaining__badge{padding:1px .25rem;background:#f59e0b;color:#fff;font-size:.5rem;font-weight:700;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.time-remaining--overtime .time-remaining__value{color:#d97706;font-weight:600}.time-remaining--done{color:#8b5cf6;font-weight:500}.row-actions{display:flex;gap:.25rem}.row-actions__btn{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;background:transparent;border:1px solid transparent;border-radius:4px;color:#a1a1aa;cursor:pointer;transition:background .1s ease,color .1s ease}.row-actions__btn:hover{background:#f4f4f5;color:#3f3f46;border-color:#e4e4e7}.row-actions__btn svg{width:.875rem;height:.875rem}.breaks-detail{padding:.75rem 1rem .75rem 3.5rem;border-top:1px solid #f4f4f5}.breaks-detail__header{display:flex;align-items:center;gap:.5rem;font-size:.6875rem;font-weight:600;color:#71717a;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.75rem}.breaks-detail__header svg{width:.875rem;height:.875rem;color:#f59e0b}.breaks-detail__list{display:flex;flex-direction:column;gap:.5rem}.break-item{display:flex;align-items:center;gap:1rem;padding:.5rem .75rem;background:#fff;border:1px solid #f4f4f5;border-radius:4px;font-size:.75rem}.break-item__type{font-weight:500;color:#3f3f46;min-width:60px}.break-item__time{display:flex;align-items:center;gap:.5rem;color:#71717a}.break-item__separator{color:#d4d4d8}.break-item__active{display:inline-flex;align-items:center;gap:.25rem;padding:2px .5rem;background:#f59e0b1a;color:#d97706;font-size:.625rem;font-weight:600;border-radius:9999px}.break-item__active-dot{width:6px;height:6px;background:#f59e0b;border-radius:9999px;animation:pulse 2s ease infinite}.break-item__duration{font-family:SF Mono,Fira Code,Consolas,monospace;color:#a1a1aa;margin-left:auto}.break-item__duration--live{color:#d97706;font-weight:600}.schedule-dashboard__grid-container{contain:strict;will-change:scroll-position}.schedule-dashboard__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.user-card{background:#fff;border:1px solid #e4e4e7;border-radius:8px;overflow:hidden;transition:border-color .1s ease;contain:layout style}.user-card:hover{border-color:#d4d4d8}.user-card--punched_in{border-top:3px solid #22c55e}.user-card--on_break{border-top:3px solid #f59e0b}.user-card--punched_out{border-top:3px solid #8b5cf6}.user-card--not_started{border-top:3px solid #d4d4d8}.user-card__header{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-bottom:1px solid #f4f4f5}.user-card__avatar{width:2.75rem;height:2.75rem;border-radius:8px;background:linear-gradient(135deg,#64748b26,#64748b0d);border:1px solid rgba(100,116,139,.2);color:var(--avatar-color, #52525b);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.75rem;letter-spacing:.02em;flex-shrink:0}.user-card__user-info{flex:1;min-width:0}.user-card__name{margin:0;font-size:.875rem;font-weight:600;color:#18181b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-card__email{font-size:.6875rem;color:#a1a1aa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-card__actions{display:flex;gap:.25rem}.user-card__action-btn{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;background:transparent;border:none;border-radius:4px;color:#a1a1aa;cursor:pointer;transition:background .1s ease}.user-card__action-btn:hover{background:#f4f4f5;color:#3f3f46}.user-card__action-btn svg{width:.875rem;height:.875rem}.user-card__status{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem;background:var(--status-bg)}.user-card__status-icon{width:1rem;height:1rem;color:var(--status-color)}.user-card__status-label{font-size:.6875rem;font-weight:600;color:var(--status-color);text-transform:uppercase;letter-spacing:.03em}.user-card__live-dot{width:6px;height:6px;background:#22c55e;border-radius:9999px;animation:pulse 2s ease infinite}.user-card__details{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.user-card__detail{display:flex;justify-content:space-between;align-items:center;font-size:.75rem}.user-card__detail--break-active{padding:.5rem .75rem;background:#f59e0b1a;border:1px solid rgba(245,158,11,.2);border-radius:6px;margin:0 -.5rem}.user-card__detail--overtime{padding:.5rem;background:#f59e0b14;border-radius:4px;margin:0 -.5rem}.user-card__break-info{display:flex;align-items:center;gap:.5rem}.user-card__break-icon{width:.875rem;height:.875rem;color:#f59e0b;animation:pulse 2s ease infinite}.user-card__detail-label{color:#71717a}.user-card__detail-value{font-weight:500;color:#3f3f46;font-family:SF Mono,Fira Code,Consolas,monospace}.user-card__detail-value--primary{color:#16a34a;font-weight:600}.user-card__detail-value--break{color:#d97706}.user-card__detail-value--break-active{color:#d97706;font-weight:600;font-size:.8125rem}.user-card__detail-value--remaining{color:#3b82f6}.user-card__detail-value--overtime{color:#d97706;font-weight:600}.user-card__add-break-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:0 1rem 1rem;padding:.5rem;background:transparent;border:1px dashed #e4e4e7;border-radius:4px;color:#a1a1aa;font-size:.75rem;font-weight:500;cursor:pointer;transition:border-color .1s ease,color .1s ease}.user-card__add-break-btn:hover{border-color:#f59e0b;color:#d97706;background:#f59e0b08}.user-card__add-break-btn svg{width:.75rem;height:.75rem}.modal-loading{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-loading__spinner{width:32px;height:32px;border:3px solid white;border-top-color:#3b82f6;border-radius:9999px;animation:spin .8s linear infinite}.pagination{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border:1px solid #e4e4e7;border-top:none;border-radius:0 0 8px 8px;margin-top:-1px}@media (max-width: 768px){.pagination{flex-direction:column;gap:.75rem;align-items:stretch}}.pagination__info{font-size:.8125rem;color:#52525b}.pagination__info strong{color:#18181b;font-weight:600}@media (max-width: 768px){.pagination__info{text-align:center}}.pagination__controls{display:flex;align-items:center;gap:1rem}@media (max-width: 768px){.pagination__controls{justify-content:space-between}}.pagination__page-size{display:flex;align-items:center;gap:.5rem}.pagination__page-size label{font-size:.75rem;color:#52525b;font-weight:500}.pagination__page-size-select{padding:.25rem .75rem;background:#fff;border:1px solid #e4e4e7;border-radius:4px;font-size:.8125rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;color:#3f3f46;cursor:pointer;transition:border-color .15s ease}.pagination__page-size-select:focus{outline:none;border-color:#3b82f6}.pagination__navigation{display:flex;align-items:center;gap:.5rem}.pagination__btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:#fff;border:1px solid #e4e4e7;border-radius:6px;color:#52525b;cursor:pointer;transition:all .15s ease}.pagination__btn:hover:not(:disabled){background:#fafafa;border-color:#d4d4d8;color:#18181b}.pagination__btn:disabled{opacity:.4;cursor:not-allowed}.pagination__btn svg{width:1rem;height:1rem}.pagination__page-info{font-size:.8125rem;color:#52525b;padding:0 .5rem}.pagination__page-info strong{color:#18181b;font-weight:600}@media (max-width: 640px){.pagination__page-info{display:none}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@media (max-width: 768px){.schedule-dashboard{padding:1rem}.schedule-dashboard__header{flex-direction:column;align-items:flex-start;gap:.75rem}.schedule-dashboard__controls{flex-wrap:wrap}.schedule-dashboard__search{max-width:none;width:100%}.schedule-dashboard__control-buttons{width:100%;justify-content:space-between;margin-left:0}.schedule-dashboard__filters{flex-direction:column;align-items:stretch}.schedule-dashboard__filter-group{width:100%;justify-content:space-between}.schedule-dashboard__filter-group select{flex:1}.schedule-dashboard__clear-filters{margin-left:0}.schedule-dashboard__table-container{overflow-x:auto}.schedule-table{min-width:700px}.schedule-dashboard__grid{grid-template-columns:1fr}}@media print{.schedule-dashboard{background:#fff;padding:0}.schedule-dashboard__header-actions,.schedule-dashboard__controls,.schedule-dashboard__filter-toggle,.schedule-dashboard__view-toggle,.row-actions,.user-card__actions,.user-card__add-break-btn{display:none!important}}.new-leave-btn{width:100%;padding:.75rem 1rem;background:var(--primary-color, #646cff);color:#fff;border:none;border-radius:.5rem;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .2s}.new-leave-btn svg{width:1.25rem;height:1.25rem}.new-leave-btn:hover:not(:disabled){background:var(--primary-hover, #535bf2)}.new-leave-btn:disabled{opacity:.6;cursor:not-allowed}.filter-section{margin-bottom:1.5rem}.filter-section:last-child{margin-bottom:0}.filter-label{display:block;font-size:.875rem;font-weight:600;color:#495057;margin-bottom:.5rem}.filter-select{width:100%;padding:.625rem .75rem;border:1px solid #e0e0e0;border-radius:.375rem;font-size:.95rem;background:#fff;color:#212529;cursor:pointer;transition:border-color .2s}.filter-select:focus{outline:none;border-color:var(--primary-color, #646cff)}.filter-select:disabled{opacity:.6;cursor:not-allowed}.status-filters-list,.type-filters-list{display:flex;flex-direction:column;gap:.5rem}.status-filter-btn,.type-filter-btn{padding:.625rem .75rem;border:1px solid #e0e0e0;border-radius:.375rem;background:#fff;color:#495057;font-size:.875rem;font-weight:500;cursor:pointer;text-align:left;transition:all .2s}.status-filter-btn:hover:not(:disabled),.type-filter-btn:hover:not(:disabled){border-color:var(--primary-color, #646cff);background:#f8f9fa}.status-filter-btn--active,.type-filter-btn--active{background:var(--primary-color, #646cff);color:#fff;border-color:var(--primary-color, #646cff)}.status-filter-btn:disabled,.type-filter-btn:disabled{opacity:.6;cursor:not-allowed}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.calendar-wrapper{width:100%;display:flex;flex-direction:column;gap:1rem}.calendar-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;margin-bottom:.5rem}.calendar-title{font-size:1rem;font-weight:600;color:#0f172a;margin:0;letter-spacing:-.02em;flex:1;text-align:center}.calendar-nav-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:#646cff1a;border-radius:.375rem;color:var(--primary-color, #646cff);cursor:pointer;transition:background-color .2s ease;font-size:1rem;will-change:background-color}.calendar-nav-btn:hover{background:#646cff33}.calendar-nav-btn:active{opacity:.8}.optimized-calendar{width:100%;border:none;font-family:inherit;background:transparent}.optimized-calendar .react-calendar__navigation{display:none!important}.optimized-calendar .react-calendar__month-view{flex:1;display:flex;flex-direction:column;min-height:0}.optimized-calendar .react-calendar__month-view__weekdays{margin-bottom:.5rem;padding-bottom:.375rem;flex-shrink:0}.optimized-calendar .react-calendar__month-view__weekdays .react-calendar__month-view__weekdays__weekday{padding:.375rem 0;font-size:.6875rem;font-weight:600;color:#64748b;text-align:center;text-transform:uppercase;letter-spacing:.05em}.optimized-calendar .react-calendar__month-view__weekdays abbr{text-decoration:none;font-variant:normal;text-transform:uppercase}.optimized-calendar .react-calendar__month-view__days{display:grid!important;grid-template-columns:repeat(7,1fr)!important;gap:.25rem;flex:1;min-height:0;contain:layout style paint}.optimized-calendar .react-calendar__tile{padding:.5rem .25rem!important;border-radius:.375rem!important;border:1px solid transparent!important;background:#ffffff80!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;font-size:.75rem!important;color:#0f172a!important;position:relative!important;min-height:2.25rem!important;height:auto!important;aspect-ratio:1!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,font-weight .2s ease!important;cursor:pointer!important;font-weight:500!important;overflow:hidden!important;will-change:background-color,box-shadow;contain:layout style paint}.optimized-calendar .react-calendar__tile:hover:not(.react-calendar__tile--disabled):not(.calendar-date--selected){background:linear-gradient(135deg,#646cff26,#8b91ff33)!important;border-color:var(--primary-color, #646cff)!important;box-shadow:0 2px 6px #646cff33!important;color:var(--primary-color, #646cff)!important;font-weight:600!important}.optimized-calendar .react-calendar__tile:active:not(.react-calendar__tile--disabled){opacity:.8!important}.optimized-calendar .react-calendar__tile--active{background:var(--primary-color, #646cff)!important;color:#fff!important;border-color:var(--primary-color, #646cff)!important;font-weight:700!important;box-shadow:0 2px 8px #646cff4d!important}.optimized-calendar .react-calendar__tile--neighboringMonth{color:#cbd5e1!important;background:#ffffff4d!important;opacity:.5}.optimized-calendar .react-calendar__tile abbr{font-weight:inherit!important;position:relative;z-index:1}.optimized-calendar .react-calendar__tile--now,.optimized-calendar .react-calendar__tile.calendar-date--today{background:linear-gradient(135deg,#3b82f633,#2563eb26)!important;border-color:#3b82f6!important;font-weight:700!important;color:#1e40af!important}.optimized-calendar .react-calendar__tile--now abbr,.optimized-calendar .react-calendar__tile.calendar-date--today abbr{color:#1e40af!important}.optimized-calendar .react-calendar__tile--now:hover:not(.calendar-date--selected),.optimized-calendar .react-calendar__tile.calendar-date--today:hover:not(.calendar-date--selected){background:linear-gradient(135deg,#3b82f64d,#2563eb40)!important;box-shadow:0 2px 6px #3b82f640!important}.optimized-calendar .react-calendar__tile--disabled,.optimized-calendar .react-calendar__tile.calendar-date--disabled{opacity:.3!important;cursor:not-allowed!important;pointer-events:none!important;background:#fff3!important}.optimized-calendar .react-calendar__tile--disabled:hover,.optimized-calendar .react-calendar__tile.calendar-date--disabled:hover{transform:none!important;box-shadow:none!important}.optimized-calendar .react-calendar__tile.calendar-date--approved{background:linear-gradient(135deg,#10b98133,#05966926)!important;border-color:#10b981!important;color:#065f46!important;font-weight:600!important}.optimized-calendar .react-calendar__tile.calendar-date--approved:hover:not(.calendar-date--selected){background:linear-gradient(135deg,#10b9814d,#05966940)!important;border-color:#059669!important;box-shadow:0 2px 6px #10b98140!important}.optimized-calendar .react-calendar__tile.calendar-date--pending{background:linear-gradient(135deg,#f59e0b33,#d9770626)!important;border-color:#f59e0b!important;color:#92400e!important;font-weight:600!important}.optimized-calendar .react-calendar__tile.calendar-date--pending:hover:not(.calendar-date--selected){background:linear-gradient(135deg,#f59e0b4d,#d9770640)!important;border-color:#d97706!important;box-shadow:0 2px 6px #f59e0b40!important}.optimized-calendar .react-calendar__tile.calendar-date--selected{background:linear-gradient(135deg,#646cff59,#8b91ff66)!important;border:2px solid var(--primary-color, #646cff)!important;color:#1e1b4b!important;font-weight:700!important;box-shadow:0 2px 8px #646cff4d!important;position:relative!important;z-index:1!important;will-change:box-shadow}.optimized-calendar .react-calendar__tile.calendar-date--selected:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,var(--primary-color, #646cff),rgba(139,145,255,.8));border-radius:.375rem;z-index:-1;opacity:.1;transition:opacity .3s ease;will-change:opacity}.optimized-calendar .react-calendar__tile.calendar-date--selected:after{content:"✓";position:absolute;top:.25rem;right:.25rem;width:1.25rem;height:1.25rem;background:var(--primary-color, #646cff);color:#fff;border-radius:50%;font-size:.75rem;font-weight:700;line-height:1.25rem;text-align:center;box-shadow:0 2px 4px #0003;animation:selectFadeIn .3s ease-out}.optimized-calendar .react-calendar__tile.calendar-date--selected abbr{color:#1e1b4b!important;font-weight:700!important}.optimized-calendar .react-calendar__tile.calendar-date--selected:hover{background:linear-gradient(135deg,#646cff73,#8b91ff80)!important;border-color:var(--primary-color, #646cff)!important;box-shadow:0 2px 8px #646cff66!important}.optimized-calendar .react-calendar__tile.calendar-date--selected:hover:before{opacity:.15}.calendar-tile-content{position:absolute;bottom:.25rem;left:50%;transform:translate(-50%);display:flex;gap:.125rem;z-index:2}@keyframes selectFadeIn{0%{opacity:0}to{opacity:1}}.optimized-calendar .react-calendar__month-view__days{contain:layout style paint;transform:translateZ(0);backface-visibility:hidden}@media (prefers-reduced-motion: reduce){.optimized-calendar .react-calendar__tile{transition:none!important;animation:none!important}.optimized-calendar .react-calendar__tile:before,.optimized-calendar .react-calendar__tile:after{animation:none!important}}.balance-card{background:var(--color-surface, #fff);border-radius:var(--radius-md, 8px);padding:var(--spacing-md, 16px);box-shadow:var(--shadow-sm, 0 1px 3px rgba(0, 0, 0, .1))}.balance-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-sm, 12px)}.balance-card__title{font-weight:600;font-size:var(--font-size-lg, 1.125rem);color:var(--color-text-primary, #1a1a1a)}.balance-card__badge{background:var(--color-primary, #3b82f6);color:var(--color-white, #fff);padding:var(--spacing-xs, 4px) var(--spacing-sm, 12px);border-radius:var(--radius-full, 9999px);font-size:var(--font-size-sm, .875rem);font-weight:600}.balance-card__progress{height:8px;background:var(--color-gray-100, #f3f4f6);border-radius:var(--radius-full, 9999px);overflow:hidden;margin-bottom:var(--spacing-md, 16px)}.balance-card__progress-bar{height:100%;background:var(--color-primary, #3b82f6);width:calc(var(--progress-width, 0) * 1%);transition:width .3s ease}.balance-card__details{display:flex;flex-direction:column;gap:var(--spacing-xs, 8px)}.balance-card__detail-item{display:flex;justify-content:space-between;align-items:center}.balance-card__detail-label{font-size:var(--font-size-sm, .875rem);color:var(--color-text-secondary, #6b7280)}.balance-card__detail-value{font-weight:600;font-size:var(--font-size-sm, .875rem)}.balance-card__detail-value--available{color:var(--color-success, #10b981)}.balance-card__detail-value--pending{color:var(--color-warning, #f59e0b)}.balance-card__detail-value--used{color:var(--color-text-secondary, #6b7280)}.leave-request-card{background:var(--color-surface, #fff);border-radius:var(--radius-md, 8px);padding:var(--spacing-md, 16px);box-shadow:var(--shadow-sm, 0 1px 3px rgba(0, 0, 0, .1));border-left:4px solid var(--color-gray-300, #d1d5db)}.leave-request-card--pending{border-left-color:var(--color-warning, #f59e0b)}.leave-request-card--approved{border-left-color:var(--color-success, #10b981)}.leave-request-card--rejected,.leave-request-card--cancelled{border-left-color:var(--color-error, #ef4444)}.leave-request-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--spacing-sm, 12px)}.leave-request-card__type{font-weight:600;font-size:var(--font-size-base, 1rem);color:var(--color-text-primary, #1a1a1a)}.leave-request-card__status{display:flex;align-items:center;gap:var(--spacing-xs, 4px);font-size:var(--font-size-sm, .875rem);font-weight:500;padding:var(--spacing-xs, 4px) var(--spacing-sm, 12px);border-radius:var(--radius-full, 9999px)}.leave-request-card__status--pending{background:var(--color-warning-light, #fef3c7);color:var(--color-warning-dark, #92400e)}.leave-request-card__status--approved{background:var(--color-success-light, #d1fae5);color:var(--color-success-dark, #065f46)}.leave-request-card__status--rejected,.leave-request-card__status--cancelled{background:var(--color-error-light, #fee2e2);color:var(--color-error-dark, #991b1b)}.leave-request-card__dates{font-size:var(--font-size-sm, .875rem);color:var(--color-text-secondary, #6b7280);margin-bottom:var(--spacing-xs, 8px)}.leave-request-card__days{display:flex;align-items:baseline;gap:var(--spacing-xs, 4px);margin-bottom:var(--spacing-sm, 12px)}.leave-request-card__days-number{font-size:var(--font-size-xl, 1.25rem);font-weight:700;color:var(--color-text-primary, #1a1a1a)}.leave-request-card__days-label{font-size:var(--font-size-sm, .875rem);color:var(--color-text-secondary, #6b7280)}.leave-request-card__reason,.leave-request-card__approval-notes,.leave-request-card__rejection-reason{font-size:var(--font-size-sm, .875rem);color:var(--color-text-secondary, #6b7280);margin-bottom:var(--spacing-sm, 12px);line-height:1.5}.leave-request-card__actions{display:flex;gap:var(--spacing-xs, 8px);flex-wrap:wrap}.leave-request-card__action-btn{display:flex;align-items:center;gap:var(--spacing-xs, 4px);padding:var(--spacing-xs, 6px) var(--spacing-sm, 12px);border:1px solid var(--color-gray-300, #d1d5db);border-radius:var(--radius-sm, 4px);background:var(--color-white, #fff);color:var(--color-text-primary, #1a1a1a);font-size:var(--font-size-sm, .875rem);cursor:pointer;transition:all .2s ease}.leave-request-card__action-btn:hover:not(:disabled){background:var(--color-gray-50, #f9fafb);border-color:var(--color-gray-400, #9ca3af)}.leave-request-card__action-btn:disabled{opacity:.5;cursor:not-allowed}.leave-request-card__action-btn--edit{color:var(--color-primary, #3b82f6);border-color:var(--color-primary, #3b82f6)}.leave-request-card__action-btn--edit:hover:not(:disabled){background:var(--color-primary-light, #dbeafe)}.leave-request-card__action-btn--cancel{color:var(--color-warning, #f59e0b);border-color:var(--color-warning, #f59e0b)}.leave-request-card__action-btn--cancel:hover:not(:disabled){background:var(--color-warning-light, #fef3c7)}.leave-request-card__action-btn--approve{color:var(--color-success, #10b981);border-color:var(--color-success, #10b981)}.leave-request-card__action-btn--approve:hover:not(:disabled){background:var(--color-success-light, #d1fae5)}.leave-request-card__action-btn--reject{color:var(--color-error, #ef4444);border-color:var(--color-error, #ef4444)}.leave-request-card__action-btn--reject:hover:not(:disabled){background:var(--color-error-light, #fee2e2)}.leave-request-card__action-btn--delete{color:var(--color-error, #ef4444);border-color:var(--color-error, #ef4444)}.leave-request-card__action-btn--delete:hover:not(:disabled){background:var(--color-error-light, #fee2e2)}.date-range-selector{margin-top:1rem;padding:1rem;background:var(--color-surface, #f8f9fa);border-radius:8px;border:1px solid var(--color-border, #e0e0e0)}.date-range-selector__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.date-range-selector__info{display:flex;flex-direction:column;gap:.25rem}.date-range-selector__label{font-weight:500;color:var(--color-text-primary, #333);font-size:.875rem}.date-range-selector__count{font-size:.75rem;color:var(--color-text-secondary, #666)}.date-range-selector__toggle-all{padding:.5rem 1rem;background:var(--color-primary, #007bff);color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:background-color .2s}.date-range-selector__toggle-all:hover{background:var(--color-primary-dark, #0056b3)}.date-range-selector__dates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.5rem;margin-bottom:1rem}.date-range-selector__date-btn{display:flex;flex-direction:column;align-items:center;padding:.75rem .5rem;background:#fff;border:2px solid var(--color-border, #e0e0e0);border-radius:6px;cursor:pointer;transition:all .2s;text-align:center}.date-range-selector__date-btn:hover{border-color:var(--color-primary, #007bff);background:var(--color-primary-light, #e7f3ff)}.date-range-selector__date-btn.selected{background:var(--color-primary, #007bff);border-color:var(--color-primary, #007bff);color:#fff}.date-range-selector__date-btn.selected .date-range-selector__date-day,.date-range-selector__date-btn.selected .date-range-selector__date-number,.date-range-selector__date-btn.selected .date-range-selector__date-month{color:#fff}.date-range-selector__date-btn.weekend{opacity:.6}.date-range-selector__date-btn.weekend.selected{opacity:1}.date-range-selector__date-day{font-size:.7rem;font-weight:500;color:var(--color-text-secondary, #666);text-transform:uppercase;margin-bottom:.25rem}.date-range-selector__date-number{font-size:1.25rem;font-weight:600;color:var(--color-text-primary, #333);line-height:1.2}.date-range-selector__date-month{font-size:.7rem;color:var(--color-text-secondary, #666);text-transform:uppercase;margin-top:.25rem}.date-range-selector__summary{display:flex;flex-direction:column;gap:.25rem;padding-top:1rem;border-top:1px solid var(--color-border, #e0e0e0);font-size:.875rem;color:var(--color-text-primary, #333)}.date-range-selector__note{font-size:.75rem;color:var(--color-text-secondary, #666);font-style:italic}.leaves-form__group select,.leaves-form__group input[type=date],.leaves-form__group textarea{width:100%;padding:var(--spacing-sm, 12px);border:1px solid var(--color-gray-300, #d1d5db);border-radius:var(--radius-sm, 4px);font-size:var(--font-size-base, 1rem);transition:border-color .2s ease}.leaves-form__group select:focus,.leaves-form__group input[type=date]:focus,.leaves-form__group textarea:focus{outline:none;border-color:var(--color-primary, #3b82f6)}.leaves-form__group select.error,.leaves-form__group input[type=date].error,.leaves-form__group textarea.error{border-color:var(--color-error, #ef4444)}.leaves-form__selected-type{padding:var(--spacing-sm, 12px);background:var(--color-gray-50, #f9fafb);border:1px solid var(--color-gray-200, #e5e7eb);border-radius:var(--radius-sm, 4px);font-size:var(--font-size-base, 1rem);color:var(--color-text-primary, #1a1a1a);font-weight:500}.leaves-form__row{display:grid;grid-template-columns:1fr 1fr;gap:var(--spacing-md, 16px)}.leaves-form__error{display:block;margin-top:var(--spacing-xs, 4px);font-size:var(--font-size-sm, .875rem);color:var(--color-error, #ef4444)}.leaves-form__error-message{padding:var(--spacing-sm, 12px);background:var(--color-error-light, #fee2e2);color:var(--color-error-dark, #991b1b);border-radius:var(--radius-sm, 4px);margin-bottom:var(--spacing-md, 16px);font-size:var(--font-size-sm, .875rem)}.leaves-form__error-message--balance{background:var(--color-warning-light, #fef3c7);color:var(--color-warning-dark, #92400e)}.leaves-form__info{display:flex;align-items:center;gap:var(--spacing-xs, 8px);padding:var(--spacing-sm, 12px);background:var(--color-primary-light, #dbeafe);color:var(--color-primary-dark, #1e40af);border-radius:var(--radius-sm, 4px);margin-bottom:var(--spacing-md, 16px);font-size:var(--font-size-sm, .875rem)}.leaves-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.leaves-modal{background:var(--color-surface, #fff);border-radius:var(--radius-lg, 12px);width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-xl, 0 20px 25px -5px rgba(0, 0, 0, .1))}.leaves-modal__header{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-md, 16px);border-bottom:1px solid var(--color-gray-200, #e5e7eb)}.leaves-modal__header h2{margin:0;font-size:var(--font-size-xl, 1.25rem);font-weight:600;color:var(--color-text-primary, #1a1a1a)}.leaves-modal__close{background:none;border:none;cursor:pointer;padding:var(--spacing-xs, 4px);color:var(--color-text-secondary, #6b7280);display:flex;align-items:center;justify-content:center}.leaves-modal__close:hover{color:var(--color-text-primary, #1a1a1a)}.leaves-form{padding:var(--spacing-md, 16px)}.leaves-form__group{margin-bottom:var(--spacing-md, 16px)}.leaves-form__group label{display:block;margin-bottom:var(--spacing-xs, 8px);font-weight:500;font-size:var(--font-size-sm, .875rem);color:var(--color-text-primary, #1a1a1a)}.leaves-form__group input,.leaves-form__group textarea{width:100%;padding:var(--spacing-sm, 12px);border:1px solid var(--color-gray-300, #d1d5db);border-radius:var(--radius-sm, 4px);font-size:var(--font-size-base, 1rem);transition:border-color .2s ease}.leaves-form__group input:focus,.leaves-form__group textarea:focus{outline:none;border-color:var(--color-primary, #3b82f6)}.leaves-form__group textarea{resize:vertical;font-family:inherit}.leaves-form__group small{display:block;margin-top:var(--spacing-xs, 4px);font-size:var(--font-size-xs, .75rem);color:var(--color-text-secondary, #6b7280)}.leaves-form__info{padding:var(--spacing-sm, 12px);background:var(--color-gray-50, #f9fafb);border-radius:var(--radius-sm, 4px);margin-bottom:var(--spacing-md, 16px);font-size:var(--font-size-sm, .875rem);color:var(--color-text-secondary, #6b7280)}.leaves-form__info strong{display:block;margin-bottom:var(--spacing-xs, 8px);color:var(--color-text-primary, #1a1a1a)}.leaves-form__info div{margin-top:var(--spacing-xs, 4px)}.leaves-form__actions{display:flex;gap:var(--spacing-sm, 12px);justify-content:flex-end;margin-top:var(--spacing-lg, 24px)}.leaves-form__btn{display:flex;align-items:center;gap:var(--spacing-xs, 8px);padding:var(--spacing-sm, 12px) var(--spacing-md, 16px);border:none;border-radius:var(--radius-sm, 4px);font-size:var(--font-size-base, 1rem);font-weight:500;cursor:pointer;transition:all .2s ease}.leaves-form__btn:disabled{opacity:.5;cursor:not-allowed}.leaves-form__btn--primary{background:var(--color-primary, #3b82f6);color:var(--color-white, #fff)}.leaves-form__btn--primary:hover:not(:disabled){background:var(--color-primary-dark, #2563eb)}.leaves-form__btn--secondary{background:var(--color-gray-100, #f3f4f6);color:var(--color-text-primary, #1a1a1a)}.leaves-form__btn--secondary:hover:not(:disabled){background:var(--color-gray-200, #e5e7eb)}.leaves-form__btn--danger{background:var(--color-error, #ef4444);color:var(--color-white, #fff)}.leaves-form__btn--danger:hover:not(:disabled){background:var(--color-error-dark, #dc2626)}.calendar-date-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.calendar-date-modal{background:var(--color-surface, #fff);border-radius:var(--radius-md, 8px);box-shadow:var(--shadow-xl, 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04));min-width:280px;max-width:320px;max-height:80vh;overflow-y:auto;pointer-events:auto}.calendar-date-modal__header{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-sm, 12px) var(--spacing-md, 16px);border-bottom:1px solid var(--color-gray-200, #e5e7eb)}.calendar-date-modal__date{font-weight:600;font-size:var(--font-size-base, 1rem);color:var(--color-text-primary, #1a1a1a)}.calendar-date-modal__close{background:none;border:none;cursor:pointer;padding:var(--spacing-xs, 4px);color:var(--color-text-secondary, #6b7280);display:flex;align-items:center;justify-content:center}.calendar-date-modal__close:hover{color:var(--color-text-primary, #1a1a1a)}.calendar-date-modal__content{padding:var(--spacing-md, 16px)}.calendar-date-modal__title{font-weight:500;font-size:var(--font-size-sm, .875rem);color:var(--color-text-secondary, #6b7280);margin-bottom:var(--spacing-sm, 12px)}.calendar-date-modal__selected-dates{display:flex;flex-wrap:wrap;gap:var(--spacing-xs, 4px);margin-bottom:var(--spacing-md, 16px)}.calendar-date-modal__date-badge{padding:var(--spacing-xs, 4px) var(--spacing-sm, 8px);background:var(--color-primary-light, #dbeafe);color:var(--color-primary-dark, #1e40af);border-radius:var(--radius-sm, 4px);font-size:var(--font-size-xs, .75rem);font-weight:500}.calendar-date-modal__types{display:flex;flex-direction:column;gap:var(--spacing-xs, 4px)}.calendar-date-modal__type-btn{display:flex;justify-content:space-between;align-items:center;padding:var(--spacing-sm, 12px);background:var(--color-gray-50, #f9fafb);border:1px solid var(--color-gray-200, #e5e7eb);border-radius:var(--radius-sm, 4px);cursor:pointer;transition:all .2s ease}.calendar-date-modal__type-btn:hover{background:var(--color-primary-light, #dbeafe);border-color:var(--color-primary, #3b82f6)}.calendar-date-modal__type-label{font-weight:500;font-size:var(--font-size-base, 1rem);color:var(--color-text-primary, #1a1a1a)}.calendar-date-modal__type-days{font-size:var(--font-size-sm, .875rem);color:var(--color-text-secondary, #6b7280)}.date-leave-requests-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.date-leave-requests-modal{background:var(--color-surface, #fff);border-radius:var(--radius-lg, 12px);width:90%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-xl, 0 20px 25px -5px rgba(0, 0, 0, .1))}.date-leave-requests-modal__header{display:flex;justify-content:space-between;align-items:flex-start;padding:var(--spacing-md, 16px);border-bottom:1px solid var(--color-gray-200, #e5e7eb)}.date-leave-requests-modal__title{flex:1}.date-leave-requests-modal__title h2{margin:0 0 var(--spacing-xs, 4px) 0;font-size:var(--font-size-xl, 1.25rem);font-weight:600;color:var(--color-text-primary, #1a1a1a)}.date-leave-requests-modal__date{font-size:var(--font-size-sm, .875rem);color:var(--color-text-secondary, #6b7280);font-weight:500}.date-leave-requests-modal__close{background:none;border:none;cursor:pointer;padding:var(--spacing-xs, 4px);color:var(--color-text-secondary, #6b7280);display:flex;align-items:center;justify-content:center;margin-left:var(--spacing-md, 16px)}.date-leave-requests-modal__close:hover{color:var(--color-text-primary, #1a1a1a)}.date-leave-requests-modal__content{padding:var(--spacing-md, 16px)}.date-leave-requests-modal__count{font-size:var(--font-size-sm, .875rem);color:var(--color-text-secondary, #6b7280);margin-bottom:var(--spacing-md, 16px);font-weight:500}.date-leave-requests-modal__requests{display:flex;flex-direction:column;gap:var(--spacing-md, 16px)}:root{--contexify-zIndex:666;--contexify-menu-minWidth:220px;--contexify-menu-padding:6px;--contexify-menu-radius:6px;--contexify-menu-bgColor:#fff;--contexify-menu-shadow:1px 2px 2px rgba(0,0,0,.1),2px 4px 4px rgba(0,0,0,.1),3px 6px 6px rgba(0,0,0,.1);--contexify-menu-negatePadding:var(--contexify-menu-padding);--contexify-separator-color:rgba(0,0,0,.2);--contexify-separator-margin:5px;--contexify-itemContent-padding:6px;--contexify-activeItem-radius:4px;--contexify-item-color:#333;--contexify-activeItem-color:#fff;--contexify-activeItem-bgColor:#3498db;--contexify-rightSlot-color:#6f6e77;--contexify-activeRightSlot-color:#fff;--contexify-arrow-color:#6f6e77;--contexify-activeArrow-color:#fff}@keyframes contexify_feedback{0%{opacity:.4}to{opacity:1}}.contexify{position:fixed;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:var(--contexify-menu-bgColor);box-sizing:border-box;box-shadow:var(--contexify-menu-shadow);border-radius:var(--contexify-menu-radius);padding:var(--contexify-menu-padding);min-width:var(--contexify-menu-minWidth);z-index:var(--contexify-zIndex)}.contexify_submenu-isOpen,.contexify_submenu-isOpen>.contexify_itemContent{color:var(--contexify-activeItem-color);background-color:var(--contexify-activeItem-bgColor);border-radius:var(--contexify-activeItem-radius)}.contexify_submenu-isOpen>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-activeArrow-color)}.contexify_submenu-isOpen>.contexify_submenu{pointer-events:auto;opacity:1}.contexify .contexify_submenu{position:absolute;pointer-events:none;transition:opacity .265s;top:calc(-1 * var(--contexify-menu-negatePadding));left:100%}.contexify .contexify_submenu-bottom{bottom:calc(-1 * var(--contexify-menu-negatePadding));top:unset}.contexify .contexify_submenu-right{right:100%;left:unset}.contexify_rightSlot{margin-left:auto;display:-ms-flexbox;display:flex;color:var(--contexify-rightSlot-color)}.contexify_separator{height:1px;cursor:default;margin:var(--contexify-separator-margin);background-color:var(--contexify-separator-color)}.contexify_willLeave-disabled{pointer-events:none}.contexify_item{cursor:pointer;position:relative}.contexify_item:focus{outline:0}.contexify_item:focus .contexify_rightSlot,.contexify_item:not(.contexify_item-disabled):hover>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-activeRightSlot-color)}.contexify_item:not(.contexify_item-disabled)[aria-haspopup]>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-arrow-color)}.contexify_item:not(.contexify_item-disabled)[aria-haspopup].contexify_submenu-isOpen>.contexify_itemContent .contexify_rightSlot,.contexify_item:not(.contexify_item-disabled)[aria-haspopup]:hover>.contexify_itemContent .contexify_rightSlot,.contexify_item[aria-haspopup]:focus>.contexify_itemContent .contexify_rightSlot{color:var(--contexify-activeArrow-color)}.contexify_item:not(.contexify_item-disabled):focus>.contexify_itemContent,.contexify_item:not(.contexify_item-disabled):hover>.contexify_itemContent{color:var(--contexify-activeItem-color);background-color:var(--contexify-activeItem-bgColor);border-radius:var(--contexify-activeItem-radius)}.contexify_item:not(.contexify_item-disabled):hover>.contexify_submenu{pointer-events:auto;opacity:1}.contexify_item-disabled{cursor:default;opacity:.5}.contexify_itemContent{padding:var(--contexify-itemContent-padding);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;white-space:nowrap;color:var(--contexify-item-color);position:relative}.contexify_item-feedback{animation:contexify_feedback .12s both}.contexify_theme-dark{--contexify-menu-bgColor:rgba(40,40,40,.98);--contexify-separator-color:#4c4c4c;--contexify-item-color:#fff}.contexify_theme-light{--contexify-separator-color:#eee;--contexify-item-color:#666;--contexify-activeItem-color:#3498db;--contexify-activeItem-bgColor:#e0eefd;--contexify-activeRightSlot-color:#3498db;--contexify-active-arrow-color:#3498db}@keyframes contexify_scaleIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes contexify_scaleOut{0%{opacity:1}to{opacity:0;transform:scale3d(.3,.3,.3)}}.contexify_willEnter-scale{transform-origin:top left;animation:contexify_scaleIn .3s}.contexify_willLeave-scale{transform-origin:top left;animation:contexify_scaleOut .3s}@keyframes contexify_fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes contexify_fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.contexify_willEnter-fade{animation:contexify_fadeIn .3s ease}.contexify_willLeave-fade{animation:contexify_fadeOut .3s ease}@keyframes contexify_flipInX{0%{transform:perspective(800px) rotateX(45deg)}to{transform:perspective(800px)}}@keyframes contexify_flipOutX{0%{transform:perspective(800px)}to{transform:perspective(800px) rotateX(45deg);opacity:0}}.contexify_willEnter-flip{animation:contexify_flipInX .3s}.contexify_willEnter-flip,.contexify_willLeave-flip{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;transform-origin:top center}.contexify_willLeave-flip{animation:contexify_flipOutX .3s}@keyframes contexify_slideIn{0%{opacity:0;transform:scaleY(.3)}to{opacity:1}}@keyframes contexify_slideOut{0%{opacity:1}to{opacity:0;transform:scaleY(.3)}}.contexify_willEnter-slide{transform-origin:top center;animation:contexify_slideIn .3s}.contexify_willLeave-slide{transform-origin:top center;animation:contexify_slideOut .3s}.leaves-page{padding:.5rem;max-width:1600px;margin:0 auto;height:calc(100vh - 80px);display:flex;flex-direction:column;overflow:hidden}.leaves-page__balances{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:1rem;flex-shrink:0}@media (max-width: 640px){.leaves-page__balances{grid-template-columns:1fr;gap:.75rem}}.balance-card{background:#fff;border-radius:.5rem;padding:1rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e0e0e0;transition:all .2s;position:relative;overflow:hidden}.balance-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary-color, #646cff),#8b91ff);opacity:0;transition:opacity .2s}.balance-card:hover{box-shadow:0 4px 12px #0000001a;border-color:var(--primary-color, #646cff);transform:translateY(-2px)}.balance-card:hover:before{opacity:1}.balance-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.balance-card__title{font-size:.95rem;font-weight:600;color:#212529;line-height:1.3}.balance-card__badge{padding:.25rem .625rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:.75rem;font-size:.8125rem;font-weight:700;color:#212529;border:1px solid #e0e0e0;white-space:nowrap}.balance-card__progress{height:8px;background:#f1f3f5;border-radius:4px;overflow:hidden;margin-bottom:.75rem;position:relative}.balance-card__progress-bar{height:100%;background:linear-gradient(90deg,var(--primary-color, #646cff) 0%,#8b91ff 100%);border-radius:5px;transition:width .5s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 2px 4px #646cff33;width:calc(var(--progress-width, 0) * 1%)}.balance-card__progress-bar:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}.balance-card__details{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}@media (max-width: 640px){.balance-card__details{grid-template-columns:1fr;gap:.5rem}}.balance-card__detail-item{display:flex;flex-direction:column;gap:.125rem}.balance-card__detail-label{font-size:.6875rem;font-weight:500;color:#6c757d;text-transform:uppercase;letter-spacing:.5px}.balance-card__detail-value{font-size:.875rem;font-weight:700}.balance-card__detail-value--available{color:#10b981}.balance-card__detail-value--pending{color:#f59e0b}.balance-card__detail-value--used{color:#495057}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.leaves-page__content{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start;flex:1;min-height:0;overflow:hidden}@media (max-width: 968px){.leaves-page__content{grid-template-columns:1fr;gap:1rem;grid-template-rows:auto 1fr}}.leaves-page__calendar-section{background:#fff;border-radius:.5rem;padding:.75rem;box-shadow:0 1px 3px #00000014;height:100%;display:flex;flex-direction:column;overflow:hidden}.leaves-page__requests-section{background:transparent;border-radius:.5rem;padding:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.leaves-page__requests-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem;flex-shrink:0}.leaves-page__month-filters{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.leaves-page__month-chip{padding:.375rem .75rem;border:1px solid #e0e0e0;border-radius:1rem;background:#fff;color:#64748b;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.leaves-page__month-chip:hover{background:#f8f9fa;border-color:var(--primary-color, #646cff);color:var(--primary-color, #646cff)}.leaves-page__month-chip.active{background:var(--primary-color, #646cff);border-color:var(--primary-color, #646cff);color:#fff;font-weight:600}.leaves-page__section-title{font-size:.875rem;font-weight:600;color:#64748b;margin:0 0 1rem;flex-shrink:0;text-transform:uppercase;letter-spacing:.05em}.leaves-page__empty{text-align:center;padding:2rem 1rem;color:#6c757d;flex:1}.leaves-page__empty p{margin:0;font-size:.875rem}.calendar-container{flex:1;display:flex;flex-direction:column;min-height:0}.calendar-container .calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;flex-shrink:0;padding:.5rem;background:#ffffff80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.375rem}.calendar-container .calendar-nav-btn{width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;border:none;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.375rem;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.calendar-container .calendar-nav-btn svg{width:.875rem;height:.875rem;color:#475569}.calendar-container .calendar-nav-btn:hover{background:#fff;box-shadow:0 2px 6px #00000026;transform:scale(1.05)}.calendar-container .calendar-nav-btn:hover svg{color:var(--primary-color, #646cff)}.calendar-container .calendar-nav-btn:active{transform:scale(.95)}.calendar-container .calendar-title{font-size:.875rem;font-weight:600;color:#0f172a;margin:0;letter-spacing:-.02em}.calendar-leave-indicator{position:absolute;bottom:.25rem;left:50%;transform:translate(-50%);display:flex;gap:.125rem}.calendar-dot{width:.25rem;height:.25rem;border-radius:50%}.calendar-dot--approved{background:#10b981}.calendar-dot--pending{background:#f59e0b}.calendar-dot--rejected{background:#ef4444}.calendar-dot--cancelled{background:#6b7280}.calendar-legend{display:flex;justify-content:center;gap:.75rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e0e0e0;flex-shrink:0;align-items:center;flex-wrap:wrap}.calendar-legend__item{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:#6c757d}.calendar-legend__hint{font-size:.6875rem;color:#6c757d;font-style:italic;margin-left:auto}@media (max-width: 640px){.calendar-legend__hint{margin-left:0;width:100%;text-align:center}}.calendar-legend__dot{width:.375rem;height:.375rem;border-radius:50%}.calendar-legend__dot--approved{background:#10b981}.calendar-legend__dot--pending{background:#f59e0b}.calendar-legend__dot--rejected{background:#ef4444}.calendar-legend__dot--cancelled{background:#6b7280}.leaves-requests-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-auto-rows:min-content;gap:.75rem;flex:1;overflow-y:auto;min-height:0;padding:.75rem;align-content:start}.leaves-requests-list::-webkit-scrollbar{width:4px}.leaves-requests-list::-webkit-scrollbar-track{background:transparent}.leaves-requests-list::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:2px}.leaves-requests-list::-webkit-scrollbar-thumb:hover{background:#d1d5db}.leave-request-card{padding:1rem;background:#fff;border:1px solid transparent;border-radius:.75rem;display:flex;flex-direction:column;transition:background-color .2s ease,border-color .2s ease,box-shadow .2s ease;flex-shrink:0;position:relative;overflow:hidden;box-shadow:0 1px 3px #00000014}.leave-request-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,transparent)}.leave-request-card--pending{background:linear-gradient(135deg,#fffbeb,#fef3c7)}.leave-request-card--pending:before{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.leave-request-card--approved{background:linear-gradient(135deg,#f0fdf4,#d1fae5)}.leave-request-card--approved:before{background:linear-gradient(90deg,#10b981,#34d399)}.leave-request-card--rejected,.leave-request-card--cancelled{background:linear-gradient(135deg,#fef2f2,#fee2e2)}.leave-request-card--rejected:before,.leave-request-card--cancelled:before{background:linear-gradient(90deg,#ef4444,#f87171)}.leave-request-card:hover{border-color:var(--primary-color, #646cff);box-shadow:0 1px 3px #00000014,0 0 0 1px #646cff1a}.leave-request-card__header{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.875rem;flex-shrink:0}.leave-request-card__type{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:600;color:#0f172a;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:-.01em;width:fit-content}.leave-request-card__status{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:.5rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;width:fit-content;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.leave-request-card__status svg{width:.75rem;height:.75rem}.leave-request-card__status--pending{color:#92400e}.leave-request-card__status--approved{color:#065f46}.leave-request-card__status--rejected,.leave-request-card__status--cancelled{color:#991b1b}.leave-request-card__dates{display:inline-flex;align-items:center;padding:.375rem .75rem;border-radius:.5rem;font-size:.6875rem;color:#64748b;background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin-bottom:.75rem;font-weight:500;width:fit-content}.leave-request-card__days{display:inline-flex;align-items:baseline;gap:.5rem;padding:.5rem .875rem;border-radius:.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin-bottom:.75rem;width:fit-content}.leave-request-card__days-number{font-weight:800;font-size:1.75rem;color:#0f172a;letter-spacing:-.03em;line-height:1}.leave-request-card__days-label{font-size:.6875rem;font-weight:600;color:#94a3b8;text-transform:lowercase;letter-spacing:.03em}.leave-request-card__reason{padding:.5rem .75rem;border-radius:.5rem;font-size:.75rem;color:#475569;background:#fffc;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);margin-bottom:.875rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex-shrink:0;font-weight:400;width:100%;box-sizing:border-box}.leave-request-card__actions{display:flex;gap:.375rem;flex-shrink:0}.leave-request-card__action-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem .625rem;border:none;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.5rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;color:#475569}.leave-request-card__action-btn svg{width:.875rem;height:.875rem}.leave-request-card__action-btn:hover:not(:disabled){background:#fff}.leave-request-card__action-btn:active:not(:disabled){opacity:.8}.leave-request-card__action-btn:disabled{opacity:.4;cursor:not-allowed}.leave-request-card__action-btn--edit{color:#2563eb}.leave-request-card__action-btn--edit:hover:not(:disabled){background:#2563eb;color:#fff}.leave-request-card__action-btn--cancel,.leave-request-card__action-btn--delete{color:#dc2626}.leave-request-card__action-btn--cancel:hover:not(:disabled),.leave-request-card__action-btn--delete:hover:not(:disabled){background:#dc2626;color:#fff}.leaves-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.leaves-modal{background:#fff;border-radius:.5rem;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0003}.leaves-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0}.leaves-modal__header h2{font-size:1.5rem;font-weight:600;color:#212529;margin:0}.leaves-modal__close{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:.375rem;cursor:pointer;transition:background .2s}.leaves-modal__close svg{width:1.25rem;height:1.25rem;color:#6c757d}.leaves-modal__close:hover{background:#f8f9fa}.leaves-form{padding:1.5rem}.leaves-form__group{margin-bottom:1.5rem}.leaves-form__group label{display:block;font-size:.875rem;font-weight:600;color:#495057;margin-bottom:.5rem}.leaves-form__group select,.leaves-form__group input[type=date],.leaves-form__group textarea{width:100%;padding:.625rem .75rem;border:1px solid #e0e0e0;border-radius:.375rem;font-size:.95rem;background:#fff;color:#212529;transition:border-color .2s}.leaves-form__group select:focus,.leaves-form__group input[type=date]:focus,.leaves-form__group textarea:focus{outline:none;border-color:var(--primary-color, #646cff)}.leaves-form__group select.error,.leaves-form__group input[type=date].error,.leaves-form__group textarea.error{border-color:#dc2626}.leaves-form__group textarea{resize:vertical;min-height:80px}.leaves-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.leaves-form__error{display:block;font-size:.875rem;color:#dc2626;margin-top:.25rem}.leaves-form__error-message{padding:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:.375rem;color:#991b1b;font-size:.875rem;margin-bottom:1rem}.leaves-form__error-message--balance{background:#fffbeb;border-color:#fed7aa;color:#92400e}.leaves-form__info{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#eff6ff;border-radius:.375rem;color:#1e40af;font-size:.875rem;margin-bottom:1rem}.leaves-form__info svg{width:1rem;height:1rem}.leaves-form__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.leaves-form__btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:.375rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.leaves-form__btn svg{width:1.125rem;height:1.125rem}.leaves-form__btn--primary{background:var(--primary-color, #646cff);color:#fff;border:none}.leaves-form__btn--primary:hover:not(:disabled){background:var(--primary-hover, #535bf2)}.leaves-form__btn--primary:disabled{opacity:.6;cursor:not-allowed}.leaves-form__btn--secondary{background:#fff;color:#495057;border:1px solid #e0e0e0}.leaves-form__btn--secondary:hover{background:#f8f9fa;border-color:var(--primary-color, #646cff);color:var(--primary-color, #646cff)}.spinning{animation:spin 1s linear infinite}.calendar-date-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9998;animation:fadeInOverlay .15s cubic-bezier(.4,0,.2,1);will-change:opacity}.calendar-date-popup-minimal{z-index:9999;margin:0;padding:0;border:none;background:#fff;border-radius:.5rem;box-shadow:0 4px 12px #0000001a,0 0 0 1px #0000000d;min-width:240px;max-width:280px;max-height:75vh;overflow:hidden}.calendar-date-popup-minimal .calendar-date-popup-minimal__selected-dates+.calendar-date-popup-minimal__types{margin-top:.5rem}.calendar-date-popup-minimal:has(.calendar-date-popup-minimal__selected-dates){max-width:320px;min-width:260px}@media (max-width: 640px){.calendar-date-popup-minimal{min-width:calc(100vw - 2rem);max-width:calc(100vw - 2rem);width:calc(100vw - 2rem);max-height:90vh}@supports (anchor-name: --popup-anchor){.calendar-date-popup-minimal[popover]:popover-open{left:1rem!important;right:1rem!important;top:50%!important;transform:translateY(-50%)!important;position-try-options:none}}@supports not (anchor-name: --popup-anchor){.calendar-date-popup-minimal[popover]:popover-open{left:1rem!important;right:1rem!important;top:50%!important;transform:translateY(-50%)!important}}.calendar-date-popup-minimal:not([popover]){left:1rem!important;right:1rem!important;top:50%!important;transform:translateY(-50%)!important}.calendar-date-popup-minimal:has(.calendar-date-popup-minimal__selected-dates){max-width:calc(100vw - 2rem);min-width:calc(100vw - 2rem)}}.calendar-date-popup-minimal__header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;background:#f9fafb;position:relative;z-index:2}.calendar-date-popup-minimal__date{font-size:.8125rem;font-weight:600;color:#374151;letter-spacing:-.01em;display:flex;align-items:center;gap:.375rem}.calendar-date-popup-minimal__close{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:none;background:transparent;border-radius:.25rem;color:#6b7280;cursor:pointer;transition:all .15s ease;font-size:1rem}.calendar-date-popup-minimal__close:hover{background:#e5e7eb;color:#374151}.calendar-date-popup-minimal__close:active{transform:scale(.95)}.calendar-date-popup-minimal__content{padding:.75rem;overflow-y:auto;max-height:calc(75vh - 60px)}.calendar-date-popup-minimal__content::-webkit-scrollbar{width:4px}.calendar-date-popup-minimal__content::-webkit-scrollbar-track{background:transparent}.calendar-date-popup-minimal__content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.calendar-date-popup-minimal__content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.calendar-date-popup-minimal__title{font-size:.6875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.calendar-date-popup-minimal__selected-dates{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.75rem;padding:.5rem;background:#f3f4f6;border-radius:.375rem;max-height:100px;overflow-y:auto}.calendar-date-popup-minimal__selected-dates::-webkit-scrollbar{width:3px}.calendar-date-popup-minimal__selected-dates::-webkit-scrollbar-track{background:transparent}.calendar-date-popup-minimal__selected-dates::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.calendar-date-popup-minimal__selected-dates::-webkit-scrollbar-thumb:hover{background:#9ca3af}.calendar-date-popup-minimal__date-badge{display:inline-flex;align-items:center;padding:.25rem .5rem;background:#fff;border:1px solid #e5e7eb;border-radius:.25rem;font-size:.6875rem;font-weight:500;color:#374151;white-space:nowrap}.calendar-date-popup-minimal__types{display:flex;flex-direction:column;gap:.5rem}.calendar-date-popup-minimal__type-btn{display:flex;align-items:center;justify-content:space-between;padding:.625rem .75rem;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;cursor:pointer;transition:all .15s ease;text-align:left;width:100%}.calendar-date-popup-minimal__type-btn:hover{background:#f9fafb;border-color:var(--primary-color, #646cff)}.calendar-date-popup-minimal__type-btn:hover .calendar-date-popup-minimal__type-label{color:var(--primary-color, #646cff)}.calendar-date-popup-minimal__type-btn:hover .calendar-date-popup-minimal__type-days{background:#eff6ff;color:var(--primary-color, #646cff)}.calendar-date-popup-minimal__type-btn:active{transform:scale(.98)}.calendar-date-popup-minimal__type-label{font-size:.8125rem;font-weight:500;color:#374151;transition:color .15s ease}.calendar-date-popup-minimal__type-days{font-size:.6875rem;color:#6b7280;background:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem;font-weight:500;white-space:nowrap;transition:all .15s ease}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){.calendar-date-popup-minimal,.calendar-date-popup-minimal__overlay{animation:none!important;transition:none!important}.calendar-date-popup-minimal__type-btn{transition:background-color .1s ease!important}.calendar-date-popup-minimal__type-btn:before{display:none}}.calendar-popover-anchor{position:fixed;pointer-events:none;opacity:0;left:calc(var(--anchor-left, 0) * 1px);top:calc(var(--anchor-top, 0) * 1px);width:calc(var(--anchor-width, 1) * 1px);height:calc(var(--anchor-height, 1) * 1px)}@media (max-width: 640px){.calendar-date-popup-minimal{min-width:calc(100vw - 2rem);max-width:calc(100vw - 2rem);border-radius:.5rem;max-height:75vh}.calendar-date-popup-minimal:has(.calendar-date-popup-minimal__selected-dates){max-width:calc(100vw - 2rem);min-width:calc(100vw - 2rem)}}.calendar-multiselect-controls{display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;background:linear-gradient(135deg,#646cff1a,#8b91ff1a);border:2px solid rgba(100,108,255,.2);border-radius:.5rem;margin-bottom:1rem;animation:slideDown .2s ease-out}.calendar-selection-info{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#495057;font-weight:500;width:100%;justify-content:space-between}.calendar-selection-info strong{color:var(--primary-color, #646cff)}.calendar-clear-selection{padding:.25rem .75rem;background:#dc3545;color:#fff;border:none;border-radius:.25rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s}.calendar-clear-selection:hover{background:#c82333}.calendar-date--today{background:linear-gradient(135deg,#3b82f633,#2563eb26)!important;border-color:#3b82f6!important;font-weight:700!important;color:#1e40af!important}.calendar-date--today:hover:not(.calendar-date--selected){background:linear-gradient(135deg,#3b82f64d,#2563eb40)!important;box-shadow:0 4px 12px #3b82f64d!important}.admin-leave-dashboard{padding:1.5rem;max-width:1400px;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.admin-leave-dashboard__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.admin-leave-dashboard__title-group{display:flex;flex-direction:column;gap:.25rem}.admin-leave-dashboard__title{font-size:1.5rem;font-weight:600;color:#18181b;margin:0}.admin-leave-dashboard__subtitle{font-size:.8125rem;color:#71717a}.admin-leave-dashboard__header-actions{display:flex;align-items:center;gap:.75rem}.admin-leave-dashboard__create-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:6px;background:#22c55e;color:#fff;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease}.admin-leave-dashboard__create-btn:hover{background:#16a34a}.admin-leave-dashboard__create-btn svg{width:1rem;height:1rem}.admin-leave-dashboard__year-select{padding:.5rem .75rem;border:1px solid #e4e4e7;border-radius:6px;font-size:.8125rem;color:#3f3f46;background:#fff;cursor:pointer}.admin-leave-dashboard__year-select:focus{outline:none;border-color:#6366f1}.admin-leave-dashboard__refresh-btn{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#52525b;cursor:pointer;transition:all .15s ease}.admin-leave-dashboard__refresh-btn:hover{background:#fafafa;color:#18181b}.admin-leave-dashboard__refresh-btn .spinning{animation:spin 1s linear infinite}.admin-leave-dashboard__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.leave-stats-card{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border:1px solid #e4e4e7;border-radius:12px;cursor:default;transition:all .2s ease}.leave-stats-card--clickable{cursor:pointer}.leave-stats-card--clickable:hover{border-color:var(--stat-color);box-shadow:0 4px 12px #0000000d}.leave-stats-card--active{border-color:var(--stat-color);background:var(--stat-bg)}.leave-stats-card__icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:8px;background:var(--stat-bg);color:var(--stat-color);flex-shrink:0}.leave-stats-card__icon svg{width:1.25rem;height:1.25rem}.leave-stats-card__content{display:flex;flex-direction:column;gap:2px}.leave-stats-card__value{font-size:1.5rem;font-weight:700;color:#18181b;line-height:1}.leave-stats-card__label{font-size:.75rem;font-weight:500;color:#71717a;text-transform:uppercase;letter-spacing:.03em}.leave-stats-card__sub{font-size:.6875rem;color:#a1a1aa;margin-top:.25rem}.admin-leave-dashboard__tabs{display:flex;gap:.25rem;margin-bottom:1.25rem;border-bottom:1px solid #e4e4e7;padding-bottom:0}.admin-leave-dashboard__tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:none;background:transparent;color:#71717a;font-size:.8125rem;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .15s ease}.admin-leave-dashboard__tab:hover{color:#3f3f46}.admin-leave-dashboard__tab--active{color:#4f46e5;border-bottom-color:#4f46e5}.admin-leave-dashboard__tab-icon{width:1rem;height:1rem}.admin-leave-dashboard__tab-count{padding:2px .5rem;background:#f4f4f5;border-radius:9999px;font-size:.6875rem;font-weight:600;color:#52525b}.admin-leave-dashboard__tab--active .admin-leave-dashboard__tab-count{background:#6366f11a;color:#4f46e5}.admin-leave-dashboard__content{background:#fff;border:1px solid #e4e4e7;border-radius:12px;overflow:hidden}.leave-filters{padding:1rem;border-bottom:1px solid #f4f4f5}.leave-filters__toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #e4e4e7;border-radius:6px;background:#fff;color:#52525b;font-size:.8125rem;cursor:pointer;transition:all .15s ease}.leave-filters__toggle:hover{background:#fafafa}.leave-filters__content{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f4f4f5}.leave-filters__group{display:flex;flex-direction:column;gap:.25rem;min-width:180px}.leave-filters__label{font-size:.6875rem;font-weight:500;color:#71717a;text-transform:uppercase;letter-spacing:.03em}.leave-filters__select{padding:.5rem .75rem;border:1px solid #e4e4e7;border-radius:6px;font-size:.8125rem;color:#3f3f46;background:#fff;cursor:pointer}.leave-filters__select:focus{outline:none;border-color:#6366f1}.bulk-actions-bar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#eef2ff;border-bottom:1px solid rgba(99,102,241,.2)}.bulk-actions-bar__count{font-size:.8125rem;font-weight:500;color:#4338ca}.bulk-actions-bar__actions{display:flex;gap:.5rem}.bulk-actions-bar__btn{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;border:none;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s ease}.bulk-actions-bar__btn--approve{background:#22c55e;color:#fff}.bulk-actions-bar__btn--approve:hover:not(:disabled){background:#16a34a}.bulk-actions-bar__btn--reject{background:#ef4444;color:#fff}.bulk-actions-bar__btn--reject:hover:not(:disabled){background:#dc2626}.bulk-actions-bar__btn--clear{background:#e4e4e7;color:#3f3f46}.bulk-actions-bar__btn--clear:hover:not(:disabled){background:#d4d4d8}.bulk-actions-bar__btn:disabled{opacity:.5;cursor:not-allowed}.leave-table-wrapper{overflow-x:auto}.leave-table{width:100%;border-collapse:collapse}.leave-table__header{padding:.75rem 1rem;text-align:left;font-size:.6875rem;font-weight:600;color:#71717a;text-transform:uppercase;letter-spacing:.03em;background:#fafafa;border-bottom:1px solid #e4e4e7}.leave-table__header--checkbox{width:40px;text-align:center}.leave-table__row{border-bottom:1px solid #f4f4f5;transition:background .15s ease}.leave-table__row:hover{background:#fafafa}.leave-table__row--selected{background:#6366f10d}.leave-table__row--selected:hover{background:#6366f114}.leave-table__cell{padding:.75rem 1rem;font-size:.8125rem;color:#3f3f46;vertical-align:middle}.leave-table__cell--checkbox{text-align:center}.leave-table__cell--user{min-width:200px}.leave-table__cell--type{min-width:120px}.leave-table__cell--dates{min-width:180px}.leave-table__cell--status{min-width:100px}.leave-table__cell--reason{max-width:200px}.leave-table__cell--actions{width:120px}.leave-table__cell--balance{text-align:center;min-width:80px}.leave-table__empty{text-align:center;padding:2rem;color:#a1a1aa;font-size:.875rem}.leave-user-info{display:flex;align-items:center;gap:.75rem}.leave-user-info__avatar{width:2.25rem;height:2.25rem;border-radius:8px;background:linear-gradient(135deg,#6366f126,#6366f10d);border:1px solid rgba(99,102,241,.2);color:#4f46e5;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.6875rem;letter-spacing:.02em;flex-shrink:0}.leave-user-info__details{display:flex;flex-direction:column;gap:1px;min-width:0}.leave-user-info__name{font-weight:600;color:#18181b;font-size:.8125rem;line-height:1.3}.leave-user-info__email{font-size:.6875rem;color:#a1a1aa;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.leave-type-badge{display:inline-flex;padding:.25rem .5rem;background:#8b5cf61a;color:#8b5cf6;border-radius:4px;font-size:.6875rem;font-weight:500}.leave-dates{display:flex;flex-direction:column;gap:2px}.leave-dates__range{font-size:.8125rem;color:#3f3f46}.leave-dates__days{font-size:.6875rem;color:#a1a1aa}.leave-status{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:var(--status-bg);border-radius:4px}.leave-status__icon{width:.875rem;height:.875rem;color:var(--status-color)}.leave-status__label{font-size:.6875rem;font-weight:500;color:var(--status-color)}.leave-reason{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.75rem;color:#71717a}.leave-actions{display:flex;gap:.25rem}.leave-actions__btn{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease}.leave-actions__btn svg{width:.875rem;height:.875rem}.leave-actions__btn--view{background:#f4f4f5;color:#52525b}.leave-actions__btn--view:hover{background:#e4e4e7;color:#18181b}.leave-actions__btn--approve{background:#22c55e1a;color:#16a34a}.leave-actions__btn--approve:hover{background:#22c55e;color:#fff}.leave-actions__btn--reject{background:#ef44441a;color:#dc2626}.leave-actions__btn--reject:hover{background:#ef4444;color:#fff}.leave-actions__btn--edit{background:#3b82f61a;color:#2563eb}.leave-actions__btn--edit:hover{background:#3b82f6;color:#fff}.leave-actions__btn--delete{background:#ef44441a;color:#dc2626}.leave-actions__btn--delete:hover{background:#ef4444;color:#fff}.balance-value{font-family:JetBrains Mono,SF Mono,Consolas,monospace;font-weight:600;font-size:.8125rem}.balance-value--used{color:#ef4444}.balance-value--pending{color:#f59e0b}.balance-value--carried{color:#3b82f6}.balance-value--available{color:#22c55e}.balance-value--zero{color:#ef4444}.admin-leave-dashboard__overview{padding:1.25rem;display:flex;flex-direction:column;gap:1.5rem}.overview-section{display:flex;flex-direction:column;gap:1rem}.overview-section__title{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:#27272a;margin:0}.overview-section__title svg{width:1rem;height:1rem;color:#a1a1aa}.overview-section__badge{padding:2px .5rem;background:#fffbeb;color:#d97706;border-radius:9999px;font-size:.6875rem;font-weight:600}.overview-section__content{display:flex;flex-direction:column;gap:.75rem}.overview-section__view-all{padding:.75rem;border:1px dashed #d4d4d8;border-radius:6px;background:transparent;color:#4f46e5;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease}.overview-section__view-all:hover{background:#eef2ff;border-color:#a5b4fc}.overview-type-card{padding:1rem;background:#fafafa;border-radius:8px}.overview-type-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.overview-type-card__name{font-weight:600;color:#27272a;font-size:.875rem}.overview-type-card__total{font-size:.75rem;color:#71717a}.overview-type-card__stats{display:flex;gap:1rem}.overview-type-card__stat{font-size:.75rem;font-weight:500}.overview-type-card__stat--approved{color:#16a34a}.overview-type-card__stat--pending{color:#d97706}.overview-type-card__stat--days{color:#2563eb}.pending-request-card{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#fafafa;border-radius:8px;transition:background .15s ease}.pending-request-card:hover{background:#f4f4f5}.pending-request-card__user{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.pending-request-card__info{display:flex;flex-direction:column;gap:2px;min-width:0}.pending-request-card__name{font-weight:500;color:#27272a;font-size:.8125rem}.pending-request-card__dates{font-size:.6875rem;color:#71717a}.pending-request-card__details{display:flex;align-items:center;gap:.75rem}.pending-request-card__days{font-size:.75rem;font-weight:500;color:#52525b}.pending-request-card__actions{display:flex;gap:.25rem}.leave-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.leave-modal{background:#fff;border-radius:12px;width:100%;max-width:480px;max-height:90vh;overflow:auto}.leave-modal--details{max-width:560px}.leave-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border-bottom:1px solid #f4f4f5}.leave-modal__title{font-size:1rem;font-weight:600;color:#18181b;margin:0}.leave-modal__close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:6px;background:#f4f4f5;color:#52525b;cursor:pointer;transition:all .15s ease}.leave-modal__close:hover{background:#e4e4e7;color:#18181b}.leave-modal__info{padding:1rem 1.25rem;background:#fafafa;border-bottom:1px solid #f4f4f5}.leave-modal__info-row{display:flex;justify-content:space-between;padding:.5rem 0}.leave-modal__info-row:not(:last-child){border-bottom:1px solid #f4f4f5}.leave-modal__info-label{font-size:.75rem;color:#71717a}.leave-modal__info-value{font-size:.8125rem;font-weight:500;color:#27272a}.leave-modal__form{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.leave-modal__field{display:flex;flex-direction:column;gap:.5rem}.leave-modal__field-group{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.leave-modal__label{font-size:.75rem;font-weight:500;color:#52525b}.leave-modal__input,.leave-modal__textarea{padding:.75rem;border:1px solid #e4e4e7;border-radius:6px;font-size:.875rem;color:#27272a;transition:border-color .15s ease}.leave-modal__input:focus,.leave-modal__textarea:focus{outline:none;border-color:#6366f1}.leave-modal__textarea{resize:vertical;min-height:80px}.leave-modal__hint{font-size:.6875rem;color:#a1a1aa}.leave-modal__actions{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid #f4f4f5}.leave-modal__btn{padding:.5rem 1rem;border:none;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease}.leave-modal__btn--cancel,.leave-modal__btn--close{background:#f4f4f5;color:#3f3f46}.leave-modal__btn--cancel:hover,.leave-modal__btn--close:hover{background:#e4e4e7}.leave-modal__btn--approve,.leave-modal__btn--save{background:#22c55e;color:#fff}.leave-modal__btn--approve:hover:not(:disabled),.leave-modal__btn--save:hover:not(:disabled){background:#16a34a}.leave-modal__btn--reject{background:#ef4444;color:#fff}.leave-modal__btn--reject:hover:not(:disabled){background:#dc2626}.leave-modal__btn:disabled{opacity:.5;cursor:not-allowed}.leave-modal__details{padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem}.leave-detail-section{display:flex;flex-direction:column;gap:.75rem}.leave-detail-section__title{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:#71717a;text-transform:uppercase;letter-spacing:.03em;margin:0}.leave-detail-section__title svg{width:.875rem;height:.875rem}.leave-detail-section__content{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;padding:.75rem;background:#fafafa;border-radius:6px}.leave-detail-item{display:flex;flex-direction:column;gap:2px}.leave-detail-item--full{grid-column:1/-1}.leave-detail-item__label{font-size:.6875rem;color:#71717a}.leave-detail-item__value{font-size:.8125rem;color:#27272a}.leave-detail-item__value--danger{color:#dc2626}@media (max-width: 768px){.admin-leave-dashboard{padding:1rem}.admin-leave-dashboard__header{flex-direction:column;align-items:flex-start;gap:.75rem}.admin-leave-dashboard__stats{grid-template-columns:repeat(2,1fr)}.admin-leave-dashboard__tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.leave-table__cell--reason{display:none}.leave-filters__content{flex-direction:column}.leave-filters__group{width:100%}.pending-request-card{flex-wrap:wrap}.pending-request-card__details{width:100%;justify-content:space-between;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e4e4e7}}.filter-sidebar__content .schedule-sidebar-header{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(59,130,246,.08)}.filter-sidebar__content .schedule-sidebar-header__title{margin:0;font-size:1rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.filter-sidebar__content .schedule-sidebar-tabs{display:flex;flex-direction:column;gap:.5rem}.filter-sidebar__content .schedule-sidebar-tabs__tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:1px solid #e5e7eb;background:#fff;border-radius:6px;color:#6b7280;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s ease;width:100%;text-align:left}.filter-sidebar__content .schedule-sidebar-tabs__tab svg{width:1.125rem;height:1.125rem;flex-shrink:0}.filter-sidebar__content .schedule-sidebar-tabs__tab:hover{color:#3b82f6;border-color:#3b82f6;background:#eff6ff}.filter-sidebar__content .schedule-sidebar-tabs__tab.active{color:#fff;background:#3b82f6;border-color:#3b82f6}.schedule-attendance-page{width:100%;height:100%;min-height:0;background:#fff;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}.schedule-attendance-page__content{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:0!important}.schedule-import{background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:1rem}.schedule-import__header{margin-bottom:1rem}.schedule-import__header h3{margin:0 0 .375rem;font-size:1rem;font-weight:700;color:#111827}.schedule-import__header p{margin:0;font-size:.75rem;color:#4b5563}.schedule-import__content{display:flex;flex-direction:column;gap:.75rem}.schedule-import__date{display:flex;flex-direction:column;gap:.375rem}.schedule-import__date label{font-size:.75rem;font-weight:600;color:#374151}.schedule-import__date-input{padding:.5rem .75rem;border:2px solid #e5e7eb;border-radius:6px;font-size:.8125rem;outline:none}.schedule-import__date-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.schedule-import__upload{display:flex;flex-direction:column;gap:.5rem}.schedule-import__file-input{display:none}.schedule-import__file-label{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f9fafb;border:2px dashed #d1d5db;border-radius:6px;cursor:pointer;transition:all .2s}.schedule-import__file-label svg{width:1.5rem;height:1.5rem;color:#6366f1}.schedule-import__file-label:hover{background:#e0e7ff;border-color:#6366f1}.schedule-import__preview{padding:.75rem;background:#f9fafb;border-radius:6px}.schedule-import__preview-stats{display:flex;gap:1rem;margin-bottom:.75rem}.schedule-import .preview-stat{display:flex;flex-direction:column;gap:.25rem}.schedule-import .preview-stat-label{font-size:.6875rem;color:#4b5563;text-transform:uppercase}.schedule-import .preview-stat-value{font-size:1rem;font-weight:700;color:#111827}.schedule-import__preview-sample{margin-top:.75rem}.schedule-import .preview-sample-header{font-size:.75rem;font-weight:600;color:#374151;margin-bottom:.5rem}.schedule-import .preview-sample-table{display:flex;flex-direction:column;gap:.25rem}.schedule-import .preview-sample-row{display:grid;grid-template-columns:120px 100px 200px 1fr;gap:.5rem;padding:.375rem .5rem;font-size:.75rem}.schedule-import .preview-sample-row--header{font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb;padding-bottom:.5rem}.schedule-import .preview-sample-row:not(.preview-sample-row--header){background:#fff;border-radius:4px}.schedule-import .preview-sample-address{color:#4b5563;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.schedule-import__actions{display:flex;gap:.5rem;justify-content:flex-end}.schedule-import__cancel-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:transparent;color:#4b5563;border:1px solid #d1d5db;border-radius:6px;cursor:pointer}.schedule-import__cancel-btn:hover:not(:disabled){background:#f9fafb}.schedule-import__cancel-btn:disabled{opacity:.5}.schedule-import__import-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:#10b981;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer}.schedule-import__import-btn:hover:not(:disabled){background:#059669}.schedule-import__import-btn:disabled{opacity:.6}.schedule-import__import-btn .spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.schedule-row{display:grid;grid-template-columns:120px 200px 1fr auto;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid #f3f4f6;align-items:start;contain:layout style paint}.schedule-row:last-child{border-bottom:none}.schedule-row:hover{background:#f9fafb}.schedule-row--return{background:#f59e0b0d}.schedule-row--matched{border-left:4px solid #10b981}.schedule-row--unmatched{border-left:4px solid #ef4444}.schedule-row__time{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;color:#111827}.schedule-row__time svg{width:1rem;height:1rem;color:#6366f1}.schedule-row__return-badge{padding:2px .375rem;background:#f59e0b;color:#fff;border-radius:4px;font-size:.6875rem;font-weight:700;text-transform:uppercase}.schedule-row__match-badge{display:inline-flex;align-items:center;gap:2px;padding:2px .375rem;background:#10b981;color:#fff;border-radius:4px;font-size:.6875rem;font-weight:600;margin-left:.25rem}.schedule-row__match-badge svg{width:.75rem;height:.75rem}.schedule-row__unmatch-badge{display:inline-flex;align-items:center;padding:2px .375rem;background:#ef4444;color:#fff;border-radius:4px;font-size:.6875rem;margin-left:.25rem}.schedule-row__unmatch-badge svg{width:.75rem;height:.75rem}.schedule-row__customer{display:flex;align-items:flex-start;gap:.375rem}.schedule-row__customer-info{display:flex;flex-direction:column;gap:.25rem}.schedule-row__customer-name{font-size:.8125rem;font-weight:600;color:#111827}.schedule-row__space-badge{display:inline-block;padding:2px .375rem;border-radius:4px;font-size:.6875rem;font-weight:700;text-transform:uppercase;width:fit-content}.schedule-row__locations{display:flex;flex-direction:column;gap:.5rem}.schedule-row__location{display:flex;align-items:flex-start;gap:.375rem}.schedule-row__location svg{width:1rem;height:1rem;color:#6366f1;flex-shrink:0;margin-top:2px}.schedule-row__location-content{flex:1;min-width:0}.schedule-row__location-label{font-size:.6875rem;font-weight:600;color:#4b5563;text-transform:uppercase;margin-bottom:.25rem}.schedule-row__location-address{font-size:.75rem;color:#374151;line-height:1.4;word-break:break-word}.schedule-row__directions{display:flex;justify-content:center;padding:.25rem 0}.schedule-row__distance{font-size:.75rem;font-weight:600;color:#4b5563;text-align:right;white-space:nowrap}.schedule-row__comments{grid-column:1/-1;padding:.5rem;background:#f9fafb;border-radius:6px;font-size:.75rem;color:#4b5563;margin-top:.375rem}.match-confirmation-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.match-confirmation-modal{position:relative;background:#fff;border-radius:8px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:1000px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;border:2px solid #e5e7eb}.match-confirmation-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:2px solid #e5e7eb;background:#f9fafb}.match-confirmation-modal__header h2{margin:0 0 .25rem;font-size:1rem;font-weight:700;color:#111827}.match-confirmation-modal__subtitle{margin:0;font-size:.75rem;color:#4b5563}.match-confirmation-modal__close{width:2rem;height:2rem;padding:0;background:transparent;border:none;color:#4b5563;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.match-confirmation-modal__close svg{width:1.25rem;height:1.25rem}.match-confirmation-modal__close:hover:not(:disabled){background:#f3f4f6;color:#111827}.match-confirmation-modal__close:disabled{opacity:.5}.match-confirmation-modal__stats{display:flex;gap:1rem;padding:.75rem 1rem;background:#fff;border-bottom:1px solid #e5e7eb}.match-stat{display:flex;flex-direction:column;gap:.25rem}.match-stat-label{font-size:.6875rem;color:#4b5563;text-transform:uppercase;letter-spacing:.05em}.match-stat-value{font-size:1.5rem;font-weight:700;color:#6366f1}.match-stat--selected .match-stat-value{color:#10b981}.match-stat--rejected .match-stat-value{color:#ef4444}.match-confirmation-modal__content{flex:1;overflow-y:auto;padding:1rem}.match-confirmation-modal__empty{text-align:center;padding:3rem;color:#6b7280}.match-confirmation-modal__matches{display:flex;flex-direction:column;gap:.75rem}.match-item{background:#fff;border:2px solid #e5e7eb;border-radius:6px;padding:.75rem;transition:all .2s}.match-item--selected{border-color:#10b981;background:#f0fdf4}.match-item--rejected{border-color:#ef4444;background:#fef2f2;opacity:.7}.match-item__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.match-item__toggle{display:flex;align-items:center;gap:.5rem}.match-item__toggle-btn{width:2rem;height:2rem;padding:0;background:transparent;border:2px solid #d1d5db;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:all .2s}.match-item__toggle-btn svg{width:1.25rem;height:1.25rem}.match-item__toggle-btn:hover:not(:disabled){border-color:#9ca3af;color:#4b5563}.match-item__toggle-btn.active{background:#10b981;border-color:#10b981;color:#fff}.match-item__toggle-btn:disabled{opacity:.5;cursor:not-allowed}.match-item__confidence{display:flex;align-items:center}.confidence-badge{padding:2px .375rem;border-radius:4px;font-size:.6875rem;font-weight:700;text-transform:uppercase}.confidence-badge--high{background:#10b981;color:#fff}.confidence-badge--medium,.confidence-badge--low{background:#f59e0b;color:#fff}.confidence-badge--very-low{background:#ef4444;color:#fff}.match-item__comparison{display:flex;flex-direction:column;gap:.5rem}.match-item__field{display:flex;flex-direction:column;gap:.25rem}.match-item__field-label{font-size:.6875rem;font-weight:600;color:#4b5563;text-transform:uppercase;letter-spacing:.05em}.match-item__field-values{display:grid;grid-template-columns:1fr auto 1fr auto;gap:.5rem;align-items:center}.match-item__value{display:flex;flex-direction:column;gap:2px;padding:.375rem;border-radius:4px}.match-item__value--schedule{background:#eff6ff}.match-item__value--broker{background:#f0fdf4}.value-label{font-size:.6875rem;color:#6b7280;font-weight:500}.value-text{font-size:.75rem;color:#111827;font-weight:500;word-break:break-word}.match-item__arrow{width:1rem;height:1rem;color:#6366f1;flex-shrink:0}.match-item__score{font-size:.75rem;font-weight:700;color:#6366f1;min-width:3rem;text-align:right}.match-confirmation-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;padding:1rem;border-top:2px solid #e5e7eb;background:#f9fafb}.match-confirmation-modal__cancel-btn{padding:.5rem .75rem;background:transparent;color:#4b5563;border:1px solid #d1d5db;border-radius:6px;font-size:.8125rem;font-weight:500;cursor:pointer}.match-confirmation-modal__cancel-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.match-confirmation-modal__cancel-btn:disabled{opacity:.5}.match-confirmation-modal__confirm-btn{padding:.5rem .75rem;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer}.match-confirmation-modal__confirm-btn:hover:not(:disabled){background:#059669}.match-confirmation-modal__confirm-btn:disabled{opacity:.6;cursor:not-allowed}.match-confirmation-modal__unmatched{margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #e5e7eb}.unmatched-header{margin-bottom:.75rem}.unmatched-header h3{margin:0 0 .25rem;font-size:.9375rem;font-weight:700;color:#111827}.unmatched-subtitle{margin:0;font-size:.75rem;color:#4b5563}.unmatched-list{display:flex;flex-direction:column;gap:.5rem}.unmatched-item{background:#fff;border:2px solid #e5e7eb;border-radius:6px;padding:.75rem;transition:all .2s}.unmatched-item__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.unmatched-item__info{flex:1;min-width:0}.unmatched-item__customer{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem}.unmatched-item__customer strong{font-size:.8125rem;font-weight:700;color:#111827}.unmatched-item__time{font-size:.75rem;color:#4b5563;padding:2px .375rem;background:#f3f4f6;border-radius:4px}.unmatched-item__addresses{display:flex;flex-direction:column;gap:.25rem}.unmatched-item__address{font-size:.75rem;color:#374151;line-height:1.4}.unmatched-item__address .address-label{font-weight:600;color:#4b5563;margin-right:.25rem}.unmatched-item__actions{flex-shrink:0}.unmatched-item__expand-btn{display:flex;align-items:center;gap:.375rem;padding:.375rem .5rem;background:#6366f1;color:#fff;border:none;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer}.unmatched-item__expand-btn svg{width:1rem;height:1rem}.unmatched-item__expand-btn:hover{background:#4f46e5}.unmatched-item__matched{display:flex;align-items:center;gap:.375rem}.unmatched-item__remove-btn{width:1.5rem;height:1.5rem;padding:0;background:transparent;border:none;color:#ef4444;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center}.unmatched-item__remove-btn svg{width:1rem;height:1rem}.unmatched-item__remove-btn:hover{background:#fee2e2}.unmatched-item__suggestions{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.unmatched-item__search{position:relative;margin-bottom:.375rem;display:flex;gap:.375rem;align-items:center}.unmatched-item__search .search-icon{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#9ca3af;pointer-events:none;z-index:1}.unmatched-item__search-input{flex:1;padding:.5rem .5rem .5rem 2.5rem;border:2px solid #e5e7eb;border-radius:6px;font-size:.75rem;outline:none}.unmatched-item__search-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.unmatched-item__clear-search{padding:.375rem .5rem;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:.6875rem;font-weight:500;cursor:pointer;white-space:nowrap}.unmatched-item__clear-search:hover{background:#e5e7eb;border-color:#9ca3af}.unmatched-item__date-filter{margin-bottom:.5rem;padding:.375rem .5rem;background:#f9fafb;border-radius:4px;border:1px solid #e5e7eb}.unmatched-item .date-filter-label{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none}.unmatched-item .date-filter-label .date-filter-checkbox{width:1rem;height:1rem;cursor:pointer}.unmatched-item__search-info{margin-bottom:.5rem;padding:.375rem .5rem;background:#e0e7ff;color:#4f46e5;border-radius:4px;font-size:.6875rem;font-weight:500}.unmatched-item__options{display:flex;flex-direction:column;gap:.375rem;max-height:400px;overflow-y:auto}.unmatched-item__no-results,.unmatched-item__no-suggestions{padding:.75rem;text-align:center;color:#6b7280;font-size:.75rem}.unmatched-item__no-results p,.unmatched-item__no-suggestions p{margin:0 0 .25rem}.unmatched-item__no-results .hint,.unmatched-item__no-suggestions .hint{font-size:.6875rem;color:#9ca3af;font-style:italic}.spotlight-result{display:flex;flex-direction:column;gap:.625rem;padding:1rem 1.25rem;border-radius:10px;cursor:pointer;margin-bottom:.375rem;border:1px solid transparent;background:#ffffff80;transition:all .2s ease}.spotlight-result:hover{background:#3b82f60f;border-color:#3b82f626}.spotlight-result__header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.spotlight-result__name{font-size:1rem;font-weight:700;color:#111827;flex:1;line-height:1.3}.spotlight-result__badges{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.spotlight-result__meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.spotlight-result__reservation{display:inline-flex;align-items:center;padding:.25rem .625rem;background:#1f2937;color:#fff;border-radius:6px;font-size:.75rem;font-weight:700;font-family:SF Mono,Monaco,Courier New,monospace;letter-spacing:.025em}.spotlight-result__tag{display:inline-flex;align-items:center;gap:.25rem;padding:.1875rem .5rem;background:#f3f4f6;color:#4b5563;border-radius:4px;font-size:.6875rem;font-weight:600;line-height:1}.spotlight-result__tag--time{background:#fef3c7;color:#92400e}.spotlight-result__locations{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem}.spotlight-result__location{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem;background:#00000005;border-radius:6px}.spotlight-result__location--pickup{border-left:2px solid #10b981}.spotlight-result__location--dropoff{border-left:2px solid #ef4444}.spotlight-result__location .location-icon{width:14px;height:14px;flex-shrink:0;margin-top:2px;color:#6b7280}.spotlight-result__location--pickup .location-icon{color:#10b981}.spotlight-result__location--dropoff .location-icon{color:#ef4444}.spotlight-result .location-content{flex:1;display:flex;flex-direction:column;gap:.125rem;min-width:0}.spotlight-result .location-content .location-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;color:#6b7280}.spotlight-result .location-content .location-text{font-size:.8125rem;font-weight:500;color:#111827;line-height:1.4}.spotlight-result .location-content .location-score{font-size:.6875rem;font-weight:600;color:#3b82f6;margin-top:.125rem}.name-match-badge{display:inline-flex;align-items:center;padding:.1875rem .5rem;border-radius:4px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;line-height:1;background:#10b981;color:#fff}.name-match-badge--high{background:#059669}.matched-badge{padding:4px .5rem;background:#10b981;color:#fff;border-radius:4px;font-size:.6875rem;font-weight:700;text-transform:uppercase}.unmatched-item__manual-match{margin-top:.5rem;padding:.5rem;background:#f0fdf4;border:2px solid #10b981;border-radius:6px}.manual-match-header{display:flex;align-items:center;gap:.375rem;margin-bottom:.375rem;font-weight:600;color:#059669}.manual-match-header .manual-match-icon{width:1rem;height:1rem}.manual-match-details{display:flex;flex-direction:column;gap:.25rem}.manual-match-detail{display:flex;align-items:flex-start;gap:.375rem;font-size:.75rem;color:#374151}.manual-match-detail .detail-label{font-weight:600;color:#4b5563;min-width:80px}.manual-match-detail .detail-value{flex:1;word-break:break-word}.manual-match-detail .detail-score{font-size:.6875rem;font-weight:700;color:#6366f1;padding:2px .25rem;background:#e0e7ff;border-radius:4px;white-space:nowrap}.match-stat--unmatched .match-stat-value{color:#f59e0b}.match-stat--manual .match-stat-value{color:#8b5cf6}.schedule-view{padding:1.5rem;max-width:1800px;margin:0 auto;width:100%}.schedule-view__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.schedule-view__title{margin:0 0 .375rem;font-size:2rem;font-weight:700;color:#111827;letter-spacing:-.02em}.schedule-view__subtitle{margin:0;font-size:.875rem;color:#4b5563}.schedule-view__stats{display:flex;gap:1rem}.schedule-view .schedule-stat{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.schedule-view .schedule-stat-label{font-size:.6875rem;color:#4b5563;text-transform:uppercase}.schedule-view .schedule-stat-value{font-size:1.5rem;font-weight:700;color:#6366f1}.schedule-view .schedule-stat--matched .schedule-view .schedule-stat-value{color:#10b981}.schedule-view .schedule-stat--unmatched .schedule-view .schedule-stat-value{color:#ef4444}.schedule-view__actions{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px}.schedule-view__match-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#6366f1;color:#fff;border:none;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer}.schedule-view__match-btn svg{width:1rem;height:1rem}.schedule-view__match-btn:hover:not(:disabled){background:#4f46e5}.schedule-view__match-btn:disabled{opacity:.6;cursor:not-allowed}.schedule-view__match-info{font-size:.75rem;color:#4b5563;font-weight:500}.schedule-view__empty{text-align:center;padding:3rem 1.5rem;color:#6b7280}.schedule-view__empty p{margin:0 0 .5rem;font-size:.9375rem}.schedule-view__empty-hint{font-size:.75rem;color:#9ca3af}.schedule-view__content{display:flex;flex-direction:column;gap:1rem}.schedule-group{background:#fff;border:2px solid #e5e7eb;border-radius:8px;overflow:hidden}.schedule-group__header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#f9fafb;border-bottom:2px solid #e5e7eb}.schedule-group__route{display:flex;align-items:center;gap:.375rem}.schedule-group__driver-name{font-size:.9375rem;font-weight:700;color:#111827}.schedule-group__route-name{font-size:.8125rem;color:#4b5563}.schedule-group__count{font-size:.75rem;color:#4b5563;font-weight:500}.schedule-group__trips{display:flex;flex-direction:column}.schedule-page{padding:1.5rem;max-width:1800px;margin:0 auto;width:100%;min-height:100vh;background:#f9fafb}.schedule-page__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.schedule-page__title{margin:0 0 .375rem;font-size:2rem;font-weight:700;color:#111827;letter-spacing:-.02em}.schedule-page__subtitle{margin:0;font-size:.875rem;color:#4b5563}.schedule-page__import-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer;white-space:nowrap}.schedule-page__import-btn svg{width:1rem;height:1rem}.schedule-page__import-btn:hover{background:#059669}.schedule-page__success{padding:.75rem 1rem;background:#10b981;color:#fff;border-radius:6px;margin-bottom:1rem;font-weight:600;text-align:center;animation:slideIn .3s ease}.role-management{padding:1rem;max-width:1600px;margin:0 auto;height:calc(100vh - 80px);display:flex;flex-direction:column;overflow:hidden}.role-management__empty{display:flex;align-items:center;justify-content:center;height:300px;color:#64748b;font-size:.875rem}.role-management__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-shrink:0}.role-management__title-section{display:flex;align-items:center;gap:1rem}.role-management__title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.02em}.role-management__company-badge{padding:.375rem .75rem;background:linear-gradient(135deg,#818cf8,#6366f1);color:#fff;border-radius:1rem;font-size:.75rem;font-weight:600;letter-spacing:.02em}.role-management__tabs{display:flex;gap:.25rem;padding:.25rem;background:#f1f5f9;border-radius:.75rem;margin-bottom:1rem;flex-shrink:0;overflow-x:auto}.role-management__tabs::-webkit-scrollbar{height:0}.role-management__tab{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:none;background:transparent;border-radius:.5rem;font-size:.8125rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s ease;white-space:nowrap;position:relative}.role-management__tab:hover:not(.active){background:#ffffff80;color:#475569}.role-management__tab.active{background:#fff;color:#0f172a;font-weight:600;box-shadow:0 1px 3px #0000001a}.role-management__tab-icon{font-size:1rem}@media (max-width: 768px){.role-management__tab-label{display:none}}.role-management__tab-badge{position:absolute;top:.25rem;right:.25rem;min-width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;background:#ef4444;color:#fff;border-radius:.625rem;font-size:.625rem;font-weight:700;padding:0 .375rem}.role-management__content{flex:1;min-height:0;overflow:hidden;background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #00000014}.role-panel{height:100%;display:flex;flex-direction:column;overflow:hidden}.role-panel__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0;flex-shrink:0}.role-panel__title{font-size:.875rem;font-weight:600;color:#0f172a;margin:0}.role-panel__actions{display:flex;gap:.5rem}.role-panel__content{flex:1;overflow-y:auto;padding:1rem}.role-panel__content::-webkit-scrollbar{width:6px}.role-panel__content::-webkit-scrollbar-track{background:transparent}.role-panel__content::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:3px}.role-panel__content::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.role-panel__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#64748b;font-size:.875rem;text-align:center;gap:.5rem}.role-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.role-btn svg{width:1rem;height:1rem}.role-btn--primary{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}.role-btn--primary:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5,#4338ca);transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.role-btn--secondary{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.role-btn--secondary:hover:not(:disabled){background:#e2e8f0;border-color:#cbd5e1}.role-btn--danger{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.role-btn--danger:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5}.role-btn--ghost{background:transparent;color:#64748b}.role-btn--ghost:hover:not(:disabled){background:#f1f5f9;color:#475569}.role-btn--small{padding:.375rem .75rem;font-size:.75rem}.role-btn:disabled{opacity:.5;cursor:not-allowed}.role-tree{padding:.5rem}.role-tree-node{margin-bottom:.25rem}.role-tree-node__row{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;border-radius:.5rem;cursor:pointer;transition:all .15s ease}.role-tree-node__row:hover{background:#f8fafc}.role-tree-node__row.selected{background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1px solid #c7d2fe}.role-tree-node__row.system-role{border-left:3px solid #818cf8}.role-tree-node__row.sensitive-role{border-left:3px solid #f59e0b}.role-tree-node__expand{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:.25rem;cursor:pointer;color:#94a3b8;transition:all .15s ease;flex-shrink:0}.role-tree-node__expand:hover{background:#e2e8f0;color:#475569}.role-tree-node__expand svg{width:.875rem;height:.875rem;transition:transform .15s ease}.role-tree-node__expand.expanded svg{transform:rotate(90deg)}.role-tree-node__spacer{width:1.5rem;flex-shrink:0}.role-tree-node__icon{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:.5rem;font-size:1rem;flex-shrink:0}.role-tree-node__info{flex:1;min-width:0}.role-tree-node__name{font-size:.875rem;font-weight:600;color:#0f172a;margin:0 0 .125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.role-tree-node__meta{font-size:.6875rem;color:#64748b;display:flex;align-items:center;gap:.5rem}.role-tree-node__badge{padding:.125rem .5rem;background:#f1f5f9;border-radius:.25rem;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.role-tree-node__badge--system{background:#ddd6fe;color:#7c3aed}.role-tree-node__badge--sensitive{background:#fef3c7;color:#d97706}.role-tree-node__actions{display:flex;gap:.25rem;opacity:0;transition:opacity .15s ease}.role-tree-node__row:hover .role-tree-node__actions{opacity:1}.role-tree-node__action-btn{width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;cursor:pointer;color:#64748b;transition:all .15s ease}.role-tree-node__action-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.role-tree-node__action-btn--danger:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}.role-tree-node__action-btn svg{width:.875rem;height:.875rem}.role-tree-node__children{margin-left:1.5rem;padding-left:.75rem;border-left:1px dashed #e2e8f0}.role-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.role-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;transition:all .2s ease}.role-card:hover{border-color:#c7d2fe;box-shadow:0 4px 12px #0000000d}.role-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.role-card__title{font-size:.875rem;font-weight:600;color:#0f172a;margin:0}.role-card__status{padding:.25rem .625rem;border-radius:1rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.role-card__status--active{background:#dcfce7;color:#15803d}.role-card__status--pending{background:#fef3c7;color:#d97706}.role-card__status--inactive{background:#f1f5f9;color:#64748b}.role-card__status--rejected{background:#fee2e2;color:#dc2626}.role-card__body{margin-bottom:.75rem}.role-card__meta{font-size:.75rem;color:#64748b;display:flex;flex-direction:column;gap:.25rem}.role-card__actions{display:flex;gap:.5rem;padding-top:.75rem;border-top:1px solid #f1f5f9}.role-form{display:flex;flex-direction:column;gap:1rem}.role-form__group{display:flex;flex-direction:column;gap:.375rem}.role-form__label{font-size:.75rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.05em}.role-form__input,.role-form__select,.role-form__textarea{padding:.625rem .875rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.875rem;color:#0f172a;background:#fff;transition:all .15s ease}.role-form__input:focus,.role-form__select:focus,.role-form__textarea:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #818cf81a}.role-form__input.error,.role-form__select.error,.role-form__textarea.error{border-color:#fca5a5;box-shadow:0 0 0 3px #fca5a51a}.role-form__input::placeholder,.role-form__select::placeholder,.role-form__textarea::placeholder{color:#94a3b8}.role-form__textarea{min-height:80px;resize:vertical}.role-form__error{font-size:.75rem;color:#dc2626}.role-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){.role-form__row{grid-template-columns:1fr}}.role-form__actions{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;border-top:1px solid #e2e8f0}.role-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.role-modal{background:#fff;border-radius:.75rem;width:100%;max-width:850px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000026}.role-modal form{display:flex;flex-direction:column;flex:1;min-height:0;width:100%;overflow:hidden}.role-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0;flex-shrink:0}.role-modal__title{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0}.role-modal__close{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:.375rem;cursor:pointer;color:#64748b;transition:all .15s ease}.role-modal__close:hover{background:#f1f5f9;color:#475569}.role-modal__close svg{width:1.25rem;height:1.25rem}.role-modal__body{flex:1;overflow-y:auto;min-height:0;padding:1.5rem;width:100%}.role-modal__body::-webkit-scrollbar{width:8px}.role-modal__body::-webkit-scrollbar-track{background:#f8fafc}.role-modal__body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.role-modal__body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.role-modal__footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e2e8f0;flex-shrink:0;background:#f8fafc}.permission-chips{display:flex;flex-wrap:wrap;gap:.375rem}.permission-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;background:#f1f5f9;border-radius:.375rem;font-size:.6875rem;font-weight:500;color:#475569;cursor:pointer;transition:all .15s ease;border:1px solid transparent;-webkit-user-select:none;user-select:none}.permission-chip:hover{background:#e2e8f0;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.permission-chip.selected{background:#eef2ff;border-color:#c7d2fe;color:#4f46e5;font-weight:600}.permission-chip.selected:hover{background:#e0e7ff;border-color:#a5b4fc}.permission-chip.sensitive{background:#fef3c7;border-color:#fcd34d;color:#b45309}.permission-chip.sensitive.selected{background:#fde68a;border-color:#fbbf24;color:#92400e}.permission-chip__remove{width:1rem;height:1rem;display:flex;align-items:center;justify-content:center;background:#0000001a;border-radius:50%;margin-left:.25rem;cursor:pointer}.permission-chip__remove:hover{background:#0003}.permission-chip__remove svg{width:.625rem;height:.625rem}.permission-category{margin-bottom:1.5rem;padding:1rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.permission-category:last-child{margin-bottom:0}.permission-category__title{font-size:.6875rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.impersonation-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fbbf24;border-radius:.5rem;margin-bottom:1rem;flex-shrink:0}.impersonation-banner__info{display:flex;align-items:center;gap:.75rem}.impersonation-banner__icon{font-size:1.25rem}.impersonation-banner__text{font-size:.8125rem;color:#92400e}.impersonation-banner__text strong{font-weight:700}.impersonation-banner__end{padding:.375rem .75rem;background:#92400e;color:#fff;border:none;border-radius:.375rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease}.impersonation-banner__end:hover{background:#78350f}.audit-log-table{width:100%;border-collapse:collapse}.audit-log-table th,.audit-log-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #f1f5f9}.audit-log-table th{font-size:.6875rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc}.audit-log-table td{font-size:.8125rem;color:#475569}.audit-log-table tbody tr:hover{background:#f8fafc}.audit-action-badge{display:inline-flex;padding:.25rem .5rem;border-radius:.25rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.audit-action-badge--created{background:#dcfce7;color:#15803d}.audit-action-badge--updated{background:#dbeafe;color:#1d4ed8}.audit-action-badge--deleted{background:#fee2e2;color:#dc2626}.audit-action-badge--granted{background:#d1fae5;color:#059669}.audit-action-badge--revoked{background:#fef3c7;color:#d97706}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.role-management__content>*{animation:slideIn .2s ease-out}.user-roles-table-wrapper{overflow-x:auto}.user-roles-table{width:100%;border-collapse:collapse;min-width:600px}.user-roles-table th,.user-roles-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #f1f5f9}.user-roles-table th{font-size:.6875rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;position:sticky;top:0;z-index:10}.user-roles-table td{font-size:.8125rem;color:#475569;vertical-align:middle}.user-roles-table tbody tr{transition:background .15s ease}.user-roles-table tbody tr:hover{background:#f8fafc}.user-roles-table tbody tr.selected{background:#eef2ff}.user-role-checkbox{width:1rem;height:1rem;cursor:pointer;accent-color:#6366f1}.user-info{display:flex;flex-direction:column;gap:.125rem}.user-info__name{font-weight:600;color:#0f172a}.user-info__email{font-size:.75rem;color:#64748b}.user-roles-list{display:flex;flex-wrap:wrap;gap:.375rem}.user-roles-list .no-roles{font-size:.75rem;color:#94a3b8;font-style:italic}.role-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;border-radius:1rem;font-size:.6875rem;font-weight:600;background:#e2e8f0;color:#475569;transition:all .15s ease}.role-badge small{font-weight:400;opacity:.75}.role-badge__remove{width:1rem;height:1rem;display:flex;align-items:center;justify-content:center;background:#0000001a;border:none;border-radius:50%;cursor:pointer;margin-left:.25rem;font-size:.875rem;line-height:1;color:inherit;transition:all .15s ease}.role-badge__remove:hover:not(:disabled){background:#0003}.role-badge__remove:disabled{opacity:.5;cursor:not-allowed}.role-badge--owner{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border:1px solid #f59e0b}.role-badge--admin{background:linear-gradient(135deg,#ddd6fe,#c4b5fd);color:#6d28d9;border:1px solid #8b5cf6}.role-badge--manager{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8;border:1px solid #3b82f6}.role-badge--member{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#047857;border:1px solid #10b981}.role-badge--guest{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.selection-info-bar{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1px solid #c7d2fe;border-radius:.5rem;margin-top:1rem;font-size:.8125rem;color:#4f46e5;font-weight:500}.bulk-progress{margin-top:1rem;padding:1rem;background:#f8fafc;border-radius:.5rem}.bulk-progress__bar{height:.5rem;background:#e2e8f0;border-radius:.25rem;overflow:hidden;margin-bottom:.5rem}.bulk-progress__fill{height:100%;background:linear-gradient(135deg,#6366f1,#4f46e5);transition:width .3s ease}.bulk-progress__text{font-size:.75rem;color:#64748b;text-align:center;display:block}.selected-users-preview{display:flex;flex-wrap:wrap;gap:.375rem;padding:.75rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.selected-user-chip{padding:.25rem .625rem;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;font-size:.75rem;color:#475569}.selected-user-chip.more{background:#f1f5f9;color:#64748b;font-weight:600}.permissions-side-panel-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a4d;z-index:1000;display:flex;justify-content:flex-end}.permissions-side-panel{width:100%;max-width:400px;height:100%;background:#fff;box-shadow:-4px 0 20px #0000001a;animation:slideInRight .2s ease-out}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.user-permissions-panel{height:100%;display:flex;flex-direction:column}.user-permissions-panel__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.user-permissions-panel__header h4{font-size:.9375rem;font-weight:700;color:#0f172a;margin:0}.user-permissions-panel__content{flex:1;overflow-y:auto;padding:1rem}.permissions-manager .role-panel__content{padding:0}.permissions-matrix-wrapper{overflow:auto;max-height:calc(100vh - 320px)}.permissions-matrix-wrapper::-webkit-scrollbar{width:8px;height:8px}.permissions-matrix-wrapper::-webkit-scrollbar-track{background:#f1f5f9}.permissions-matrix-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.permissions-matrix-wrapper::-webkit-scrollbar-thumb:hover{background:#94a3b8}.permissions-matrix{width:100%;border-collapse:separate;border-spacing:0;min-width:max-content}.permissions-matrix th,.permissions-matrix td{border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9}.permissions-matrix thead{position:sticky;top:0;z-index:20}.permissions-matrix th{background:#f8fafc;padding:.75rem .5rem;font-size:.6875rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.03em;text-align:center;white-space:nowrap;min-width:80px}.permissions-matrix th.sticky-col{position:sticky;left:0;z-index:30;text-align:left;min-width:220px;background:#f8fafc;border-right:2px solid #e2e8f0}.permissions-matrix td{padding:0}.permissions-matrix td.sticky-col{position:sticky;left:0;z-index:10;background:#fff;border-right:2px solid #e2e8f0}.permissions-matrix tbody tr:hover td{background:#f8fafc}.permissions-matrix tbody tr:hover td.sticky-col{background:#f1f5f9}.role-header__content{display:flex;flex-direction:column;align-items:center;gap:.25rem}.role-header__name{font-weight:700;color:#0f172a;font-size:.75rem;text-transform:none;letter-spacing:normal}.role-header__level{font-size:.625rem;color:#94a3b8;font-weight:500;background:#e2e8f0;padding:.125rem .375rem;border-radius:.25rem}.category-row td{background:#eef2ff!important}.category-cell{padding:.5rem 1rem!important;font-size:.6875rem;font-weight:700;color:#4f46e5;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #c7d2fe!important}.permission-name-cell{padding:.625rem 1rem!important;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.permission-info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.permission-info__name{font-size:.8125rem;font-weight:500;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.permission-info__code{font-size:.6875rem;color:#94a3b8;font-family:monospace}.permission-sensitive-badge{flex-shrink:0;font-size:.875rem}.bundle-system-badge{flex-shrink:0;font-size:.5625rem;font-weight:700;color:#6366f1;background:#eef2ff;padding:.125rem .375rem;border-radius:.25rem;text-transform:uppercase;letter-spacing:.05em}.permission-cell{text-align:center;cursor:pointer;transition:all .15s ease;padding:.5rem!important}.permission-cell:hover:not(.disabled){background:#f1f5f9}.permission-cell.granted{background:#f0fdf4}.permission-cell.granted:hover:not(.disabled){background:#dcfce7}.permission-cell.via-bundle{background:#eef2ff}.permission-cell.via-bundle:hover:not(.disabled){background:#e0e7ff}.permission-cell.via-bundle .permission-cell__checkbox{background:#6366f1;border-color:#6366f1}.permission-cell.via-bundle .permission-cell__checkbox svg{color:#fff}.permission-cell.inherited{background:#f8fafc}.permission-cell.inherited:hover:not(.disabled){background:#f1f5f9}.permission-cell.inherited .permission-cell__checkbox{background:#94a3b8;border-color:#94a3b8}.permission-cell.inherited .permission-cell__checkbox svg{color:#fff}.permission-cell.changed{animation:pulse-change 1s ease-in-out infinite}.permission-cell.disabled{opacity:.5;cursor:not-allowed}.permission-cell__checkbox{width:1.5rem;height:1.5rem;margin:0 auto;display:flex;align-items:center;justify-content:center;border:2px solid #e2e8f0;border-radius:.375rem;background:#fff;transition:all .15s ease}.permission-cell__checkbox svg{width:.875rem;height:.875rem;color:transparent}.granted .permission-cell__checkbox{background:#22c55e;border-color:#22c55e}.granted .permission-cell__checkbox svg{color:#fff}.changed .permission-cell__checkbox{border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b33}.changed.granted .permission-cell__checkbox{background:#f59e0b;border-color:#f59e0b}.bundle-cell.granted .permission-cell__checkbox{background:#6366f1;border-color:#6366f1}.bundle-cell.changed.granted .permission-cell__checkbox{background:#f59e0b;border-color:#f59e0b}@keyframes pulse-change{0%,to{opacity:1}50%{opacity:.7}}.view-toggle{display:flex;background:#f1f5f9;border-radius:.5rem;padding:.125rem}.view-toggle__btn{padding:.375rem .75rem;border:none;background:transparent;font-size:.75rem;font-weight:500;color:#64748b;cursor:pointer;border-radius:.375rem;transition:all .15s ease}.view-toggle__btn:hover:not(.active){color:#475569}.view-toggle__btn.active{background:#fff;color:#0f172a;font-weight:600;box-shadow:0 1px 2px #0000000d}.permissions-legend{display:flex;gap:1.5rem;padding:.75rem 1rem;background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:center}.permissions-legend__item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#64748b}.permissions-legend__item .permission-cell__checkbox{width:1.25rem;height:1.25rem}.permissions-legend__item .permission-cell__checkbox svg{width:.75rem;height:.75rem}.bundle-section{margin-bottom:2rem}.bundle-section:last-child{margin-bottom:0}.bundle-section__title{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.bundle-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.bundle-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;transition:all .2s ease}.bundle-card:hover{border-color:#c7d2fe;box-shadow:0 4px 12px #0000000d}.bundle-card.system{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-color:#e2e8f0}.bundle-card__header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.bundle-card__icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border-radius:.5rem;flex-shrink:0}.bundle-card__icon svg{width:1.25rem;height:1.25rem;color:#6366f1}.bundle-card__info{flex:1;min-width:0}.bundle-card__name{font-size:.9375rem;font-weight:600;color:#0f172a;margin:0 0 .25rem}.bundle-card__description{font-size:.75rem;color:#64748b;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-card__badge{padding:.25rem .5rem;background:#ddd6fe;color:#7c3aed;border-radius:.25rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.bundle-card__permissions{margin-bottom:.75rem}.bundle-card__count{font-size:.6875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;display:block;margin-bottom:.5rem}.bundle-card__permission-list{display:flex;flex-wrap:wrap;gap:.25rem}.bundle-card__permission-chip{padding:.125rem .5rem;background:#f1f5f9;border-radius:.25rem;font-size:.6875rem;color:#475569}.bundle-card__permission-chip.more{background:#e2e8f0;font-weight:600}.bundle-card__actions{display:flex;gap:.5rem;padding-top:.75rem;border-top:1px solid #f1f5f9}.bundle-modal{max-width:1000px;max-height:85vh}.bundle-permissions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.bundle-permissions-filters{display:flex;gap:.5rem}.bundle-permissions-list{max-height:350px;overflow-y:auto;border:1px solid #e2e8f0;border-radius:.5rem;padding:.75rem}.bundle-permissions-list::-webkit-scrollbar{width:6px}.bundle-permissions-list::-webkit-scrollbar-track{background:transparent}.bundle-permissions-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:3px}.bundle-permission-category{margin-bottom:1rem}.bundle-permission-category:last-child{margin-bottom:0}.bundle-permission-category__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.bundle-permission-category__title{font-size:.6875rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin:0;display:flex;align-items:center;gap:.5rem}.bundle-permission-category__count{font-weight:500;color:#94a3b8}.bundle-permission-category__actions{display:flex;gap:.5rem}.bundle-permission-category__permissions{display:flex;flex-wrap:wrap;gap:.375rem}.text-btn{background:none;border:none;padding:0;font-size:.6875rem;color:#6366f1;cursor:pointer;text-decoration:underline}.text-btn:hover{color:#4f46e5}.bundle-permission-item{display:flex;align-items:center;gap:.375rem;padding:.375rem .625rem;background:#f8fafc;border:1px solid transparent;border-radius:.375rem;cursor:pointer;transition:all .15s ease}.bundle-permission-item:hover:not(.readonly){background:#f1f5f9}.bundle-permission-item.selected{background:#eef2ff;border-color:#c7d2fe}.bundle-permission-item.readonly{cursor:default}.bundle-permission-item input[type=checkbox]{width:.875rem;height:.875rem;accent-color:#6366f1;cursor:inherit}.bundle-permission-item__name{font-size:.75rem;color:#475569}.selected .bundle-permission-item__name{color:#4f46e5;font-weight:500}.bundle-permission-item__sensitive{font-size:.75rem;margin-left:.25rem}.checkbox-label{cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{accent-color:#6366f1}.route-permissions-table-wrapper{overflow-x:auto;border:1px solid #e2e8f0;border-radius:.5rem}.route-permissions-table{width:100%;border-collapse:collapse;font-size:.8125rem}.route-permissions-table th,.route-permissions-table td{padding:.75rem;border-bottom:1px solid #e2e8f0;text-align:center}.route-permissions-table th{background:#f8fafc;font-weight:600;color:#475569;white-space:nowrap}.route-permissions-table__route-header{text-align:left!important;min-width:200px}.route-permissions-table__role-header{min-width:100px}.route-permissions-table__role-header .role-header-content{display:flex;flex-direction:column;align-items:center;gap:.25rem}.route-permissions-table__role-header .role-name{font-size:.75rem;font-weight:600}.route-permissions-table__role-header .role-badge{padding:.125rem .375rem;border-radius:.25rem;font-size:.5625rem;font-weight:700;text-transform:uppercase}.route-permissions-table__role-header .role-badge.system{background:#ddd6fe;color:#7c3aed}.route-permissions-table__route-cell{text-align:left!important;background:#fafafa}.route-permissions-table__route-cell .route-info{display:flex;align-items:center;gap:.5rem}.route-permissions-table__route-cell .route-icon{font-size:1rem}.route-permissions-table__route-cell .route-label{font-weight:600;color:#0f172a}.route-permissions-table__route-cell .route-sensitive{font-size:.75rem}.route-permissions-table__route-cell .route-path{display:block;font-size:.6875rem;color:#94a3b8;font-family:SF Mono,Monaco,monospace;margin-top:.25rem}.route-permissions-table tbody tr:hover{background:#f1f5f9}.route-permissions-table tbody tr:hover .route-permissions-table__route-cell{background:#eef2ff}.route-permission-cell{position:relative;transition:all .2s ease}.route-permission-cell__checkbox{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:2px solid #e2e8f0;border-radius:.5rem;background:#fff;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:inset 0 1px 2px #0000000d}.route-permission-cell__checkbox svg{width:1rem;height:1rem;transition:all .2s ease}.route-permission-cell__checkbox.is-direct{background:#22c55e;border-color:#16a34a;box-shadow:0 2px 4px #22c55e4d}.route-permission-cell__checkbox.is-direct svg{color:#fff;transform:scale(1.1)}.route-permission-cell__checkbox.is-direct:hover{background:#ef4444;border-color:#dc2626;box-shadow:0 2px 4px #ef44444d}.route-permission-cell__checkbox.is-bundle:not(.is-direct){background:#6366f1;border-color:#4f46e5;box-shadow:0 2px 4px #6366f14d}.route-permission-cell__checkbox.is-bundle:not(.is-direct) svg{color:#fff}.route-permission-cell__checkbox.is-bundle:not(.is-direct):hover{background:#4f46e5;border-color:#4338ca}.route-permission-cell__checkbox.is-inherited:not(.is-direct):not(.is-bundle){background:#f1f5f9;border-color:#cbd5e1;color:#64748b}.route-permission-cell__checkbox.is-inherited:not(.is-direct):not(.is-bundle) svg{color:#64748b}.route-permission-cell__checkbox.is-inherited:not(.is-direct):not(.is-bundle):hover{background:#e2e8f0;border-color:#94a3b8}.route-permission-cell__checkbox:not(.any-granted):hover{border-color:#22c55e;background:#f0fdf4;transform:scale(1.05)}.route-permission-cell__checkbox.updating{opacity:.6;cursor:wait}.route-permission-cell__checkbox.updating .cell-spinner{width:1rem;height:1rem;border:2px solid rgba(0,0,0,.1);border-top-color:currentColor;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.route-permissions-legend{display:flex;gap:1.5rem;padding:.75rem 1rem;background:#f8fafc;border-top:1px solid #e2e8f0;justify-content:center;margin-top:1rem;border-radius:.5rem}.route-permissions-legend .legend-item{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#64748b}.report-layout{display:flex;width:100%;height:100%;min-height:0;margin:0;padding:0;overflow:hidden;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;position:relative;z-index:1;box-sizing:border-box}.report-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#fff;position:relative}.report-main__header{padding:2rem 3rem;border-bottom:1px solid #e5e7eb;background:#fff;flex-shrink:0}.report-main__header h1{margin:0 0 .5rem;font-size:1.875rem;font-weight:700;color:#111827;letter-spacing:-.02em}.report-main__header p{margin:0;font-size:.9375rem;color:#6b7280;font-weight:400}.report-main__content{flex:1;overflow-y:auto;padding:2rem 3rem;position:relative}.report-main__content::-webkit-scrollbar{width:10px}.report-main__content::-webkit-scrollbar-track{background:transparent}.report-main__content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:5px}.report-main__content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.report-main__content{scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.report{width:100%;max-width:1400px;margin:0 auto}.report__search{margin-bottom:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;box-shadow:0 1px 2px #0000000a}.report__search-form{display:flex;flex-direction:column;gap:1rem}.report__search-input-wrapper{position:relative;display:flex;align-items:center;gap:.75rem}.report__search-icon{position:absolute;left:1rem;width:1.25rem;height:1.25rem;color:#9ca3af;pointer-events:none;z-index:1}.report__search-input{flex:1;padding:.75rem 1rem .75rem 3rem;border:2px solid #e5e7eb;border-radius:6px;font-size:.9375rem;background:#fff;color:#111827;transition:border-color .2s ease,box-shadow .2s ease}.report__search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.report__search-input::placeholder{color:#9ca3af}.report__search-clear-button{position:absolute;right:1rem;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;background:transparent;border:none;color:#9ca3af;cursor:pointer;border-radius:50%;transition:background-color .2s ease,color .2s ease;z-index:1}.report__search-clear-button:hover{background:#f3f4f6;color:#4b5563}.report__search-clear-button svg{width:1rem;height:1rem}.report__search-options{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.report__search-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.8125rem;color:#374151;-webkit-user-select:none;user-select:none}.report__search-option input[type=radio]{cursor:pointer;width:1rem;height:1rem;accent-color:#6366f1}.report__search-option span{font-weight:500}.report__search-button{align-self:flex-start;padding:.75rem 1.5rem;background:#6366f1;color:#fff;border:none;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .15s ease}.report__search-button:hover:not(:disabled){background:#4f46e5;transform:translateY(-1px)}.report__search-button:active:not(:disabled){transform:translateY(0)}.report__search-button:disabled{opacity:.5;cursor:not-allowed}.report__actions{display:flex;gap:.75rem;margin-bottom:2rem;align-items:center;flex-wrap:wrap}.report__export-button,.report__refresh-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border:2px solid #e5e7eb;border-radius:6px;font-size:.8125rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s ease}.report__export-button:hover:not(:disabled),.report__refresh-button:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db;color:#111827}.report__export-button:disabled,.report__refresh-button:disabled{opacity:.5;cursor:not-allowed}.report__export-button svg,.report__refresh-button svg{width:1.125rem;height:1.125rem}.report__export-button svg.spinning,.report__refresh-button svg.spinning{animation:spin 1s linear infinite}.report__loading,.report__error,.report__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;color:#6b7280;min-height:400px}.report__empty p{margin:0;font-size:1rem;font-weight:500;color:#4b5563}.report__sections{display:flex;flex-direction:column;gap:2rem}.report__section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;box-shadow:0 1px 2px #0000000a;transition:box-shadow .2s ease}.report__section:hover{box-shadow:0 1px 3px #0000001a}.report__section-title{font-size:1rem;font-weight:600;color:#111827;margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb;letter-spacing:-.01em}.report__section-title--warning{color:#ef4444;border-bottom-color:#fecaca}.report__summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.report__summary-item{display:flex;flex-direction:column;gap:.375rem;padding:1rem;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb;transition:all .2s ease}.report__summary-item:hover{background:#fff;border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 1px 2px #0000000a}.report__summary-item--warning{background:#fee2e2;border-color:#fecaca}.report__summary-item--warning:hover{background:#feecec}.report__summary-label{font-size:.75rem;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.report__summary-value{font-size:1rem;color:#111827;font-weight:700}.report__table-wrapper{overflow-x:auto;border-radius:6px;border:1px solid #e5e7eb;margin-top:.75rem}.report__table{width:100%;border-collapse:collapse;font-size:.8125rem;background:#fff}.report__table thead{background:#f9fafb}.report__table thead th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#374151;border-bottom:2px solid #e5e7eb;white-space:nowrap;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.report__table tbody tr{border-bottom:1px solid #e5e7eb;transition:background-color .15s ease}.report__table tbody tr:hover{background:#f9fafb}.report__table tbody tr:last-child{border-bottom:none}.report__table tbody td{padding:.75rem 1rem;color:#111827;vertical-align:top;font-size:.8125rem}.report__updates{display:flex;flex-direction:column;gap:1rem;margin-top:.75rem}.report__update-item{padding:1rem;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb;transition:all .2s ease}.report__update-item:hover{background:#fff;border-color:#d1d5db;box-shadow:0 1px 2px #0000000a}.report__update-header{display:flex;gap:.75rem;align-items:center;margin-bottom:.75rem;flex-wrap:wrap}.report__update-type{padding:.25rem .75rem;background:#6366f1;color:#fff;border-radius:4px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.report__update-author{font-weight:600;color:#111827;font-size:.8125rem}.report__update-date{color:#6b7280;font-size:.75rem;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.report__update-pinned{color:#f59e0b;font-weight:600;font-size:.75rem}.report__update-content{color:#111827;line-height:1.6;margin-bottom:.5rem;font-size:.8125rem}.report__update-driver{font-size:.75rem;color:#6b7280;font-style:italic}.price-calculator{padding:2rem;max-width:800px;margin:0 auto;width:100%;height:100%;min-height:0;box-sizing:border-box;overflow-y:auto}.app-layout.no-sidebar .price-calculator{max-width:none;margin:0;padding-left:2rem;padding-right:2rem}.price-calculator .price-calculator__header{margin-bottom:2rem}.price-calculator .price-calculator__header h1{margin:0 0 .5rem;color:var(--text-primary, #213547);font-size:1.75rem}.price-calculator .price-calculator__header .price-calculator__subtitle{margin:0;color:var(--text-secondary, #666);font-size:1rem}.price-calculator .price-calculator__content{display:flex;flex-direction:column;gap:2rem}.price-calculator .price-calculator__form{background-color:var(--bg-primary, #ffffff);border:1px solid var(--border-color, #e0e0e0);border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.price-calculator .price-calculator__field-group{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}@media (min-width: 640px){.price-calculator .price-calculator__field-group{flex-direction:row;gap:1rem}}.price-calculator .price-calculator__field-group .price-calculator__field{flex:1;margin-bottom:0}.price-calculator .price-calculator__field{margin-bottom:1.5rem}.price-calculator .price-calculator__field:last-child{margin-bottom:0}.price-calculator .price-calculator__label{display:block;margin-bottom:.5rem;color:var(--text-primary, #213547);font-weight:500;font-size:.95rem}.price-calculator .price-calculator__label .required{color:var(--error-color, #d32f2f);margin-left:.25rem}.price-calculator .price-calculator__label .price-calculator__hint{display:block;font-weight:400;font-size:.8rem;color:var(--text-secondary, #666);margin-top:.25rem}.price-calculator .price-calculator__service-buttons{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 640px){.price-calculator .price-calculator__service-buttons{flex-direction:row;gap:1rem}}.price-calculator .price-calculator__service-button{flex:1;padding:1rem 1.5rem;background-color:var(--bg-secondary, #f5f5f5);border:2px solid var(--border-color, #e0e0e0);border-radius:6px;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;text-align:left}.price-calculator .price-calculator__service-button:hover{background-color:var(--bg-hover, #f9f9f9);border-color:var(--primary-color, #646cff)}.price-calculator .price-calculator__service-button.active{background-color:var(--primary-color, #646cff);border-color:var(--primary-color, #646cff);color:var(--bg-primary, #ffffff)}.price-calculator .price-calculator__service-button.active .service-label{color:var(--bg-primary, #ffffff);font-weight:600}.price-calculator .price-calculator__service-button.active .service-pricing{color:#ffffffe6}.price-calculator .price-calculator__service-button .service-label{font-size:1.1rem;font-weight:500;color:var(--text-primary, #213547)}.price-calculator .price-calculator__service-button .service-pricing{font-size:.85rem;color:var(--text-secondary, #666)}.price-calculator .price-calculator__input{width:100%;padding:.75rem 1rem;border:1px solid var(--border-color, #e0e0e0);border-radius:6px;font-size:1rem;color:var(--text-primary, #213547);background-color:var(--bg-primary, #ffffff);transition:all .2s}.price-calculator .price-calculator__input:focus{outline:none;border-color:var(--primary-color, #646cff);box-shadow:0 0 0 3px #646cff1a}.price-calculator .price-calculator__input::placeholder{color:var(--text-secondary, #999)}.price-calculator .price-calculator__result{background-color:var(--bg-primary, #ffffff);border:2px solid var(--primary-color, #646cff);border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.price-calculator .price-calculator__result.price-calculator__result--profitability{border-width:2px}.price-calculator .price-calculator__result.price-calculator__result--profitability.profitable{border-color:#4caf50;background-color:#4caf500d}.price-calculator .price-calculator__result.price-calculator__result--profitability.not-profitable{border-color:var(--error-color, #d32f2f);background-color:#d32f2f0d}.price-calculator .price-calculator__result-header{margin-bottom:1rem}.price-calculator .price-calculator__result-header h2{margin:0;color:var(--text-primary, #213547);font-size:1.25rem}.price-calculator .price-calculator__result-content .price-breakdown{display:flex;flex-direction:column;gap:.75rem}.price-calculator .price-calculator__result-content .price-breakdown__row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;color:var(--text-primary, #213547)}.price-calculator .price-calculator__result-content .price-breakdown__row.price-breakdown__row--total{padding-top:.75rem}.price-calculator .price-calculator__result-content .price-breakdown__label{font-size:.95rem;color:var(--text-secondary, #666)}.price-calculator .price-calculator__result-content .price-breakdown__row--before{padding-bottom:.75rem}.price-calculator .price-calculator__result-content .price-breakdown__row--before .price-breakdown__label{font-size:1rem;font-weight:600;color:var(--text-primary, #213547)}.price-calculator .price-calculator__result-content .price-breakdown__value{font-size:.95rem;font-weight:500;color:var(--text-primary, #213547)}.price-calculator .price-calculator__result-content .price-breakdown__value.price-breakdown__value--before{font-size:1.5rem;font-weight:700;color:var(--primary-color, #646cff)}.price-calculator .price-calculator__result-content .price-breakdown__value.price-breakdown__value--total{font-size:1.5rem;font-weight:700}.price-calculator .price-calculator__result-content .price-breakdown__value.price-breakdown__value--cost{color:var(--error-color, #d32f2f)}.price-calculator .price-calculator__result-content .price-breakdown__value.profit{color:#4caf50}.price-calculator .price-calculator__result-content .price-breakdown__value.loss{color:var(--error-color, #d32f2f)}.price-calculator .price-calculator__result-content .price-breakdown__row--total .price-breakdown__label{font-size:1.25rem;font-weight:600;color:var(--text-primary, #213547)}.price-calculator .price-calculator__result-content .price-breakdown__divider{height:1px;background-color:var(--border-color, #e0e0e0);margin:.5rem 0}.price-calculator .profitability-indicator{display:flex;align-items:center;gap:.75rem;margin-top:1.5rem;padding:1rem;border-radius:6px;font-weight:600;font-size:1rem}.price-calculator .profitability-indicator.profitable{background-color:#4caf501a;color:#2e7d32}.price-calculator .profitability-indicator.profitable .profitability-icon{color:#4caf50;font-size:1.5rem}.price-calculator .profitability-indicator.not-profitable{background-color:#d32f2f1a;color:#c62828}.price-calculator .profitability-indicator.not-profitable .profitability-icon{color:var(--error-color, #d32f2f);font-size:1.5rem}.price-calculator .profitability-indicator .profitability-text{flex:1}.price-calculator .price-calculator__error{padding:.75rem 1rem;background-color:#d32f2f1a;border:1px solid var(--error-color, #d32f2f);border-radius:6px;color:var(--error-color, #d32f2f);font-size:.9rem}.lists-timeline-filters{display:flex;flex-direction:column;gap:1.5rem}.filter-section{display:flex;flex-direction:column;gap:.5rem}.filter-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.filter-input{width:100%;padding:.5rem .75rem;border:2px solid rgba(59,130,246,.15);border-radius:8px;font-size:.8125rem;background:#fffffff2;color:#64748b;transition:all .3s cubic-bezier(.4,0,.2,1)}.filter-input:focus{outline:none;border-color:#3b82f680;background:#fff;color:#2563eb}.filter-input:disabled{background:#f1f5f980;cursor:not-allowed;opacity:.5}.filter-input::placeholder{color:#94a3b8}.type-filters-list{display:flex;flex-direction:column;gap:.375rem}.type-filter-btn{width:100%;padding:.5rem .75rem;border:2px solid rgba(59,130,246,.15);background:#fffffff2;border-radius:8px;font-size:.8125rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-align:left}.type-filter-btn:hover:not(:disabled){background:#3b82f614;color:#2563eb;border-color:#3b82f64d}.type-filter-btn.type-filter-btn--active{background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;border-color:transparent;font-weight:600}.type-filter-btn:disabled{opacity:.5;cursor:not-allowed}.lists-timeline-item{position:relative;display:block;margin-bottom:2rem;min-height:100px;z-index:2}.lists-timeline-item:before{content:"";position:absolute;left:50%;top:1.25rem;width:10px;height:10px;border-radius:50%;background:#3b82f6;border:2px solid #ffffff;box-shadow:0 0 0 1.5px #dbeafe;transform:translate(-50%);z-index:10}.lists-timeline-item--cancelled:before{background:#dc2626;box-shadow:0 0 0 1.5px #fecaca}.lists-timeline-item--no-show:before{background:#f59e0b;box-shadow:0 0 0 1.5px #fed7aa}.lists-timeline-item--missed:before{background:#ef4444;box-shadow:0 0 0 1.5px #fecaca}.lists-timeline-item--blacklist:before{background:#7c3aed;box-shadow:0 0 0 1.5px #e9d5ff}.lists-timeline-item__date{position:absolute;right:0;top:1.25rem;width:calc(50% - 2rem);padding-right:2rem;z-index:2;display:flex;flex-direction:row;gap:1.5rem;align-items:flex-start}.lists-timeline-item__date .date-column{display:flex;flex-direction:column;gap:.375rem;align-items:flex-start;flex-shrink:0}.lists-timeline-item__date .date-main{font-size:.875rem;font-weight:600;color:#3b82f6;text-transform:uppercase;letter-spacing:.5px;line-height:1.3}.lists-timeline-item__date .date-time{font-size:.75rem;font-weight:400;color:#6b7280;text-transform:none;letter-spacing:0;line-height:1.5;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.lists-timeline-item__date .date-relative{font-size:.6875rem;font-weight:400;color:#9ca3af;text-transform:none;letter-spacing:0;line-height:1.4}.lists-timeline-item__content-wrapper{position:relative;width:calc(50% - 2rem);margin-right:auto;margin-left:0;padding-right:2rem;z-index:2}.lists-timeline-item__card{background:#fff;border-radius:10px;border:2px solid transparent;overflow:hidden;box-shadow:0 1px 3px #00000014;transition:border-color .2s ease,box-shadow .2s ease}.lists-timeline-item__card:hover{border-color:#bfdbfe;box-shadow:0 4px 12px #3b82f626}.lists-timeline-item__card:hover .main__tripid{background:#3b82f6;color:#fff}.lists-timeline-item__card:hover .main__leg{background:#7c3aed;color:#fff;box-shadow:0 2px 4px #7c3aed33}.lists-timeline-item__header{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;gap:.5rem;background:#fff;border-bottom:1px solid rgba(0,0,0,.06);transition:background-color .2s ease}.lists-timeline-item__meta{flex:1;min-width:0;display:flex;flex-direction:row;align-items:center;gap:.5rem;flex-wrap:wrap}.lists-timeline-item__author{font-weight:600;color:#111827;font-size:.8125rem;line-height:1.3;display:inline-block;letter-spacing:-.01em}.lists-timeline-item__type-badge{padding:.125rem .375rem;border-radius:3px;font-size:.625rem;font-weight:700;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;line-height:1.2;transition:background-color .2s ease,color .2s ease}.lists-timeline-item--cancelled .lists-timeline-item__type-badge{background:#dc2626;color:#fff}.lists-timeline-item--no-show .lists-timeline-item__type-badge{background:#f59e0b;color:#fff}.lists-timeline-item--blacklist .lists-timeline-item__type-badge{background:#7c3aed;color:#fff}.lists-timeline-item__view-btn{padding:.25rem .375rem;background:transparent;color:#3b82f6;border:1px solid rgba(59,130,246,.25);border-radius:4px;font-size:.6875rem;cursor:pointer;display:inline-flex;align-items:center;flex-shrink:0;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.lists-timeline-item__view-btn:hover{background:#3b82f6;color:#fff;border-color:#3b82f6}.lists-timeline-item__content{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.625rem;background:#fff}.content__main{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.125rem}.content__main .main__tripid{font-size:.875rem;font-weight:700;color:#3b82f6;background:#eff6ff;padding:.375rem .75rem;border-radius:6px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;flex-shrink:0;letter-spacing:-.02em;line-height:1.2;transition:background-color .2s ease,color .2s ease}.content__main .main__name{font-size:1.0625rem;font-weight:600;color:#111827;line-height:1.3;flex:1;min-width:0}.content__main .main__leg{font-size:.8125rem;font-weight:700;color:#7c3aed;background:#f3e8ff;padding:.375rem .75rem;border-radius:6px;flex-shrink:0;letter-spacing:.02em;text-transform:uppercase;line-height:1.2;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}.content__meta{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.content__meta .meta-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:6px;font-size:.8125rem;font-weight:600;line-height:1.2;transition:opacity .2s ease}.content__meta .meta-chip .meta-label{font-weight:500;opacity:.8}.content__meta .meta-chip--reservation{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border:1px solid #fbbf24}.content__meta .meta-chip--reservation .meta-label{color:#b45309}.content__meta .meta-chip--member{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;border:1px solid #60a5fa}.content__meta .meta-chip--member .meta-label{color:#2563eb}.content__meta .meta-chip--date{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;border:1px solid #34d399}.content__meta .meta-chip--phone{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#3730a3;border:1px solid #818cf8;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace}.content__reason{font-size:.8125rem;line-height:1.5;color:#4b5563;padding:.375rem .5rem;background:#f9fafb;border-left:2px solid #d1d5db;border-radius:3px;margin-top:.125rem}.lists-timeline-item--cancelled .content__reason{border-left-color:#dc2626;background:#fef2f2}.lists-timeline-item--no-show .content__reason{border-left-color:#f59e0b;background:#fffbeb}.lists-timeline-item--blacklist .content__reason{border-left-color:#7c3aed;background:#faf5ff}.content__notes{font-size:.75rem;line-height:1.4;color:#6b7280;font-style:italic;padding:.25rem .5rem;background:#fefce8;border-radius:3px}.content__status{display:flex;margin-top:.125rem}.content__status .status-badge{padding:.125rem .375rem;border-radius:3px;font-size:.6875rem;font-weight:600;transition:background-color .2s ease,color .2s ease}.content__status .status-badge.active{background:#dcfce7;color:#166534}.content__status .status-badge.inactive{background:#fee2e2;color:#991b1b}@media (max-width: 768px){.lists-timeline-item{margin-bottom:1.5rem}.lists-timeline-item__content-wrapper{width:calc(60% - 1rem);padding-right:1rem}.lists-timeline-item__date{width:calc(40% - 1rem);padding-right:1rem;top:1rem}.content__main .main__name{font-size:.9375rem}.content__meta{gap:.375rem}.content__meta .meta-chip{font-size:.75rem;padding:.25rem .5rem}}@media (max-width: 640px){.lists-timeline-item__header{padding:.375rem .625rem}.lists-timeline-item__content{padding:.625rem .875rem}.content__main{flex-direction:column;align-items:flex-start;gap:.5rem}.content__meta{flex-direction:column;gap:.375rem;width:100%}.content__meta .meta-chip{justify-content:space-between;width:100%}}.list-item-details-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .15s ease-out}@supports (backdrop-filter: blur(2px)){.list-item-details-modal-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080}}.list-item-details-modal{background:#fff;border-radius:16px;max-width:1200px;width:95%;height:92vh;max-height:92vh;overflow:hidden;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;animation:modalSlideUp .2s cubic-bezier(.16,1,.3,1);will-change:transform,opacity;contain:layout paint;isolation:isolate}.list-item-details-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#f9fafb,#fff);flex-shrink:0}.list-item-details-modal__header h2{margin:0;font-size:1.5rem;font-weight:700;color:#111827;letter-spacing:-.02em}.list-item-details-modal__close{background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .15s ease}.list-item-details-modal__close:hover{background:#f3f4f6;color:#111827}.list-item-details-modal__close svg{width:20px;height:20px}.list-item-details-modal__body{flex:1;overflow-y:auto;overflow-x:hidden;padding:1.25rem;position:relative;min-height:0}.list-item-details-modal__body::-webkit-scrollbar{width:8px}.list-item-details-modal__body::-webkit-scrollbar-track{background:#f3f4f6}.list-item-details-modal__body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.list-item-details-modal__body::-webkit-scrollbar-thumb:hover{background:#9ca3af}.list-item-details-modal__header-author{display:inline-flex;align-items:center;gap:.5rem;padding:0 0 1rem;margin-bottom:0;opacity:.7;transition:opacity .2s ease}.list-item-details-modal__header-label{font-size:.75rem;font-weight:500;color:var(--text-muted, #6b7280);letter-spacing:.025em}.list-item-details-modal__header-name{font-size:.875rem;font-weight:500;color:var(--text-color, #1a1a1a)}.list-item-details-modal__header-warning{padding:.75rem 1rem;margin-bottom:1rem;background:#fef3c7;border:1px solid #fbbf24;border-radius:6px;color:#92400e;font-size:.875rem;line-height:1.5}.list-item-details-modal__actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-top:1px solid #e5e7eb;background:#f9fafb;flex-shrink:0}.list-item-details-modal__actions .actions-left,.list-item-details-modal__actions .actions-right{display:flex;gap:1rem;align-items:center}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:5}.info-section{margin-bottom:1rem;padding:1rem;background:linear-gradient(135deg,#f9fafb,#fff);border:1px solid #e5e7eb;border-radius:10px}.info-section:last-of-type{margin-bottom:0}.info-section h3{font-size:1rem;font-weight:700;color:#111827;margin:0 0 1rem;letter-spacing:-.01em;display:flex;align-items:center;gap:.5rem}.info-section h3:before{content:"";width:3px;height:18px;background:linear-gradient(135deg,#7c3aed,#6d28d9);border-radius:2px}.info-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.info-section .section-header h3{margin:0}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem}.info-item{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s ease}.info-item:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000f}.info-item .label{font-size:.6875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.info-item .value{font-size:.9375rem;color:#111827;font-weight:600;line-height:1.4}.status-badge{display:inline-flex;align-items:center;padding:.375rem 1rem;border-radius:20px;font-size:.875rem;font-weight:700;width:fit-content;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 4px #0000001a}.status-badge.active{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.status-badge.inactive{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.details-view .detail-item{margin-bottom:1rem;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s ease}.details-view .detail-item:last-child{margin-bottom:0}.details-view .detail-item:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000f}.details-view .detail-item .label{display:block;font-size:.6875rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.375rem}.details-view .detail-item .value{font-size:.9375rem;color:#111827;font-weight:500;line-height:1.6}.details-view .detail-item .value.capitalize{text-transform:capitalize;font-weight:600}.edit-form .form-field{margin-bottom:1rem}.edit-form .form-field label{display:block;font-size:.8125rem;font-weight:600;color:#374151;margin-bottom:.375rem}.edit-form .form-field .section-label{font-size:1rem;font-weight:600;color:#111827;margin-bottom:1rem;display:block}.edit-form .form-field input,.edit-form .form-field textarea{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.9375rem;font-family:inherit;transition:all .15s ease;background:#fff}.edit-form .form-field input:hover,.edit-form .form-field textarea:hover{border-color:#d1d5db}.edit-form .form-field input:focus,.edit-form .form-field textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;background:#fafbff}.edit-form .form-field input::placeholder,.edit-form .form-field textarea::placeholder{color:#9ca3af}.edit-form .form-field textarea{resize:vertical;min-height:80px;line-height:1.5}.edit-form .edit-actions{display:flex;gap:1rem;justify-content:space-between;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.no-show-type-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media (max-width: 968px){.no-show-type-cards{grid-template-columns:1fr}}.no-show-card{position:relative;padding:1.5rem;border:2px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;text-align:center;min-height:140px}.no-show-card:hover{border-color:#d1d5db;background:#f9fafb;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.no-show-card--selected{border-color:#7c3aed;background:linear-gradient(135deg,#faf5ff,#f3e8ff);box-shadow:0 4px 16px #7c3aed33}.no-show-card--selected:hover{border-color:#6d28d9;background:linear-gradient(135deg,#f3e8ff,#e9d5ff);box-shadow:0 6px 20px #7c3aed4d}.no-show-card--selected .no-show-card__title{color:#7c3aed;font-weight:700}.no-show-card--selected .no-show-card__icon{transform:scale(1.1)}.no-show-card__icon{margin-bottom:.75rem;transition:transform .2s ease;line-height:1;display:flex;align-items:center;justify-content:center}.no-show-card__icon svg{width:3rem;height:3rem;color:#6b7280;transition:color .2s ease}.no-show-card--selected .no-show-card__icon svg{color:#7c3aed}.no-show-card__content{flex:1;display:flex;flex-direction:column;justify-content:center}.no-show-card__title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.375rem;transition:all .2s ease}.no-show-card__description{font-size:.875rem;color:#6b7280;line-height:1.4}.no-show-card__checkmark{position:absolute;top:.75rem;right:.75rem;width:28px;height:28px;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #7c3aed66;animation:checkmarkPop .3s cubic-bezier(.68,-.55,.265,1.55)}.no-show-card__checkmark svg{width:18px;height:18px;stroke-width:3}@keyframes checkmarkPop{0%{transform:scale(0) rotate(-45deg);opacity:0}50%{transform:scale(1.2) rotate(5deg)}to{transform:scale(1) rotate(0);opacity:1}}.error-banner{padding:.625rem .875rem;background:#fef2f2;border:1px solid #fecaca;border-left:3px solid #dc2626;border-radius:6px;color:#991b1b;font-size:.8125rem;line-height:1.4;font-weight:500;margin-bottom:1rem}.error-message{padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:.9rem;margin-bottom:1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-cancel{background:#fff;color:#6b7280;border:1px solid #d1d5db}.btn-cancel:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.btn-submit{background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;box-shadow:0 2px 8px #7c3aed4d}.btn-submit:hover:not(:disabled){background:linear-gradient(135deg,#6d28d9,#5b21b6);box-shadow:0 4px 12px #7c3aed66;transform:translateY(-1px)}.btn-primary{background:var(--primary-color, #2563eb);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover, #1d4ed8)}.btn-secondary{background:var(--bg-secondary, #f5f5f5);color:var(--text-primary, #1a1a1a)}.btn-secondary:hover:not(:disabled){background:var(--bg-hover, #e5e5e5)}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-warning{background:#f59e0b;color:#fff}.btn-warning:hover:not(:disabled){background:#d97706}.btn-success{background:#10b981;color:#fff}.btn-success:hover:not(:disabled){background:#059669}.btn-icon{background:#fff;border:1px solid #e5e7eb;color:#6b7280;cursor:pointer;padding:.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.btn-icon:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;border-color:#7c3aed;box-shadow:0 4px 12px #7c3aed4d;transform:translateY(-1px)}.btn-icon:active{transform:translateY(0)}@media (max-width: 768px){.list-item-details-modal-overlay{padding:1rem}.list-item-details-modal__header{padding:1rem 1.25rem}.list-item-details-modal__header h2{font-size:1.25rem}.list-item-details-modal__body{padding:1rem}.list-item-details-modal__actions{padding:1rem 1.25rem}.info-section{padding:1rem}.info-section h3{font-size:.9375rem}.info-grid{grid-template-columns:1fr;gap:.75rem}.no-show-type-cards{grid-template-columns:1fr}}@media (max-width: 640px){.list-item-details-modal-overlay{padding:0}.list-item-details-modal{max-width:100%;max-height:100vh;height:100vh;border-radius:0}.list-item-details-modal__header{padding:1rem 1.25rem}.list-item-details-modal__body{padding:1rem}.list-item-details-modal__actions{flex-direction:column-reverse;padding:1rem 1.25rem}.list-item-details-modal__actions .btn{width:100%}.info-section{padding:.875rem}.info-item{padding:.75rem}.details-view .detail-item{padding:.875rem}.edit-form .edit-actions{flex-direction:column-reverse}.edit-form .edit-actions .btn{width:100%}.edit-form .no-show-type-cards{gap:.75rem}.change-list-modal{width:95%;max-width:100%;max-height:95vh}.change-list-modal__body{padding:1.5rem}.change-list-modal__title{font-size:1.375rem}.change-list-modal__actions{flex-direction:column-reverse;gap:.75rem}.change-list-modal__actions .btn{width:100%;min-width:unset}}.change-list-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;animation:fadeIn .15s ease-out}@supports (backdrop-filter: blur(4px)){.change-list-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000a6}}.change-list-modal{background:#fff;border-radius:20px;max-width:1100px;width:95%;max-height:90vh;overflow-y:auto;box-shadow:0 24px 72px #0006;animation:modalSlideUp .2s cubic-bezier(.16,1,.3,1)}.change-list-modal::-webkit-scrollbar{width:8px}.change-list-modal::-webkit-scrollbar-track{background:#f3f4f6}.change-list-modal::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.change-list-modal::-webkit-scrollbar-thumb:hover{background:#9ca3af}.change-list-modal__body{padding:2.5rem}.change-list-modal__title{font-size:1.75rem;font-weight:700;color:#111827;text-align:center;margin:0 0 1rem;letter-spacing:-.02em}.change-list-modal__description{text-align:center;color:#6b7280;font-size:.9375rem;line-height:1.6;margin-bottom:2rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:12px;border:1px solid #e5e7eb}.change-list-modal .form-field{margin-bottom:1.5rem}.change-list-modal .form-field label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.change-list-modal .form-field .section-label{font-size:1rem;font-weight:600;color:#111827;margin-bottom:1rem;display:block;text-align:center}.change-list-modal .form-field input,.change-list-modal .form-field textarea{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:.9375rem;font-family:inherit;transition:all .15s ease;background:#fff}.change-list-modal .form-field input:hover,.change-list-modal .form-field textarea:hover{border-color:#d1d5db}.change-list-modal .form-field input:focus,.change-list-modal .form-field textarea:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1a;background:#fafbff}.change-list-modal .form-field input::placeholder,.change-list-modal .form-field textarea::placeholder{color:#9ca3af}.change-list-modal .form-field textarea{resize:vertical;min-height:100px;line-height:1.5}.change-list-modal__actions{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:2px solid #e5e7eb}.change-list-modal__actions .btn{min-width:140px}.keyboard-hints{display:flex;justify-content:center;gap:1.5rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e7eb}.keyboard-hints .keyboard-hint{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#6b7280}.keyboard-hints .keyboard-hint kbd{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:600;color:#374151;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:1px solid #d1d5db;border-radius:6px;box-shadow:0 2px 4px #0000000d,inset 0 -2px #0000000d}.btn-confirm{background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;box-shadow:0 4px 12px #7c3aed4d}.btn-confirm:hover:not(:disabled){background:linear-gradient(135deg,#6d28d9,#5b21b6);box-shadow:0 6px 16px #7c3aed66;transform:translateY(-2px)}.btn-confirm:active:not(:disabled){transform:translateY(0)}.list-type-selector-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;animation:fadeIn .15s ease-out;will-change:opacity}@supports (backdrop-filter: blur(2px)){.list-type-selector-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080}}.list-type-selector-overlay{margin:0;overflow:hidden}.list-type-selector-modal{background:#fff;border-radius:16px;max-width:800px;width:100%;max-height:calc(100vh - 4rem);overflow:hidden;box-shadow:0 20px 60px #0000004d;animation:modalSlideUp .2s cubic-bezier(.16,1,.3,1);will-change:transform,opacity;margin:0;contain:layout paint;isolation:isolate}.list-type-selector-modal__body{padding:2rem}.instruction-text{font-size:.9375rem;color:#6b7280;margin:0 0 1.5rem;text-align:center;font-weight:500}.list-type-cards{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.list-type-card{position:relative;display:flex;align-items:center;gap:1.5rem;padding:1.5rem 2rem;border:2px solid #e5e7eb;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s cubic-bezier(.4,0,.2,1);transform:translateZ(0)}.list-type-card:hover{border-color:#d1d5db;background:#f9fafb;box-shadow:0 4px 16px #00000014}.list-type-card--selected{border-color:currentColor;box-shadow:0 8px 24px #0000001f}.list-type-card--red.list-type-card--selected{border-color:#dc2626;background:linear-gradient(135deg,#fef2f2,#fff5f5)}.list-type-card--red.list-type-card--selected .list-type-card__icon{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 6px 20px #dc262680}.list-type-card--red.list-type-card--selected .list-type-card__title{color:#dc2626}.list-type-card--red .list-type-card__icon{background:linear-gradient(135deg,#ef4444,#dc2626)}.list-type-card--orange.list-type-card--selected{border-color:#f59e0b;background:linear-gradient(135deg,#fef3c7,#fef9e7)}.list-type-card--orange.list-type-card--selected .list-type-card__icon{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 6px 20px #f59e0b80}.list-type-card--orange.list-type-card--selected .list-type-card__title{color:#d97706}.list-type-card--orange .list-type-card__icon{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.list-type-card--purple.list-type-card--selected{border-color:#7c3aed;background:linear-gradient(135deg,#faf5ff,#f3e8ff)}.list-type-card--purple.list-type-card--selected .list-type-card__icon{background:linear-gradient(135deg,#7c3aed,#6d28d9);box-shadow:0 6px 20px #7c3aed80}.list-type-card--purple.list-type-card--selected .list-type-card__title{color:#7c3aed}.list-type-card--purple .list-type-card__icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.list-type-card__icon{flex-shrink:0;width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;transition:box-shadow .2s cubic-bezier(.4,0,.2,1),filter .2s ease;box-shadow:0 4px 12px #00000026;will-change:box-shadow;transform:translateZ(0)}.list-type-card__icon svg{width:32px;height:32px;shape-rendering:geometricPrecision}.list-type-card__content{flex:1;min-width:0}.list-type-card__title{font-size:1.125rem;font-weight:700;color:#111827;margin:0 0 .25rem;transition:color .15s ease}.list-type-card__description{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.list-type-card__hotkey{flex-shrink:0;opacity:.6;transition:opacity .15s ease}.list-type-card__hotkey kbd{display:inline-flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 .5rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-weight:700;color:#6b7280;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,monospace;box-shadow:0 2px 4px #0000001a,inset 0 -2px #0000001a}.list-type-card--selected .list-type-card__hotkey{opacity:1}.list-type-card--selected .list-type-card__hotkey kbd{background:linear-gradient(135deg,#fff,#f9fafb);border-color:#9ca3af;color:#111827}.keyboard-hints{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.keyboard-hint{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:#6b7280;font-weight:500}.keyboard-hint kbd{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 .375rem;background:#fff;border:1px solid #d1d5db;border-radius:4px;font-size:.6875rem;font-weight:700;color:#4b5563;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,monospace;box-shadow:0 1px 2px #0000000d,inset 0 -1px #0000001a}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(12px) translateZ(0) scale(.98)}to{opacity:1;transform:translateY(0) translateZ(0) scale(1)}}@media (max-width: 768px){.list-type-selector-overlay{padding:1rem}.list-type-selector-modal__body{padding:1.5rem}.list-type-card{padding:1.25rem 1.5rem;gap:1rem}.list-type-card__icon{width:48px;height:48px}.list-type-card__icon svg{width:24px;height:24px}.list-type-card__title{font-size:1rem}.list-type-card__description{font-size:.8125rem}.keyboard-hints{flex-wrap:wrap;gap:.75rem}}@media (max-width: 480px){.list-type-selector-overlay{padding:.5rem}.keyboard-hints,.list-type-card__hotkey{display:none}}.filter-sidebar{width:280px;height:100%;background:#fffffff2;border-right:2px solid rgba(59,130,246,.15);display:flex;flex-direction:column;transition:width .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);overflow:hidden;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);flex-shrink:0;grid-column:1;grid-row:1/-1;position:relative;z-index:1}.filter-sidebar.closed{width:0;border-right:none;opacity:0}.filter-sidebar.closed .filter-sidebar__content{opacity:0;pointer-events:none}.filter-sidebar.open{width:280px;opacity:1}.filter-sidebar__header{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;border-bottom:1px solid rgba(59,130,246,.08);background:#ffffff80;min-height:40px}.filter-sidebar__header h3{margin:0;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;flex:1;transition:color .3s cubic-bezier(.4,0,.2,1)}.filter-sidebar__header-controls{display:flex;align-items:center;gap:.25rem;margin-left:auto;padding-left:.25rem}.filter-sidebar__content{flex:1;overflow-y:auto;overflow-x:hidden;padding:1rem;display:flex;flex-direction:column;gap:0;transition:opacity .3s cubic-bezier(.4,0,.2,1);background:#ffffff4d}.filter-sidebar__content::-webkit-scrollbar{width:5px}.filter-sidebar__content::-webkit-scrollbar-track{background:transparent;margin:4px 0}.filter-sidebar__content::-webkit-scrollbar-thumb{background:#3b82f633;border-radius:10px;transition:background .3s cubic-bezier(.4,0,.2,1)}.filter-sidebar__content::-webkit-scrollbar-thumb:hover{background:#3b82f666}.filter-sidebar__content{scrollbar-width:thin;scrollbar-color:rgba(59,130,246,.2) transparent}.filter-sidebar__floating-controls{position:fixed;top:.25rem;left:.5rem;z-index:1;display:flex;flex-direction:row;gap:.5rem;transition:left .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.filter-sidebar__btn{background:#fffffff2;border:2px solid rgba(59,130,246,.15);border-radius:8px;width:36px;height:36px;min-width:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s ease;position:relative;-webkit-tap-highlight-color:transparent;touch-action:manipulation;user-select:none;-webkit-user-select:none}.filter-sidebar__btn:hover:not(:disabled){background:#3b82f614;color:#2563eb;border-color:#3b82f64d}.filter-sidebar__btn:active:not(:disabled){background:#3b82f61f;transform:scale(.95)}.filter-sidebar__btn:disabled{opacity:.5;cursor:not-allowed;color:#cbd5e1}.filter-sidebar__btn svg{width:18px;height:18px;flex-shrink:0;position:relative;z-index:1;transition:opacity .2s ease}.filter-sidebar__btn svg.spinning{animation:filter-sidebar-spin .8s linear infinite}.filter-sidebar__btn--toggle.filter-sidebar__btn--open{background:#fffffff2;border:2px solid rgba(59,130,246,.15);color:#64748b}.filter-sidebar__btn--toggle.filter-sidebar__btn--open:hover{background:#3b82f614;color:#2563eb;border-color:#3b82f64d}.filter-sidebar__btn--toggle.filter-sidebar__btn--open:active{background:#3b82f61f}.filter-sidebar__btn:disabled svg{opacity:.5}.filter-sidebar__btn--search{position:relative}.filter-sidebar__btn--search svg{width:20px;height:20px}.filter-sidebar__btn--search:hover:not(:disabled){background:#3b82f614;color:#2563eb;border-color:#3b82f64d}.filter-sidebar__btn--collection{position:relative;background:#fffffff2;border:2px solid rgba(59,130,246,.15)}.filter-sidebar__btn--collection .collection-indicator{font-size:.875rem;font-weight:700;color:#10b981;transition:all .2s ease}.filter-sidebar__btn--collection:hover:not(:disabled) .collection-indicator{color:#059669}.filter-sidebar__btn--collection-inactive .collection-indicator{color:#ef4444}.filter-sidebar__btn--collection-inactive:hover:not(:disabled) .collection-indicator{color:#dc2626}.filter-sidebar__btn--refresh{position:relative}.filter-sidebar__btn--refresh svg{width:18px;height:18px}.filter-sidebar__btn--refresh:hover:not(:disabled){background:#3b82f614;color:#2563eb;border-color:#3b82f64d}.filter-sidebar__btn--refresh.filter-sidebar__btn--refreshing{color:#2563eb}@keyframes filter-sidebar-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.filter-sidebar__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998;animation:fadeIn .2s ease-out;touch-action:none;pointer-events:auto;-webkit-tap-highlight-color:transparent;cursor:pointer;will-change:opacity}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (min-width: 1025px){.filter-sidebar.closed{transform:translate(-100%)}.filter-sidebar.open{transform:translate(0)}}@media (max-width: 1024px){.filter-sidebar{position:fixed;top:0;left:0;bottom:0;height:100vh;width:280px;box-shadow:2px 0 8px #0000001a;z-index:999;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);touch-action:pan-y}.filter-sidebar.closed{transform:translate(-100%);box-shadow:none;pointer-events:none}.filter-sidebar.open{transform:translate(0);pointer-events:auto}}@media (max-width: 768px){body.sidebar-open{overflow:hidden!important;position:fixed;width:100%;height:100%}}@media (max-width: 768px){.filter-sidebar{width:min(280px,85vw);max-width:280px}.filter-sidebar__content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.filter-sidebar__floating-controls{display:none!important}.filter-sidebar__btn{width:44px;height:44px;min-width:44px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}}.lists-timeline-layout{display:flex;width:100%;height:100%;margin:0;padding:0;overflow:hidden;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;position:relative;z-index:1}.lists-timeline-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#fff;position:relative}.lists-timeline-main__content{flex:1;overflow-y:auto;padding:5rem 0;position:relative}.lists-timeline-main__content::-webkit-scrollbar{width:10px}.lists-timeline-main__content::-webkit-scrollbar-track{background:transparent}.lists-timeline-main__content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:5px}.lists-timeline-main__content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.lists-timeline-main__content--fetching{opacity:.6;pointer-events:none}.lists-timeline__items{position:relative;max-width:90vw;margin:0 auto;padding:0 4rem}.lists-timeline__items:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1.5px;background:linear-gradient(180deg,#dbeafe,#e0e7ff,#dbeafe);transform:translate(-50%);z-index:1}.lists-timeline__empty{text-align:center;padding:4rem 2rem;color:#6b7280}.lists-timeline__empty p{margin:0 0 1.5rem;font-size:1.25rem;font-weight:500}.lists-timeline__clear-filters{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background .2s ease}.lists-timeline__clear-filters:hover{background:#2563eb}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.lists-timeline__pagination{display:flex;justify-content:center;align-items:center;gap:2rem;padding:3rem 0;margin-top:2rem;border-top:1px solid #f3f4f6;position:relative;z-index:5;background:#fff}.lists-timeline__page-btn{padding:.625rem 1.25rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.lists-timeline__page-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;color:#111827}.lists-timeline__page-btn:disabled{opacity:.5;cursor:not-allowed;background:#f3f4f6}.lists-timeline__page-info{font-size:.875rem;color:#6b7280;font-weight:500}@media (max-width: 1024px){.lists-timeline-sidebar{position:absolute;top:0;left:0;bottom:0;box-shadow:2px 0 8px #0000001a;z-index:60}.lists-timeline__items{padding:0 2rem}}@media (max-width: 768px){.lists-timeline-sidebar{width:280px}.lists-timeline-main__content{padding:2rem 0}.lists-timeline__items{padding:0 1rem}.lists-timeline__items:before{left:1rem;transform:none}}.filter-sidebar__content .dashboard-header{margin-bottom:1rem}.filter-sidebar__content .dashboard-header__content{flex-direction:column;align-items:stretch;gap:.75rem}.filter-sidebar__content .dashboard-header__title{font-size:1rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.filter-sidebar__content .dashboard-header__subtitle{font-size:.75rem;color:#6b7280;margin-bottom:.5rem}.filter-sidebar__content .dashboard-header__actions{flex-direction:column;gap:.5rem;width:100%}.filter-sidebar__content .dashboard-header__create-btn,.filter-sidebar__content .dashboard-header__refresh-btn{width:100%;justify-content:center}.filter-sidebar__content .dashboard-header__create-form{flex-direction:column;width:100%}.filter-sidebar__content .dashboard-header__create-input{width:100%;min-width:auto}.dashboard-header{margin-bottom:1.5rem}.dashboard-header__content{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem}.dashboard-header__title{margin:0 0 .375rem;font-size:2rem;font-weight:700;color:#111827;letter-spacing:-.02em;line-height:1.2}.dashboard-header__subtitle{margin:0;font-size:.875rem;color:#4b5563;font-weight:400}.dashboard-header__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.dashboard-header__create-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer;white-space:nowrap}.dashboard-header__create-btn svg{width:1rem;height:1rem}.dashboard-header__create-btn:hover{background:#059669}.dashboard-header__create-form{display:flex;align-items:center;gap:.5rem}.dashboard-header__create-input{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:6px;font-size:.8125rem;min-width:200px;outline:none}.dashboard-header__create-input:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.dashboard-header__create-submit{padding:.75rem 1rem;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer}.dashboard-header__create-submit:hover:not(:disabled){background:#059669}.dashboard-header__create-submit:disabled{opacity:.6}.dashboard-header__create-cancel{padding:.75rem 1rem;background:transparent;color:#4b5563;border:1px solid #d1d5db;border-radius:6px;font-size:.8125rem;cursor:pointer}.dashboard-header__create-cancel:hover{background:#f9fafb}.dashboard-header__refresh-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#6366f1;color:#fff;border:none;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer}.dashboard-header__refresh-btn svg{width:1rem;height:1rem}.dashboard-header__refresh-btn svg.spinning{animation:spin 1s linear infinite}.dashboard-header__refresh-btn:hover:not(:disabled){background:#4f46e5}.dashboard-header__refresh-btn:disabled{opacity:.6}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.filter-sidebar__content .dashboard-stats{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.filter-sidebar__content .stat-card{padding:.75rem}.filter-sidebar__content .stat-card__icon{width:2.5rem;height:2.5rem}.filter-sidebar__content .stat-card__icon svg{width:1.25rem;height:1.25rem}.filter-sidebar__content .stat-card__value{font-size:1.5rem}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.75rem;margin-bottom:1.5rem}.stat-card{background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:1rem;display:flex;align-items:center;gap:.75rem}.stat-card__icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:6px;flex-shrink:0}.stat-card__icon svg{width:1.5rem;height:1.5rem}.stat-card__content{flex:1;min-width:0}.stat-card__label{font-size:.6875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.stat-card__value{font-size:2rem;font-weight:700;color:#111827;line-height:1;font-family:SF Mono,Monaco,Courier New,monospace;margin-bottom:.25rem}.stat-card__sub{font-size:.6875rem;color:#6b7280;font-weight:500}.stat-card--total .stat-card__icon{background:#f3f4f6;color:#374151}.stat-card--active{background:#f0fdf4;border-color:#10b9814d}.stat-card--active .stat-card__icon{background:#10b981;color:#fff}.stat-card--active .stat-card__value{color:#059669}.stat-card--assigned{background:#eff6ff;border-color:#6366f14d}.stat-card--assigned .stat-card__icon{background:#6366f1;color:#fff}.stat-card--assigned .stat-card__value{color:#4f46e5}.stat-card--unassigned{background:#fffbeb;border-color:#f59e0b4d}.stat-card--unassigned .stat-card__icon{background:#f59e0b;color:#fff}.stat-card--unassigned .stat-card__value{color:#d97706}.stat-card--users{background:#faf5ff;border-color:#8b5cf64d}.stat-card--users .stat-card__icon{background:#8b5cf6;color:#fff}.stat-card--users .stat-card__value{color:#7c3aed}.stat-card--deleted{background:#fef2f2;border-color:#ef44444d}.stat-card--deleted .stat-card__icon{background:#ef4444;color:#fff}.stat-card--deleted .stat-card__value{color:#dc2626}.filters-panel{padding:1rem;background:#fff;border:2px solid #6366f1;border-radius:8px;margin-bottom:1rem;box-shadow:0 1px 2px #0000000a}.filters-panel__group{margin-bottom:.75rem}.filters-panel__group:last-child{margin-bottom:0}.filters-panel__label{display:block;font-size:.75rem;font-weight:600;color:#374151;margin-bottom:.5rem}.filters-panel__options{display:flex;gap:.375rem;flex-wrap:wrap}.filters-panel__option{padding:.5rem .75rem;background:transparent;color:#4b5563;border:1px solid #d1d5db;border-radius:6px;font-size:.75rem;cursor:pointer}.filters-panel__option:hover{background:#f9fafb}.filters-panel__option.active{background:#e0e7ff;border-color:#6366f1;color:#4f46e5}.filters-panel__results{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb;font-size:.75rem;color:#4b5563}.filter-sidebar__content .dashboard-controls{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:1rem;padding:.75rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px}.filter-sidebar__content .dashboard-controls__search{max-width:none;width:100%}.filter-sidebar__content .dashboard-controls__right{flex-direction:column;gap:.5rem;width:100%}.filter-sidebar__content .dashboard-controls__sort{width:100%}.filter-sidebar__content .dashboard-controls__sort-btn{flex:1}.filter-sidebar__content .dashboard-controls__view-toggle{width:100%;justify-content:center}.dashboard-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:.75rem;background:#fff;border:2px solid #e5e7eb;border-radius:8px}.dashboard-controls__search{position:relative;flex:1;max-width:500px;display:flex;align-items:center}.dashboard-controls__search .search-icon{position:absolute;left:.75rem;width:1.125rem;height:1.125rem;color:#9ca3af;pointer-events:none;z-index:1}.dashboard-controls__search-input{width:100%;padding:.75rem 2rem .75rem 2.75rem;border:2px solid #e5e7eb;border-radius:6px;font-size:.8125rem;outline:none}.dashboard-controls__search-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.dashboard-controls__search-clear{position:absolute;right:.5rem;width:1.5rem;height:1.5rem;padding:0;background:transparent;border:none;color:#9ca3af;cursor:pointer;border-radius:4px}.dashboard-controls__search-clear svg{width:1rem;height:1rem}.dashboard-controls__search-clear:hover{background:#f3f4f6;color:#4b5563}.dashboard-controls__right{display:flex;align-items:center;gap:.75rem}.dashboard-controls__btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:transparent;color:#4b5563;border:1px solid #d1d5db;border-radius:6px;font-size:.75rem;cursor:pointer}.dashboard-controls__btn svg{width:1rem;height:1rem}.dashboard-controls__btn:hover{background:#f9fafb}.dashboard-controls__btn.active{background:#e0e7ff;border-color:#6366f1;color:#4f46e5}.dashboard-controls__sort{display:flex;gap:.25rem}.dashboard-controls__sort-btn{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;background:transparent;color:#4b5563;border:1px solid #d1d5db;border-radius:6px;font-size:.75rem;cursor:pointer}.dashboard-controls__sort-btn svg{width:.875rem;height:.875rem}.dashboard-controls__sort-btn:hover{background:#f9fafb}.dashboard-controls__sort-btn.active{background:#e0e7ff;border-color:#6366f1;color:#4f46e5}.dashboard-controls__view-toggle{display:flex;gap:.25rem;border:1px solid #d1d5db;border-radius:6px;padding:2px}.dashboard-controls__view-btn{width:2rem;height:2rem;padding:0;background:transparent;color:#4b5563;border:none;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.dashboard-controls__view-btn svg{width:1rem;height:1rem}.dashboard-controls__view-btn:hover{background:#f3f4f6}.dashboard-controls__view-btn.active{background:#6366f1;color:#fff}.driver-card{background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.75rem;contain:layout style paint;will-change:auto}.driver-card:hover{border-color:#6366f1;box-shadow:0 1px 3px #0000001a}.driver-card--deleted{background:#fef2f2;border-color:#ef44444d;opacity:.85}.driver-card__header{display:flex;align-items:flex-start;justify-content:space-between}.driver-card__name{font-size:1rem;font-weight:700;color:#111827;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.driver-card__deleted-badge{padding:2px .5rem;background:#fee2e2;color:#dc2626;border:1px solid #fecaca;border-radius:4px;font-size:.6875rem;font-weight:600;text-transform:uppercase}.driver-card__deleted-date{font-size:.6875rem;color:#dc2626}.driver-card__edit-input{width:100%;padding:.5rem .75rem;border:2px solid #10b981;border-radius:6px;font-size:1rem;font-weight:700;outline:none;box-shadow:0 0 0 3px #10b9811a}.driver-card__edit-input:focus{border-color:#059669}.driver-card__edit-input:disabled{opacity:.6}.driver-card__body{flex:1}.driver-card__info-item{display:flex;align-items:flex-start;gap:.5rem}.driver-card__info-icon{width:1.25rem;height:1.25rem;color:#6366f1;flex-shrink:0;margin-top:2px}.driver-card__info-label{font-size:.6875rem;font-weight:600;color:#6b7280;text-transform:uppercase;margin-bottom:.25rem}.driver-card__info-value{font-size:.8125rem;font-weight:600;color:#111827}.driver-card__users{display:flex;flex-direction:column;gap:.375rem;margin-top:.5rem}.driver-card__user-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem 2rem .375rem .5rem;background:#e0e7ff;border:1px solid #c7d2fe;border-radius:6px;font-size:.75rem;position:relative}.driver-card__user-chip svg:first-child{width:.875rem;height:.875rem;color:#6366f1}.driver-card__user-remove{position:absolute;right:.375rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;padding:0;background:transparent;color:#ef4444;border:none;cursor:pointer;opacity:.6}.driver-card__user-remove svg{width:.75rem;height:.75rem}.driver-card__user-remove:hover{opacity:1;background:#fee2e2}.driver-card__actions{display:flex;align-items:center;gap:.375rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.driver-card__action-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:transparent;color:#4b5563;border:1px solid #d1d5db;border-radius:6px;font-size:.75rem;cursor:pointer}.driver-card__action-btn svg{width:1rem;height:1rem}.driver-card__action-btn:hover:not(:disabled){background:#f9fafb}.driver-card__action-btn:disabled{opacity:.5}.driver-card__action-btn--edit{padding:.5rem}.driver-card__action-btn--delete{padding:.5rem;color:#ef4444;border-color:#fecaca}.driver-card__action-btn--delete:hover:not(:disabled){background:#fee2e2}.driver-card__action-btn--assign{background:#6366f1;color:#fff;border-color:#6366f1}.driver-card__action-btn--assign:hover:not(:disabled){background:#4f46e5}.driver-card__action-btn--restore{background:#10b981;color:#fff;border-color:#10b981}.driver-card__action-btn--restore:hover:not(:disabled){background:#059669}.drivers-grid--list .driver-card{flex-direction:row;align-items:center;padding:.75rem 1rem}.drivers-grid--list .driver-card .driver-card__header{flex:0 0 200px}.drivers-grid--list .driver-card .driver-card__body{flex:1;margin:0}.drivers-grid--list .driver-card .driver-card__actions{flex:0 0 auto;padding-top:0;border-top:none;border-left:1px solid #e5e7eb;padding-left:1rem;margin-left:1rem}.drivers-grid--grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:.75rem}.drivers-grid--list{display:flex;flex-direction:column;gap:.5rem}.drivers-grid__empty{text-align:center;padding:3rem 1.5rem;color:#6b7280;font-size:.9375rem}.drivers-dashboard{padding:1.5rem;max-width:1800px;margin:0 auto;width:100%;height:100%;min-height:0;background:#f9fafb;box-sizing:border-box;overflow-y:auto}.app-layout.no-sidebar .drivers-dashboard{max-width:none;margin:0;padding-left:1.5rem;padding-right:1.5rem}.credentialing-dashboard{padding:2rem;height:100%;overflow-y:auto;background-color:#f8fafc}.credentialing-dashboard .dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:2rem}.credentialing-dashboard .dashboard-header h1{font-size:1.875rem;font-weight:700;color:#0f172a;margin:0;white-space:nowrap}.credentialing-dashboard .dashboard-header .header-controls{display:flex;gap:1rem;align-items:center;flex:1;justify-content:flex-end}.credentialing-dashboard .dashboard-header .header-controls .search-input{width:100%;max-width:300px;padding:.625rem 1rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.925rem;transition:all .2s}.credentialing-dashboard .dashboard-header .header-controls .search-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.credentialing-dashboard .dashboard-header .header-controls .company-select-input{padding:.625rem 1rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.925rem;background:#fff;cursor:pointer;min-width:150px}.credentialing-dashboard .dashboard-header .header-controls .company-select-input:focus{outline:none;border-color:#6366f1}.credentialing-dashboard .dashboard-header .header-actions{display:flex;gap:1rem}.credentialing-dashboard .dashboard-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1px solid #e2e8f0;padding-bottom:1px}.credentialing-dashboard .dashboard-tabs .tab-btn{padding:.75rem 1.5rem;border:none;background:none;font-size:1rem;font-weight:500;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s}.credentialing-dashboard .dashboard-tabs .tab-btn:hover{color:#0f172a}.credentialing-dashboard .dashboard-tabs .tab-btn.active{color:#6366f1;border-bottom-color:#6366f1}.credentialing-dashboard .data-grid{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.credentialing-dashboard .data-grid table{width:100%;border-collapse:collapse}.credentialing-dashboard .data-grid table th,.credentialing-dashboard .data-grid table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.credentialing-dashboard .data-grid table th{background-color:#f8fafc;font-weight:600;color:#475569;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.credentialing-dashboard .data-grid table tr:last-child td{border-bottom:none}.credentialing-dashboard .data-grid table tr:hover td{background-color:#f8fafc}.credentialing-dashboard .data-grid .status-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.credentialing-dashboard .data-grid .status-badge.status-active{background-color:#dcfce7;color:#166534}.credentialing-dashboard .data-grid .status-badge.status-warning{background-color:#fef9c3;color:#854d0e}.credentialing-dashboard .data-grid .status-badge.status-expired,.credentialing-dashboard .data-grid .status-badge.status-inactive{background-color:#fee2e2;color:#991b1b}.credentialing-dashboard .data-grid .status-badge.status-pending{background-color:#e2e8f0;color:#475569}.credentialing-dashboard .data-grid .action-btn{padding:.5rem;border-radius:.375rem;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;transition:all .2s}.credentialing-dashboard .data-grid .action-btn:hover{background-color:#f8fafc;color:#0f172a;border-color:#cbd5e1}.credentialing-dashboard .empty-state{text-align:center;padding:3rem;color:#64748b}.credentialing-dashboard .empty-state p{margin-bottom:1rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-overlay .modal-content{background:#fff;border-radius:1rem;padding:2rem;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-overlay .modal-content h2{margin-top:0;margin-bottom:1.5rem;font-size:1.5rem;color:#0f172a}.modal-overlay .modal-content .form-group{margin-bottom:1.5rem}.modal-overlay .modal-content .form-group label{display:block;font-size:.875rem;font-weight:500;color:#475569;margin-bottom:.5rem}.modal-overlay .modal-content .form-group input,.modal-overlay .modal-content .form-group select,.modal-overlay .modal-content .form-group textarea{width:100%;padding:.75rem;border-radius:.5rem;border:1px solid #e2e8f0;font-size:1rem;transition:border-color .2s}.modal-overlay .modal-content .form-group input:focus,.modal-overlay .modal-content .form-group select:focus,.modal-overlay .modal-content .form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.modal-overlay .modal-content .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.modal-overlay .modal-content .modal-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.modal-overlay .modal-content .modal-actions button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s}.modal-overlay .modal-content .modal-actions button.btn-cancel{background:#fff;border:1px solid #e2e8f0;color:#64748b}.modal-overlay .modal-content .modal-actions button.btn-cancel:hover{background:#f8fafc;color:#0f172a}.modal-overlay .modal-content .modal-actions button.btn-save{background:#6366f1;border:none;color:#fff}.modal-overlay .modal-content .modal-actions button.btn-save:hover{background:#4f46e5}.modal-overlay .modal-content .modal-actions button.btn-save:disabled{opacity:.7;cursor:not-allowed}.credentialing-import{padding:1rem}.credentialing-import .import-upload-step{display:flex;justify-content:center;padding:4rem 0}.credentialing-import .import-upload-step .drop-zone{border:2px dashed #cbd5e1;border-radius:1rem;padding:4rem;text-align:center;cursor:pointer;transition:all .2s;background:#f8fafc}.credentialing-import .import-upload-step .drop-zone:hover{border-color:#6366f1;background:#eef2ff}.credentialing-import .import-upload-step .drop-zone .upload-icon{font-size:4rem;margin-bottom:1rem}.credentialing-import .import-upload-step .drop-zone h3{color:#0f172a;margin-bottom:.5rem}.credentialing-import .import-upload-step .drop-zone p{color:#64748b}.credentialing-import .review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a}.credentialing-import .review-header .stats{display:flex;gap:2rem}.credentialing-import .review-header .stats .stat-item{display:flex;flex-direction:column}.credentialing-import .review-header .stats .stat-item .label{font-size:.875rem;color:#64748b}.credentialing-import .review-header .stats .stat-item .value{font-size:1.5rem;font-weight:700;color:#0f172a}.credentialing-import .review-header .actions{display:flex;gap:1rem}.credentialing-import .review-header .actions button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;border:none}.credentialing-import .review-header .actions button.btn-cancel{background:#f1f5f9;color:#475569}.credentialing-import .review-header .actions button.btn-save{background:#6366f1;color:#fff}.credentialing-import .review-tables{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.credentialing-import .review-tables .review-section{background:#fff;padding:1rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a}.credentialing-import .review-tables .review-section h3{margin-bottom:1rem;font-size:1.125rem;color:#0f172a}.credentialing-import .review-tables .review-section .table-container{max-height:500px;overflow-y:auto}.credentialing-import .review-tables .review-section .table-container table{width:100%;border-collapse:collapse}.credentialing-import .review-tables .review-section .table-container table th,.credentialing-import .review-tables .review-section .table-container table td{padding:.75rem;text-align:left;border-bottom:1px solid #e2e8f0;font-size:.875rem}.credentialing-import .review-tables .review-section .table-container table th{position:sticky;top:0;background:#fff;font-weight:600;color:#475569}.credentialing-import .review-tables .review-section .table-container table .row-update td{background-color:#fffbeb}.credentialing-import .review-tables .review-section .table-container table .row-invalid td{background-color:#fef2f2;opacity:.7}.credentialing-import .review-tables .review-section .table-container table .tag{display:inline-block;padding:.125rem .375rem;background:#e0e7ff;color:#4338ca;border-radius:.25rem;font-size:.75rem;margin-right:.25rem}.credentialing-import .import-processing-step,.credentialing-import .import-complete-step{display:flex;justify-content:center;align-items:center;min-height:400px}.credentialing-import .import-processing-step .progress-container,.credentialing-import .import-processing-step .success-message,.credentialing-import .import-complete-step .progress-container,.credentialing-import .import-complete-step .success-message{text-align:center;background:#fff;padding:3rem;border-radius:1rem;box-shadow:0 4px 6px #0000001a;width:100%;max-width:500px}.credentialing-import .import-processing-step .progress-container .icon,.credentialing-import .import-processing-step .success-message .icon,.credentialing-import .import-complete-step .progress-container .icon,.credentialing-import .import-complete-step .success-message .icon{font-size:3rem;margin-bottom:1rem}.credentialing-import .import-processing-step .progress-container .progress-bar,.credentialing-import .import-processing-step .success-message .progress-bar,.credentialing-import .import-complete-step .progress-container .progress-bar,.credentialing-import .import-complete-step .success-message .progress-bar{height:.75rem;background:#e2e8f0;border-radius:9999px;margin:1.5rem 0;overflow:hidden}.credentialing-import .import-processing-step .progress-container .progress-bar .progress-fill,.credentialing-import .import-processing-step .success-message .progress-bar .progress-fill,.credentialing-import .import-complete-step .progress-container .progress-bar .progress-fill,.credentialing-import .import-complete-step .success-message .progress-bar .progress-fill{height:100%;background:#6366f1;transition:width .3s ease}.credentialing-import .import-processing-step .progress-container .stats-detail,.credentialing-import .import-processing-step .success-message .stats-detail,.credentialing-import .import-complete-step .progress-container .stats-detail,.credentialing-import .import-complete-step .success-message .stats-detail{color:#64748b;font-size:.875rem}.credentialing-import .import-processing-step .progress-container .btn-save,.credentialing-import .import-processing-step .success-message .btn-save,.credentialing-import .import-complete-step .progress-container .btn-save,.credentialing-import .import-complete-step .success-message .btn-save{margin-top:1.5rem;padding:.75rem 2rem;background:#6366f1;color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-weight:500}.bulk-accommodation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999!important;padding:1rem}.bulk-accommodation-modal{background:var(--color-surface, #ffffff);border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.bulk-accommodation-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--color-border, #e5e7eb)}.bulk-accommodation-modal__header h2{display:flex;align-items:center;gap:.5rem;margin:0;font-size:1.25rem;font-weight:600;color:var(--color-text-primary, #111827)}.bulk-accommodation-modal__close{background:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary, #6b7280);border-radius:6px;transition:all .2s}.bulk-accommodation-modal__close:hover{background:var(--color-surface-secondary, #f9fafb);color:var(--color-text-primary, #111827)}.bulk-accommodation-modal__content{padding:1.5rem;overflow-y:auto;flex:1}.bulk-accommodation-modal__footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid var(--color-border, #e5e7eb)}.bulk-accommodation-info{background:var(--color-primary-light, #dbeafe);border:1px solid var(--color-primary, #2563eb);border-radius:6px;padding:.75rem 1rem;margin-bottom:1.5rem}.bulk-accommodation-info p{margin:0;color:var(--color-primary-dark, #1d4ed8);font-weight:500}.bulk-accommodation-field{margin-bottom:1.5rem}.bulk-accommodation-field:last-child{margin-bottom:0}.bulk-accommodation-label{display:flex;align-items:center;gap:.375rem;font-weight:600;color:var(--color-text-primary, #111827);font-size:.875rem;margin-bottom:.5rem}.bulk-accommodation-label .required{color:var(--color-danger, #ef4444)}.bulk-accommodation-select,.bulk-accommodation-input,.bulk-accommodation-textarea{width:100%;padding:.75rem;border:1px solid var(--color-border, #e5e7eb);border-radius:6px;font-size:.9375rem;font-family:inherit;transition:all .2s}.bulk-accommodation-select:focus,.bulk-accommodation-input:focus,.bulk-accommodation-textarea:focus{outline:none;border-color:var(--color-primary, #2563eb);box-shadow:0 0 0 3px #2563eb1a}.bulk-accommodation-textarea{resize:vertical;min-height:80px}.bulk-accommodation-chips{width:100%}.bulk-accommodation-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.bulk-accommodation-btn:disabled{opacity:.5;cursor:not-allowed}.bulk-accommodation-btn--cancel{background:var(--color-surface-secondary, #f9fafb);color:var(--color-text-secondary, #6b7280);border:1px solid var(--color-border, #e5e7eb)}.bulk-accommodation-btn--cancel:hover:not(:disabled){background:var(--color-surface, #ffffff)}.bulk-accommodation-btn--submit{background:var(--color-primary, #2563eb);color:#fff}.bulk-accommodation-btn--submit:hover:not(:disabled){background:var(--color-primary-dark, #1d4ed8)}.accommodation-history-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999!important;padding:1rem}.accommodation-history-modal{background:var(--color-surface, #ffffff);border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.accommodation-history-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--color-border, #e5e7eb)}.accommodation-history-modal__header h2{display:flex;align-items:center;gap:.5rem;margin:0;font-size:1.25rem;font-weight:600;color:var(--color-text-primary, #111827)}.accommodation-history-modal__close{background:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary, #6b7280);border-radius:6px;transition:all .2s}.accommodation-history-modal__close:hover{background:var(--color-surface-secondary, #f9fafb);color:var(--color-text-primary, #111827)}.accommodation-history-modal__content{padding:1.5rem;overflow-y:auto;flex:1}.accommodation-history-loading,.accommodation-history-error,.accommodation-history-empty{display:flex;align-items:center;justify-content:center;padding:3rem;text-align:center;color:var(--color-text-secondary, #6b7280)}.accommodation-history-list{display:flex;flex-direction:column;gap:1rem}.accommodation-history-item{background:var(--color-surface-secondary, #f9fafb);border-radius:8px;border:1px solid var(--color-border, #e5e7eb);padding:1rem;transition:all .2s}.accommodation-history-item:hover{box-shadow:0 2px 4px #0000001a}.accommodation-history-item__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.accommodation-history-item__type{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.accommodation-history-item__type--success{background:var(--color-success-light, #d1fae5);color:var(--color-success, #10b981)}.accommodation-history-item__type--info{background:var(--color-primary-light, #dbeafe);color:var(--color-primary, #2563eb)}.accommodation-history-item__type--warning{background:var(--color-warning-light, #fef3c7);color:var(--color-warning, #f59e0b)}.accommodation-history-item__type--danger{background:var(--color-danger-light, #fee2e2);color:var(--color-danger, #ef4444)}.accommodation-history-item__type--default{background:var(--color-surface-secondary, #f9fafb);color:var(--color-text-secondary, #6b7280)}.accommodation-history-item__time{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--color-text-tertiary, #9ca3af)}.accommodation-history-item__content{display:flex;flex-direction:column;gap:.5rem}.accommodation-history-item__driver{display:flex;align-items:center;gap:.5rem;font-weight:600;color:var(--color-text-primary, #111827)}.accommodation-history-item__user{font-size:.8125rem;color:var(--color-text-secondary, #6b7280)}.accommodation-history-item__notes{font-size:.875rem;color:var(--color-text-secondary, #6b7280);font-style:italic;padding:.5rem;background:var(--color-surface, #ffffff);border-radius:4px}.accommodation-history-item__changes{font-size:.875rem;color:var(--color-text-primary, #111827);padding:.75rem;background:var(--color-surface, #ffffff);border-radius:4px;border-left:3px solid var(--color-primary, #2563eb)}.accommodation-history-item__changes ul{margin:.5rem 0 0;padding-left:1.5rem;list-style-type:disc}.accommodation-history-item__changes li{margin:.25rem 0}.accommodation-dashboard{padding:2rem;max-width:1400px;margin:0 auto}.accommodation-dashboard__header{margin-bottom:2rem}.accommodation-dashboard__header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.accommodation-dashboard__title{display:flex;align-items:center;gap:.75rem;font-size:2rem;font-weight:700;color:var(--color-text-primary, #111827);margin:0 0 .5rem}.accommodation-dashboard__subtitle{color:var(--color-text-secondary, #6b7280);font-size:1rem;margin:0}.accommodation-dashboard__header-actions{display:flex;gap:1rem}.accommodation-dashboard__bulk-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--color-primary, #2563eb);color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.accommodation-dashboard__bulk-btn:hover{background:var(--color-primary-dark, #1d4ed8);transform:translateY(-1px);box-shadow:0 4px 6px #0000001a}.accommodation-dashboard__filters{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.accommodation-dashboard__date-selector{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--color-surface-secondary, #f9fafb);border-radius:8px;border:1px solid var(--color-border, #e5e7eb)}.accommodation-dashboard__date-label{display:flex;align-items:center;gap:.375rem;font-weight:600;color:var(--color-text-secondary, #6b7280);font-size:.875rem}.accommodation-dashboard__date-input{padding:.5rem;border:1px solid var(--color-border, #e5e7eb);border-radius:6px;font-size:.9375rem;font-family:inherit;transition:all .2s}.accommodation-dashboard__date-input:focus{outline:none;border-color:var(--color-primary, #2563eb);box-shadow:0 0 0 3px #2563eb1a}.accommodation-dashboard__date-display{font-size:.875rem;color:var(--color-text-primary, #111827);font-weight:500}.accommodation-dashboard__search{flex:1;min-width:300px;position:relative;display:flex;align-items:center}.accommodation-dashboard__search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid var(--color-border, #e5e7eb);border-radius:8px;font-size:.9375rem;font-family:inherit;transition:all .2s}.accommodation-dashboard__search-input:focus{outline:none;border-color:var(--color-primary, #2563eb);box-shadow:0 0 0 3px #2563eb1a}.accommodation-dashboard .search-icon{position:absolute;left:.75rem;color:var(--color-text-tertiary, #9ca3af);pointer-events:none}.accommodation-dashboard__search-clear{position:absolute;right:.5rem;background:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary, #6b7280);border-radius:4px;transition:all .2s}.accommodation-dashboard__search-clear:hover{background:var(--color-surface-secondary, #f9fafb);color:var(--color-text-primary, #111827)}.accommodation-dashboard__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.accommodation-dashboard__content{background:var(--color-surface, #ffffff);border-radius:12px;border:1px solid var(--color-border, #e5e7eb);overflow:hidden}.accommodation-dashboard__loading,.accommodation-dashboard__error,.accommodation-dashboard__empty{padding:3rem;text-align:center;color:var(--color-text-secondary, #6b7280)}.accommodation-dashboard__empty-hint{margin-top:.5rem;font-size:.875rem;color:var(--color-text-tertiary, #9ca3af)}.accommodation-dashboard__list{display:flex;flex-direction:column}.accommodation-stat-card{background:var(--color-surface, #ffffff);border:1px solid var(--color-border, #e5e7eb);border-radius:8px;padding:1rem;text-align:center}.accommodation-stat-card--accommodated{border-left:4px solid var(--color-success, #10b981)}.accommodation-stat-card--assistants{border-left:4px solid var(--color-primary, #2563eb)}.accommodation-stat-card--drivers{border-left:4px solid var(--color-secondary, #6b7280)}.accommodation-stat-card--unaccommodated{border-left:4px solid var(--color-warning, #f59e0b)}.accommodation-stat-label{font-size:.8125rem;font-weight:600;color:var(--color-text-secondary, #6b7280);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.accommodation-stat-value{font-size:2rem;font-weight:700;color:var(--color-text-primary, #111827)}.accommodation-dashboard-item{padding:1.25rem;border-bottom:1px solid var(--color-border, #e5e7eb);transition:all .2s}.accommodation-dashboard-item:hover{background:var(--color-surface-secondary, #f9fafb)}.accommodation-dashboard-item:last-child{border-bottom:none}.accommodation-dashboard-item__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.accommodation-dashboard-item__trip-info{display:flex;flex-direction:column;gap:.25rem}.accommodation-dashboard-item__reservation{font-weight:600;color:var(--color-text-primary, #111827);font-size:1rem}.accommodation-dashboard-item__patient{font-size:.875rem;color:var(--color-text-secondary, #6b7280)}.accommodation-dashboard-item__history-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:transparent;border:1px solid var(--color-border, #e5e7eb);border-radius:6px;font-size:.875rem;color:var(--color-text-secondary, #6b7280);cursor:pointer;transition:all .2s;font-family:inherit}.accommodation-dashboard-item__history-btn:hover{background:var(--color-surface-secondary, #f9fafb);border-color:var(--color-primary, #2563eb);color:var(--color-primary, #2563eb)}.accommodation-dashboard-item__drivers{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.accommodation-dashboard-item__no-drivers{font-size:.875rem;color:var(--color-text-tertiary, #9ca3af);font-style:italic}.accommodation-driver-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500}.accommodation-driver-badge--main{background:var(--color-primary-light, #dbeafe);color:var(--color-primary, #2563eb)}.accommodation-driver-badge--assistant{background:var(--color-secondary-light, #f3f4f6);color:var(--color-secondary, #6b7280)}.accommodation-driver-badge__label{font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.accommodation-driver-badge__name{font-weight:600}:root{--primary-color: #646cff;--primary-hover: #535bf2;--bg-primary: #ffffff;--bg-secondary: #f5f5f5;--bg-hover: #f9f9f9;--bg-app: #ffffff;--text-primary: #213547;--text-secondary: #666;--border-color: #e0e0e0;--error-color: #d32f2f;--scrollbar-width: 12px}*{box-sizing:border-box;margin:0;padding:0}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px;border:2px solid #f1f1f1;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}::-webkit-scrollbar-thumb:active{background:#909090}*{scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}html{height:100%}body{margin:0;padding:0;width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background-color:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{display:flex;flex-direction:column;width:100%;min-height:100vh;height:100%;background-color:#fff}
