.Input-module__Nmke_G__input{width:100%;padding:var(--space-sm) var(--space-md);font-family:var(--font-body), sans-serif;font-size:var(--text-base);color:var(--color-text);background:var(--color-surface);border-radius:var(--radius-md);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);border:1px solid #ffffff14;outline:none;display:block}.Input-module__Nmke_G__input:hover:not(:disabled){border-color:var(--color-border-light)}.Input-module__Nmke_G__input:focus{border-color:var(--color-gold);box-shadow:0 0 0 2px var(--color-gold-glow)}.Input-module__Nmke_G__input::placeholder{color:var(--color-text-muted)}.Input-module__Nmke_G__input:disabled{opacity:.5;cursor:default}.Input-module__Nmke_G__error{border-color:var(--color-wrong)}.Input-module__Nmke_G__error:focus{border-color:var(--color-wrong-light);box-shadow:0 0 0 2px #8b1a1a4d}
.ChampionSearch-module__tN4TAG__container{width:100%;max-width:400px;position:relative}.ChampionSearch-module__tN4TAG__inputWrapper{gap:var(--space-sm);display:flex}.ChampionSearch-module__tN4TAG__inputContainer{flex:1;position:relative}.ChampionSearch-module__tN4TAG__inputContainer input{background:#161c30f2;padding-right:36px}.ChampionSearch-module__tN4TAG__clearButton{border-radius:var(--radius-full);width:24px;height:24px;color:var(--color-text-muted);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.ChampionSearch-module__tN4TAG__clearButton:hover{color:var(--color-text)}.ChampionSearch-module__tN4TAG__submitButton{padding:var(--space-sm) var(--space-md);background:linear-gradient(135deg, var(--color-gold-dark), var(--color-gold));color:var(--color-bg);font-family:var(--font-display), serif;font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.04em;border-radius:var(--radius-md);cursor:pointer;transition:box-shadow var(--transition-fast), opacity var(--transition-fast);white-space:nowrap;border:none;justify-content:center;align-items:center;font-weight:700;display:flex}.ChampionSearch-module__tN4TAG__submitButton:hover:not(:disabled){box-shadow:var(--shadow-gold-strong)}.ChampionSearch-module__tN4TAG__submitButton:disabled{opacity:.4;cursor:default}.ChampionSearch-module__tN4TAG__dropdown{border-radius:var(--radius-md);max-height:280px;box-shadow:var(--shadow-lg);z-index:var(--z-dropdown);background:#161c30f2;border:1px solid #ffffff14;margin-top:4px;animation:.2s ease-out ChampionSearch-module__tN4TAG__slide-down;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.ChampionSearch-module__tN4TAG__item{align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);cursor:pointer;transition:background var(--transition-fast);text-align:left;width:100%;color:var(--color-text);font-size:var(--text-sm);background:0 0;border:none;display:flex}.ChampionSearch-module__tN4TAG__item:hover,.ChampionSearch-module__tN4TAG__itemHighlighted{background:var(--color-surface-hover)}.ChampionSearch-module__tN4TAG__itemAvatarWrapper{flex-shrink:0;width:50px;height:65px;position:relative}.ChampionSearch-module__tN4TAG__itemAvatarImg{object-fit:cover;width:94%;height:94%;position:absolute;top:3%;left:3%}.ChampionSearch-module__tN4TAG__itemBorderImg{pointer-events:none;object-fit:fill;width:100%;height:100%;position:absolute;inset:0}.ChampionSearch-module__tN4TAG__itemName{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.ChampionSearch-module__tN4TAG__matchHighlight{color:var(--color-gold);font-weight:600}.ChampionSearch-module__tN4TAG__noResults{padding:var(--space-md);text-align:center;color:var(--color-text-muted);font-size:var(--text-sm)}.ChampionSearch-module__tN4TAG__disabled{opacity:.5;pointer-events:none}
.GuessRow-module__BS4ZxG__row{grid-template-columns:repeat(9,minmax(0,90px));gap:4px;display:grid}.GuessRow-module__BS4ZxG__cell{padding:var(--space-sm);border-radius:var(--radius-md);font-size:var(--text-sm);text-align:center;transition:transform var(--transition-fast), background var(--transition-fast);flex-direction:column;justify-content:center;align-items:center;font-weight:500;line-height:1.3;display:flex;position:relative;overflow:hidden}.GuessRow-module__BS4ZxG__correct{color:#d0f0e0;background:#1da34ed9;border:2px solid #4de882}.GuessRow-module__BS4ZxG__correct:hover{background:#24b85aeb}.GuessRow-module__BS4ZxG__partial{color:#fff5e0;background:#d4870ad9;border:2px solid #f0b840}.GuessRow-module__BS4ZxG__partial:hover{background:#e8960eeb}.GuessRow-module__BS4ZxG__wrong{color:#ffd0d0;background:#cc3333d9;border:2px solid #f06060}.GuessRow-module__BS4ZxG__wrong:hover{background:#dd4444eb}.GuessRow-module__BS4ZxG__championCell.GuessRow-module__BS4ZxG__championCell{aspect-ratio:203/263;cursor:default;background:0 0;border-radius:0;min-width:0;padding:0;overflow:visible}.GuessRow-module__BS4ZxG__championCell[data-name]:after{content:attr(data-name);background:var(--color-surface-elevated);color:var(--color-gold-light);font-family:var(--font-display);border-radius:var(--radius-sm);white-space:nowrap;pointer-events:none;opacity:0;transition:opacity var(--transition-fast), transform var(--transition-fast);z-index:10;border:1px solid #ffffff40;padding:4px 8px;font-size:14px;font-weight:600;position:absolute;bottom:100%;left:50%;transform:translate(-50%)translateY(4px)}.GuessRow-module__BS4ZxG__championCell[data-name]:hover:after{opacity:1;transform:translate(-50%)translateY(-4px)}.GuessRow-module__BS4ZxG__avatarWrapper{width:100%;min-width:0;height:100%;min-height:0;position:relative}.GuessRow-module__BS4ZxG__avatarImg{object-fit:cover;width:94%;height:94%;position:absolute;top:3%;left:3%}.GuessRow-module__BS4ZxG__borderImg{pointer-events:none;object-fit:fill;width:100%;height:100%;position:absolute;inset:0}.GuessRow-module__BS4ZxG__multiValueCell{overflow:visible}.GuessRow-module__BS4ZxG__multiValueCell span{line-height:1.2;display:block}.GuessRow-module__BS4ZxG__affinityIcon{width:30px;height:30px}.GuessRow-module__BS4ZxG__direction{font-size:var(--text-xs);opacity:.9;margin-top:2px;font-weight:700}@keyframes GuessRow-module__BS4ZxG__tile-flip{0%{opacity:0;transform:perspective(600px)rotateY(90deg)scale(1)}50%{opacity:1}80%{opacity:1;transform:perspective(600px)rotateY(0)scale(1.08)}to{opacity:1;transform:perspective(600px)rotateY(0)scale(1)}}.GuessRow-module__BS4ZxG__cellAnimated{transition:none;animation:.9s ease-in-out both GuessRow-module__BS4ZxG__tile-flip}.GuessRow-module__BS4ZxG__cellDelay1{animation-delay:0s}.GuessRow-module__BS4ZxG__cellDelay2{animation-delay:.5s}.GuessRow-module__BS4ZxG__cellDelay3{animation-delay:1s}.GuessRow-module__BS4ZxG__cellDelay4{animation-delay:1.5s}.GuessRow-module__BS4ZxG__cellDelay5{animation-delay:2s}.GuessRow-module__BS4ZxG__cellDelay6{animation-delay:2.5s}.GuessRow-module__BS4ZxG__cellDelay7{animation-delay:3s}.GuessRow-module__BS4ZxG__cellDelay8{animation-delay:3.5s}@media (max-width:768px){.GuessRow-module__BS4ZxG__row{grid-template-columns:repeat(9,minmax(0,70px));gap:3px}.GuessRow-module__BS4ZxG__cell{padding:var(--space-xs);font-size:var(--text-xs)}.GuessRow-module__BS4ZxG__championCell{position:static}.GuessRow-module__BS4ZxG__affinityIcon{width:24px;height:24px}}
.GuessTable-module__VYtWPa__wrapper{-webkit-overflow-scrolling:touch;width:100%;padding-bottom:8px;overflow:auto hidden}.GuessTable-module__VYtWPa__table{flex-direction:column;align-items:center;gap:8px;min-width:814px;margin:0 auto;display:flex}.GuessTable-module__VYtWPa__header{grid-template-columns:repeat(9,minmax(0,90px));gap:4px;display:grid}.GuessTable-module__VYtWPa__headerCell{padding:var(--space-xs) var(--space-sm);font-family:var(--font-display), serif;font-size:var(--text-xs);color:var(--color-gold);text-transform:uppercase;letter-spacing:.06em;text-align:center;white-space:nowrap;border-bottom:1px solid #f4cf8b99;justify-content:center;align-items:center;font-weight:600;display:flex}.GuessTable-module__VYtWPa__empty{text-align:center;padding:var(--space-xl) var(--space-md);color:var(--color-text-muted);font-size:var(--text-sm)}.GuessTable-module__VYtWPa__rows{flex-direction:column;gap:16px;display:flex}@media (max-width:768px){.GuessTable-module__VYtWPa__table{min-width:654px}.GuessTable-module__VYtWPa__header{grid-template-columns:repeat(9,minmax(0,70px));gap:3px}.GuessTable-module__VYtWPa__headerCell{padding:var(--space-xs);font-size:10px}.GuessTable-module__VYtWPa__stickyCol{position:static}}
