.App{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0 auto;max-width:800px}h1{color:#333;text-align:center}form,h1{margin-bottom:2rem}form{background:#f8f9fa;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:.75rem}form>div{display:flex;flex-direction:column;gap:1rem}input[type=text],select,textarea{border:1px solid #dee2e6;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .2s,box-shadow .2s}textarea{resize:vertical}input[type=text]:focus,select:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}input[type=text]::placeholder{color:#adb5bd}button{background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:.5rem;padding:.75rem;transition:background-color .2s}button:hover{background:#0056b3}button:disabled{background:#adb5bd;cursor:not-allowed}.error{background:#f8d7da;border-radius:6px;color:#dc3545;margin:1rem 0;padding:1rem}.loading{color:#6c757d;margin:1rem 0;text-align:center}.results{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.results-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.results-header h2{color:#333;font-size:1.5rem;margin:0}.clear-button{background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:background-color .2s}.clear-button:hover{background:#c82333}.clear-button:active{transform:scale(.98)}.results h2{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.results ul{list-style:none;margin:0;padding:0}.results li{border-bottom:1px solid #dee2e6;padding:.75rem}.results li:last-child{border-bottom:none}.results h2{padding:.75rem}.competitor-row{align-items:center;display:flex;justify-content:space-between}.competitor-name{color:#007bff;cursor:pointer;transition:color .2s}.competitor-name:hover{color:#0056b3;text-decoration:underline}.competitor-actions{align-items:center;display:flex;gap:1rem}.add-button{-webkit-appearance:none;appearance:none;background:none;border:none;color:#6c757d;cursor:pointer;font-family:inherit;font-size:inherit;line-height:inherit;margin:0;padding:0 4px}.add-button.selected{color:#dc3545}.stage-scores{animation:slideDown .2s ease-out;background:#f8f9fa;border-radius:8px;margin-top:.5rem;padding:1rem}.stage{background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;margin-bottom:.5rem;padding:.5rem}.stage:last-child{margin-bottom:0}.stage-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;margin-bottom:.5rem;padding-bottom:.25rem}.stage-header h4{color:#495057;margin:0}.hit-factor,.stage-score{color:inherit;font-weight:600}.stage-details{display:flex;flex-direction:column;gap:.5rem}.stage-time{margin-bottom:.25rem}.stage-content{align-items:flex-start;display:flex;gap:.75rem;justify-content:space-between}.hits-container{display:flex;flex-wrap:wrap;gap:.5rem}.stage-stats{display:flex;flex-direction:column;gap:.25rem;min-width:100px}.stage-stat{align-items:center;background:#f8f9fa;border-radius:4px;display:flex;gap:.25rem;padding:.25rem .5rem}.stat-label{color:#6c757d;font-size:.9rem;font-weight:500}.stat-value{color:#212529;font-weight:600;min-width:1.5rem;text-align:center}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.division-select{background-color:#fff;cursor:pointer}.division-select option{padding:.5rem}.clear-button-container{display:flex;justify-content:flex-end;margin:1rem .75rem 1rem 0}.section-divider{border-top:2px solid #adb5bd;margin:2rem 0;width:100%}.tabs .tab-headers .tab{background:#e9ecef;border:1px solid #dee2e6;border-bottom:none;border-radius:8px 8px 0 0;color:#495057;padding:.5rem .75rem}.tabs .tab-headers .tab.active{background:#f8f9fa;box-shadow:0 -1px 6px #0000000f;color:#212529;font-weight:600;position:relative;top:1px}.tabs .tab-panel{background:#f8f9fa;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:.75rem}.tabs .tab-panel form{background:#0000;box-shadow:none;margin:0;padding:0}.tab-headers{display:flex;gap:8px;margin-bottom:.25rem;margin-left:12px}.sticky-competitor-name{background:#fff;border-bottom:1px solid #eee;font-size:1rem;padding:4px 12px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.sticky-competitor-name h3{font-size:1.1rem;font-weight:600;margin:0}.total-hits{background:#fff;border-radius:0 0 6px 6px;box-shadow:0 1px 3px #0000001a;margin-bottom:.5rem;padding:.5rem}.total-hits .hits-container{border-radius:4px;display:flex;flex-wrap:wrap;gap:.5rem}.control-panel{background:#f8f9fa;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:.75rem}.control-panel label{color:#495057}.control-panel .rs__control{border-color:#dee2e6;min-height:42px}.control-panel .rs__control--is-focused{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.control-panel .rs__placeholder{color:#adb5bd}.control-panel .rs__multi-value{background:#e9ecef}.control-panel .rs__multi-value__label{color:#495057}.control-panel .rs__multi-value__remove:hover{background:#dee2e6}.stage-results{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin:1rem .75rem;padding:.75rem}.stage-results ul{background:#f8f9fa;border-radius:12px;list-style:none;margin:.5rem 0 0;padding:0}.stage-results li{border-bottom:1px solid #dee2e6;padding:.75rem}.stage-results li:last-child{border-bottom:none}.stage-results li.expanded>.stage{margin-top:.5rem}.stage-results .stage-header{border-bottom:none;margin-bottom:0}.chevron{margin-right:6px;transition:transform .2s ease}.chevron.open{transform:rotate(180deg)}
/*# sourceMappingURL=main.cb2f703f.css.map*/