.MazeGame-module__qKOKdG__container{text-align:center;color:#2b2b2b;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%) fixed;min-height:100vh;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative;overflow:hidden}.MazeGame-module__qKOKdG__container:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#ffffff1a 0%,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff14 0%,#0000 50%),radial-gradient(circle at 40% 80%,#ffffff0f 0%,#0000 50%);position:absolute;inset:0}.MazeGame-module__qKOKdG__gameName{color:#fff;text-shadow:0 4px 8px #0000004d;letter-spacing:-1px;z-index:1;margin-bottom:20px;padding-top:100px;font-size:42px;font-weight:900;position:relative}.MazeGame-module__qKOKdG__mazeAlert{letter-spacing:.5px;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;max-width:90%;padding:16px 24px;font-size:16px;font-weight:600;transition:all .3s ease-in-out;position:fixed;top:20px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0000004d}.MazeGame-module__qKOKdG__mazeError{color:#fff;transform-origin:50%;background:linear-gradient(135deg,#ff6b6b,#ee5a24);border:1px solid #fff3;animation:.5s cubic-bezier(.36,.07,.19,.97) both MazeGame-module__qKOKdG__shake}@keyframes MazeGame-module__qKOKdG__shake{10%,90%{transform:translate(-50%)translate(-1px)}20%,80%{transform:translate(-50%)translate(1px)}30%,50%,70%{transform:translate(-50%)translate(-2px)}40%,60%{transform:translate(-50%)translate(2px)}}.MazeGame-module__qKOKdG__mazeSuccess{color:#fff;background:linear-gradient(135deg,#00d2ff,#3a7bd5);border:1px solid #fff3}.MazeGame-module__qKOKdG__instructions{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#333;text-align:left;background:#fffffff2;border:1px solid #ffffff4d;border-radius:20px;max-width:85%;margin:0 auto 50px;padding:25px;transition:all .3s;position:relative;box-shadow:0 8px 32px #0000001a}.MazeGame-module__qKOKdG__instructions:hover{transform:translateY(-2px);box-shadow:0 12px 40px #00000026}.MazeGame-module__qKOKdG__instructionsContent{opacity:1;height:auto;transition:height .4s ease-in-out,opacity .4s ease-in-out,margin .4s ease-in-out,padding .4s ease-in-out;overflow:hidden}.MazeGame-module__qKOKdG__instructions.MazeGame-module__qKOKdG__hidden .MazeGame-module__qKOKdG__instructionsContent{opacity:0;height:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0}.MazeGame-module__qKOKdG__instructionsHeader{border-bottom:2px solid #667eea33;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px;display:flex}.MazeGame-module__qKOKdG__instructions h2{color:#667eea;margin:0;font-size:24px;font-weight:700}.MazeGame-module__qKOKdG__instructions h3{color:#667eea;margin-top:20px;margin-bottom:10px;font-size:18px}.MazeGame-module__qKOKdG__instructions p{margin-bottom:15px;line-height:1.6}.MazeGame-module__qKOKdG__instructions ul{margin-bottom:20px;padding-left:0;list-style:none}.MazeGame-module__qKOKdG__instructions li{margin-bottom:8px;padding-left:20px;line-height:1.5;position:relative}.MazeGame-module__qKOKdG__instructions li:before{content:"•";color:#667eea;width:1em;margin-left:-1em;font-weight:700;display:inline-block}.MazeGame-module__qKOKdG__instructions code{color:#555;background-color:#667eea1a;border-radius:4px;padding:3px 6px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:.9em}.MazeGame-module__qKOKdG__instructions b{color:#e04b4b;font-weight:700}.MazeGame-module__qKOKdG__minimizeBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:8px;font-size:20px;transition:all .3s;display:flex;box-shadow:0 4px 10px #0003}.MazeGame-module__qKOKdG__minimizeBtn:hover{transform:scale(1.1);box-shadow:0 6px 15px #667eea66}.MazeGame-module__qKOKdG__minimizeBtn:active{transform:scale(.95)}.MazeGame-module__qKOKdG__maze{background:linear-gradient(135deg,#2c3e50,#34495e);border:3px solid #ffffff1a;border-radius:16px;grid-template-rows:repeat(10,60px);grid-template-columns:repeat(10,60px);justify-content:center;gap:2px;width:100%;max-width:620px;margin:30px auto;padding:10px;display:grid;position:relative;box-shadow:0 20px 60px #0000004d,inset 0 1px #ffffff1a}.MazeGame-module__qKOKdG__cell{border-radius:8px;width:60px;height:60px;transition:all .3s;position:relative;overflow:hidden}.MazeGame-module__qKOKdG__cell:before{content:"";opacity:0;background:linear-gradient(45deg,#0000 30%,#ffffff1a 50%,#0000 70%);transition:opacity .3s;position:absolute;inset:0}.MazeGame-module__qKOKdG__cell:hover:before{opacity:1}.MazeGame-module__qKOKdG__wall{background:linear-gradient(135deg,#34495e,#2c3e50);border:1px solid #ffffff0d;box-shadow:inset 0 1px 1px #ffffff1a,inset 0 -1px 1px #0000004d}.MazeGame-module__qKOKdG__path{background:linear-gradient(135deg,#ecf0f1,#bdc3c7);border:1px solid #ffffff4d;box-shadow:inset 0 1px 1px #fffc,0 1px 3px #0000001a}.MazeGame-module__qKOKdG__path:hover{background:linear-gradient(135deg,#f8f9fa,#e9ecef);transform:translateY(-1px);box-shadow:inset 0 1px 1px #ffffffe6,0 4px 8px #00000026}.MazeGame-module__qKOKdG__currentCellGlow{animation:1.5s infinite alternate MazeGame-module__qKOKdG__pulseGlow;box-shadow:0 0 15px 5px #00ffffb3,inset 0 0 10px 3px #00ffff80}@keyframes MazeGame-module__qKOKdG__pulseGlow{0%{box-shadow:0 0 10px 3px #00ffff80,inset 0 0 8px 2px #00ffff4d}to{box-shadow:0 0 20px 7px #00ffffe6,inset 0 0 15px 5px #00ffffb3}}.MazeGame-module__qKOKdG__mouse{color:#333;z-index:20;filter:drop-shadow(0 4px 8px #0000004d);background:0 0;justify-content:center;align-items:center;width:60px;height:60px;font-size:40px;transition:transform .5s ease-in-out;display:flex;position:absolute}.MazeGame-module__qKOKdG__mouse:before{content:"";z-index:-1;background:radial-gradient(circle,#667eea4d,#0000 70%);border-radius:50%;width:70px;height:70px;animation:2s ease-in-out infinite alternate MazeGame-module__qKOKdG__robotGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes MazeGame-module__qKOKdG__robotGlow{0%{transform:translate(-50%,-50%)scale(1);box-shadow:0 0 20px #667eea4d}to{transform:translate(-50%,-50%)scale(1.1);box-shadow:0 0 30px #667eea80}}.MazeGame-module__qKOKdG__mouse img{filter:drop-shadow(0 0 8px #667eea99);transition:filter .3s}.MazeGame-module__qKOKdG__startFlag,.MazeGame-module__qKOKdG__endFlag{white-space:nowrap;z-index:15;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:8px;padding:8px 16px;font-size:14px;font-weight:700;transition:all .3s;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 16px #0000004d}.MazeGame-module__qKOKdG__startFlag{color:#fff;background:linear-gradient(135deg,#00d2ff,#3a7bd5);border:2px solid #ffffff4d;left:-70px}.MazeGame-module__qKOKdG__startFlag:hover,.MazeGame-module__qKOKdG__endFlag:hover{transform:translateY(-50%)scale(1.05);box-shadow:0 6px 20px #0006}.MazeGame-module__qKOKdG__endFlag{color:#fff;background:linear-gradient(135deg,#ff6b6b,#ee5a24);border:2px solid #ffffff4d;top:calc(100% - 50px);left:50%;transform:translate(-50%)}.MazeGame-module__qKOKdG__commandEditor{flex-direction:column;align-items:center;width:100%;margin-top:30px;display:flex}.MazeGame-module__qKOKdG__commandLine{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-sizing:border-box;background:#ffffff1a;border-left:3px solid #667eea;border-radius:8px;align-items:center;width:90%;max-width:600px;margin-bottom:15px;padding:15px 20px 15px 80px;font-family:Courier New,monospace;transition:all .2s ease-in-out;display:flex;position:relative;box-shadow:0 4px 10px #0000001a}.MazeGame-module__qKOKdG__commandLine:hover{transform:translateY(-2px);box-shadow:0 6px 15px #00000026}.MazeGame-module__qKOKdG__commandLine:before{content:attr(data-index);color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:18px;font-weight:700;display:flex;position:absolute;left:15px;box-shadow:0 2px 8px #0003}.MazeGame-module__qKOKdG__commandInput{color:#0f8;background:#1a1a1ae6;border:2px solid #ffffff1a;border-radius:10px;flex-grow:1;min-width:150px;margin-right:15px;padding:15px 20px;font-family:Courier New,monospace;font-size:14px;font-weight:600;transition:all .3s;box-shadow:inset 0 2px 4px #0000004d,0 2px 8px #0003}.MazeGame-module__qKOKdG__commandInput:focus{border-color:#667eea;outline:none;box-shadow:inset 0 2px 4px #0000004d,0 0 0 3px #667eea33}.MazeGame-module__qKOKdG__runButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;flex-shrink:0;padding:15px 24px;font-size:16px;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #667eea4d}.MazeGame-module__qKOKdG__runButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.MazeGame-module__qKOKdG__runButton:disabled,.MazeGame-module__qKOKdG__styledButton:disabled{cursor:not-allowed;box-shadow:none;opacity:.7;background:#ccc;transform:none}.MazeGame-module__qKOKdG__commandActions{flex-wrap:wrap;justify-content:center;gap:20px;margin-top:30px;margin-bottom:40px;display:flex}.MazeGame-module__qKOKdG__styledButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;margin:0 5px;padding:16px 32px;font-family:Segoe UI,sans-serif;font-size:16px;font-weight:600;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 16px #667eea4d}.MazeGame-module__qKOKdG__styledButton:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.MazeGame-module__qKOKdG__styledButton:hover:before{left:100%}.MazeGame-module__qKOKdG__styledButton:hover{transform:translateY(-3px);box-shadow:0 8px 24px #667eea66}@keyframes MazeGame-module__qKOKdG__balloon-float{0%{opacity:1;transform:translateY(0)rotate(0)}to{opacity:0;transform:translateY(-100vh)rotate(360deg)}}.MazeGame-module__qKOKdG__balloon{z-index:999;border-radius:50%/60% 60% 40% 40%;width:40px;height:60px;animation:linear forwards MazeGame-module__qKOKdG__balloon-float;position:fixed;bottom:-100px;box-shadow:inset -5px -5px #0003,0 4px 12px #0000004d}.MazeGame-module__qKOKdG__balloon:after{content:"";background:linear-gradient(#0000004d,#0000);border-radius:0 0 5px 5px;width:2px;height:20px;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}@media (max-width:786px){.MazeGame-module__qKOKdG__maze{grid-template-rows:repeat(10,30px);grid-template-columns:repeat(10,30px);max-width:320px;padding:8px}.MazeGame-module__qKOKdG__cell{border-radius:4px;width:30px;height:30px}.MazeGame-module__qKOKdG__mouse{width:30px;height:30px;font-size:20px;transition:transform .5s ease-in-out}.MazeGame-module__qKOKdG__mouse:before{width:35px;height:35px}.MazeGame-module__qKOKdG__startFlag,.MazeGame-module__qKOKdG__endFlag{border-radius:4px;padding:4px 8px;font-size:10px}.MazeGame-module__qKOKdG__startFlag{left:-45px}.MazeGame-module__qKOKdG__endFlag{top:calc(100% + 15px);left:50%;transform:translate(-50%)}.MazeGame-module__qKOKdG__instructions{max-width:95%;padding:10px;font-size:14px}.MazeGame-module__qKOKdG__instructions h2{font-size:20px}.MazeGame-module__qKOKdG__commandLine{flex-direction:column;align-items:stretch;gap:10px;margin-bottom:12px;padding:10px 12px 10px 35px}.MazeGame-module__qKOKdG__commandLine:before{width:22px;height:22px;font-size:12px;left:8px}.MazeGame-module__qKOKdG__commandInput{width:100%;margin-right:0;padding:10px 12px;font-size:12px}.MazeGame-module__qKOKdG__runButton{text-align:center;width:100%;padding:10px 0;font-size:14px}.MazeGame-module__qKOKdG__gameName{font-size:32px}}
