:root{--success-color: var(--success);--warning-color: var(--warning);--error-color: var(--error);--danger-color: var(--rbc-red-dark);--surface-hover: #e5e7eb;--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);color:var(--text-primary);background-color:var(--surface);line-height:1.5}a{text-decoration:none;color:inherit}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;border:none;border-radius:var(--radius-md);cursor:pointer;transition:all .2s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.btn svg{width:18px;height:18px}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover:not(:disabled){background-color:var(--primary-hover)}.btn-secondary{background-color:var(--secondary-color);color:#fff}.btn-secondary:hover:not(:disabled){background-color:#4a4f59}.btn-danger{background-color:var(--danger-color);color:#fff}.btn-danger:hover:not(:disabled){background-color:#b91c1c}.btn-sm{padding:.5rem 1rem;font-size:.85rem}.home-page{min-height:100vh;display:flex;flex-direction:column}.home-header{background:linear-gradient(135deg,var(--header-gradient-start),var(--header-gradient-end));color:#fff;padding:4rem 2rem;text-align:center}.home-header h1{font-size:2.5rem;margin-bottom:.5rem}.home-header p{font-size:1.1rem;opacity:.9}.home-main{flex:1;max-width:800px;margin:0 auto;padding:3rem 1.5rem}.home-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.home-card{display:flex;flex-direction:column;align-items:center;padding:2.5rem 2rem;background:var(--background);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:transform .2s,box-shadow .2s;text-align:center}.home-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.home-card-icon{width:64px;height:64px;margin-bottom:1.5rem;color:var(--primary-color)}.home-card-icon svg{width:100%;height:100%}.home-card h2{font-size:1.5rem;margin-bottom:.5rem}.home-card p{color:var(--text-secondary);margin-bottom:1.5rem}.home-card-action{color:var(--primary-color);font-weight:500}.home-footer{padding:1.5rem;text-align:center;color:var(--text-secondary);font-size:.9rem}.tablet-layout{min-height:100vh;display:flex;flex-direction:column;background:var(--surface)}.tablet-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:linear-gradient(135deg,var(--header-gradient-start),var(--header-gradient-end));color:#fff;box-shadow:var(--shadow-md);transition:var(--theme-transition)}.tablet-logo{display:flex;align-items:center;gap:.75rem}.tablet-logo-img{height:40px;width:auto;object-fit:contain}.tablet-logo-text{font-weight:600;font-size:1.1rem;color:#fff}.tablet-header-stats{display:flex;gap:1rem}.tablet-stat{display:flex;flex-direction:column;align-items:flex-end}.tablet-stat-value{font-weight:600;font-size:1.2rem;color:#fff}.tablet-stat-label{font-size:.75rem;color:#fffc}.tablet-main{flex:1;padding:1.5rem 1.5rem 5rem;overflow-y:auto}.tablet-nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;padding:.5rem;background:var(--card-bg);border-top:1px solid var(--border);box-shadow:0 -2px 10px var(--card-shadow);transition:var(--theme-transition)}.tablet-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:var(--touch-target-min);min-height:var(--touch-target-min);padding:.5rem 1.5rem;color:var(--text-secondary);border-radius:var(--radius-md);transition:all .2s ease}.tablet-nav-item:hover{background:var(--surface-hover)}.tablet-nav-item.active{color:var(--primary-color);background:var(--sidebar-active)}.tablet-nav-item svg{width:24px;height:24px;margin-bottom:.25rem}.tablet-nav-item span{font-size:.75rem;font-weight:500}.training-dashboard{max-width:1200px;margin:0 auto}.dashboard-search{margin-bottom:1.5rem;display:flex;justify-content:center}.dashboard-search .search-bar{max-width:600px}.dashboard-progress{margin-bottom:2rem}.progress-card{background:var(--background);padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.progress-header h2{font-size:1.25rem}.progress-percentage{font-size:1.5rem;font-weight:700;color:var(--primary-color)}.progress-bar{height:8px;background:var(--surface);border-radius:4px;overflow:hidden;margin-bottom:.75rem}.progress-fill{height:100%;background:var(--success-color);border-radius:4px;transition:width .3s ease}.progress-stats{display:flex;justify-content:space-between;font-size:.9rem;color:var(--text-secondary)}.progress-required{color:var(--warning-color);font-weight:500}.dashboard-section{margin-bottom:2rem}.dashboard-section h3{font-size:1.1rem;margin-bottom:1rem}.section-badge{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.section-badge.required{background:var(--warning-bg);color:var(--warning-text)}.section-badge.new{background:var(--info-bg);color:var(--info-text)}.continue-card{display:flex;gap:1rem;background:var(--background);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.continue-thumbnail{width:120px;height:80px;background:linear-gradient(135deg,var(--primary-color),#004999);display:flex;align-items:center;justify-content:center;flex-shrink:0}.continue-play-icon{width:32px;height:32px;color:#fff}.continue-info{flex:1;padding:.75rem;padding-left:0}.continue-info h4{font-size:.95rem;margin-bottom:.25rem}.continue-info p{font-size:.8rem;color:var(--text-secondary)}.continue-progress{height:3px;background:var(--surface);border-radius:2px;margin-top:.5rem}.continue-progress-fill{height:100%;background:var(--primary-color);border-radius:2px}.video-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.video-card{display:flex;flex-direction:column;background:var(--background);border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.video-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.video-card-thumbnail{position:relative;aspect-ratio:16 / 9;background:linear-gradient(135deg,#1e3a5f,#0f172a);display:flex;align-items:center;justify-content:center}.video-card-placeholder{width:48px;height:48px;color:#ffffff80}.video-card-duration{position:absolute;bottom:.5rem;right:.5rem;padding:.25rem .5rem;background:#000000bf;color:#fff;font-size:.75rem;border-radius:var(--radius-sm)}.video-card-complete{position:absolute;top:.5rem;right:.5rem;width:28px;height:28px;background:var(--success-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.video-card-complete svg{width:18px;height:18px}.video-card-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#ffffff4d}.video-card-progress-fill{height:100%;background:var(--primary-color)}.video-card-info{padding:1rem}.video-card-title{font-size:.95rem;font-weight:600;margin-bottom:.25rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-card-description{font-size:.8rem;color:var(--text-secondary);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.5rem}.video-card-tags{display:flex;gap:.5rem}.video-card-tag{padding:.2rem .5rem;font-size:.7rem;font-weight:500;border-radius:var(--radius-sm)}.video-card-tag.required{background:var(--warning-bg);color:var(--warning-text)}.video-card-tag.new{background:var(--info-bg);color:var(--info-text)}.category-card{display:flex;flex-direction:column;padding:1.25rem;background:var(--background);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s}.category-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.category-card-icon{width:40px;height:40px;margin-bottom:.75rem;color:var(--primary-color)}.category-card-icon.complete{color:var(--success-color)}.category-card-icon svg{width:100%;height:100%}.category-card-name{font-size:.95rem;font-weight:600;margin-bottom:.25rem}.category-card-count{font-size:.8rem;color:var(--text-secondary);margin-bottom:.75rem}.category-card-progress{display:flex;align-items:center;gap:.5rem}.category-card-progress-bar{flex:1;height:4px;background:var(--surface);border-radius:2px}.category-card-progress-fill{height:100%;background:var(--success-color);border-radius:2px}.category-card-percentage{font-size:.75rem;font-weight:600;color:var(--text-secondary)}.category-view{max-width:1200px;margin:0 auto}.category-header{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--background);border-radius:var(--radius-lg);margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.category-back{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--text-secondary);border-radius:var(--radius-md);transition:background .2s}.category-back:hover{background:var(--surface)}.category-back svg{width:24px;height:24px}.category-info{display:flex;align-items:center;gap:1rem;flex:1}.category-icon{width:48px;height:48px;color:var(--primary-color)}.category-icon svg{width:100%;height:100%}.category-details h1{font-size:1.25rem}.category-details p{font-size:.85rem;color:var(--text-secondary)}.category-progress{display:flex;align-items:center;gap:.75rem}.category-progress-bar{width:100px;height:6px;background:var(--surface);border-radius:3px}.category-progress-fill{height:100%;background:var(--success-color);border-radius:3px}.video-player-page{min-height:100vh;background:#000;display:flex;flex-direction:column}.video-header{position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:1rem;background:linear-gradient(to bottom,rgba(0,0,0,.8),transparent);z-index:10;transition:opacity .3s}.video-header.hidden{opacity:0}.video-back{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.9rem}.video-back svg{width:20px;height:20px}.video-complete-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--success-color);color:#fff;border-radius:20px;font-size:.85rem;font-weight:500}.video-complete-badge svg{width:18px;height:18px}.video-container{flex:1;display:flex;align-items:center;justify-content:center}.video-element{max-width:100%;max-height:80vh}.video-placeholder{display:flex;flex-direction:column;align-items:center;color:#fff;text-align:center;padding:2rem}.video-placeholder-icon{width:80px;height:80px;margin-bottom:1.5rem;opacity:.5}.video-placeholder h3{margin-bottom:.5rem}.video-placeholder p{opacity:.7}.video-duration{margin-top:.5rem;font-size:.9rem}.video-loading{display:flex;flex-direction:column;align-items:center;color:#fff}.video-loading-spinner{width:48px;height:48px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.video-info{position:fixed;bottom:0;left:0;right:0;padding:1.5rem;background:linear-gradient(to top,rgba(0,0,0,.9),transparent);color:#fff;transition:opacity .3s}.video-info.hidden{opacity:0}.video-meta h1{font-size:1.25rem;margin-bottom:.5rem}.video-description{font-size:.9rem;opacity:.8;margin-bottom:.75rem}.video-tags{display:flex;gap:.5rem;margin-bottom:1rem}.video-duration-tag{padding:.25rem .75rem;background:#fff3;border-radius:var(--radius-sm);font-size:.8rem}.video-tag{padding:.25rem .75rem;border-radius:var(--radius-sm);font-size:.8rem;font-weight:500}.video-tag.required{background:var(--warning-bg);color:var(--warning-text)}.video-tag.new{background:var(--info-bg);color:var(--info-text)}.video-progress-bar{height:4px;background:#ffffff4d;border-radius:2px;margin-bottom:1rem}.video-progress-fill{height:100%;background:var(--primary-color);border-radius:2px}.video-actions{display:flex;gap:1rem}.video-speed-control{display:flex;align-items:center;margin:.5rem 0}.speed-select{padding:.5rem 1rem;font-size:.9rem;font-weight:500;background:#ffffffe6;border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;min-width:80px}.speed-select:focus{outline:3px solid var(--primary-color);outline-offset:2px}.video-player-page:focus{outline:none}.video-player-page:focus-visible{outline:3px solid var(--primary-color);outline-offset:-3px}.progress-view{max-width:1200px;margin:0 auto}.progress-overview h1{font-size:1.5rem;margin-bottom:1.5rem}.progress-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.progress-stat-card{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background:var(--background);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);text-align:center}.stat-circle{position:relative;width:80px;height:80px;margin-bottom:.5rem}.stat-circle svg{width:100%;height:100%;transform:rotate(-90deg)}.stat-circle-bg{fill:none;stroke:var(--surface);stroke-width:3.5}.stat-circle-fill{fill:none;stroke:var(--success-color);stroke-width:3.5;stroke-linecap:round}.stat-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.25rem;font-weight:700}.stat-number{font-size:2rem;font-weight:700;color:var(--primary-color)}.stat-of{font-size:.9rem;color:var(--text-secondary)}.stat-label{font-size:.85rem;color:var(--text-secondary);margin-top:.25rem}.stat-badge{margin-top:.5rem;padding:.25rem .75rem;background:var(--success-color);color:#fff;border-radius:20px;font-size:.75rem;font-weight:500}.progress-categories{margin-bottom:2rem}.progress-categories h2{font-size:1.1rem;margin-bottom:1rem}.category-progress-list{background:var(--background);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.category-progress-item{display:flex;align-items:center;padding:1rem;border-bottom:1px solid var(--border)}.category-progress-item:last-child{border-bottom:none}.category-progress-item:hover{background:var(--surface)}.category-progress-info{flex:1;display:flex;justify-content:space-between;margin-right:1rem}.category-name{font-weight:500}.category-count{color:var(--text-secondary);font-size:.9rem}.progress-videos{margin-bottom:2rem}.progress-videos-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.progress-videos-header h2{font-size:1.1rem}.progress-filter{display:flex;gap:.5rem;flex-wrap:wrap}.progress-filter button{padding:.5rem 1rem;background:var(--background);border:1px solid var(--border);border-radius:20px;font-size:.85rem;cursor:pointer;transition:all .2s}.progress-filter button.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.admin-layout{display:flex;min-height:100vh}.admin-sidebar{width:260px;background:var(--sidebar-bg);display:flex;flex-direction:column;flex-shrink:0;transition:width .2s ease}.admin-layout.sidebar-collapsed .admin-sidebar{width:72px}.admin-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.admin-logo{display:flex;align-items:center;gap:.75rem}.admin-logo-img{height:40px;width:auto;object-fit:contain;flex-shrink:0}.admin-logo-text{font-weight:600;font-size:.95rem;white-space:nowrap;color:var(--sidebar-text)}.admin-sidebar-toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:var(--touch-target-min);min-height:var(--touch-target-min);background:none;border:none;color:var(--sidebar-text);opacity:.7;cursor:pointer;border-radius:var(--radius-sm);transition:all .2s ease}.admin-sidebar-toggle:hover{background:var(--sidebar-hover);opacity:1}.admin-sidebar-toggle svg{width:20px;height:20px}.admin-nav{flex:1;padding:1rem .75rem}.admin-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;min-height:var(--touch-target-min);border-radius:var(--radius-md);color:#ffffffb3;margin-bottom:.25rem;transition:all .2s ease}.admin-nav-item:hover{background:var(--sidebar-hover);color:var(--sidebar-text)}.admin-nav-item.active{background:var(--sidebar-active);color:var(--sidebar-active-text)}.admin-nav-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.admin-nav-icon svg{width:20px;height:20px}.admin-nav-label{font-weight:500;font-size:.9rem;white-space:nowrap}.admin-sidebar-footer{padding:1rem;border-top:1px solid rgba(255,255,255,.1)}.admin-user-info{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.admin-user-avatar{width:40px;height:40px;border-radius:50%;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;flex-shrink:0}.admin-user-details{display:flex;flex-direction:column}.admin-user-name{font-weight:500;font-size:.9rem;color:var(--sidebar-text)}.admin-user-role{font-size:.75rem}.admin-logout-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;min-height:var(--touch-target-min);background:none;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius-md);color:#ffffffb3;cursor:pointer;transition:all .2s}.admin-logout-btn:hover{background:var(--sidebar-hover);color:var(--sidebar-text);border-color:#ffffff4d}.admin-logout-btn svg{width:20px;height:20px}.admin-main{flex:1;display:flex;flex-direction:column;overflow-x:hidden}.admin-header{padding:1rem 2rem;background:var(--background);border-bottom:1px solid var(--border)}.admin-breadcrumb{font-size:.9rem;color:var(--text-secondary)}.admin-breadcrumb-sep{margin:0 .5rem}.admin-content{flex:1;padding:2rem;overflow-y:auto}.admin-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.admin-page-header h1{font-size:1.75rem;margin-bottom:.25rem}.admin-page-header p{color:var(--text-secondary)}.back-link{display:flex;align-items:center;gap:.5rem;color:var(--primary-color);margin-bottom:.5rem}.back-link svg{width:18px;height:18px}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--background);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.stat-icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.stat-icon svg{width:24px;height:24px;color:#fff}.stat-icon.videos{background:var(--primary-color)}.stat-icon.categories{background:#8b5cf6}.stat-icon.required{background:var(--warning-color)}.stat-icon.new{background:var(--success-color)}.stat-content{display:flex;flex-direction:column}.stat-content .stat-value{font-size:1.75rem;font-weight:700;position:static;transform:none}.stat-content .stat-label{margin-top:0}.dashboard-actions h2{font-size:1.1rem;margin-bottom:1rem}.action-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.action-card{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background:var(--background);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s;text-align:center;cursor:pointer}.action-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.action-card svg{width:32px;height:32px;color:var(--primary-color);margin-bottom:.75rem}.action-card span{font-weight:500;font-size:.9rem}.dashboard-recent,.dashboard-categories{margin-bottom:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header h2{font-size:1.1rem}.view-all{color:var(--primary-color);font-size:.9rem}.recent-list{background:var(--background);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.recent-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid var(--border)}.recent-item:last-child{border-bottom:none}.recent-icon{width:40px;height:40px;background:var(--surface);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.recent-icon svg{width:20px;height:20px;color:var(--primary-color)}.recent-info{flex:1}.recent-title{font-weight:500;display:block}.recent-meta{font-size:.85rem;color:var(--text-secondary)}.recent-tag{padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}.recent-tag.required{background:var(--warning-bg);color:var(--warning-text)}.recent-tag.new{background:var(--info-bg);color:var(--info-text)}.categories-list{background:var(--background);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.category-item{display:flex;justify-content:space-between;padding:1rem;border-bottom:1px solid var(--border)}.category-item:last-child{border-bottom:none}.video-filters,.driver-filters{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.filter-group{flex:1;min-width:200px}.filter-search{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);font-size:.9rem}.filter-group select{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);font-size:.9rem;background:var(--background)}.video-table,.driver-table{background:var(--background);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.table-header{display:grid;grid-template-columns:2fr 1fr .75fr .75fr 100px;gap:1rem;padding:1rem;background:var(--surface);font-weight:600;font-size:.85rem;color:var(--text-secondary)}.table-row{display:grid;grid-template-columns:2fr 1fr .75fr .75fr 100px;gap:1rem;padding:1rem;border-bottom:1px solid var(--border);align-items:center}.table-row:last-child{border-bottom:none}.table-row:hover{background:var(--surface)}.video-title-cell{display:flex;align-items:center;gap:1rem}.video-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--primary-color),#004999);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.video-icon svg{width:18px;height:18px;color:#fff}.video-title{font-weight:500;display:block}.video-desc{font-size:.8rem;color:var(--text-secondary)}.tag-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}.tag-badge.required{background:var(--warning-bg);color:var(--warning-text)}.tag-badge.new{background:var(--info-bg);color:var(--info-text)}.actions-cell{display:flex;gap:.5rem}.action-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:all .2s}.action-btn:hover{background:var(--surface)}.action-btn.delete:hover{background:#fee2e2;border-color:var(--error-color);color:var(--error-color)}.action-btn svg{width:16px;height:16px}.table-empty{padding:3rem;text-align:center;color:var(--text-secondary)}.video-form,.settings-form{max-width:600px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);font-size:.95rem;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0066cc1a}.form-group input.disabled{background:var(--surface);color:var(--text-secondary)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.help-text{display:block;font-weight:400;font-size:.85rem;color:var(--text-secondary);margin-top:.25rem}.file-upload{position:relative}.file-upload input[type=file]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.file-upload-label{display:flex;flex-direction:column;align-items:center;padding:2rem;border:2px dashed var(--border);border-radius:var(--radius-md);cursor:pointer;transition:all .2s}.file-upload-label:hover{border-color:var(--primary-color);background:#f0f7ff}.file-upload-label svg{width:32px;height:32px;color:var(--text-secondary);margin-bottom:.5rem}.file-current{margin-top:.5rem;font-size:.85rem;color:var(--text-secondary)}.video-upload{margin-bottom:1rem}.video-upload .upload-error{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-md);color:#dc2626;margin-bottom:1rem}.video-upload .upload-area{position:relative}.video-upload .file-input{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;z-index:1}.video-upload .upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border:2px dashed var(--border);border-radius:var(--radius-md);cursor:pointer;transition:all .2s;text-align:center;min-height:140px}.video-upload .upload-label:hover{border-color:var(--primary-color);background:#f0f7ff}.video-upload .upload-label.uploading{background:#f0f7ff;border-color:var(--primary-color);cursor:default}.video-upload .upload-label svg{width:32px;height:32px;color:var(--text-secondary);margin-bottom:.5rem}.video-upload .upload-label span{font-weight:500;color:var(--text-primary)}.video-upload .upload-label small{display:block;color:var(--text-secondary);font-size:.85rem;margin-top:.25rem}.video-upload .upload-progress-ring{width:48px;height:48px;margin-bottom:.5rem}.video-upload .upload-progress-ring svg{width:48px;height:48px;transform:rotate(-90deg)}.video-upload .upload-success{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius-md)}.video-upload .uploaded-url{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.video-upload .uploaded-url svg{width:20px;height:20px;color:#16a34a;flex-shrink:0}.video-upload .url-text{font-size:.9rem;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.url-fallback-input{margin-top:.75rem}.form-actions{display:flex;gap:1rem;margin-top:2rem}.toggle-label{display:flex;align-items:center;gap:.75rem;cursor:pointer}.toggle-label input{display:none}.toggle-switch{width:44px;height:24px;background:var(--border);border-radius:12px;position:relative;transition:background .2s}.toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s}.toggle-label input:checked+.toggle-switch{background:var(--primary-color)}.toggle-label input:checked+.toggle-switch:after{transform:translate(20px)}.settings-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.settings-section h2{font-size:1.25rem;margin-bottom:1.5rem}.theme-selector{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:.5rem}.theme-option{cursor:pointer;position:relative}.theme-option input[type=radio]{position:absolute;opacity:0;width:0;height:0}.theme-option-content{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-lg);transition:all .2s ease}.theme-option input[type=radio]:checked+.theme-option-content{border-color:var(--primary-color);background:var(--background);box-shadow:0 0 0 3px #cc1e2c1a}.theme-option input[type=radio]:focus+.theme-option-content{outline:2px solid var(--primary-color);outline-offset:2px}.theme-option:hover .theme-option-content{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:var(--shadow-md)}.theme-icon{font-size:2rem}.theme-label{font-weight:500;font-size:.9rem;color:var(--text-primary)}.theme-resolved{font-style:italic;color:var(--primary-color)}.theme-preview{margin-top:1rem;padding:.75rem 1rem;background:var(--surface);border-radius:var(--radius-md);font-size:.9rem;color:var(--text-secondary)}.danger-zone{border-color:#fee2e2}.danger-zone h2{color:var(--danger-color)}.danger-action{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fef2f2;border-radius:var(--radius-md);margin-bottom:1rem}.danger-action h3{font-size:.95rem;margin-bottom:.25rem}.danger-action p{font-size:.85rem;color:var(--text-secondary)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:var(--background);border-radius:var(--radius-lg);padding:2rem;width:90%;max-width:500px;box-shadow:var(--shadow-lg)}.modal h2{margin-bottom:1.5rem}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.category-admin-card{background:var(--background);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.category-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.category-header h3{font-size:1.1rem}.category-actions{display:flex;gap:.5rem}.category-stats{display:flex;justify-content:space-between;color:var(--text-secondary);font-size:.85rem}.category-id{font-family:monospace;font-size:.8rem}.category-edit-form{display:flex;flex-direction:column;gap:1rem}.category-name-input{padding:.5rem;border:1px solid var(--border);border-radius:var(--radius-sm)}.edit-actions{display:flex;gap:.5rem}.driver-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.summary-stat{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background:var(--background);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.summary-value{font-size:2rem;font-weight:700;color:var(--primary-color)}.summary-label{font-size:.9rem;color:var(--text-secondary)}.driver-table .table-header,.driver-table .table-row{grid-template-columns:2fr 1.5fr 1fr 1fr 100px}.driver-row{cursor:pointer}.driver-name-cell{display:flex;align-items:center;gap:1rem}.driver-avatar-small{width:36px;height:36px;border-radius:50%;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem;flex-shrink:0}.driver-name{font-weight:500;display:block}.driver-email{font-size:.8rem;color:var(--text-secondary)}.progress-bar-small{width:100px;height:6px;background:var(--surface);border-radius:3px;overflow:hidden;margin-bottom:.25rem}.progress-bar-small .progress-fill{height:100%;background:var(--success-color)}.progress-text{font-size:.8rem;color:var(--text-secondary)}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}.status-badge.active{background:#d1fae5;color:#065f46}.status-badge.pending{background:var(--warning-bg);color:var(--warning-text)}.status-badge.inactive{background:#f3f4f6;color:#6b7280}.driver-detail{max-width:800px}.driver-info-card{display:flex;align-items:center;gap:1.5rem;padding:2rem;background:var(--background);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:2rem}.driver-avatar{width:80px;height:80px;border-radius:50%;background:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600}.driver-info h2{margin-bottom:.25rem}.driver-info p{color:var(--text-secondary);margin-bottom:.5rem}.driver-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.driver-actions,.report-controls{display:flex;gap:1rem}.date-range-select{padding:.5rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md)}.report-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:1px solid var(--border);padding-bottom:.5rem}.report-tab{padding:.75rem 1.5rem;background:none;border:none;border-radius:var(--radius-md) var(--radius-md) 0 0;font-size:.95rem;cursor:pointer;color:var(--text-secondary);transition:all .2s}.report-tab:hover{color:var(--text-primary)}.report-tab.active{color:var(--primary-color);background:#e3f2fd}.report-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;margin-bottom:2rem}.report-stat-card{padding:1.5rem;background:var(--background);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.report-stat-card .stat-header{margin-bottom:.5rem}.report-stat-card .stat-value{font-size:2rem;font-weight:700;position:static;transform:none}.report-stat-card.highlight .stat-value{color:var(--success-color)}.report-stat-card.warning .stat-value{color:var(--warning-color)}.report-stat-card.danger .stat-value{color:var(--danger-color)}.stat-percent{display:block;font-size:.85rem;color:var(--text-secondary)}.report-charts{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.chart-card{padding:1.5rem;background:var(--background);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.chart-card h3{margin-bottom:1.5rem}.donut-chart{position:relative;width:150px;height:150px;margin:0 auto}.donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.donut-value{display:block;font-size:1.75rem;font-weight:700}.donut-label{font-size:.85rem;color:var(--text-secondary)}.activity-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.activity-stat{text-align:center;padding:1rem;background:var(--surface);border-radius:var(--radius-md)}.activity-value{display:block;font-size:1.5rem;font-weight:700;color:var(--primary-color)}.activity-label{font-size:.85rem;color:var(--text-secondary)}.category-report-list{background:var(--background);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.category-report-item{display:flex;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border)}.category-report-item:last-child{border-bottom:none}.driver-ranking{background:var(--background);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.driver-ranking h3{margin-bottom:1rem}.ranking-list{margin-bottom:2rem}.ranking-item{display:flex;align-items:center;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--border)}.ranking-item:last-child{border-bottom:none}.rank{width:28px;height:28px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem}.ranking-item .name{flex:1}.ranking-item .score{font-weight:600;color:var(--success-color)}.ranking-list.needs-attention .score{color:var(--danger-color)}.search-bar{position:relative;width:100%;max-width:500px}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:1rem;width:20px;height:20px;color:var(--text-secondary);pointer-events:none}.search-input{width:100%;padding:.875rem 3rem;font-size:1rem;background:var(--background);border:2px solid var(--border);border-radius:var(--radius-lg);color:var(--text-primary);transition:border-color .2s ease,box-shadow .2s ease}.search-input::placeholder{color:var(--text-secondary)}.search-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #cc1e2c1a}.search-clear{position:absolute;right:.75rem;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:var(--radius-full);cursor:pointer;color:var(--text-secondary);transition:background-color .2s ease,color .2s ease}.search-clear:hover{background:var(--surface);color:var(--text-primary)}.search-clear:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.search-clear svg{width:16px;height:16px}.search-suggestions{position:absolute;top:calc(100% + .5rem);left:0;right:0;max-height:400px;overflow-y:auto;background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:100;list-style:none}.search-suggestion{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;cursor:pointer;transition:background-color .15s ease}.search-suggestion:hover,.search-suggestion.active{background:var(--surface)}.search-suggestion:focus{outline:none;background:var(--surface)}.suggestion-type{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-md);flex-shrink:0}.suggestion-type.video{background:#cc1e2c1a;color:var(--primary-color)}.suggestion-type.category{background:#3b82f61a;color:var(--info)}.suggestion-type svg{width:18px;height:18px}.suggestion-content{display:flex;flex-direction:column;min-width:0}.suggestion-title{font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-subtitle{font-size:.85rem;color:var(--text-secondary)}.app-loading{min-height:100vh}.tablet-loading{padding:1.5rem}.tablet-loading-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.admin-loading{display:flex;flex-direction:column;height:100vh}.admin-loading-content{flex:1;display:flex}.admin-loading-main{flex:1;padding:2rem;display:flex;flex-direction:column;gap:1rem}.config-warning{max-width:600px;margin:4rem auto;padding:2rem;background:var(--warning-bg);border:1px solid var(--warning);border-radius:var(--radius-lg);text-align:center}.config-warning h2{margin-bottom:1rem;color:var(--warning-text)}.config-warning code{background:#0000001a;padding:.2rem .5rem;border-radius:var(--radius-sm);font-size:.9rem}.pagination{display:flex;flex-direction:column;gap:1rem;padding:1rem 0;margin-top:1rem;border-top:1px solid var(--border)}@media(min-width:768px){.pagination{flex-direction:row;justify-content:space-between;align-items:center}}.pagination-info{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;color:var(--text-secondary);font-size:.875rem}.pagination-range strong{color:var(--text-primary);font-weight:600}.pagination-size{display:flex;align-items:center;gap:.5rem}.pagination-size label{white-space:nowrap}.pagination-size select{padding:.375rem .75rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--background);font-size:.875rem;cursor:pointer}.pagination-size select:focus{outline:none;border-color:var(--primary-color)}.pagination-controls{display:flex;align-items:center;gap:.5rem}.pagination-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--background);color:var(--text-primary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.pagination-btn:hover:not(:disabled){background:var(--surface);border-color:var(--primary-color);color:var(--primary-color)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-btn svg{width:16px;height:16px}.pagination-pages{display:flex;align-items:center;gap:.25rem}.pagination-page{min-width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:.375rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--background);color:var(--text-primary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.pagination-page:hover:not(:disabled):not(.active){background:var(--surface);border-color:var(--primary-color);color:var(--primary-color)}.pagination-page.active{background:var(--primary-color);border-color:var(--primary-color);color:#fff}.pagination-page:disabled{cursor:not-allowed}.pagination-ellipsis{padding:0 .5rem;color:var(--text-secondary)}@media(max-width:480px){.pagination-pages{display:none}}.bulk-action-bar{position:sticky;bottom:0;left:0;right:0;background:var(--primary-color);color:#fff;padding:.75rem 1rem;z-index:50;box-shadow:0 -2px 10px #00000026;border-radius:var(--radius-lg) var(--radius-lg) 0 0;animation:slideUp .2s ease-out}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.bulk-action-bar-content{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:1400px;margin:0 auto}.bulk-selection-info{display:flex;align-items:center;gap:1rem}.selection-count{font-size:.9rem}.selection-count strong{font-weight:600}.btn-clear-selection{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:var(--radius-md);color:#fff;font-size:.8rem;cursor:pointer;transition:all .15s ease}.btn-clear-selection:hover:not(:disabled){background:#ffffff40}.btn-clear-selection:disabled{opacity:.5;cursor:not-allowed}.btn-clear-selection svg{width:14px;height:14px}.bulk-actions{display:flex;align-items:center;gap:.5rem}.bulk-actions .btn{padding:.5rem 1rem;font-size:.85rem}.bulk-actions .btn-secondary{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff}.bulk-actions .btn-secondary:hover:not(:disabled){background:#ffffff40}.bulk-actions .btn-danger{background:var(--error);border:none}.bulk-actions .btn-danger:hover:not(:disabled){background:#b91c1c}.row-checkbox{width:18px;height:18px;accent-color:var(--primary-color);cursor:pointer}.row-checkbox:disabled{cursor:not-allowed;opacity:.5}.row-checkbox.indeterminate{opacity:.7}.video-table-with-checkbox .table-header,.video-table-with-checkbox .table-row{grid-template-columns:40px 2fr 1fr .75fr .75fr 100px}.row-checkbox{display:flex;align-items:center;justify-content:center}.row-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary-color);cursor:pointer;margin:0}.table-row.selected{background:#0064c814}.table-row.selected:hover{background:#0064c81f}.bulk-modal-content{text-align:left}.bulk-modal-content p{margin-bottom:1rem}.bulk-select{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:var(--radius-md);font-size:1rem;background:var(--background);color:var(--text)}.bulk-select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #0064c81a}@media(max-width:768px){.bulk-action-bar-content{flex-direction:column;gap:.75rem}.bulk-actions{flex-wrap:wrap;justify-content:center}.video-table-with-checkbox .table-header,.video-table-with-checkbox .table-row{grid-template-columns:36px 1fr 100px}.video-table-with-checkbox .table-header>span:nth-child(3),.video-table-with-checkbox .table-header>span:nth-child(4),.video-table-with-checkbox .table-header>span:nth-child(5),.video-table-with-checkbox .table-row>span:nth-child(3),.video-table-with-checkbox .table-row>span:nth-child(4),.video-table-with-checkbox .table-row>span:nth-child(5){display:none}}.confirmation-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200;animation:fadeIn .15s ease-out}.confirmation-modal{background:var(--background);border-radius:var(--radius-lg);padding:1.5rem;width:90%;max-width:400px;box-shadow:var(--shadow-lg);animation:scaleIn .15s ease-out}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.confirmation-modal-icon{display:flex;justify-content:center;margin-bottom:1rem}.confirmation-modal-icon svg{width:48px;height:48px}.confirmation-modal-icon.warning svg{color:var(--warning)}.confirmation-modal-icon.danger svg{color:var(--error)}.confirmation-modal-icon.info svg{color:var(--primary-color)}.confirmation-modal h3{text-align:center;margin-bottom:.5rem;font-size:1.125rem;color:var(--text-primary)}.confirmation-modal p{text-align:center;color:var(--text-secondary);font-size:.9rem;margin-bottom:1.5rem;line-height:1.5}.confirmation-modal-actions{display:flex;gap:.75rem;justify-content:center}.confirmation-modal-actions .btn{min-width:100px}.admin-devices{padding:0}.devices-table{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 1px 3px #0000001a}.devices-table .table-header{display:grid;grid-template-columns:2fr 1fr 1fr 100px 120px;gap:1rem;padding:1rem 1.5rem;background:var(--surface);font-weight:600;font-size:.85rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border)}.devices-table .table-row{display:grid;grid-template-columns:2fr 1fr 1fr 100px 120px;gap:1rem;padding:1rem 1.5rem;align-items:center;border-bottom:1px solid var(--border)}.devices-table .table-row:last-child{border-bottom:none}.devices-table .table-row:hover{background:#f8fafc}.device-info{display:flex;align-items:center;gap:.75rem}.device-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--surface);border-radius:var(--radius-md)}.device-icon svg{width:20px;height:20px;color:var(--text-secondary)}.device-name{display:block;font-weight:500;color:var(--text-primary)}.device-id{display:block;font-size:.85rem;color:var(--text-secondary)}.token-prefix{font-family:monospace;font-size:.85rem;background:var(--surface);padding:.25rem .5rem;border-radius:var(--radius-sm);color:var(--text-secondary)}.status-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.8rem;font-weight:500}.status-badge.success{background:#dcfce7;color:#16a34a}.status-badge.warning{background:var(--warning-bg);color:var(--warning)}.status-badge.info{background:var(--info-bg);color:var(--info)}.token-modal{max-width:550px}.token-warning{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--warning-bg);border-radius:var(--radius-md);margin-bottom:1.5rem}.token-warning svg{width:24px;height:24px;color:var(--warning);flex-shrink:0}.token-warning span{font-size:.95rem;color:var(--warning-text)}.token-display{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--surface);border-radius:var(--radius-md);margin-bottom:1rem}.token-display code{flex:1;font-family:monospace;font-size:.9rem;word-break:break-all;color:var(--text-primary)}.token-instructions{font-size:.9rem;color:var(--text-secondary);margin-bottom:1.5rem}.token-instructions code{background:var(--surface);padding:.15rem .35rem;border-radius:var(--radius-sm);font-size:.85rem}.devices-table .table-empty{padding:3rem 2rem;text-align:center}.devices-table .empty-icon{width:64px;height:64px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:var(--surface);border-radius:50%}.devices-table .empty-icon svg{width:32px;height:32px;color:var(--text-secondary)}.devices-table .empty-hint{color:var(--text-secondary);font-size:.9rem}.error-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#f5f7fa,#e4e8ed)}.error-content{text-align:center;max-width:500px}.error-icon{width:120px;height:120px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;box-shadow:0 4px 20px #0000001a}.error-icon svg{width:60px;height:60px;color:var(--text-secondary)}.error-icon-danger svg{color:var(--danger-color)}.error-icon-warning svg{color:var(--warning-color)}.error-icon-success svg{color:var(--success-color)}.error-page h1{font-size:5rem;font-weight:700;color:var(--text-primary);line-height:1;margin-bottom:.5rem}.error-page h2{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.error-page p{color:var(--text-secondary);font-size:1rem;margin-bottom:2rem}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-details{margin:1.5rem 0;text-align:left}.error-details details{background:#fff;border-radius:var(--radius-md);padding:1rem;border:1px solid var(--border)}.error-details summary{cursor:pointer;font-weight:500;color:var(--text-secondary)}.error-details pre{margin-top:1rem;padding:1rem;background:var(--surface);border-radius:var(--radius-sm);overflow-x:auto;font-size:.85rem;color:var(--danger-color)}.error-stack{color:var(--text-secondary)!important;font-size:.75rem!important;max-height:200px;overflow-y:auto}.offline-tips{background:#fff;border-radius:var(--radius-md);padding:1.5rem;margin-bottom:2rem;text-align:left;border:1px solid var(--border)}.offline-tips h3{font-size:.95rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.offline-tips ul{margin:0;padding-left:1.5rem}.offline-tips li{color:var(--text-secondary);font-size:.9rem;margin-bottom:.5rem}.offline-tips li:last-child{margin-bottom:0}.loading-spinner,.btn-spinner{width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite}.loading-spinner{width:32px;height:32px;margin:1rem auto}@keyframes spin{to{transform:rotate(360deg)}}.error-page-reconnecting .error-icon{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}.admin-audit-logs{max-width:1400px}.audit-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.audit-stats .stat-card{padding:1rem 1.5rem;background:var(--background);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);text-align:center}.audit-filters{background:var(--background);padding:1.5rem;border-radius:var(--radius-lg);margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.audit-filters .filter-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.audit-filters .filter-group{display:flex;flex-direction:column;gap:.25rem;min-width:150px}.audit-filters .filter-group label{font-size:.8rem;color:var(--text-secondary);font-weight:500}.audit-filters .filter-group select,.audit-filters .filter-group input{padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius-md);font-size:.9rem;background:var(--background)}.audit-table .table-header,.audit-table .table-row{grid-template-columns:120px 120px 1.5fr 1fr 2fr}.audit-row{cursor:default}.action-badge{display:inline-block;padding:.25rem .6rem;border-radius:4px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.02em}.timestamp-cell{font-size:.85rem;color:var(--text-secondary)}.resource-cell{display:flex;flex-direction:column;gap:.15rem}.resource-type{font-weight:500;font-size:.9rem}.resource-name{font-size:.8rem;color:var(--text-secondary);max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.actor-cell{display:flex;flex-direction:column;gap:.15rem}.actor-name{font-weight:500;font-size:.9rem}.actor-email{font-size:.8rem;color:var(--text-secondary)}.details-cell{font-size:.85rem;color:var(--text-secondary)}.changes-count{margin-left:.5rem;font-size:.75rem;color:var(--primary-color)}.admin-analytics{padding:0}.admin-analytics .admin-page-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.analytics-controls{display:flex;gap:.75rem;align-items:center}.date-range-select{padding:.5rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);font-size:.9rem;cursor:pointer}.analytics-controls .btn{display:flex;align-items:center;gap:.5rem}.analytics-notice{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--warning-bg);border:1px solid var(--warning);border-radius:var(--radius-md);color:var(--warning-text);font-size:.9rem;margin-bottom:1.5rem}.analytics-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card.analytics{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.stat-card.analytics .stat-icon{width:48px;height:48px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.stat-card.analytics .stat-icon svg{width:24px;height:24px}.stat-card.analytics .stat-icon.views{background:var(--info-bg);color:var(--info)}.stat-card.analytics .stat-icon.viewers{background:#d1fae5;color:#059669}.stat-card.analytics .stat-icon.completions{background:#fce7f3;color:#db2777}.stat-card.analytics .stat-icon.rate{background:var(--warning-bg);color:var(--warning)}.stat-card.analytics .stat-content{display:flex;flex-direction:column}.stat-card.analytics .stat-value{font-size:1.75rem;font-weight:700;color:var(--text-primary);line-height:1.2}.stat-card.analytics .stat-label{font-size:.85rem;color:var(--text-secondary)}.analytics-charts{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:1.5rem}.chart-card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.5rem}.chart-card h3{margin:0 0 1.25rem;font-size:1rem;font-weight:600;color:var(--text-primary)}.bar-chart{display:flex;align-items:flex-end;justify-content:space-between;height:180px;gap:.5rem;padding-top:1rem}.bar-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.bar{width:100%;max-width:40px;background:linear-gradient(180deg,#3b82f6,#1d4ed8);border-radius:var(--radius-sm) var(--radius-sm) 0 0;position:relative;min-height:4px;animation:barGrow .5s ease-out forwards;transform-origin:bottom}@keyframes barGrow{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.bar-value{position:absolute;top:-24px;left:50%;transform:translate(-50%);font-size:.75rem;font-weight:600;color:var(--text-primary)}.bar-label{margin-top:.5rem;font-size:.75rem;color:var(--text-secondary)}.donut-chart-container{display:flex;flex-direction:column;align-items:center;gap:1rem}.donut-chart{width:140px;height:140px;transform:rotate(-90deg)}.donut-progress{transition:stroke-dasharray .5s ease-out}.donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;margin-top:-70px}.donut-chart-container{position:relative}.donut-value{display:block;font-size:1.5rem;font-weight:700;color:var(--text-primary)}.donut-label{font-size:.8rem;color:var(--text-secondary)}.donut-legend{display:flex;flex-direction:column;gap:.5rem;width:100%}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.legend-color{width:12px;height:12px;border-radius:2px}.legend-color.completed{background:#10b981}.legend-color.incomplete{background:#e5e7eb}.analytics-table{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.5rem;margin-bottom:1.5rem}.analytics-table .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.analytics-table h3{margin:0;font-size:1rem;font-weight:600}.table-count{font-size:.85rem;color:var(--text-secondary)}.table-wrapper{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;font-size:.9rem}.data-table th,.data-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.data-table th{font-weight:600;color:var(--text-secondary);font-size:.8rem;text-transform:uppercase;letter-spacing:.02em}.data-table tbody tr:hover{background:var(--background)}.video-id{font-family:monospace;font-size:.85rem;color:var(--primary-color)}.completion-cell{display:flex;align-items:center;gap:.75rem}.mini-progress{width:60px;height:6px;background:var(--border);border-radius:3px;overflow:hidden}.mini-progress-fill{height:100%;background:#10b981;border-radius:3px;transition:width .3s ease}.empty-state{text-align:center;padding:2rem;color:var(--text-secondary)}.analytics-insights{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.5rem}.analytics-insights h3{margin:0 0 1rem;font-size:1rem;font-weight:600}.insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.insight-card{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--background);border-radius:var(--radius-md)}.insight-icon{width:40px;height:40px;background:var(--info-bg);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:var(--info)}.insight-icon svg{width:20px;height:20px}.insight-content{display:flex;flex-direction:column}.insight-title{font-size:.8rem;color:var(--text-secondary)}.insight-value{font-size:1rem;font-weight:600;color:var(--text-primary)}@media(max-width:768px){.home-cards,.video-grid{grid-template-columns:1fr}.category-grid,.progress-stats-grid{grid-template-columns:repeat(2,1fr)}.admin-sidebar{position:fixed;left:-260px;z-index:100;height:100vh}.admin-layout.sidebar-open .admin-sidebar{left:0}.dashboard-stats{grid-template-columns:repeat(2,1fr)}.table-header,.table-row{display:flex;flex-wrap:wrap}.driver-stats-grid{grid-template-columns:repeat(2,1fr)}}:root{--rbc-red: #cc1e2c;--rbc-red-dark: #b91c1c;--rbc-red-light: #dc2626;--rbc-silver: #9ca3af;--rbc-dark: #1f2937;--rbc-darker: #111827;--rbc-light: #f9fafb;--primary-color: var(--rbc-red);--primary-hover: var(--rbc-red-dark);--secondary-color: var(--rbc-silver);--background: #ffffff;--surface: var(--rbc-light);--text-primary: var(--rbc-dark);--text-secondary: #64748b;--error: #ef4444;--success: #10b981;--border: #e5e7eb;--warning: #f59e0b;--warning-bg: #fef3c7;--warning-text: #92400e;--info: #3b82f6;--info-bg: #dbeafe;--info-text: #1e40af;--dashboard-bg: var(--rbc-light);--card-bg: #ffffff;--card-shadow: rgba(0, 0, 0, .1);--card-shadow-hover: rgba(0, 0, 0, .15);--header-gradient-start: var(--rbc-red);--header-gradient-end: var(--rbc-red-dark);--loading-overlay: rgba(255, 255, 255, .8);--skeleton-base: #f0f0f0;--skeleton-highlight: #e0e0e0;--sidebar-bg: var(--rbc-dark);--sidebar-text: #ffffff;--sidebar-hover: rgba(255, 255, 255, .1);--sidebar-active: rgba(204, 30, 44, .2);--sidebar-active-text: var(--rbc-red-light);--touch-target-min: 48px;--touch-target-comfortable: 52px;--touch-target-large: 56px;--button-padding-sm: 12px 16px;--button-padding-md: 14px 20px;--button-padding-lg: 18px 24px;--card-padding: 16px;--card-padding-tablet: 20px;--card-gap: 16px;--card-gap-tablet: 24px;--card-radius: 12px;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .15);--theme-transition: background-color .3s ease, color .3s ease, border-color .3s ease, box-shadow .3s ease}[data-theme=dark]{--rbc-light: var(--rbc-darker);--rbc-dark: #f9fafb;--primary-color: var(--rbc-red-light);--primary-hover: var(--rbc-red);--secondary-color: #d1d5db;--background: var(--rbc-darker);--surface: #1f2937;--text-primary: #f9fafb;--text-secondary: #d1d5db;--error: #ef4444;--success: #4ade80;--border: #374151;--warning-bg: #422006;--warning-text: #fde68a;--info-bg: #1e3a8a;--info-text: #bfdbfe;--dashboard-bg: var(--rbc-darker);--card-bg: #1f2937;--card-shadow: rgba(0, 0, 0, .4);--card-shadow-hover: rgba(0, 0, 0, .6);--header-gradient-start: var(--rbc-red);--header-gradient-end: var(--rbc-red-dark);--loading-overlay: rgba(0, 0, 0, .8);--skeleton-base: #374151;--skeleton-highlight: #4b5563;--sidebar-bg: #0f172a;--sidebar-text: #f1f5f9;--sidebar-hover: rgba(255, 255, 255, .05);--sidebar-active: rgba(220, 38, 38, .15);--sidebar-active-text: #fca5a5}@media(min-width:1024px){:root{--card-padding: 20px;--card-padding-tablet: 24px;--card-gap: 20px;--card-gap-tablet: 28px;--font-size-base: 1.0625rem;--font-size-lg: 1.1875rem}}@media(min-width:1800px){:root{--touch-target-min: 52px;--touch-target-comfortable: 56px;--card-padding: 24px;--card-gap: 28px;--font-size-base: 1.125rem;--font-size-lg: 1.25rem}}*{margin:0;padding:0;box-sizing:border-box}body{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;background-color:var(--surface);color:var(--text-primary);line-height:1.6;transition:var(--theme-transition)}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*:focus-visible{outline:3px solid var(--primary-color);outline-offset:2px}.skip-link{position:absolute;top:-100%;left:50%;transform:translate(-50%);z-index:10000;padding:1rem 2rem;background:var(--primary-color);color:#fff;text-decoration:none;font-weight:var(--font-weight-semibold);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);transition:top .2s ease}.skip-link:focus{top:1rem;outline:3px solid white;outline-offset:2px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(forced-colors:active){.skip-link:focus{outline:3px solid CanvasText}*:focus-visible{outline:3px solid CanvasText}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.skip-link{transition:none}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
