.HomeContainer{text-align:center;margin-top:50px;font-family:Arial,sans-serif}.HomeHeader h1{font-size:36px;color:#283a4c;margin-bottom:20px}.HomeHeader p{font-size:18px;color:#4a4a4a;line-height:1.6;max-width:800px;margin:0 auto 20px;padding:0 15px}.HomeNav{margin-top:20px}.HomeLink{display:inline-block;margin:10px;padding:10px 20px;font-size:16px;text-decoration:none;color:#fff;background-color:#4477ef;border-radius:5px;transition:background-color .4s ease}.HomeLink:hover{background-color:#efa544}.RulesContainer{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px;box-sizing:border-box;background-color:#1f1f1f;color:#f8f7f9}.RulesContent{max-width:800px;width:100%;text-align:left;line-height:1.6;font-size:16px;background-color:#2e2e2e;border-radius:10px;padding:30px;box-shadow:0 4px 8px #0003}.RulesContent h1{text-align:center;font-size:28px;color:#f6c700;margin-bottom:20px}.RulesContent h2{font-size:22px;margin-top:20px;color:#f6c700}.RulesContent h3{font-size:18px;margin-top:15px;color:#f6c700}.RulesContent p{margin-bottom:15px}.RulesContent ul{padding-left:20px;margin-top:10px}.RulesContent li{margin-bottom:10px}@media (max-width: 768px){.RulesContent{font-size:15px;line-height:1.5;padding:20px}.RulesContent h1{font-size:24px}.RulesContent h2{font-size:20px}.RulesContent h3{font-size:16px}}@media (max-width: 480px){.RulesContent{font-size:14px;line-height:1.4;padding:15px}.RulesContent h1{font-size:20px}.RulesContent h2{font-size:18px}.RulesContent h3{font-size:16px}}.cell{width:30px;height:30px;border:.5px solid rgb(167,162,162);display:flex;justify-content:center;align-items:center;cursor:pointer}.cell.unselected{background-color:#e0e0e0}.cell.revealed{background-color:#c8e6c9}.cell.mine{background-color:#f7f7f7;color:#fff}.cell:hover{background-color:#acaaaa}.cell.flagged{background-color:#f9be2a}@media screen and (max-width: 768px){.cell{width:25px;height:25px}}@media screen and (max-width: 480px){.cell{width:20px;height:20px}}.GameContainer{text-align:center;margin:20px}.GameHeader{margin-bottom:20px}.GameHeader button{margin:5px;padding:10px;font-size:14px;cursor:pointer}.GameBoard{display:grid;gap:2px;justify-content:center;margin:0 auto;max-width:20%}@media screen and (max-width: 768px){.GameBoard{max-width:30%}}@media screen and (max-width: 480px){.GameBoard{max-width:30%}}.navbar{background-color:#524e4e;padding:10px;display:flex;justify-content:center}.nav-links{list-style:none;display:flex;gap:15px;margin:0;padding:0}.nav-links li{font-size:18px}.nav-links a{text-decoration:none;color:#fff;transition:color .3s}.nav-links a:hover{color:#fc0}.nav-links a.active{font-weight:700;color:#fc0}@media screen and (max-width: 768px){.navbar{flex-direction:column;align-items:center;padding:15px}.nav-links{flex-direction:column;gap:10px}.nav-links li{font-size:16px}}@media screen and (max-width: 480px){.navbar{padding:10px}.nav-links{flex-direction:column;gap:8px}.nav-links li{font-size:14px}}
