*{margin:0;padding:0;box-sizing:border-box}h1{color:#fff;background-color:#000}body{width:100%;margin:0 auto}body.theme-light{background:url(/light.cc0745b6.jpg) no-repeat 50% fixed;background-size:cover;color:#000}body.theme-dark{background:url(/dark.6918a492.jpg) no-repeat 50% fixed;background-size:cover;color:#ccc}body.theme-colorful{background:url(/colorful.b1cc2d34.jpg) no-repeat 50% fixed;background-size:cover;color:#000}.load-game,.randomGame,.reset_btn,.save-btn,.solution,button{transition:background-color .3s ease,color .3s ease}.load-game.theme-light,.randomGame.theme-light,.reset_btn.theme-light,.save-btn.theme-light,.solution.theme-light,button.theme-light{background-color:#007bff;color:#fff}.load-game.theme-dark,.randomGame.theme-dark,.reset_btn.theme-dark,.save-btn.theme-dark,.solution.theme-dark,button.theme-dark{background-color:#444;color:#fff}.load-game.theme-colorful,.randomGame.theme-colorful,.reset_btn.theme-colorful,.save-btn.theme-colorful,.solution.theme-colorful,button.theme-colorful{background-color:#ff69b4;color:#8b0000}#header{justify-content:space-between;padding:10px 67px}#container,#header{display:flex;align-items:center}#container{flex-direction:column;justify-content:center}ul#menu{align-items:flex-start;display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-end;list-style:none;gap:20px}ul#menu,ul#menu li{padding:0;margin:0}ul#menu li a{text-decoration:none;color:#333;font-weight:700;padding:10px;border-radius:5px;transition:background-color .3s ease}ul#menu li a:hover{background-color:#f0f0f0}.drop-down,.leaders-btn,.theme-btn{color:#000;padding:16px;font-size:18px;border:none;cursor:pointer;width:192px}.drop-down:focus,.drop-down:hover,.leaders-btn:focus,.leaders-btn:hover,.theme-btn:focus,.theme-btn:hover{background-color:#99caeb}.leaders-btn,.level-list,.theme{position:relative;display:inline-block}.list{display:none;position:absolute;background-color:#f1f1f1;min-width:100px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1;font-size:1.3em;list-style:none;width:192px;padding:10px;text-align:center;color:#000}.list a{color:#000;padding:12px 16px;text-decoration:none;display:block}.list a:hover{background-color:#ddd}.theme-list{display:none;position:absolute;background-color:#f1f1f1;width:192px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1;list-style:none;font-size:1.3em;padding:10px;text-align:center;color:#000}.theme-list a{color:#000;padding:12px 16px;text-decoration:none;display:block}.theme-list a:hover{background-color:#ddd}.leaderboard-table{position:absolute;background-color:#f1f1f1;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1;color:#000;font-size:1.3em;padding:10px;text-align:center;width:192px}.leaderboard-table a{color:#000;padding:12px 16px;text-decoration:none;display:block}.leaderboard-table a:hover{background-color:#ddd}.show{display:block}.active{border-radius:7px}.active,.li:hover,.theme-item:hover{background-color:#c9dee8}section.save-load-section{margin-bottom:20px}section.btns-section,section.save-load-section{display:flex;flex-wrap:nowrap;gap:20px}#nonogram{border-spacing:0;border-collapse:collapse;user-select:none}#nonogram td,#nonogram th{width:28px;height:28px;padding:4px;line-height:1.5;white-space:nowrap}#nonogram td:nth-child(5n+1),#nonogram th:nth-child(5n+1){border-right:1px solid #000}#nonogram tr:nth-child(5n+1) td,#nonogram tr:nth-child(5n+1) th{border-bottom:1px solid #000}#nonogram th{background-color:#eee;font-family:Ubuntu Mono,monospace}#nonogram th.highlight{background-color:#ccc}#nonogram td{border-top:1px dotted #aaa;border-left:1px dotted #aaa}#nonogram td:hover{opacity:.85;background-color:#f3f3f3}#nonogram .black{background-color:#000}#nonogram .cross{font-size:24px;color:red;cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}#nonogram .cell{position:relative;width:30px;height:30px;border:1px solid #ccc;background-color:#fff;box-sizing:border-box}#nonogram .cell.black{background-color:#000}#nonogram .cell{transition:background-color .3s ease}#nonogram .theme-light{background-color:#ccc}#nonogram .theme-dark{background-color:#555}#nonogram .theme-colorful{background-color:#ffb6c1}.dark{background-color:#000;color:#fff}.grid-section{min-height:100%;width:100%;flex-wrap:wrap;border-radius:8px;margin-bottom:50px}.grid-section,.modal{display:flex;justify-content:center;align-items:center}.modal{flex-direction:column;gap:.4rem;width:450px;padding:1.3rem;min-height:250px;position:absolute;top:20%;border:1px solid #ddd;border-radius:15px;z-index:2;background:linear-gradient(134deg,#000,#f0f0f0);transition:opacity .3s ease,transform .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.2)}.hidden{display:none}.modal .flex{display:flex;align-items:center;justify-content:space-between}.modal input{padding:.7rem 1rem;border:1px solid #ddd;border-radius:5px;font-size:.9em}.modal p{font-size:1.2em;color:#fff;transition:opacity .3s ease;margin:.4rem 0 30px}.overlay{position:fixed;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background:rgba(0,0,0,.5);backdrop-filter:blur(3px);z-index:1}.disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.display{display:block}.timer-section{margin-top:20px;font-family:Arial,sans-serif}#timer,.timer-section{display:flex;align-items:center;justify-content:center}#timer{font-size:24px;padding:10px;background-color:#f0f0f0;color:#333;border-radius:5px;box-shadow:0 2px 5px rgba(0,0,0,.1);text-align:center;width:110px;height:40px;margin-bottom:50px;margin-top:50px}@keyframes timerChange{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}#timer.change{animation:timerChange .3s ease-in-out}img{width:60px}img.save-img{width:40px}img.load-img{width:46px}#footer{display:flex;justify-content:center;align-items:center;padding:10px;border-top:1px solid #e9ecef;margin-top:30px}.footer-img{width:30px;height:30px;margin-right:10px}#footer a{display:flex;align-items:center;text-decoration:none;color:#000}#footer a:hover{opacity:.8}@media screen and (max-width:500px){.main{width:100%}.title{font-size:2em}#container{padding:20px}.menu-btn{width:30px;height:30px;position:relative;z-index:2;overflow:hidden}.menu-btn span{width:30px;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#222;transition:all .5s}.menu-btn span:nth-of-type(2){top:calc(50% - 5px)}.menu-btn span:nth-of-type(3){top:calc(50% + 5px)}ul#menu{justify-content:center}.menu{position:fixed;top:0;left:0;width:100%;height:100%;padding:15px;background:#ffefba;transform:translateX(-100%);transition:transform .5s;z-index:1;flex-direction:column}.menu.active{transform:translateX(0)}.menu li{list-style-type:none}.menu-btn.active span:first-of-type{display:none}.menu-btn.active span:nth-of-type(2){top:50%;transform:translate(-50%) rotate(45deg)}.menu-btn.active span:nth-of-type(3){top:50%;transform:translate(-50%) rotate(-45deg)}}
/*# sourceMappingURL=/nonogram.daaaf4ed.css.map */