:root{--color-primary: #06b6d4;--color-secondary: #8b5cf6;--color-bg: #ffffff;--color-bg-secondary: #f8fafc;--color-text: #1e293b;--color-text-secondary: #64748b;--color-border: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color:var(--color-text);background-color:var(--color-bg-secondary)}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}.app{display:flex;flex-direction:column;height:100vh}.header{background:var(--color-bg);padding:1rem 2rem;border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.header h1{font-size:1.5rem;font-weight:600;color:var(--color-primary);margin:0}.main-content{flex:1;display:flex;position:relative;overflow:hidden}.leaflet-container{height:100%;width:100%}.sidebar{width:400px;background:var(--color-bg);border-left:1px solid var(--color-border);overflow-y:auto;padding:1.5rem}.sidebar h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.session-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.25rem;margin-bottom:1rem;box-shadow:var(--shadow-sm);cursor:pointer;transition:all .2s}.session-card:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary)}.session-card.active{border-color:var(--color-primary);box-shadow:var(--shadow-md)}.session-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.profile-image{width:48px;height:48px;border-radius:50%;background:var(--color-bg-secondary);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--color-primary)}.session-name{font-size:1.125rem;font-weight:600}.session-time{font-size:.875rem;color:var(--color-text-secondary)}.session-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1rem}.stat-item{display:flex;flex-direction:column}.stat-label{font-size:.75rem;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em}.stat-value{font-size:1.125rem;font-weight:600;color:var(--color-text)}.empty-state{text-align:center;padding:3rem 1.5rem;color:var(--color-text-secondary)}.empty-state-icon{font-size:3rem;margin-bottom:1rem}.empty-state h3{font-size:1.25rem;color:var(--color-text);margin-bottom:.5rem}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500}.status-badge.live{background:#dcfce7;color:#166534}@media (max-width: 768px){.main-content{flex-direction:column}.sidebar{width:100%;border-left:none;border-top:1px solid var(--color-border);max-height:40vh}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}button:focus-visible,.session-card:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.layout{display:flex;flex-direction:column;height:100vh;overflow:hidden}.layout-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #00000026;z-index:100;min-height:64px}.header-left{display:flex;align-items:center;gap:1rem}.menu-toggle{background:#fff3;border:none;color:#fff;font-size:1.5rem;width:40px;height:40px;border-radius:8px;cursor:pointer;transition:background .2s;display:none}.menu-toggle:hover{background:#ffffff4d}.app-title{margin:0;font-size:1.5rem;font-weight:600}.header-right{display:flex;align-items:center;gap:1rem}.user-info{display:flex;align-items:center;gap:.75rem}.user-name{font-weight:500;display:none}.user-avatar,.user-avatar-placeholder{width:40px;height:40px;border-radius:50%;border:2px solid white;object-fit:cover}.user-avatar-placeholder{background:#ffffff4d;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.125rem}.btn-logout{padding:.5rem 1rem;background:#fff3;border:1px solid rgba(255,255,255,.4);color:#fff;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s}.btn-logout:hover{background:#ffffff4d;transform:translateY(-1px)}.mobile-menu-toggle{display:none;background:#fff3;border:none;color:#fff;font-size:1.5rem;width:40px;height:40px;border-radius:8px;cursor:pointer}.layout-body{display:flex;flex:1;overflow:hidden;position:relative}.sidebar-nav{width:260px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;transition:transform .3s ease;z-index:50}.sidebar-nav.closed{transform:translate(-260px)}.nav-menu{display:flex;flex-direction:column;padding:1rem 0}.nav-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:none;border:none;text-align:left;cursor:pointer;transition:all .2s;color:#64748b;font-size:1rem;border-left:3px solid transparent}.nav-item:hover{background:#f8fafc;color:#667eea}.nav-item.active{background:#f0f4ff;color:#667eea;font-weight:600;border-left-color:#667eea}.nav-icon{font-size:1.5rem;width:24px;text-align:center}.nav-label{flex:1}.main-container{flex:1;overflow-y:auto;background:#f8fafc;padding:2rem}.mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -2px 8px #0000001a;z-index:100}.mobile-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;background:none;border:none;color:#64748b;cursor:pointer;transition:color .2s;gap:.25rem}.mobile-nav-item.active{color:#667eea}.mobile-nav-icon{font-size:1.5rem}.mobile-nav-label{font-size:.75rem;font-weight:500}.mobile-menu-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:200}.mobile-menu{position:absolute;top:0;right:0;bottom:0;width:80%;max-width:320px;background:#fff;box-shadow:-4px 0 16px #0003;display:flex;flex-direction:column}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.mobile-menu-header h2{margin:0;font-size:1.25rem;color:#1e293b}.mobile-menu-header button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b;width:32px;height:32px}.mobile-menu-nav{flex:1;overflow-y:auto;padding:1rem 0}.mobile-menu-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:none;border:none;width:100%;text-align:left;cursor:pointer;transition:background .2s;color:#64748b;font-size:1rem}.mobile-menu-item:hover{background:#f8fafc}.mobile-menu-item.active{background:#f0f4ff;color:#667eea;font-weight:600}.mobile-menu-item.logout{color:#ef4444;border-top:1px solid #e2e8f0;margin-top:auto}.mobile-menu-icon{font-size:1.5rem;width:24px}.mobile-menu-label{flex:1}@media (max-width: 1024px){.menu-toggle{display:block}.user-name{display:none}.sidebar-nav{position:absolute;top:0;left:0;bottom:0;box-shadow:2px 0 8px #0000001a}.main-container{padding:1.5rem}}@media (max-width: 768px){.layout-header{padding:1rem}.app-title{font-size:1.25rem}.header-right{display:none}.mobile-menu-toggle{display:block}.sidebar-nav{display:none}.main-container{padding:1rem;padding-bottom:80px}.mobile-nav{display:flex}.mobile-menu-overlay{display:block}}@media (max-width: 480px){.app-title{font-size:1rem}.main-container{padding:.75rem}.mobile-nav-label{font-size:.6875rem}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1rem}.login-container{width:100%;max-width:440px}.login-header{text-align:center;color:#fff;margin-bottom:2rem}.login-header h1{margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.login-header p{margin:0;font-size:1.125rem;opacity:.9}.login-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;overflow:hidden}.login-tabs{display:flex;border-bottom:1px solid #e2e8f0}.tab{flex:1;padding:1rem;background:none;border:none;font-size:1rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s;position:relative}.tab:hover{background:#f8fafc}.tab.active{color:#667eea}.tab.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:#667eea}form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#1e293b;font-size:.9375rem}.form-group input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s;font-family:inherit}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:.5rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.9375rem;color:#475569}.checkbox-label input[type=checkbox]{width:auto;cursor:pointer}.forgot-password{color:#667eea;text-decoration:none;font-size:.9375rem;font-weight:500;transition:color .2s}.forgot-password:hover{color:#5568d3;text-decoration:underline}.error-message{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;font-size:.9375rem}.error-icon{font-size:1.25rem}.btn-submit{width:100%;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 .3s;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-submit:disabled{opacity:.7;cursor:not-allowed}.loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.login-footer{text-align:center;margin-top:1.5rem;color:#fff}.login-footer p{margin:0;font-size:.9375rem}.link-button{background:none;border:none;color:#fff;text-decoration:underline;cursor:pointer;font-size:inherit;font-weight:600;padding:0;transition:opacity .2s}.link-button:hover{opacity:.8}@media (max-width: 480px){.login-header h1{font-size:2rem}.login-header p{font-size:1rem}form{padding:1.5rem}.form-options{flex-direction:column;align-items:flex-start}}.dashboard{max-width:1400px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.dashboard-header h1{margin:0;font-size:2rem;color:#1e293b;font-weight:600}.btn-start-tracking{display:flex;align-items:center;gap:.5rem;font-size:1rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;cursor:pointer;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #667eea4d}.btn-start-tracking:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.dashboard-loading,.dashboard-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.dashboard-error h2{margin:0;color:#ef4444}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #00000014;display:flex;align-items:center;gap:1rem;transition:all .3s;border:1px solid #e2e8f0}.stat-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f}.stat-card.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.stat-card.primary .stat-value{color:#fff}.stat-icon{font-size:2.5rem;opacity:.9}.stat-content{flex:1}.stat-content h3{margin:0 0 .5rem;font-size:.875rem;font-weight:500;opacity:.8;text-transform:uppercase;letter-spacing:.5px}.stat-card.primary h3{color:#ffffffe6}.stat-value{margin:0;font-size:1.75rem;font-weight:700;color:#1e293b}.quick-actions{margin-bottom:3rem}.quick-actions h2{margin:0 0 1.5rem;font-size:1.5rem;color:#1e293b;font-weight:600}.action-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.action-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0;cursor:pointer;transition:all .3s;text-align:left;display:flex;flex-direction:column;gap:.75rem}.action-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f;border-color:#667eea}.action-icon{font-size:2.5rem}.action-card h3{margin:0;font-size:1.25rem;color:#1e293b;font-weight:600}.action-card p{margin:0;color:#64748b;font-size:.9375rem}.welcome-box{background:linear-gradient(135deg,#f0f4ff,#e8eeff);border-radius:16px;padding:3rem;text-align:center;box-shadow:0 2px 8px #00000014}.welcome-box h2{margin:0 0 1rem;font-size:1.75rem;color:#1e293b}.welcome-box>p{margin:0 0 2rem;color:#64748b;font-size:1.125rem}.welcome-steps{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.step{display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:200px}.step-number{width:48px;height:48px;background:#667eea;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.step p{margin:0;color:#475569;font-size:.9375rem;font-weight:500}.btn-primary{background:#667eea;color:#fff}.btn-primary:hover{background:#5568d3;transform:translateY(-2px)}@media (max-width: 768px){.dashboard{padding:0}.dashboard-header{flex-direction:column;align-items:stretch}.dashboard-header h1{font-size:1.5rem}.btn-start-tracking{width:100%;justify-content:center}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.stat-card{padding:1rem;flex-direction:column;text-align:center}.stat-icon{font-size:2rem}.stat-value{font-size:1.5rem}.action-cards{grid-template-columns:1fr}.welcome-box{padding:2rem 1.5rem}.welcome-steps{flex-direction:column;gap:1.5rem}.sessions-list,.activities-list{gap:1rem}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}.stat-content h3{font-size:.75rem}.stat-value{font-size:1.25rem}}.active-sessions-section{margin-bottom:3rem}.active-sessions-section h2{margin:0 0 1.5rem;font-size:1.5rem;color:#1e293b;font-weight:600}.sessions-list{display:flex;flex-direction:column;gap:1.5rem}.session-item{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #00000014;border:2px solid #10b981;transition:all .3s}.session-item:hover{transform:translateY(-2px);box-shadow:0 8px 16px #0000001f}.session-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.session-header h3{margin:0;font-size:1.25rem;color:#1e293b}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600}.status-badge.active{background:#d1fae5;color:#065f46;animation:pulse-badge 2s ease-in-out infinite}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.7}}.session-stats{display:flex;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}.session-stat{display:flex;flex-direction:column;gap:.25rem}.session-stat .stat-label{font-size:.875rem;color:#64748b;font-weight:500}.session-stat .stat-value{font-size:1.125rem;color:#1e293b;font-weight:600}.recent-activities-section{margin-bottom:3rem}.recent-activities-section h2{margin:0 0 1.5rem;font-size:1.5rem;color:#1e293b;font-weight:600}.activities-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.activity-item{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0;transition:all .2s}.activity-item:hover{transform:translate(4px);box-shadow:0 4px 12px #0000001f;border-color:#667eea}.activity-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.activity-header h3{margin:0;font-size:1.125rem;color:#1e293b;font-weight:600}.activity-date{font-size:.875rem;color:#64748b}.activity-stats{display:flex;gap:1.5rem;flex-wrap:wrap}.activity-stat{font-size:.9375rem;color:#475569;font-weight:500}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.tracking-start{max-width:900px;margin:0 auto}.mode-selection{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.mode-card{position:relative;background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:2rem;cursor:pointer;transition:all .3s;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.mode-card:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 8px 16px #667eea33}.mode-card.active{border-color:#667eea;background:linear-gradient(135deg,#667eea0d,#764ba20d);box-shadow:0 4px 12px #667eea33}.mode-icon{font-size:3rem}.mode-card h3{margin:0;font-size:1.25rem;color:#1e293b;font-weight:600}.mode-card p{margin:0;color:#64748b;font-size:.9375rem;line-height:1.5}.active-badge{position:absolute;top:1rem;right:1rem;width:32px;height:32px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.route-selection-section{background:#fff;border-radius:16px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0}.route-selection-section h2{margin:0 0 1.5rem;font-size:1.25rem;color:#1e293b;font-weight:600}.no-routes-message{text-align:center;padding:2rem;color:#64748b}.no-routes-message p{margin:0 0 1rem}.routes-list{display:flex;flex-direction:column;gap:.75rem}.route-item{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:1rem 1.25rem;cursor:pointer;transition:all .2s;position:relative}.route-item:hover{border-color:#667eea;background:#f0f4ff}.route-item.selected{border-color:#667eea;background:#f0f4ff;box-shadow:0 2px 8px #667eea26}.route-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.route-item-header h4{margin:0;font-size:1.125rem;color:#1e293b;font-weight:600}.selected-badge{width:24px;height:24px;background:#10b981;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.route-item-stats{display:flex;gap:1.5rem;color:#64748b;font-size:.9375rem}.tracking-config{background:#fff;border-radius:16px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0}.tracking-config h2{margin:0 0 1.5rem;font-size:1.25rem;color:#1e293b;font-weight:600}.config-group{margin-bottom:1.5rem}.config-group:last-child{margin-bottom:0}.config-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#1e293b;font-size:.9375rem}.config-input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s;font-family:inherit}.config-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:500}.checkbox-label input[type=checkbox]{width:20px;height:20px;cursor:pointer}.help-text{margin:.5rem 0 0;font-size:.875rem;color:#64748b;line-height:1.5}.gps-info-box{background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.gps-info-box h3{margin:0 0 1rem;font-size:1.125rem;color:#0369a1;font-weight:600}.gps-info-box ul{margin:0;padding-left:1.5rem;color:#0c4a6e}.gps-info-box li{margin-bottom:.5rem;line-height:1.6}.gps-info-box li:last-child{margin-bottom:0}.error-message{background:#fee2e2;border:1px solid #fecaca;border-radius:12px;padding:1rem 1.25rem;margin-bottom:2rem;display:flex;align-items:center;gap:.75rem}.error-message p{margin:0;color:#dc2626;font-weight:500}.action-section{display:flex;gap:1rem;flex-direction:column}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;font-size:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.btn-secondary:hover:not(:disabled){background:#e2e8f0}.btn-start{font-size:1.25rem}.spinner-small{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 768px){.tracking-start{padding:0}.page-header h1{font-size:1.5rem}.mode-selection{grid-template-columns:1fr;gap:1rem}.mode-card{padding:1.5rem}.mode-icon{font-size:2.5rem}.route-selection-section,.tracking-config,.gps-info-box{padding:1.25rem}.action-section{position:sticky;bottom:0;background:#fff;padding:1rem;margin:0 -1rem;box-shadow:0 -2px 8px #0000001a}}@media (max-width: 480px){.page-header h1{font-size:1.25rem}.route-item-stats{flex-direction:column;gap:.5rem}.gps-info-box ul{padding-left:1.25rem}.gps-info-box li{font-size:.875rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.live-tracking{display:flex;flex-direction:column;height:100vh;background:#f8fafc}.live-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.live-header h1{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.live-badge{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:#ef4444;color:#fff;font-weight:600;font-size:.875rem;border-radius:1rem}.pulse-dot{width:8px;height:8px;background:#fff;border-radius:50%;animation:pulse 2s ease-in-out infinite}.error-banner{padding:1rem 1.5rem;background:#fee2e2;color:#991b1b;font-size:.875rem;border-bottom:1px solid #fecaca}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:1rem}.map-container{flex:1;position:relative;min-height:0;background:#e2e8f0}.map-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;color:#64748b}.map-placeholder .spinner{width:40px;height:40px;border-width:3px}.live-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;padding:1rem 1.5rem;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -1px 3px #0000000d}.stat-card{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:#f8fafc;border-radius:.5rem;border:1px solid #e2e8f0}.stat-label{font-size:.75rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:1.25rem;font-weight:700;color:#1e293b;line-height:1}.live-controls{display:flex;gap:1rem;padding:1rem 1.5rem;background:#fff;border-top:1px solid #e2e8f0}.live-controls button{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:600;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #0000001a}.btn-pause{background:#f59e0b;color:#fff}.btn-pause:hover{background:#d97706;transform:translateY(-1px);box-shadow:0 4px 6px #00000026}.btn-pause:active{transform:translateY(0)}.btn-resume{background:#10b981;color:#fff}.btn-resume:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 6px #00000026}.btn-resume:active{transform:translateY(0)}.btn-stop{background:#ef4444;color:#fff}.btn-stop:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 6px #00000026}.btn-stop:active{transform:translateY(0)}.live-controls button span{font-size:1.25rem}.gps-info{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;background:#f8fafc;border-top:1px solid #e2e8f0;font-size:.875rem;color:#64748b}.gps-status{display:flex;align-items:center;gap:.5rem;font-weight:500}.status-dot{width:10px;height:10px;border-radius:50%}.status-dot.connected{background:#10b981;box-shadow:0 0 0 3px #10b98133}.status-dot.searching{background:#f59e0b;animation:pulse 2s ease-in-out infinite}.gps-accuracy{font-size:.75rem;color:#94a3b8}@media (max-width: 768px){.live-header h1{font-size:1.125rem}.live-stats{grid-template-columns:repeat(2,1fr);gap:.5rem;padding:.75rem 1rem}.stat-card{padding:.625rem}.stat-label{font-size:.625rem}.stat-value{font-size:1.125rem}.live-controls{padding:.75rem 1rem;gap:.75rem}.live-controls button{padding:.875rem;font-size:.9375rem}.gps-info{padding:.625rem 1rem;font-size:.8125rem}}@media (max-width: 480px){.live-header{padding:.75rem 1rem}.live-header h1{font-size:1rem}.live-badge{padding:.25rem .625rem;font-size:.75rem}.live-stats{grid-template-columns:repeat(2,1fr);gap:.5rem;padding:.75rem 1rem}.stat-value{font-size:1rem}.live-controls{flex-direction:column;gap:.5rem}.live-controls button{padding:.75rem}}@media (max-width: 768px) and (orientation: landscape){.live-stats{grid-template-columns:repeat(6,1fr);gap:.5rem}.stat-card{padding:.5rem}.stat-label{font-size:.625rem}.stat-value{font-size:1rem}.live-controls{flex-direction:row}}.sync-status-bar{background:#fef3c7;border-top:1px solid #fde68a;padding:.75rem 1.5rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:100px;opacity:1}}.sync-status-content{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#92400e;font-weight:500}.sync-spinner{width:16px;height:16px;border:2px solid #fbbf24;border-top-color:#92400e;border-radius:50%;animation:spin 1s linear infinite}.sync-icon{font-size:1.125rem}.sync-time{margin-left:auto;font-size:.75rem;color:#b45309}@media (max-width: 768px){.sync-status-bar{padding:.625rem 1rem}.sync-status-content{font-size:.8125rem}.sync-time{display:none}}.public-map-container{display:flex;flex-direction:column;height:100vh;background:#f8fafc}.public-map-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 6px #0000001a}.header-content h1{margin:0;font-size:1.75rem;font-weight:700}.subtitle{margin:.25rem 0 0;font-size:.875rem;opacity:.9}.header-actions{display:flex;align-items:center;gap:1.5rem}.header-info{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.update-time{font-size:.875rem;opacity:.9}.auto-refresh{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.btn-login{padding:.625rem 1.25rem;background:#fff;color:#667eea;border:none;border-radius:.5rem;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #0000001a}.btn-login:hover{background:#f8fafc;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.btn-login:active{transform:translateY(0)}.pulse-dot-small{width:8px;height:8px;background:#fff;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.error-banner-public{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:#fee2e2;color:#991b1b;font-size:.875rem;border-bottom:1px solid #fecaca}.loading-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:1rem;color:#64748b}.public-map-content{display:flex;flex:1;overflow:hidden}.map-section{flex:1;position:relative;background:#e2e8f0}.marker-popup{min-width:200px}.popup-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.popup-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.popup-avatar-placeholder{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem}.popup-user{display:flex;flex-direction:column;gap:.25rem}.popup-user strong{font-size:.9375rem;color:#1e293b}.popup-time{font-size:.75rem;color:#64748b}.popup-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.popup-stat{display:flex;flex-direction:column;gap:.125rem}.stat-label{font-size:.6875rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:.875rem;font-weight:600;color:#1e293b}.sessions-sidebar{width:350px;background:#fff;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;overflow:hidden}.sessions-sidebar h2{margin:0;padding:1.5rem;font-size:1.25rem;color:#1e293b;border-bottom:1px solid #e2e8f0}.empty-state-sidebar{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;color:#64748b}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state-sidebar p{margin:.5rem 0}.empty-hint{font-size:.875rem;color:#94a3b8}.sessions-list{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.session-card{background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;padding:1rem;cursor:pointer;transition:all .2s}.session-card:hover{border-color:#667eea;box-shadow:0 4px 6px #667eea1a;transform:translateY(-2px)}.session-card.selected{border-color:#667eea;background:#f8fafc;box-shadow:0 4px 12px #667eea33}.session-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.session-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.session-avatar-placeholder{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem}.session-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.session-info strong{font-size:1rem;color:#1e293b}.session-duration{font-size:.8125rem;color:#64748b}.session-live-badge{display:flex;align-items:center;gap:.375rem;padding:.25rem .625rem;background:#ef4444;color:#fff;font-weight:600;font-size:.6875rem;border-radius:1rem;text-transform:uppercase;letter-spacing:.5px}.session-card-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.session-stat{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#1e293b;font-weight:500}.session-stat .icon{font-size:1rem}.session-time{color:#64748b;font-size:.8125rem}@media (max-width: 1024px){.sessions-sidebar{width:300px}.public-map-header{padding:1rem 1.5rem}.header-content h1{font-size:1.5rem}}@media (max-width: 768px){.public-map-content{flex-direction:column}.map-section{height:60vh}.sessions-sidebar{width:100%;height:40vh;border-left:none;border-top:1px solid #e2e8f0}.public-map-header{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.header-actions{width:100%;flex-direction:row;justify-content:space-between}.header-info{align-items:flex-start;flex:1}.btn-login{padding:.5rem 1rem;font-size:.875rem}.sessions-list{padding:.75rem;gap:.75rem}.session-card{padding:.875rem}.session-card-stats{grid-template-columns:1fr 1fr;font-size:.8125rem}}@media (max-width: 480px){.header-content h1{font-size:1.25rem}.subtitle{font-size:.8125rem}.map-section,.sessions-sidebar{height:50vh}.session-avatar,.session-avatar-placeholder{width:40px;height:40px;font-size:1.25rem}.popup-stats{grid-template-columns:1fr}}.sessions-list::-webkit-scrollbar{width:6px}.sessions-list::-webkit-scrollbar-track{background:#f1f5f9}.sessions-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.sessions-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.active-sessions{padding:2rem;max-width:1400px;margin:0 auto}.page-header h1{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.subtitle{color:#64748b;font-size:1rem;margin:0}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:1rem;color:#64748b}.spinner-small{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.error-message{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#fee2e2;border:1px solid #fecaca;border-radius:.5rem;margin-bottom:2rem}.error-icon{font-size:1.5rem}.error-message p{flex:1;margin:0;color:#991b1b;font-weight:500}.btn-retry{padding:.5rem 1rem;background:#dc2626;color:#fff;border:none;border-radius:.375rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-retry:hover{background:#b91c1c}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;text-align:center;padding:3rem}.empty-icon{font-size:5rem;margin-bottom:1.5rem;opacity:.5}.empty-state h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.empty-state p{color:#64748b;font-size:1rem;margin:0 0 2rem}.btn{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.sessions-count{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem;font-size:1.125rem;color:#475569}.count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;height:2.5rem;padding:0 .75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-weight:700;font-size:1.25rem;border-radius:1.25rem}.sessions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;margin-bottom:2rem}.session-card{background:#fff;border:2px solid #e2e8f0;border-radius:1rem;padding:1.5rem;transition:all .3s}.session-card:hover{border-color:#667eea;box-shadow:0 8px 16px #667eea26;transform:translateY(-2px)}.session-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.session-status{display:flex;align-items:center;gap:.5rem}.status-indicator{width:12px;height:12px;border-radius:50%;position:relative}.status-indicator.live{background:#ef4444;animation:pulse-live 2s ease-in-out infinite}@keyframes pulse-live{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.status-label{font-weight:700;font-size:.875rem;color:#ef4444;text-transform:uppercase;letter-spacing:.5px}.public-badge{display:flex;align-items:center;gap:.25rem;padding:.375rem .75rem;background:#dbeafe;color:#1e40af;font-size:.8125rem;font-weight:600;border-radius:1rem}.session-info{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.info-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.info-label{font-size:.875rem;color:#64748b;font-weight:500}.info-value{font-size:.9375rem;color:#1e293b;font-weight:600}.session-id,.activity-id{font-family:Courier New,monospace;font-size:.8125rem;color:#475569;background:#f1f5f9;padding:.25rem .5rem;border-radius:.25rem}.duration{color:#667eea;font-weight:700}.session-actions{display:flex;gap:.75rem;flex-wrap:wrap}.btn-secondary{flex:1;min-width:0;padding:.625rem 1rem;background:#f1f5f9;color:#475569;border:1px solid #cbd5e1;font-weight:600;font-size:.875rem}.btn-secondary:hover{background:#e2e8f0;border-color:#94a3b8}.btn-danger{flex:1;min-width:0;padding:.625rem 1rem;background:#ef4444;color:#fff;border:none;font-weight:600;font-size:.875rem}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-danger:disabled{opacity:.6;cursor:not-allowed}.btn-sm{font-size:.875rem}.info-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem}.info-box h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.info-box ul{margin:0;padding-left:1.5rem;color:#475569;font-size:.9375rem;line-height:1.8}.info-box li{margin-bottom:.5rem}@media (max-width: 1024px){.sessions-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}@media (max-width: 768px){.active-sessions{padding:1.5rem 1rem}.page-header h1{font-size:1.75rem}.sessions-grid{grid-template-columns:1fr;gap:1rem}.session-card{padding:1.25rem}.session-actions{flex-direction:column}.btn-secondary,.btn-danger{flex:none;width:100%}}@media (max-width: 480px){.page-header h1{font-size:1.5rem}.subtitle{font-size:.875rem}.session-info{gap:.5rem}.info-row{flex-direction:column;align-items:flex-start;gap:.25rem}.info-box{padding:1rem}.info-box ul{padding-left:1.25rem;font-size:.875rem}}.saved-routes{max-width:1400px;margin:0 auto}.empty-state-box p{margin:0 0 .5rem;color:#64748b;font-size:1rem}.help-text{font-size:.875rem;color:#94a3b8}.routes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.route-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0;transition:all .3s;display:flex;flex-direction:column;gap:1.5rem}.route-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001f;border-color:#667eea}.route-card-header h3{margin:0 0 .5rem;font-size:1.25rem;color:#1e293b;font-weight:600}.route-description{margin:0;color:#64748b;font-size:.9375rem;line-height:1.5}.route-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.route-stat{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px}.route-stat .stat-icon{font-size:1.5rem}.route-stat>div{display:flex;flex-direction:column;gap:.25rem}.route-stat .stat-label{font-size:.75rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.route-stat .stat-value{font-size:1rem;color:#1e293b;font-weight:600}.route-actions{display:flex;gap:.75rem;margin-top:auto}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;font-size:.9375rem;flex:1}.btn-secondary{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.btn-secondary:hover{background:#e2e8f0;transform:translateY(-2px)}.btn-danger{background:#fee2e2;color:#dc2626;border:1px solid #fecaca;flex:0}.btn-danger:hover{background:#fecaca;transform:translateY(-2px)}.btn-icon{padding:.75rem;min-width:48px}@media (max-width: 768px){.saved-routes{padding:0}.page-header h1{font-size:1.5rem}.routes-grid{grid-template-columns:1fr;gap:1rem}.route-card{padding:1.25rem}.route-stats-grid{grid-template-columns:1fr}.route-actions{flex-direction:column}.btn{width:100%}.btn-icon{width:auto}.empty-state-box{padding:2rem 1.5rem}}@media (max-width: 480px){.page-header h1{font-size:1.25rem}.empty-icon{font-size:3rem}}.completed-activities{max-width:1200px;margin:0 auto}.page-header{margin-bottom:2rem}.page-header h1{margin:0 0 .5rem;font-size:2rem;color:#1e293b;font-weight:600}.page-subtitle{margin:0;color:#64748b;font-size:1rem}.empty-state-box{background:#fff;border-radius:16px;padding:4rem 2rem;text-align:center;box-shadow:0 2px 8px #00000014;border:2px dashed #e2e8f0}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state-box h2{margin:0 0 1rem;font-size:1.5rem;color:#1e293b}.empty-state-box p{margin:0 0 1.5rem;color:#64748b;font-size:1rem}.btn-large{padding:1rem 2rem;font-size:1.125rem}.activities-list{display:flex;flex-direction:column;gap:1rem}.activity-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014;border:1px solid #e2e8f0;transition:all .2s;cursor:pointer}.activity-card:hover{transform:translate(4px);box-shadow:0 4px 12px #0000001f;border-color:#667eea}.activity-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.activity-title-section h3{margin:0 0 .5rem;font-size:1.25rem;color:#1e293b;font-weight:600}.activity-date{margin:0;font-size:.875rem;color:#64748b}.route-badge{padding:.375rem .75rem;background:#f0f4ff;border:1px solid #c7d2fe;color:#4f46e5;border-radius:6px;font-size:.875rem;font-weight:500;white-space:nowrap}.activity-stats-row{display:flex;align-items:center;gap:2rem}.activity-stat{display:flex;align-items:center;gap:.75rem}.activity-stat .stat-icon{font-size:1.5rem;opacity:.8}.activity-stat>div{display:flex;flex-direction:column;gap:.25rem}.activity-stat .stat-label{font-size:.75rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.activity-stat .stat-value{font-size:1rem;color:#1e293b;font-weight:600}.activity-arrow{margin-left:auto;font-size:1.5rem;color:#94a3b8;transition:transform .2s}.activity-card:hover .activity-arrow{transform:translate(4px);color:#667eea}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;font-size:.9375rem}@media (max-width: 768px){.completed-activities{padding:0}.page-header h1{font-size:1.5rem}.activity-card{padding:1.25rem}.activity-card-header{flex-direction:column;align-items:flex-start}.route-badge{align-self:flex-start}.activity-stats-row{flex-wrap:wrap;gap:1rem}.activity-stat{min-width:120px}.activity-arrow{display:none}.empty-state-box{padding:2rem 1.5rem}}@media (max-width: 480px){.page-header h1{font-size:1.25rem}.activity-title-section h3{font-size:1.125rem}.activity-stats-row{flex-direction:column;align-items:flex-start;gap:.75rem}.activity-stat{width:100%}.empty-icon{font-size:3rem}}.activity-detail{max-width:1200px;margin:0 auto}.detail-header{margin-bottom:2rem}.btn-back{background:#f1f5f9;border:1px solid #e2e8f0;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:500;color:#475569;transition:all .2s;margin-bottom:1rem}.btn-back:hover{background:#e2e8f0;transform:translate(-2px)}.detail-header h1{margin:0 0 .5rem;font-size:2rem;color:#1e293b;font-weight:600}.activity-date{margin:0;color:#64748b;font-size:1rem}.loading-state,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-icon{font-size:3rem}.error-state h2{margin:0;color:#ef4444}.stats-grid-detail{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card-detail{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 4px #0000000d;transition:all .2s}.stat-card-detail:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.stat-card-detail .stat-icon{font-size:2rem;opacity:.8}.stat-card-detail>div{display:flex;flex-direction:column;gap:.25rem}.stat-card-detail .stat-label{font-size:.75rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.stat-card-detail .stat-value{font-size:1.25rem;color:#1e293b;font-weight:700}.stat-card-detail.route-card{grid-column:span 2;background:#f0f4ff;border-color:#c7d2fe}.stat-card-detail.route-card .stat-icon{font-size:2.5rem}.stat-card-detail.route-card .stat-value{color:#4f46e5}.map-section-detail{margin-bottom:2rem}.map-section-detail h2{margin:0 0 1rem;font-size:1.5rem;color:#1e293b;font-weight:600}.map-container-detail{height:500px;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0000001a;border:1px solid #e2e8f0}.no-gps-message{background:#fff;border:2px dashed #e2e8f0;border-radius:16px;padding:4rem 2rem;text-align:center;margin-bottom:2rem}.no-gps-icon{font-size:4rem;display:block;margin-bottom:1rem;opacity:.5}.no-gps-message h3{margin:0 0 .5rem;font-size:1.5rem;color:#1e293b}.no-gps-message p{margin:0;color:#64748b;font-size:1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}@media (max-width: 768px){.activity-detail{padding:0}.detail-header h1{font-size:1.5rem}.stats-grid-detail{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem}.stat-card-detail{padding:1rem;flex-direction:column;text-align:center}.stat-card-detail .stat-icon{font-size:1.75rem}.stat-card-detail .stat-value{font-size:1.125rem}.stat-card-detail.route-card{grid-column:span 1}.map-container-detail{height:400px}.no-gps-message{padding:2rem 1.5rem}.no-gps-icon{font-size:3rem}}@media (max-width: 480px){.detail-header h1{font-size:1.25rem}.stats-grid-detail{grid-template-columns:1fr}.map-container-detail{height:300px;border-radius:12px}}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #0000001a}.header h1{margin:0;font-size:1.5rem}.header-actions{display:flex;gap:.75rem;align-items:center}.btn-avatar{width:40px;height:40px;border-radius:50%;border:2px solid white;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:transform .2s;padding:0}.btn-avatar:hover{transform:scale(1.05)}.btn-avatar img{width:100%;height:100%;object-fit:cover}.btn-avatar span{font-weight:600;color:#667eea;font-size:1.125rem}.main-content{display:flex;flex:1;overflow:hidden}.map-section{flex:1;display:flex;flex-direction:column;position:relative}.map-container{flex:1;position:relative}.sidebar{width:400px;background:#fff;border-left:1px solid #e2e8f0;overflow-y:auto;padding:1.5rem}.active-tour-banner{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000001a;animation:slideDown .3s ease-out}.tour-info{display:flex;flex-direction:column;gap:.5rem}.gps-status{font-size:.875rem;display:flex;align-items:center;gap:.5rem}.gps-searching{color:gold;animation:pulse 1.5s ease-in-out infinite}.gps-active{color:#4ade80;font-weight:600}.gps-error{color:#ef4444;font-weight:600}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.btn-secondary{padding:.5rem 1rem;background:#fff3;border:1px solid rgba(255,255,255,.4);color:#fff;border-radius:.375rem;cursor:pointer;font-weight:500;transition:all .2s}.btn-secondary:hover{background:#ffffff4d;border-color:#fff9;transform:translateY(-1px)}.btn-primary{padding:.5rem 1rem;background:#fff;border:none;color:#667eea;border-radius:.375rem;cursor:pointer;font-weight:600;transition:all .2s}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.btn{padding:.5rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary{background:#fff;color:#667eea}.btn-primary:hover{background:#f0f0f0}.active-tour-banner{display:flex;justify-content:space-between;align-items:center;padding:.875rem 2rem;background:#10b981;color:#fff;animation:slideDown .3s ease-out}.tour-info{display:flex;gap:2rem;font-weight:500}.btn-sm{padding:.375rem 1rem;font-size:.875rem}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}
