.memory-test-page{background:linear-gradient(135deg,#ff4d4d,#fc0,#4caf50,#2196f3) 0 0/600% 600%;height:100vh;margin:0;font-family:Arial,sans-serif;animation:12s infinite gradient-shift;overflow:hidden}html{touch-action:none;-webkit-overflow-scrolling:none;height:100%;overflow:hidden}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.game-container{text-align:center;flex-direction:column;align-items:center;margin:20px;padding:20px;display:flex}.game-container .memory-title{font-size:36px;font-weight:700}.game-container .level{margin-bottom:20px;font-size:24px}.button-grid{grid-template-columns:repeat(2,1fr);justify-content:center;gap:20px;width:auto;margin:20px 0;display:grid}.color-button{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:200px;height:133px;padding:20px;font-size:20px;display:flex}.color-button.clicked{transition:transform .1s;transform:scale(.9)}.red{background-color:red}.blue{background-color:#00f}.green{background-color:green}.yellow{background-color:#ff0}.sequence-display{justify-content:center;gap:8px;margin:10px 0;display:flex}.color-dot{border-radius:50%;width:40px;height:40px}.modal{z-index:1000;text-align:center;color:#000;background:#ffffffe6;border-radius:8px;padding:20px;position:fixed;top:50%;left:50%;transform:translate(-50%,-30%);box-shadow:0 4px 8px #0003}.modal-content h2{margin-bottom:10px;font-size:24px}.modal-content p{margin-bottom:20px}.start-button{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:4px;padding:10px 20px;font-size:16px}.start-button:hover{background-color:#0056b3}.show-code-button{color:#fff;cursor:pointer;background-color:#28a745;border:none;border-radius:4px;padding:10px 20px;font-size:16px;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 6px #0000001a}.show-code-button:hover{background-color:#218838}.flash{transition:box-shadow .3s ease-in-out;box-shadow:0 0 20px 5px #000c}@media (max-width:600px){.button-grid{grid-template-columns:repeat(2,1fr);gap:10px}.color-button{width:150px;height:100px;font-size:16px}.game-container{margin:10px;padding:10px}.modal{width:90%;transform:translate(-50%,-50%)}}.error-overlay{text-align:center;color:#fff;z-index:1000;background-color:#000c;border-radius:10px;padding:20px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.error-message{margin-bottom:20px;font-size:1.5rem}.restart-button{color:#fff;cursor:pointer;background-color:#ff4d4d;border:none;border-radius:5px;padding:10px 20px;font-size:1rem}.restart-button:hover{background-color:#ff1a1a}.back-to-home{justify-content:flex-start;padding:10px 20px;display:flex}.back-button{color:#fff;background-color:#007bff;border-radius:5px;padding:10px 20px;font-size:16px;text-decoration:none;transition:background-color .3s;display:inline-block}.back-button:hover{background-color:#0056b3}
