*{box-sizing:border-box;padding:0}*,body{margin:0}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;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{height:100vh;overflow:hidden}.sidebar{background:#fff;border-right:1px solid #e0e0e0;box-shadow:2px 0 10px #0000001a;display:flex;flex-direction:column;height:100vh;overflow-y:auto;width:350px}.sidebar-header{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:2px solid #f0f0f0;color:#fff;padding:20px}.sidebar-header h1{font-size:24px;font-weight:600;margin:0 0 8px}.race-count{font-size:14px;margin:0;opacity:.9}.loading-section{background:#f8f9fa;border-bottom:1px solid #e0e0e0;padding:20px;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:40px;margin:0 auto 10px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.progress-bar{background:#e0e0e0;border-radius:12px;height:24px;margin-top:10px;overflow:hidden;position:relative;width:100%}.progress-fill{background:linear-gradient(90deg,#667eea,#764ba2);height:100%;transition:width .3s ease}.progress-text{color:#333;font-size:12px;font-weight:600;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.filters-section{background:#fafafa;border-bottom:1px solid #e0e0e0;padding:10px 15px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:0}.section-header.clickable{cursor:pointer;-webkit-user-select:none;user-select:none}.section-header.clickable:hover{background:#667eea0d;border-radius:4px;margin:-5px -10px 0;padding:5px 10px}.section-header h3{color:#333;font-size:16px;font-weight:600;margin:0}.toggle-icon{color:#667eea;font-size:12px;transition:transform .2s}.header-buttons{gap:10px}.close-button,.header-buttons{align-items:center;display:flex}.close-button{background:none;border:none;border-radius:50%;color:#999;cursor:pointer;font-size:18px;height:24px;justify-content:center;padding:0;transition:all .2s;width:24px}.close-button:hover{background:#f0f0f0;color:#667eea}.filter-content{margin-top:10px}.filter-row{display:flex;gap:12px;margin-bottom:8px}.filter-row label{align-items:center;color:#555;cursor:pointer;display:flex;flex:1 1;font-size:13px}.filter-row input[type=checkbox]{cursor:pointer;margin-right:6px}.filter-group{margin-bottom:8px}.filter-group label{color:#555;display:block;font-size:13px;margin-bottom:4px}.filter-group select{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:13px;font-size:14px;margin-top:5px;padding:4px 8px;padding:8px;width:100%}.race-details{background:#f8f9fa;border-bottom:1px solid #e0e0e0;padding:10px 15px}.race-details .section-header{margin-bottom:10px}.race-info h4{color:#667eea;font-size:18px;font-weight:600;margin:0 0 8px}.race-date{color:#666;font-size:14px;margin:0 0 15px}.race-stats{margin-bottom:15px}.stat{border-bottom:1px solid #e0e0e0;display:flex;font-size:14px;justify-content:space-between;padding:8px 0}.stat:last-child{border-bottom:none}.stat-label{color:#555;font-weight:500}.stat-value{color:#333;font-weight:600}.race-links{display:flex;flex-direction:column;gap:8px;margin-top:15px}.race-links a{background:#667eea;border-radius:4px;color:#fff;display:inline-block;font-size:13px;padding:8px 12px;text-align:center;text-decoration:none;transition:background .2s}.race-links a:hover{background:#5568d3}.race-list{flex:1 1;min-height:400px;overflow-y:auto;padding:15px 20px 20px}.race-list h3{background:#fff;border-bottom:2px solid #e0e0e0;color:#333;font-size:16px;font-weight:600;margin:0 0 12px;padding-bottom:10px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.race-list-items{display:flex;flex-direction:column;gap:8px}.race-item{background:#fff;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;padding:10px;transition:all .2s}.race-item:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea26}.race-item.selected{background:#f0f4ff;border-color:#667eea;border-width:2px;padding:9px}.race-item-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.race-name{color:#333;flex:1 1;font-size:14px;font-weight:600;margin-right:8px}.race-badge{border-radius:12px;font-size:11px;font-weight:600;padding:2px 8px;text-transform:uppercase}.race-badge.marathon{background:#e3f2fd;color:#1976d2}.race-badge.ultra{background:#fce4ec;color:#c2185b}.race-item-details{color:#666;display:flex;font-size:12px;gap:8px}@media (max-width:768px){.sidebar{height:auto;max-height:40vh;width:100%}}.App{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100vh;overflow:hidden}.map-container{flex:1 1;position:relative}.loading{align-items:center;color:#667eea;display:flex;font-size:18px;font-weight:500;height:100vh;justify-content:center}@media (max-width:768px){.App{flex-direction:column}.map-container{flex:1 1}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}
/*# sourceMappingURL=main.8ec201fd.css.map*/