.coding-adventure-module__cNxhFW__page{color:#fff;background-color:#1a1a2e;flex-direction:column;justify-content:space-between;height:100vh;padding:2rem;display:flex}.coding-adventure-module__cNxhFW__header{text-align:center}.coding-adventure-module__cNxhFW__gameContainer{flex:1;justify-content:center;align-items:flex-start;gap:2rem;padding:2rem;display:flex}.coding-adventure-module__cNxhFW__board{background-color:#333;border:4px solid #444;border-radius:8px;gap:2px;padding:10px;display:grid}.coding-adventure-module__cNxhFW__cell{background-color:#2a2a40;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;display:flex;position:relative}.coding-adventure-module__cNxhFW__cellRobot{background-color:#3f51b5;border-radius:50%;transition:all .3s}.coding-adventure-module__cNxhFW__cellGoal{background-color:#4caf50;border-radius:8px}.coding-adventure-module__cNxhFW__cellWall{background-color:#f44336;border-radius:4px}.coding-adventure-module__cNxhFW__controls{flex-direction:column;gap:1rem;min-width:300px;display:flex}.coding-adventure-module__cNxhFW__toolbox{flex-wrap:wrap;gap:.5rem;display:flex}.coding-adventure-module__cNxhFW__commandBtn{color:#fff;cursor:pointer;background-color:#3f51b5;border:none;border-radius:4px;padding:.5rem 1rem;transition:background-color .2s}.coding-adventure-module__cNxhFW__commandBtn:hover{background-color:#303f9f}.coding-adventure-module__cNxhFW__program{background-color:#16213e;border-radius:8px;flex-direction:column;gap:.5rem;min-height:200px;padding:1rem;display:flex}.coding-adventure-module__cNxhFW__programStep{background-color:#333;border-radius:4px;justify-content:space-between;align-items:center;padding:.5rem;display:flex}.coding-adventure-module__cNxhFW__activeStep{color:#000;background-color:gold}.coding-adventure-module__cNxhFW__actions{gap:1rem;display:flex}.coding-adventure-module__cNxhFW__actionBtn{color:#fff;cursor:pointer;background-color:#4caf50;border:none;border-radius:4px;flex:1;padding:1rem;font-weight:700}.coding-adventure-module__cNxhFW__resetBtn{background-color:#f44336}.coding-adventure-module__cNxhFW__overlay{z-index:1000;background-color:#000c;flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.coding-adventure-module__cNxhFW__overlay h2{color:gold;margin-bottom:2rem;font-size:3rem}.coding-adventure-module__cNxhFW__overlay button{color:#fff;cursor:pointer;background-color:#4caf50;border:none;border-radius:8px;padding:1rem 2rem;font-size:1.5rem}
