.start{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000;width:100vw;height:100vh;background:#1e1f22bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center}.h1-title{margin-right:175px;margin-bottom:50px;font-size:160px;font-family:GraffitiFont,sans-serif;text-align:center;color:#ec025d;text-shadow:0 0 5px #ec025d}.shine-wrapper{position:relative;display:inline-block;color:#ec025d;animation:shine 2.5s infinite linear}@keyframes shine{0%{text-shadow:0 0 3px #ec025d,0 0 6px #ec025d}50%{text-shadow:0 0 6px #ff4d6d,0 0 12px #ff4d6d}to{text-shadow:0 0 3px #ec025d,0 0 6px #ec025d}}.start-button{height:100px;width:400px;background-color:#fdd615;color:#222;font-weight:700;font-size:40px;border:none;border-radius:.8rem;box-shadow:0 8px 15px #0000004d;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none}.start-button:hover{background-color:#e8be16;transform:scale(1.05);box-shadow:0 10px 20px #e8be16b3}.start-button:active{transform:scale(.95);box-shadow:0 5px 10px #0003}.board{width:540px;height:544px;border:3px solid #edfd00;position:relative;box-sizing:border-box;display:flex;flex-direction:column;cursor:pointer;box-shadow:0 0 1px #edfd00,0 0 7px #edfd00,0 0 20px #edfd00}.number-notes{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.row{display:flex;height:60px;box-sizing:border-box}.column{width:60px;height:60px;border:1px solid #2e2e2e;box-sizing:border-box;position:relative}.cell-input{width:100%;height:100%;border:none;padding:0;color:#cccaca;background-color:transparent;font-size:30px;text-align:center;caret-color:transparent;outline:none;position:absolute;top:0;left:0}.cell-input:hover{background-color:#333;cursor:pointer}.cell-input:focus{background-color:#36373ab3}.cell-default{background-color:#1c1c1c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:700;width:100%;height:100%;cursor:not-allowed;pointer-events:none}.cell-wrong{background-color:#ec025d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:30px;width:100%;height:100%}.row:nth-child(3),.row:nth-child(6){border-bottom:3px solid #2e2e2e}.column:nth-child(3),.column:nth-child(6){border-right:3px solid #2e2e2e}.notes-container{cursor:pointer;pointer-events:none;justify-content:center;align-items:center;background-color:transparent;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);width:100%;height:100%;position:absolute;top:0;left:0}.note-number,.note-number-active{pointer-events:auto;height:3px;width:3px;justify-self:center;cursor:pointer;font-size:13px;font-weight:lighter;color:transparent;background-color:transparent;border:none;display:flex;justify-content:center;align-items:center;transition:color .2s ease}.note-number-active{cursor:pointer;color:#979696;background-color:transparent;border:none}.note-number:hover,.note-number-active:hover{color:#fff}.note-number{pointer-events:auto}html,body,#root{width:100vw;height:100vh;margin:0;padding:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#000;display:flex;flex-direction:column;cursor:pointer;gap:10px}@font-face{font-family:GraffitiFont;src:url(/sudoku-web/assets/SWEET%20AS%20REVENGE-BZINT3VG.ttf) format("truetype")}.header{display:flex;flex-direction:row;background-color:#101010}.level{display:flex;flex-direction:row;margin-right:650px}.timer-container{display:flex;flex-direction:row;right:0;align-items:center}.stop{height:50px;width:50px;align-items:center;justify-content:center;background-color:#ffe016;color:#fff;box-shadow:0 0 1px #ffe016,0 0 7px #ffe016,0 0 3px #ffe016;font-size:20px;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.stop:hover{background-color:#fff094;box-shadow:20px 10px 20px #0003;transform:scale(1.05);transition:background-color .7s ease-in-out}.timer{width:150px;text-align:center;font-size:30px;font-weight:700;color:#fff;margin-bottom:10px;padding-right:30px}h1{display:block;height:60px;width:278px;font-size:80px;font-weight:lighter;font-family:GraffitiFont,sans-serif;text-align:left;color:#ffe016;margin:10px 10px 40px;text-shadow:0 0 7px #ecc502}.h1-wrapper{position:relative;display:inline-block;color:#ffe016}.game-container{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%}@media screen and (max-width: 600px){.board{width:360px;height:364px}.row{height:40px}.column{width:40px;height:40px}.cell-input,.cell-default,.cell-wrong{font-size:20px}.note-number,.note-number-active{font-size:10px}}.submitButton{background-color:#ec025d;color:#fff;font-weight:700;padding:.75rem 2rem;font-size:1.2rem;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .25s ease,transform .15s ease;margin-left:20px;box-shadow:0 0 1px #ec025d,0 0 2px #ec025d,0 0 15px #ec025d}.submitButton:hover{background-color:#810133;transform:scale(1.05)}.submitButton:active{transform:scale(.95)}.number-board-container{display:flex;flex-direction:column;margin-top:100px}.number-board{display:inline-block;margin-left:30px;width:200px;height:200px}.numberButton{justify-content:center;align-items:center;box-shadow:2px 2px 10px #0000004d;margin-left:5px;margin-bottom:5px;width:60px;height:60px;font-size:25px;border:1px solid #ec025d;border-radius:4px;color:#fff;background-color:#1c1c1c}.numberButton:hover{cursor:pointer;background-color:#302c2c;transform:scale(1.04);transition:background-color .2s ease-in-out}.candidate-mode{overflow:hidden;width:190px;box-sizing:border-box;margin-top:10px;margin-left:5.25px;transition:color .2s ease-in-out}.candidate-mode:hover{color:#ecf1ec;transform:scale(1.06)}.candidate-mode-focus{width:100%;color:#ec025d;background-color:transparent;border-radius:5px;border:1px solid #ec025d}.candidate-mode-button{width:100%;color:#fdfdfd;background-color:transparent;border-radius:5px;border:1px solid #ec025d}.restart-game{display:flex;align-items:center;justify-content:center;margin-top:30px;margin-right:20px;margin-left:47px;height:50px;min-width:70px;font-size:17px;font-weight:700;background-color:transparent;color:#ec025d;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease}.restart-game:hover{transform:scale(1.2)}.finished-stats{position:fixed;z-index:1000;width:100vw;height:100vh;background:#1e1f22bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;font-size:16px;box-sizing:border-box}.congratulations{color:#ffe016;font-size:100px;font-weight:lighter;text-align:center;margin-right:450px;padding:0;text-shadow:0 0 5px #ffe016,0 0 10px #ffe016;animation:pulseGlow 2s infinite ease-in-out}@keyframes pulseGlow{0%,to{text-shadow:0 0 1px #c7a300,0 0 6px #c7a300,0 0 12px #c7a300,0 0 18px #c7a300}50%{text-shadow:0 0 1.5px #d1b600,0 0 12px #d1b600,0 0 18px #d1b600,0 0 24px #d1b600}}.time{font-size:30px;text-align:center;color:#fff;margin-top:50px}.level{display:flex;gap:15px;align-items:center;justify-content:center;padding:10px}.hard,.easy,.medium{height:50px;min-width:70px;padding:10px 20px;font-size:17px;font-weight:700;background-color:transparent;color:#ec025d;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease}.hard:hover,.medium:hover,.easy:hover{background-color:#ffee89;box-shadow:0 0 15px #ffe016,0 0 25px #ffe016;transform:scale(1.05)}
