body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background:linear-gradient(135deg,#f9f7f0,#fff8e7);display:flex;flex-direction:column;min-height:100vh}.App-header{background:linear-gradient(135deg,#1a1410,#2c2416);border-bottom:3px solid #d4a017;box-shadow:0 4px 12px #d4a01733;color:#f9f7f0;padding:2rem}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.header-text{text-align:left}.App-header h1{font-size:2.5rem;font-weight:700;margin:0 0 .5rem}.App-header p{font-size:1.2rem;margin:0;opacity:.9}.leaderboard-button{align-items:center;background:linear-gradient(135deg,#d4a017,#b8860b);border:2px solid #1a1410;border-radius:8px;box-shadow:0 4px 12px #d4a01766;color:#1a1410;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;letter-spacing:.5px;padding:.875rem 1.75rem;text-transform:uppercase;transition:all .3s ease}.leaderboard-button:hover{background:linear-gradient(135deg,gold,#d4a017);border-color:#2c2416;box-shadow:0 6px 16px #d4a01799;transform:translateY(-2px)}.leaderboard-button:active{transform:translateY(0)}.App-main{background-color:#f9f7f0;flex:1 1;padding:2rem}.dashboard-container{margin:0 auto;max-width:1200px}.driver-selection-section{background:#fffef8;border:1px solid #d4a017;border-radius:12px;box-shadow:0 2px 8px #1a141026;margin-bottom:2rem;padding:1.5rem}.selection-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.export-controls{min-width:300px}.export-controls h4{color:#1a1410;font-size:1.1em;font-weight:700;margin:0 0 1rem}.export-buttons{display:flex;flex-direction:column;gap:.75rem}.dashboard-content{background:#fffef8;border:1px solid #d4a017;border-radius:12px;box-shadow:0 2px 8px #1a141026;padding:2rem}.driver-info,.summary-section{margin-bottom:2rem}.driver-info{border-bottom:2px solid #e9ecef;padding-bottom:1.5rem}.driver-info h2{color:#1a1410;font-size:1.8rem;font-weight:700;margin:0 0 1rem}.driver-info p{color:#4a3f2e;font-size:1rem;margin:.5rem 0}.charts-container{display:flex;flex-direction:column;gap:1.5rem}.charts-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.chart-item{flex:1 1;min-width:0}.track-map-section{margin-top:1rem;width:100%}.chart-placeholder{background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;padding:2rem;text-align:center}.chart-placeholder h3{color:#495057;margin:0 0 1rem}.chart-placeholder p{color:#6c757d;font-style:italic;margin:0}.error-state,.no-driver-selected{background:#fffef8;border:1px solid #d4a017;border-radius:12px;box-shadow:0 2px 8px #1a141026;padding:3rem 2rem;text-align:center}.error-state h2,.no-driver-selected h2{color:#1a1410;margin:0 0 1rem}.error-state p,.no-driver-selected p{color:#4a3f2e;margin:0 0 1.5rem}.retry-button{background:linear-gradient(135deg,#d4a017,#b8860b);border:2px solid #1a1410;border-radius:6px;color:#1a1410;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 1.5rem;transition:all .3s ease}.retry-button:hover{background:linear-gradient(135deg,gold,#d4a017);box-shadow:0 4px 8px #d4a01766;transform:translateY(-2px)}.error-boundary{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;min-height:100vh;padding:2rem}.error-boundary__container{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;max-width:600px;padding:3rem;text-align:center}.error-boundary__title{color:#dc3545;font-size:2rem;margin:0 0 1rem}.error-boundary__message{color:#6c757d;font-size:1.1rem;line-height:1.5;margin:0 0 2rem}.error-boundary__details{background-color:#f8f9fa;border-radius:6px;margin:2rem 0;padding:1rem;text-align:left}.error-boundary__stack{color:#495057;font-size:.875rem;overflow-x:auto;white-space:pre-wrap}.error-boundary__actions{display:flex;gap:1rem;justify-content:center}.error-boundary__button{border:none;border-radius:6px;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:all .2s ease}.error-boundary__button--retry{background-color:#28a745;color:#fff}.error-boundary__button--retry:hover{background-color:#218838}.error-boundary__button--refresh{background-color:#007bff;color:#fff}.error-boundary__button--refresh:hover{background-color:#0056b3}.App-footer{align-items:center;background:linear-gradient(135deg,#2c2416,#1a1410);border-top:3px solid #d4a017;color:#d4c5a9;display:flex;flex-wrap:wrap;font-size:.875rem;gap:.75rem;justify-content:center;padding:1rem 2rem;text-align:center}.App-footer span{white-space:nowrap}.footer-separator{color:#d4a017;font-weight:700}@media (max-width:768px){.App-main{padding:1rem}.App-header{padding:1.5rem}.header-content{align-items:center;flex-direction:column;gap:1rem}.header-text{text-align:center}.App-header h1{font-size:2rem}.App-header p{font-size:1rem}.leaderboard-button{font-size:1rem;padding:.75rem 1.5rem}.App-footer{font-size:.75rem;gap:.5rem;padding:.75rem 1rem}.dashboard-content,.driver-selection-section{padding:1.5rem}.selection-header{align-items:stretch;flex-direction:column;gap:1.5rem}.export-controls{min-width:auto}.export-buttons{flex-direction:row;flex-wrap:wrap;gap:.5rem}.charts-row{grid-template-columns:1fr}.error-boundary__container{padding:2rem}.error-boundary__actions{flex-direction:column}}.driver-selector{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.driver-selector__label{color:#333;font-size:1rem;font-weight:600;margin-bottom:.25rem}.driver-selector__dropdown{background-color:#fff;border:2px solid #ddd;border-radius:8px;cursor:pointer;font-size:1rem;padding:.75rem;transition:border-color .2s ease,box-shadow .2s ease}.driver-selector__dropdown:hover{border-color:#007bff}.driver-selector__dropdown:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.driver-selector__dropdown--loading{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed}.driver-selector__dropdown--error{background-color:#f8d7da;border-color:#dc3545;color:#721c24;cursor:not-allowed}.driver-selector__dropdown--empty{background-color:#fff3cd;color:#856404;cursor:not-allowed}.driver-selector__selected{color:#28a745;font-size:.875rem;font-weight:500;padding:.25rem 0}.driver-selector__error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#dc3545;font-size:.875rem;margin-top:.25rem;padding:.5rem}@media (max-width:768px){.driver-selector__dropdown{font-size:1.1rem;padding:1rem}.driver-selector__label{font-size:1.1rem}}.radar-chart-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;margin:10px;min-height:500px;padding:20px}.radar-chart-header{margin-bottom:20px;text-align:center}.radar-chart-header h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0 0 8px}.radar-chart-header p{color:#6b7280;font-size:.9rem;margin:0}.radar-chart-wrapper{flex:1 1;min-height:400px}.radar-chart-error,.radar-chart-wrapper{align-items:center;display:flex;justify-content:center}.radar-chart-error{color:#6b7280;font-style:italic;height:400px}.radar-chart-legend{border-top:1px solid #e5e7eb;display:flex;justify-content:center;margin-top:15px;padding-top:15px}.legend-color{opacity:.7}.radar-axis-label{font-weight:500}@media (max-width:768px){.radar-chart-container{margin:5px;min-height:450px;padding:15px}.radar-chart-header h3{font-size:1.25rem}.radar-chart-wrapper{min-height:350px}}@media (max-width:480px){.radar-chart-container{min-height:400px;padding:10px}.radar-chart-header h3{font-size:1.1rem}.radar-chart-wrapper{min-height:300px}.legend-item{font-size:.8rem}}.bar-chart-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;margin:10px;min-height:500px;padding:20px}.bar-chart-header{margin-bottom:20px;text-align:center}.bar-chart-header h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0 0 8px}.bar-chart-header p{color:#6b7280;font-size:.9rem;margin:0}.bar-chart-wrapper{flex:1 1;min-height:400px}.bar-chart-error,.bar-chart-wrapper{align-items:center;display:flex;justify-content:center}.bar-chart-error{color:#6b7280;font-style:italic;height:400px}.bar-chart-tooltip{background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 4px 6px #0000001a;padding:8px 12px}.tooltip-label{color:#1f2937;font-size:.875rem;font-weight:600;margin:0 0 4px}.tooltip-value{color:#374151;font-size:.875rem;margin:0}.bar-chart-legend{border-top:1px solid #e5e7eb;margin-top:20px;padding-top:15px}.legend-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));justify-items:center}.legend-item{align-items:center;color:#374151;display:flex;font-size:.875rem;gap:8px}.legend-color{border-radius:2px;flex-shrink:0;height:12px;width:12px}.legend-text{font-weight:500}@media (max-width:768px){.bar-chart-container{margin:5px;min-height:450px;padding:15px}.bar-chart-header h3{font-size:1.25rem}.bar-chart-wrapper{min-height:350px}.legend-grid{gap:8px;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}@media (max-width:480px){.bar-chart-container{min-height:400px;padding:10px}.bar-chart-header h3{font-size:1.1rem}.bar-chart-wrapper{min-height:300px}.legend-grid{gap:6px;grid-template-columns:repeat(2,1fr)}.legend-item{font-size:.8rem}}.summary-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:16px 0;overflow:hidden;padding:0}.summary-card-header{background:#f5f5f5;border-bottom:1px solid #e0e0e0;padding:16px 20px}.summary-card-header h3{color:#333;font-size:1.2em;font-weight:600;margin:0}.summary-card-content{padding:20px}.no-driver-message{color:#666;font-style:italic;margin:20px 0;text-align:center}.loading-state{padding:20px 0;text-align:center}.loading-state p{color:#666;font-style:italic;margin:0}.error-state{padding:20px 0;text-align:center}.error-message{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#dc3545;margin:0;padding:12px}.driver-profile-section{border-bottom:1px solid #f0f0f0;margin-bottom:24px;padding-bottom:16px}.driver-profile-section>div{align-items:center;display:flex;margin-bottom:8px}.driver-profile-section strong{color:#333;margin-right:8px;min-width:120px}.driver-id{font-size:1.1em}.metrics-section h4{color:#333;font-size:1.1em;font-weight:600;margin:0 0 16px}.metrics-list{grid-gap:8px;display:grid;gap:8px}.metric-item{align-items:center;background:#f8f9fa;border-left:4px solid #007bff;border-radius:4px;display:flex;justify-content:space-between;padding:8px 12px}.metric-name{color:#333;font-weight:500}.metric-description{color:#666;font-weight:400}.session-details{border-top:1px solid #f0f0f0;margin-top:24px;padding-top:16px}.session-details h4{color:#333;font-size:1.1em;font-weight:600;margin:0 0 16px}.detail-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px;padding:4px 0}.detail-label{color:#555;font-weight:500}.detail-value{color:#333;font-weight:400}@media (max-width:768px){.summary-card{margin:12px 0}.summary-card-content{padding:16px}.driver-profile-section>div{align-items:flex-start;flex-direction:column}.driver-profile-section strong{margin-bottom:4px;min-width:auto}.detail-item,.metric-item{align-items:flex-start;flex-direction:column;gap:4px}}@media (max-width:480px){.summary-card-header{padding:12px 16px}.summary-card-content{padding:12px}.metrics-section,.session-details{margin-top:16px;padding-top:12px}}.track-map-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;box-sizing:border-box;height:500px;padding:16px;width:100%}.track-map-empty{align-items:center;color:#666;display:flex;font-size:16px;height:100%;justify-content:center}@media (max-width:768px){.track-map-container{height:400px;padding:12px}}@media (max-width:480px){.track-map-container{height:350px;padding:8px}}.pdf-export-container{align-items:flex-start;display:flex;flex-direction:column;gap:8px}.pdf-export-button{align-items:center;background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;justify-content:center;min-width:140px;padding:10px 16px;transition:all .2s ease}.pdf-export-button:hover:not(.disabled):not(.exporting){background:#0056b3;box-shadow:0 2px 8px #007bff4d;transform:translateY(-1px)}.pdf-export-button:active:not(.disabled):not(.exporting){box-shadow:0 1px 4px #007bff4d;transform:translateY(0)}.pdf-export-button.disabled{background:#6c757d;cursor:not-allowed;opacity:.6}.pdf-export-button.exporting{background:#28a745;cursor:wait}.export-icon{font-size:16px}.export-spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;height:16px;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.export-status{word-wrap:break-word;align-items:center;border-radius:4px;display:flex;font-size:13px;font-weight:500;gap:6px;max-width:300px;padding:8px 12px}.export-status.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.export-status.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.status-icon{flex-shrink:0;font-size:14px}.status-message{line-height:1.3}@media (max-width:768px){.pdf-export-button{font-size:13px;min-width:120px;padding:8px 12px}.export-status{font-size:12px;max-width:250px;padding:6px 10px}}@media (max-width:480px){.pdf-export-container{width:100%}.pdf-export-button{min-width:auto;width:100%}.export-status{max-width:100%}}.leaderboard-overlay{align-items:center;animation:fadeIn .2s ease-in;background-color:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.leaderboard-modal{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;display:flex;flex-direction:column;max-height:80vh;max-width:800px;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.leaderboard-header{align-items:center;border-bottom:2px solid #e9ecef;display:flex;justify-content:space-between;padding:1.5rem 2rem}.leaderboard-header h2{color:#282c34;font-size:1.75rem;margin:0}.close-button{align-items:center;background:none;border:none;border-radius:4px;color:#6c757d;cursor:pointer;display:flex;font-size:2rem;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.close-button:hover{background-color:#f8f9fa;color:#282c34}.leaderboard-content{flex:1 1;overflow-y:auto;padding:1.5rem 2rem}.leaderboard-table{border-collapse:collapse;width:100%}.leaderboard-table thead{background-color:#f8f9fa;position:-webkit-sticky;position:sticky;top:0;z-index:10}.leaderboard-table th{border-bottom:2px solid #dee2e6;color:#495057;font-weight:600;padding:1rem;text-align:left}.leaderboard-table tbody tr{border-bottom:1px solid #e9ecef;transition:background-color .2s ease}.leaderboard-table tbody tr:hover{background-color:#f8f9fa}.leaderboard-table tbody tr.rank-1{background-color:#fff9e6}.leaderboard-table tbody tr.rank-1:hover{background-color:#fff3cc}.leaderboard-table tbody tr.rank-2{background-color:#f5f5f5}.leaderboard-table tbody tr.rank-2:hover{background-color:#eee}.leaderboard-table tbody tr.rank-3{background-color:#fff5f0}.leaderboard-table tbody tr.rank-3:hover{background-color:#ffe8db}.leaderboard-table td{padding:1rem}.rank-cell{text-align:center;width:80px}.rank-badge{align-items:center;background-color:#007bff;border-radius:50%;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:700;height:36px;justify-content:center;width:36px}.rank-1 .rank-badge{background:linear-gradient(135deg,gold,#ffed4e);box-shadow:0 2px 8px #ffd70066;color:#856404}.rank-2 .rank-badge{background:linear-gradient(135deg,silver,#e8e8e8);box-shadow:0 2px 8px #c0c0c066;color:#495057}.rank-3 .rank-badge{background:linear-gradient(135deg,#cd7f32,#e8a87c);box-shadow:0 2px 8px #cd7f3266;color:#fff}.vehicle-cell{color:#282c34;font-weight:500}.score-cell{width:250px}.score-bar-container{background-color:#e9ecef;border-radius:14px;height:28px;overflow:hidden;position:relative;width:100%}.score-bar{background:linear-gradient(90deg,#28a745,#20c997);border-radius:14px;height:100%;left:0;position:absolute;top:0;transition:width .5s ease}.score-text{color:#282c34;font-size:.9rem;font-weight:600;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.profile-cell{color:#6c757d;font-style:italic}.leaderboard-empty,.leaderboard-error,.leaderboard-loading{color:#6c757d;padding:3rem 2rem;text-align:center}.leaderboard-error{color:#dc3545}@media (max-width:768px){.leaderboard-modal{max-height:90vh;width:95%}.leaderboard-header{padding:1rem 1.5rem}.leaderboard-header h2{font-size:1.5rem}.leaderboard-content{padding:1rem}.leaderboard-table td,.leaderboard-table th{font-size:.875rem;padding:.75rem .5rem}.score-cell{width:150px}.profile-cell{display:none}}
/*# sourceMappingURL=main.f8c45c6d.css.map*/