@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);#root,body,html{background:#1f1f1f;min-height:100vh;width:100%}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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.image-container{align-items:stretch;background-color:#000;border:8px solid #0000;border-image-slice:1;border-image-source:linear-gradient(135deg,#f3e4b2,#caa34a 30%,#7a5a12 60%,#caa34a 85%,#f3e4b2);border-radius:12px;box-sizing:border-box;display:flex;height:505px;margin-top:10px;max-width:100%;padding:5px;position:relative;width:820px}@media (max-width:1200px){.image-container{aspect-ratio:820/505;height:auto;width:100%}}@media (max-width:768px){.image-container{aspect-ratio:820/505;height:auto;max-height:60vh;width:100%}}@media (max-width:576px){.image-container{padding:2px;width:100%}}@media only screen and (max-width:430px){.image-container{aspect-ratio:820/505;height:auto;padding:0;width:100%}}.search-container{margin-bottom:10px;margin-top:10px;position:relative;width:100%}.search-input{background:#1f1f1f;border:2px solid #ffffff26;border-radius:8px;box-shadow:inset 0 2px 8px #00000040;box-sizing:border-box;color:#eaeaea;font-size:16px;outline:none;padding:10px 12px;width:100%}.search-input::placeholder{color:#9a9a9a}.search-input:focus{border-color:#25c4ec;box-shadow:0 0 0 2px #25c4ec40}.search-options{background:#2a2a2a;border:1px solid #ffffff1f;border-radius:8px;box-shadow:0 10px 30px #00000073;box-sizing:border-box;color:#eaeaea;list-style:none;margin:6px 0 0;max-height:260px;overflow-y:auto;padding:6px 0;position:absolute;width:100%;z-index:10050}.search-option{cursor:pointer;padding:8px 12px}.search-option.active,.search-option:hover{background:#25c4ec2e}.guess-list-container{display:flex;flex-direction:column;gap:12px}.guess-container{align-items:center;background-color:#2a2a2a;border:1px solid #3a3a3a;border-radius:10px;box-shadow:0 1px 2px #0003;color:#fff;display:flex;font-family:Roboto,sans-serif;font-size:18px;padding:12px 16px;transition:transform .05s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease}.guess-container:before{background-color:#666;border-radius:50%;content:"";flex:0 0 10px;height:10px;margin-right:10px;width:10px}.guess-container.wrong{background-color:#ef44441f;border-color:#ef444473}.guess-container.wrong:before{background-color:#ef4444}.guess-container.correct{background-color:#22c55e1f;border-color:#22c55e73}.guess-container.correct:before{background-color:#22c55e;box-shadow:0 0 8px #22c55e99}.history-container{background-color:#1f1f1f;height:100vh;padding:0 20px 20px;width:300px}.history-title{border-bottom:2px solid #444;color:#fff;font-size:1.5rem;margin-bottom:20px;margin-top:0;padding-bottom:10px;text-align:center}.history-list{gap:10px;height:calc(100vh - 100px);overflow-y:auto;padding-right:5px}.history-item,.history-list{display:flex;flex-direction:column}.history-item{background-color:#2a2a2a;border:1px solid #444;border-radius:8px;gap:8px;padding:12px;transition:background-color .2s ease}.history-item.clickable{cursor:pointer}.history-item:hover{background-color:#333}.history-skin-info{display:flex;flex-direction:column;gap:4px}.history-skin-name{color:#fff;font-size:.9rem;font-weight:700}.history-champion{color:#ccc;font-size:.8rem}.history-stats{align-items:center;display:flex;justify-content:space-between}.history-guess-count{color:#4caf50;font-size:.85rem;font-weight:700}.high-guess-count{color:#f44336!important}.challenge-mode-badge{background-color:#ff9800}.challenge-mode-badge,.skipped-badge{border-radius:4px;color:#fff;font-size:.7rem;font-weight:700;padding:2px 6px;text-transform:uppercase}.skipped-badge{background-color:#e53935}.no-history{color:#888;font-style:italic;margin-top:20px;text-align:center}.history-list::-webkit-scrollbar{width:8px}.history-list::-webkit-scrollbar-track{background:#1a1a1a}.history-list::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.history-list::-webkit-scrollbar-thumb:hover{background:#555}.history-toggle{display:none}@media (max-width:768px){.history-toggle{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0009;border:1px solid #ffffff26;border-radius:6px;color:#eaeaea;display:inline-flex;font-size:14px;gap:6px;left:12px;padding:8px 12px;position:fixed;top:12px;z-index:10001}.history-overlay{background:#00000080;inset:0;position:fixed;z-index:10000}.history-container{box-shadow:6px 0 24px #00000080;height:100vh;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .25s ease;z-index:10002}.history-container.open{transform:translateX(0)}}@media (max-width:399px){.history-toggle{display:none}}.history-preview{background:#755e19;border:1px solid #e6c200;border-radius:6px;box-shadow:0 6px 24px #00000080;padding:6px;pointer-events:none;position:fixed;z-index:9999}.history-preview img{border-radius:4px;display:block;height:auto;width:260px}.history-modal{align-items:center;background:#0009;display:flex;inset:0;justify-content:center;position:fixed;z-index:10010}.history-modal-content{background:#111;border:1px solid #e6c200;border-radius:12px;box-shadow:0 20px 60px #0009;outline:2px solid #e6c200;padding:12px}.app-footer{border-top:1px solid #ffffff14;color:#cfcfcf;font-size:.9rem;margin-top:24px;text-align:center}.app-footer,.app-header{box-sizing:border-box;padding:12px 16px;width:100%}.app-header{align-items:center;background:#262626;border-bottom:1px solid #ffffff14;display:flex;justify-content:space-between}.app-header__title{color:#fff;font-weight:800;margin:0;text-align:center}.app-header__home-link{color:inherit;text-decoration:none}.app-header__home-link:hover{text-decoration:none}.app-header__actions{align-items:center;display:flex;gap:12px}.mode-switch{background:#1f1f1f;border:1px solid #ffffff14;border-radius:10px;display:inline-flex;overflow:hidden}.mode-btn{background:#0000;border:none;color:#e0e0e0;cursor:pointer;font-weight:700;padding:8px 12px}.mode-btn.active{background:#25c4ec;color:#001219}.skin-name{box-sizing:border-box;margin:12px 0;width:100%}.skin-name__inner{background:#2a2a2a;border:1px solid #444;border-radius:8px;box-shadow:0 2px 8px #0003;padding:10px 12px;position:relative}.skin-name__text{color:#fff;display:block;font-size:22px;font-weight:400;letter-spacing:.2px;line-height:1.25;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.App{align-items:center;background-repeat:no-repeat;background:#1f1f1f;display:flex;flex-direction:column;min-height:100vh}#root,body,html{height:100%}.App .main{display:flex;flex-direction:row;margin-top:15px;min-height:100vh}.game-container{box-sizing:border-box;display:flex;flex:1 1 auto;flex-direction:column;gap:1px;margin:0;min-width:0;padding:0 12px}.App .main{align-items:flex-start}@media (min-width:769px) and (max-width:1200px){.App .main{justify-content:space-between;width:100%}}@media (max-width:768px){.App{overflow-x:hidden}.App,.App .main{width:100%}*{font-size:16px!important}}.main .streak-and-challenge-toggle{align-items:center;display:flex;flex-direction:row;margin-bottom:8px;min-height:40px}.App .main .streak-and-challenge-toggle .challenge-mode-toggle-container{align-items:center;display:flex;flex-direction:row;margin-left:auto;margin-right:0}@media only screen and (max-width:430px){.App{max-width:430px}}.App .next-button{word-wrap:break-word;align-self:flex-start;-webkit-appearance:none;appearance:none;background-color:#fafbfc;border:1px solid #1b1f2326;border-radius:6px;box-shadow:0 1px 0 #1b1f230a,inset 0 1px 0 #ffffff40;box-sizing:border-box;color:#24292e;cursor:pointer;display:inline-block;font-family:-apple-system,system-ui,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:14px;font-weight:500;line-height:20px;list-style:none;margin-bottom:15px;margin-top:15px;padding:6px 16px;position:relative;touch-action:manipulation;transition:background-color .2s cubic-bezier(.3,0,.5,1);user-select:none;-webkit-user-select:none;vertical-align:middle;white-space:nowrap}.App .next-button:hover{background-color:#f3f4f6;text-decoration:none;transition-duration:.1s}.App .next-button:active{background-color:#edeff2;box-shadow:inset 0 1px 0 #e1e4e833;transition:none 0s}.App .next-button:focus{outline:1px #0000}.App .next-button:before{display:none}.checkbox-wrapper-3{margin-right:10px}.App .skip-button{align-self:flex-start;-webkit-appearance:none;appearance:none;background-color:#ffebee;border:1px solid #1b1f2326;border-radius:6px;box-shadow:0 1px 0 #1b1f230a,inset 0 1px 0 #ffffff40;box-sizing:border-box;color:#b71c1c;cursor:pointer;display:inline-block;font-family:-apple-system,system-ui,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:14px;font-weight:600;line-height:20px;margin-bottom:15px;margin-top:15px;padding:6px 16px}.App .skip-button:hover:not(:disabled){background-color:#ffcdd2}.App .skip-button:disabled{cursor:not-allowed;opacity:.6}.App .result-title{background:linear-gradient(180deg,#fff,#f7f7f7);border:1px solid #00000014;border-left:4px solid #e6c200;border-radius:10px;box-shadow:0 2px 8px #00000026;box-sizing:border-box;color:#0f172a;font-size:20px;font-weight:800;letter-spacing:.2px;line-height:1.25;margin:10px 0 12px;padding:10px 12px;text-align:left;width:100%}.checkbox-wrapper-3 input[type=checkbox]{display:none;visibility:hidden}.checkbox-wrapper-3 .toggle{-webkit-tap-highlight-color:transparent;cursor:pointer;display:block;height:20px;position:relative;transform:translateZ(0);width:40px}.checkbox-wrapper-3 .toggle:before{background:#9a9999;border-radius:8px;content:"";display:block;height:14px;left:3px;position:relative;top:3px;transition:background .2s ease;width:34px}.checkbox-wrapper-3 .toggle span{background:#fff;border-radius:10px;box-shadow:0 3px 8px #9a999980;display:block;height:20px;left:0;position:absolute;top:0;transition:all .2s ease;width:20px}.checkbox-wrapper-3 .toggle span:before{background:#4f2edc80;border-radius:50%;content:"";display:block;height:56px;margin:-18px;opacity:1;pointer-events:none;position:absolute;transform:scale(0);width:56px}.checkbox-wrapper-3 #cbx-3:checked+.toggle:before{background:#fff}.checkbox-wrapper-3 #cbx-3:checked+.toggle span{background:#25c4ec;box-shadow:0 3px 8px #4f2edc33;transform:translateX(20px);transition:all .2s cubic-bezier(.8,.4,.3,1.25),background .15s ease}.checkbox-wrapper-3 #cbx-3:checked+.toggle span:before{opacity:0;transform:scale(1);transition:all .4s ease}
/*# sourceMappingURL=main.e2c32c95.css.map*/