@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(./poppins-devanagari-400-normal.CJDn6rn8.woff2) format("woff2"),url(./poppins-devanagari-400-normal.CqVvlrh5.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(./poppins-latin-ext-400-normal.by3JarPu.woff2) format("woff2"),url(./poppins-latin-ext-400-normal.DaBSavcJ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(./poppins-latin-400-normal.cpxAROuN.woff2) format("woff2"),url(./poppins-latin-400-normal.BOb3E3N0.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}nav{width:100%;height:60px;font-size:1.5rem;align-items:center;background-color:var(--bg-2);padding:1rem;display:flex;justify-content:space-between;gap:1rem;position:fixed;top:0;z-index:100}.nav-desktop{display:flex;gap:1rem;align-items:center;justify-content:center;flex:1}.nav-desktop a{font-size:1.5rem;color:var(--txt-1);text-decoration:none;transition:color .3s,font-size .3s,font-weight .3s}.nav-desktop a:hover{color:var(--border-2)}.nav-desktop a[aria-current=true]{color:var(--txt-2);font-weight:700;letter-spacing:.05em}.nav-desktop a[aria-current=true]:hover{color:var(--border-2)}.hamburger-menu{display:none;flex-direction:column;gap:.35rem;background:none;border:none;cursor:pointer;padding:.5rem;width:44px;height:44px;justify-content:center;align-items:center}.hamburger-menu span{width:24px;height:3px;background-color:var(--txt-1);border-radius:2px;transition:all .3s ease}.mobile-menu-overlay{display:none;position:fixed;top:60px;right:0;width:100%;height:calc(100vh - 60px);background-color:#00000080;z-index:50;justify-content:flex-start;align-items:flex-start;padding-top:1rem}.mobile-menu-content{display:flex;flex-direction:column;gap:1rem;background-color:var(--bg-2);border-radius:.5rem;padding:1rem;margin-left:auto;margin-right:1rem;min-width:150px;box-shadow:0 4px 12px #0000004d}.mobile-menu-content a{font-size:1.25rem;color:var(--txt-1);text-decoration:none;transition:color .3s}.mobile-menu-content a:hover{color:var(--border-2)}@media(max-width:768px){.nav-desktop{display:none}.hamburger-menu,.mobile-menu-overlay{display:flex}}button{font-size:1rem;font-weight:900;color:inherit;background:none;text-transform:uppercase;cursor:pointer;letter-spacing:.05em}button{width:100%;height:100%;border:3px solid var(--bg-2);font-size:1rem;padding:1rem;font-weight:900;color:inherit;background:none;text-transform:uppercase;cursor:pointer;letter-spacing:.05em}button:hover{color:var(--txt-2);background:var(--bg-2);border:3px solid var(--txt-1)}button:active{background:var(--bg-2);transform:translateY(2px)}button:disabled{opacity:.5;cursor:not-allowed;background:var(--bg-1);color:var(--txt-1);border-color:var(--bg-2)}button:disabled:hover{background:var(--bg-1);color:var(--txt-1);border-color:var(--bg-2);transform:none}.menu-button{width:auto;height:auto;border:3px solid var(--bg-2);padding:.6rem}.game-layout{display:flex;flex-direction:row;align-items:stretch;height:100%;width:100%;gap:.5rem;margin:0 auto}.panel{display:flex;flex-direction:column;align-items:center;padding:.25rem;border:1px solid var(--border-2, #ccc);border-radius:.25rem;box-shadow:0 0 10px #0000001a}.panel-left{flex:0 0 15%;min-width:200px}.panel-center{flex:1;min-height:100%;height:100vh;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:100%;max-height:100%;box-sizing:border-box}.panel-right{flex:0 0 400px;overflow:hidden;display:flex;flex-direction:column;min-height:100%}.panel-right>.clues-container{flex-grow:1}.panel-right h3{margin-top:0;margin-bottom:10px;text-align:center}.clues-container{width:100%;height:calc(100% - 50px);overflow-y:auto;padding:5px;display:flex;flex:1;flex-direction:column;align-items:center}@media(max-width:1200px){.panel-left,.panel-right{min-width:180px}.panel-center{min-width:400px}}@media(max-width:768px){.game-layout{flex-direction:column;height:auto}.panel-left{flex:0 0 auto;width:100%;min-width:unset;padding:.5rem;gap:.5rem;flex-direction:row;justify-content:space-around;align-items:center}.panel-center,.panel-right{width:100%;flex-basis:auto;min-width:unset}.panel-center{height:70vh;min-height:300px}}.game-board-container{width:100%;margin:0 auto;display:flex;justify-content:center;align-items:center;overflow:hidden;box-sizing:border-box;min-width:0;min-height:0}.game-board{display:grid;grid-template-columns:repeat(var(--columns),1fr);grid-template-rows:repeat(var(--rows),1fr);width:fit-content;max-width:min(95vw,2000px);max-height:min(90vh,1500px);aspect-ratio:var(--columns) / var(--rows);justify-self:center;gap:4px;padding:8px;background-color:var(--bg-2);border:3px solid var(--border-2);border-radius:15px;box-sizing:border-box}.row{display:contents}.cell{display:flex;width:var(--cell-size);height:var(--cell-size);background-color:var(--bg-1);border:2px solid var(--border-1);border-radius:10px;padding:2px;box-sizing:border-box;gap:2px}.group{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1px;flex:1;height:100%;min-width:0;padding:1px;box-sizing:border-box}.game-board .token-container{display:flex;align-items:center;justify-content:center;width:var(--token-size)!important;height:var(--token-size)!important;aspect-ratio:1;flex-shrink:0}.game-board[style*="--columns: 4"][style*="--rows: 4"] .token-container:not(.single-token):not(.winner-token){width:calc(var(--token-size) * .8)!important;height:calc(var(--token-size) * .8)!important}.game-board[style*="--columns: 6"] .token-container:not(.single-token):not(.winner-token),.game-board[style*="--columns: 5"][style*="--rows: 6"] .token-container:not(.single-token):not(.winner-token){width:calc(var(--token-size) * .9)!important;height:calc(var(--token-size) * .9)!important}.game-board .token-container.single-token{width:calc(var(--token-size) * 1.5)!important;height:calc(var(--token-size) * 1.5)!important;justify-content:center}.game-board[style*="--columns: 6"] .token-container.single-token,.game-board[style*="--columns: 5"][style*="--rows: 6"] .token-container.single-token{width:calc(var(--token-size) * 1.2)!important;height:calc(var(--token-size) * 1.2)!important}.token-container img{width:100%;height:100%;object-fit:contain}.token-container.single-token img{width:150%;object-fit:contain}.token-placeholder{width:100%;height:0;padding-bottom:100%;background-color:var(--bg-1);border:3px solid var(--bg-1);border-radius:10px;min-width:30px;min-height:30px}.single-token-placeholder{width:150%}.game-board-token{width:100%;height:100%;border:3px solid var(--bg-2);border-radius:10px;padding:0;box-sizing:border-box}.game-board-token.highlighted:not(.selected){border:3px solid var(--border-4);border-radius:10px}.game-board-token.selected,.game-board-token.selected:hover{border:3px solid var(--border-3);border-radius:10px}@keyframes pulse{0%{box-shadow:0 0 0 0 var(--border);transform:scale(1)}50%{box-shadow:0 0 0 10px #ff009500;transform:scale(1.05)}to{box-shadow:0 0 #ff009500;transform:scale(1)}}.game-board-token.last-remaining{animation:pulse 1.5s infinite;border-radius:10px}.game-board.solving .game-board-token,.game-board.solving .token-container{animation:none!important;transition:none!important}.winner-group{display:flex!important;justify-content:center;align-items:center;flex:1;height:100%;overflow:hidden;flex-wrap:nowrap!important}.token-container.winner-token{width:calc(var(--token-size) * 1.8)!important;height:calc(var(--token-size) * 1.8)!important;transition:all .3s ease-in-out;z-index:5;margin:auto;display:flex;justify-content:center;align-items:center}.game-board-token.expanded{width:100%;height:100%;border:none;box-shadow:none;background:none;transform:scale(1.1);transition:all .3s ease-in-out;overflow:hidden;display:flex;justify-content:center;align-items:center}.game-board-token.expanded img{width:90%;height:90%;object-fit:contain;filter:drop-shadow(0 0 8px rgba(255,215,0,.7));transition:all .3s ease-in-out}@media(max-width:768px){.game-board-container{padding:.25rem}.game-board{font-size:2rem;gap:.1rem;padding:.1rem;width:min(100%,100vh - 150px);max-width:100%;max-height:100%}.cell{margin:1px}}@media(max-width:500px){.game-board-container{padding:.125rem}.game-board{font-size:.5rem;gap:.125rem;padding:.125rem;width:min(100%,100vh - 120px);max-width:100%;max-height:100%}.cell{margin:.5px}}.status{display:flex;flex-direction:column;align-items:center;width:100%;padding:.5rem;gap:1rem}.status-row{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;font-size:1.5rem}.lives{display:flex;gap:.5rem}@media(max-width:768px){.status{flex-direction:row;gap:.5rem;padding:.25rem;justify-content:space-around}.status-row{font-size:.875rem;gap:.25rem}}.lives img{width:30px;height:30px}.reset-container{display:flex;justify-content:center;width:100%}.game-state.centered{display:flex;flex-direction:column;justify-content:center;align-items:center}.game-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:2rem;border:1px solid var(--border-2, #ccc);border-radius:.25rem;box-shadow:0 0 10px #0000001a;background-color:var(--bg-2);max-width:500px;width:100%;text-align:center;margin:0 auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:100}.game-settings{margin-top:1rem;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.game-settings h3{margin-bottom:.5rem;text-align:center}.game-settings select{padding:.5rem;border-radius:4px;width:auto}.new-board-container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}.new-board-button{margin-top:1rem}.reset-board-button{margin-top:.5rem}@media(max-width:768px){.game-settings{margin-top:0;gap:.25rem}.game-settings h3{display:none}.game-settings select{padding:.25rem;font-size:.875rem}.new-board-button,.reset-board-button{margin-top:0;padding:.25rem .5rem;font-size:.75rem}}.clues{padding:5px;width:100%;max-height:calc(100vh - 100px);display:flex;flex-wrap:wrap;gap:15px;justify-content:center;align-content:flex-start;position:relative;overflow-y:auto}.clue-tokens{display:flex;align-items:center;justify-content:space-between;gap:10px;width:160px;height:60px;padding:5px 15px;border-radius:8px;background-color:var(--bg-2);margin:0;box-shadow:0 6px 12px #00000029,0 6px 12px #0000003b,inset 0 2px 2px #ffffff80;border:none;cursor:pointer;transition:all .2s ease-in-out}.clue-tokens.vertical{flex-direction:column;align-items:center;justify-content:space-between;width:60px;height:160px;padding:5px;box-sizing:border-box;border-radius:8px;box-shadow:0 6px 12px #00000029,0 6px 12px #0000003b,inset 0 2px 2px #ffffff80;border:none;transition:transform .2s ease,box-shadow .2s ease,opacity .5s ease,margin .5s ease,height .5s ease,width .5s ease;position:relative;margin:0}.token-container{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:0;flex-shrink:0}.clue-relationship{display:flex;align-items:center;justify-content:center}.relationship-icon{font-size:1.5rem}.clue-tokens.vertical .token-container{width:40px;height:40px;margin:0}.no-clues{text-align:center;padding:20px;color:var(--txt-1, #666);font-style:italic}.clue-token{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border:2px solid transparent;border-radius:10px;box-sizing:border-box}.clue-token img{width:100%;height:100%;object-fit:contain}.clue-tokens.selected{background-color:var(--bg-3);box-shadow:0 4px 8px #0003,0 4px 8px #0000004d,inset 0 2px 2px #ffffff4d;transform:translateY(2px);border:2px solid #ffd700}.clue-tokens:hover:not(.solved){background-color:var(--bg-3);transform:translateY(-2px);box-shadow:0 8px 16px #0003,0 8px 16px #0000004d,inset 0 2px 2px #ffffff80}.clue-tokens:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0000002e,0 4px 8px #00000040,inset 0 1px 1px #ffffff80;transition:transform .2s ease,box-shadow .2s ease}@keyframes fadeOut{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.05)}to{opacity:0;transform:scale(0);height:0;width:0;margin:0;padding:0;position:absolute}}.clue-tokens.solved{animation:fadeOut .5s ease-out forwards;pointer-events:none}@media(max-width:768px){.clues{grid-template-columns:1fr}}.solver-controls{margin-top:1rem;padding:1rem;border:2px solid var(--border-1);border-radius:10px}.auto-solve-button{margin-bottom:.5rem}.auto-solve-button:focus{outline:none;box-shadow:0 0 0 3px var(--border-2)}.auto-solve-button:disabled{opacity:.6;cursor:not-allowed}.solver-status{padding:.75rem;background:var(--bg-1);border:2px solid var(--border-2);border-radius:8px;margin-top:.5rem}.solver-status p{margin:.25rem 0;font-size:.9rem}.solver-reason{color:var(--text-2);font-size:.85rem!important;font-style:italic}@media(max-width:768px){.solver-controls{display:none}}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem}.spinner{width:50px;height:50px;border:5px solid var(--border-1);border-top:5px solid var(--border-3);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner p{color:var(--text-2);font-size:1rem}*{margin:0;padding:0;box-sizing:border-box}:root{--txt-1: hsl(220 10% 98%);--txt-2: gold;--bg-1: hsl(220 20% 10%);--bg-2: hsl(220 20% 20%);--border: hsl(180 100% 50%);--border-2: yellow;--border-3: #ff0095;--border-4: rgb(255, 255, 255);--pulse: hsl(9 100% 64%)}html,body{height:100%;overflow-y:hidden}body{display:flex;flex-direction:column;font-family:Poppins,sans-serif;color:var(--txt-1);background-color:var(--bg-1)}main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:60px;width:100%;height:calc(100vh - 60px);overflow-y:auto}h1{font-size:4rem;text-align:center;text-transform:capitalize}h1+button{width:max-content;margin-top:2rem;margin-inline:auto;border:3px solid var(--border)}.card{margin:1rem;padding:1rem;background-color:var(--bg-2);border-radius:8px;display:flex;gap:1rem;align-items:center}.card img{width:50px;height:50px}
