.MultiLogParserForm-module__IAeORG__form{flex-direction:column;gap:1.5rem;width:80%;max-width:1400px;display:flex}.MultiLogParserForm-module__IAeORG__inputList{flex-direction:column;gap:1rem;display:flex}.MultiLogParserForm-module__IAeORG__inputRow{align-items:center;gap:.5rem;display:flex}.MultiLogParserForm-module__IAeORG__input{color:#1a1a1a;background-color:#fff;border:1px solid #d1d5db;border-radius:4px;flex:1;padding:.75rem;font-size:1rem}.MultiLogParserForm-module__IAeORG__iconButton{cursor:pointer;color:#888;background-color:#0000;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.75rem;transition:color .2s,background-color .2s;display:flex}.MultiLogParserForm-module__IAeORG__deleteButton:hover:not(:disabled){color:#fff;background-color:#e53935}.MultiLogParserForm-module__IAeORG__deleteButton:disabled{cursor:not-allowed;opacity:.5}.MultiLogParserForm-module__IAeORG__accordion{background-color:#fff;border:1px solid #d1d5db;border-radius:4px}.MultiLogParserForm-module__IAeORG__accordionToggle{text-align:left;cursor:pointer;color:#1a1a1a;background-color:#0000;border:none;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;font-size:1rem;font-weight:700;display:flex}.MultiLogParserForm-module__IAeORG__accordionIcon{transition:transform .2s ease-in-out}.MultiLogParserForm-module__IAeORG__accordionIcon.MultiLogParserForm-module__IAeORG__open{transform:rotate(180deg)}.MultiLogParserForm-module__IAeORG__accordionContent{border-top:0 solid #444;max-height:0;padding:0 16px;transition:max-height .3s ease-out,padding .3s ease-out;overflow:hidden}.MultiLogParserForm-module__IAeORG__accordionContent.MultiLogParserForm-module__IAeORG__open{border-top:1px solid #d1d5db;max-height:60vh;padding:16px;transition:max-height .4s ease-in,padding .4s ease-in;overflow-y:auto}.MultiLogParserForm-module__IAeORG__buttonGroup{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.MultiLogParserForm-module__IAeORG__addButton{color:#1a1a1a;cursor:pointer;background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:4px;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;font-size:1rem;transition:background-color .2s;display:flex}.MultiLogParserForm-module__IAeORG__addButton:hover{background-color:#e5e7eb}.MultiLogParserForm-module__IAeORG__parseButton{color:#000;cursor:pointer;background-color:#ffb400;border:none;border-radius:4px;padding:.85rem 1.5rem;font-size:1rem;font-weight:700;transition:background-color .2s}.MultiLogParserForm-module__IAeORG__parseButton:hover{background-color:#ffca4d}.MultiLogParserForm-module__IAeORG__showStatsButton{color:#fff;cursor:pointer;background-color:#28a745;border:none;border-radius:4px;padding:.85rem 1.5rem;font-size:1rem;font-weight:700;transition:background-color .2s}.MultiLogParserForm-module__IAeORG__showStatsButton:hover{background-color:#218838}.MultiLogParserForm-module__IAeORG__deleteAllButton{color:#fff;cursor:pointer;background-color:#e53935;border:none;border-radius:4px;padding:.85rem 1.5rem;font-size:1rem;font-weight:700;transition:background-color .2s}.MultiLogParserForm-module__IAeORG__deleteAllButton:hover{background-color:#f44336}.MultiLogParserForm-module__IAeORG__formActions{justify-content:space-between;gap:1rem;display:flex}.MultiLogParserForm-module__IAeORG__error{color:#ff6b6b;text-align:center;margin-top:1rem}.MultiLogParserForm-module__IAeORG__resultsContainer{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;margin-top:2rem;padding:1.5rem}.MultiLogParserForm-module__IAeORG__resultsContainer h2{text-align:center;margin-top:0;margin-bottom:1.5rem}.MultiLogParserForm-module__IAeORG__jsonOutput{white-space:pre-wrap;word-wrap:break-word;color:#1a1a1a;background-color:#f9fafb;border:1px solid #d1d5db;border-radius:4px;max-height:600px;padding:1rem;font-size:.9rem;overflow-y:auto}.MultiLogParserForm-module__IAeORG__results__statsContainer{width:100%;max-height:70vh;overflow:auto}.MultiLogParserForm-module__IAeORG__results__stats{border-collapse:collapse;white-space:nowrap;width:100%;margin-top:1rem;font-size:.9rem}.MultiLogParserForm-module__IAeORG__results__stats th,.MultiLogParserForm-module__IAeORG__results__stats td{box-sizing:border-box}.MultiLogParserForm-module__IAeORG__results__stats th:nth-child(2),.MultiLogParserForm-module__IAeORG__results__stats td:nth-child(2){white-space:normal;overflow-wrap:anywhere;width:220px;min-width:220px}.MultiLogParserForm-module__IAeORG__results__stats td:nth-child(2){align-items:center;gap:.5rem;display:flex}.MultiLogParserForm-module__IAeORG__results__stats th,.MultiLogParserForm-module__IAeORG__results__stats td{text-align:left;border-bottom:1px solid #d1d5db;padding:.75rem 1rem}.MultiLogParserForm-module__IAeORG__results__stats td{color:#1a1a1a;vertical-align:middle;padding-top:.35rem;padding-bottom:.35rem}.MultiLogParserForm-module__IAeORG__results__stats th{cursor:pointer;-webkit-user-select:none;user-select:none;z-index:2;color:#1a1a1a;background-color:#f3f4f6;font-weight:900;position:sticky;top:0}.MultiLogParserForm-module__IAeORG__pokemonHeader{z-index:6!important;background-color:#f3f4f6!important;position:sticky!important;top:0!important;left:80px!important}.MultiLogParserForm-module__IAeORG__results__stats th:hover{background-color:#e5e7eb}.MultiLogParserForm-module__IAeORG__results__stats tbody tr:nth-child(odd){background-color:#f9fafb}.MultiLogParserForm-module__IAeORG__results__stats tbody tr:hover{background-color:#f3f4f6}.MultiLogParserForm-module__IAeORG__activeSort{color:#fff!important;background-color:#004d80!important}.MultiLogParserForm-module__IAeORG__sortIcon{margin-left:.3em;font-size:.7em;display:inline-block}.MultiLogParserForm-module__IAeORG__rankHeader,.MultiLogParserForm-module__IAeORG__rankCell{text-align:center}.MultiLogParserForm-module__IAeORG__results__stats th:first-child,.MultiLogParserForm-module__IAeORG__results__stats td:first-child,.MultiLogParserForm-module__IAeORG__results__stats th:nth-child(2),.MultiLogParserForm-module__IAeORG__results__stats td:nth-child(2){z-index:1;position:sticky;top:0!important}.MultiLogParserForm-module__IAeORG__results__stats th:first-child,.MultiLogParserForm-module__IAeORG__results__stats td:first-child{text-align:center;width:80px;min-width:80px;left:0}.MultiLogParserForm-module__IAeORG__results__stats th:nth-child(2),.MultiLogParserForm-module__IAeORG__results__stats td:nth-child(2){left:80px}.MultiLogParserForm-module__IAeORG__results__stats th:first-child,.MultiLogParserForm-module__IAeORG__results__stats th:nth-child(2){z-index:3;top:0!important}.MultiLogParserForm-module__IAeORG__results__stats th:first-child{z-index:3}.MultiLogParserForm-module__IAeORG__results__stats tbody tr td:first-child,.MultiLogParserForm-module__IAeORG__results__stats tbody tr td:nth-child(2){background-color:#fff}.MultiLogParserForm-module__IAeORG__results__stats tbody tr:nth-child(odd) td:first-child,.MultiLogParserForm-module__IAeORG__results__stats tbody tr:nth-child(odd) td:nth-child(2){background-color:#f9fafb}.MultiLogParserForm-module__IAeORG__results__stats tbody tr:hover td:first-child,.MultiLogParserForm-module__IAeORG__results__stats tbody tr:hover td:nth-child(2){background-color:#f3f4f6}.MultiLogParserForm-module__IAeORG__awardsSection{flex-direction:column;align-items:center;gap:1rem;width:100%;margin-bottom:2rem;display:flex}.MultiLogParserForm-module__IAeORG__awardsSection h2{text-align:center;width:100%;padding-top:16px}.MultiLogParserForm-module__IAeORG__awardCardsContainer{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.MultiLogParserForm-module__IAeORG__awardCard{text-align:center;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;width:250px;padding:1.5rem;box-shadow:0 4px 12px #00000026}.MultiLogParserForm-module__IAeORG__awardCard h3{color:#ffb400;margin:0 0 1rem;font-size:1.5rem}.MultiLogParserForm-module__IAeORG__awardExplanation{color:#6b7280;margin:-.75rem 0 1rem;font-size:.9rem;font-style:italic}.MultiLogParserForm-module__IAeORG__awardPokemonImage{object-fit:contain;margin-bottom:1rem}.MultiLogParserForm-module__IAeORG__awardCard p{margin:0;font-size:1.2rem;font-weight:700}.MultiLogParserForm-module__IAeORG__tabContainer{width:100%;margin-bottom:1rem}.MultiLogParserForm-module__IAeORG__tabButtons{border-bottom:1px solid #d1d5db;margin-bottom:1rem;display:flex}.MultiLogParserForm-module__IAeORG__tabButton{color:#6b7280;cursor:pointer;background-color:#0000;border:none;border-bottom:2px solid #0000;padding:.75rem 1.5rem;font-size:1rem;transition:all .2s ease-in-out}.MultiLogParserForm-module__IAeORG__tabButton:hover{color:#374151;background-color:#f9fafb}.MultiLogParserForm-module__IAeORG__tabButton.MultiLogParserForm-module__IAeORG__active{color:#1a1a1a;background-color:#fff;border-bottom-color:#ffb400}.MultiLogParserForm-module__IAeORG__textareaContainer{width:100%}.MultiLogParserForm-module__IAeORG__textarea{color:#1a1a1a;resize:vertical;background-color:#fff;border:1px solid #d1d5db;border-radius:4px;width:100%;min-height:200px;padding:1rem;font-family:inherit;font-size:1rem}.MultiLogParserForm-module__IAeORG__textarea:focus{border-color:#ffb400;outline:none;box-shadow:0 0 0 3px #ffb4001a}.MultiLogParserForm-module__IAeORG__textareaInfo{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;margin-top:1rem;padding:1rem}.MultiLogParserForm-module__IAeORG__textareaInfo p{color:#374151;margin:0 0 .5rem;font-size:.9rem}.MultiLogParserForm-module__IAeORG__textareaInfo ul{color:#6b7280;margin:0;padding-left:1.5rem;font-size:.9rem}.MultiLogParserForm-module__IAeORG__textareaInfo li{margin-bottom:.25rem}
.page-module__RAj5OW__container{flex-direction:column;align-items:center;width:100%;padding:2rem 0 4rem;display:flex}.page-module__RAj5OW__title{margin-bottom:2rem}
