.MultiLogParserForm-module__lhw3sq__form{flex-direction:column;gap:1.5rem;width:80%;max-width:1400px;display:flex}.MultiLogParserForm-module__lhw3sq__inputList{flex-direction:column;gap:1rem;display:flex}.MultiLogParserForm-module__lhw3sq__inputRow{align-items:center;gap:.5rem;display:flex}.MultiLogParserForm-module__lhw3sq__input{color:#1a1a1a;background-color:#fff;border:1px solid #d1d5db;border-radius:4px;flex:1;padding:.75rem;font-size:1rem}.MultiLogParserForm-module__lhw3sq__iconButton{cursor:pointer;color:#888;background-color:transparent;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.75rem;transition:color .2s,background-color .2s;display:flex}.MultiLogParserForm-module__lhw3sq__deleteButton:hover:not(:disabled){color:#fff;background-color:#e53935}.MultiLogParserForm-module__lhw3sq__deleteButton:disabled{cursor:not-allowed;opacity:.5}.MultiLogParserForm-module__lhw3sq__accordion{background-color:#fff;border:1px solid #d1d5db;border-radius:4px}.MultiLogParserForm-module__lhw3sq__accordionToggle{text-align:left;cursor:pointer;color:#1a1a1a;background-color:transparent;border:none;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;font-size:1rem;font-weight:700;display:flex}.MultiLogParserForm-module__lhw3sq__accordionIcon{transition:transform .2s ease-in-out}.MultiLogParserForm-module__lhw3sq__accordionIcon.MultiLogParserForm-module__lhw3sq__open{transform:rotate(180deg)}.MultiLogParserForm-module__lhw3sq__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__lhw3sq__accordionContent.MultiLogParserForm-module__lhw3sq__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__lhw3sq__buttonGroup{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.MultiLogParserForm-module__lhw3sq__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__lhw3sq__addButton:hover{background-color:#e5e7eb}.MultiLogParserForm-module__lhw3sq__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__lhw3sq__parseButton:hover{background-color:#ffca4d}.MultiLogParserForm-module__lhw3sq__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__lhw3sq__deleteAllButton:hover{background-color:#f44336}.MultiLogParserForm-module__lhw3sq__formActions{justify-content:space-between;gap:1rem;display:flex}.MultiLogParserForm-module__lhw3sq__error{color:#ff6b6b;text-align:center;margin-top:1rem}.MultiLogParserForm-module__lhw3sq__resultsContainer{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;margin-top:2rem;padding:1.5rem}.MultiLogParserForm-module__lhw3sq__resultsContainer h2{text-align:center;margin-top:0;margin-bottom:1.5rem}.MultiLogParserForm-module__lhw3sq__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__lhw3sq__results__statsContainer{width:100%;max-height:70vh;overflow:auto}.MultiLogParserForm-module__lhw3sq__results__stats{border-collapse:collapse;white-space:nowrap;width:100%;margin-top:1rem;font-size:.9rem}.MultiLogParserForm-module__lhw3sq__results__stats th:nth-child(2),.MultiLogParserForm-module__lhw3sq__results__stats td:nth-child(2){white-space:normal;width:150px;min-width:150px}.MultiLogParserForm-module__lhw3sq__results__stats th,.MultiLogParserForm-module__lhw3sq__results__stats td{text-align:left;border-bottom:1px solid #d1d5db;padding:.75rem 1rem}.MultiLogParserForm-module__lhw3sq__results__stats td{color:#1a1a1a;vertical-align:middle;padding-top:.35rem;padding-bottom:.35rem}.MultiLogParserForm-module__lhw3sq__results__stats th{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2;color:#1a1a1a;background-color:#f3f4f6;font-weight:900;position:-webkit-sticky;position:sticky;top:0}.MultiLogParserForm-module__lhw3sq__results__stats th:hover{background-color:#e5e7eb}.MultiLogParserForm-module__lhw3sq__results__stats tbody tr:nth-child(odd){background-color:#f9fafb}.MultiLogParserForm-module__lhw3sq__results__stats tbody tr:hover{background-color:#f3f4f6}.MultiLogParserForm-module__lhw3sq__activeSort{color:#fff!important;background-color:#004d80!important}.MultiLogParserForm-module__lhw3sq__sortIcon{margin-left:.3em;font-size:.7em;display:inline-block}.MultiLogParserForm-module__lhw3sq__rankHeader,.MultiLogParserForm-module__lhw3sq__rankCell{text-align:center}.MultiLogParserForm-module__lhw3sq__results__stats th:first-child,.MultiLogParserForm-module__lhw3sq__results__stats td:first-child,.MultiLogParserForm-module__lhw3sq__results__stats th:nth-child(2),.MultiLogParserForm-module__lhw3sq__results__stats td:nth-child(2){z-index:1;position:-webkit-sticky;position:sticky}.MultiLogParserForm-module__lhw3sq__results__stats th:first-child,.MultiLogParserForm-module__lhw3sq__results__stats td:first-child{left:0}.MultiLogParserForm-module__lhw3sq__results__stats th:nth-child(2),.MultiLogParserForm-module__lhw3sq__results__stats td:nth-child(2){left:80px}.MultiLogParserForm-module__lhw3sq__results__stats th:first-child,.MultiLogParserForm-module__lhw3sq__results__stats th:nth-child(2),.MultiLogParserForm-module__lhw3sq__results__stats th:first-child{z-index:3}.MultiLogParserForm-module__lhw3sq__results__stats tbody tr td:first-child,.MultiLogParserForm-module__lhw3sq__results__stats tbody tr td:nth-child(2){background-color:#fff}.MultiLogParserForm-module__lhw3sq__results__stats tbody tr:nth-child(odd) td:first-child,.MultiLogParserForm-module__lhw3sq__results__stats tbody tr:nth-child(odd) td:nth-child(2){background-color:#f9fafb}.MultiLogParserForm-module__lhw3sq__results__stats tbody tr:hover td:first-child,.MultiLogParserForm-module__lhw3sq__results__stats tbody tr:hover td:nth-child(2){background-color:#f3f4f6}.MultiLogParserForm-module__lhw3sq__awardsSection{flex-direction:column;align-items:center;gap:1rem;width:100%;margin-bottom:2rem;display:flex}.MultiLogParserForm-module__lhw3sq__awardsSection h2{text-align:center;width:100%;padding-top:16px}.MultiLogParserForm-module__lhw3sq__awardCardsContainer{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.MultiLogParserForm-module__lhw3sq__awardCard{text-align:center;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;width:250px;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.15)}.MultiLogParserForm-module__lhw3sq__awardCard h3{color:#ffb400;margin:0 0 1rem;font-size:1.5rem}.MultiLogParserForm-module__lhw3sq__awardExplanation{color:#6b7280;margin:-.75rem 0 1rem;font-size:.9rem;font-style:italic}.MultiLogParserForm-module__lhw3sq__awardPokemonImage{object-fit:contain;margin-bottom:1rem}.MultiLogParserForm-module__lhw3sq__awardCard p{margin:0;font-size:1.2rem;font-weight:700}.MultiLogParserForm-module__lhw3sq__tabContainer{width:100%;margin-bottom:1rem}.MultiLogParserForm-module__lhw3sq__tabButtons{border-bottom:1px solid #d1d5db;margin-bottom:1rem;display:flex}.MultiLogParserForm-module__lhw3sq__tabButton{color:#6b7280;cursor:pointer;background-color:transparent;border:none;border-bottom:2px solid transparent;padding:.75rem 1.5rem;font-size:1rem;transition:all .2s ease-in-out}.MultiLogParserForm-module__lhw3sq__tabButton:hover{color:#374151;background-color:#f9fafb}.MultiLogParserForm-module__lhw3sq__tabButton.MultiLogParserForm-module__lhw3sq__active{color:#1a1a1a;background-color:#fff;border-bottom-color:#ffb400}.MultiLogParserForm-module__lhw3sq__textareaContainer{width:100%}.MultiLogParserForm-module__lhw3sq__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__lhw3sq__textarea:focus{border-color:#ffb400;outline:none;box-shadow:0 0 0 3px rgba(255,180,0,.1)}.MultiLogParserForm-module__lhw3sq__textareaInfo{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;margin-top:1rem;padding:1rem}.MultiLogParserForm-module__lhw3sq__textareaInfo p{color:#374151;margin:0 0 .5rem;font-size:.9rem}.MultiLogParserForm-module__lhw3sq__textareaInfo ul{color:#6b7280;margin:0;padding-left:1.5rem;font-size:.9rem}.MultiLogParserForm-module__lhw3sq__textareaInfo li{margin-bottom:.25rem}
.page-module__j4bHOW__container{flex-direction:column;align-items:center;width:100%;padding:2rem 0 4rem;display:flex}.page-module__j4bHOW__title{margin-bottom:2rem}
