* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Ubuntu', sans-serif; background-color: #001a2e; color: #e0ffff; line-height: 1.6; overflow-x: hidden; }
.chmuxl-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.chmuxl-header-c-l-r { background: rgba(0,26,46,0.95); border-bottom: 2px solid #4682b4; padding: 15px 0; position: sticky; top: 0; z-index: 100; }
.chmuxl-desktop-nav ul { list-style: none; display: flex; gap: 20px; }
.chmuxl-desktop-nav a, .chmuxl-mobile-menu a { color: #e0ffff; text-decoration: none; font-weight: 700; transition: color 0.3s; }
.chmuxl-desktop-nav a:hover { color: #4682b4; }
.chmuxl-logo { display: flex; align-items: center; font-size: 1.5rem; font-weight: 700; color: #4682b4; }
.chmuxl-age-flag { display: inline-flex; align-items: center; background: #4682b4; padding: 5px 10px; border-radius: 20px; font-weight: 700; }
.chmuxl-hamburger { background: none; border: 1px solid #4682b4; color: #e0ffff; font-size: 1.5rem; cursor: pointer; padding: 5px 10px; display: none; }
.chmuxl-mobile-menu { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #001a2e; z-index: 200; flex-direction: column; align-items: center; justify-content: center; display: none; }
.chmuxl-mobile-menu ul { list-style: none; text-align: center; }
.chmuxl-mobile-menu li { margin: 20px 0; font-size: 1.5rem; }
.chmuxl-close-menu { position: absolute; top: 20px; right: 20px; font-size: 2rem; background: none; border: none; color: #e0ffff; cursor: pointer; }
.chmuxl-hero { height: 60vh; background-size: cover; background-position: center; display: flex; align-items: center; text-align: center; position: relative; }
.chmuxl-hero::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); }
.chmuxl-hero .chmuxl-container { position: relative; z-index: 2; }
.chmuxl-hero h1 { font-size: 3rem; margin-bottom: 20px; }
.chmuxl-btn { background: #4682b4; color: #fff; padding: 12px 30px; text-decoration: none; border-radius: 5px; font-weight: 700; display: inline-block; border: none; cursor: pointer; }
.chmuxl-btn:hover { background: #5a9bd5; }
.chmuxl-content-section { padding: 60px 0; }
.chmuxl-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; }
.chmuxl-card { background: rgba(70,130,180,0.1); padding: 20px; border-radius: 10px; border: 1px solid rgba(70,130,180,0.3); }
.chmuxl-card img { width: 100%; border-radius: 5px; margin-bottom: 15px; }
.chmuxl-game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.chmuxl-game-card { background: #002b4d; border-radius: 10px; overflow: hidden; border: 1px solid #4682b4; transition: transform 0.3s; }
.chmuxl-game-card:hover { transform: translateY(-5px); }
.chmuxl-game-card img { width: 100%; height: 200px; object-fit: cover; }
.chmuxl-game-info { padding: 15px; text-align: center; }
.chmuxl-play-btn { display: block; background: #4682b4; color: #fff; padding: 10px; text-decoration: none; border-radius: 5px; margin-top: 10px; }
.chmuxl-game-wrapper { max-width: 800px; margin: 40px auto; background: #002b4d; padding: 20px; border-radius: 15px; border: 3px solid #4682b4; position: relative; }
.chmuxl-game-ui { display: flex; justify-content: space-between; margin-bottom: 15px; font-size: 1.2rem; background: rgba(0,0,0,0.3); padding: 10px; border-radius: 5px; }
#game-canvas { background: #001a2e; width: 100%; height: auto; border-radius: 5px; }
.chmuxl-controls { display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 20px; }
.chmuxl-ctrl-btn { width: 50px; height: 50px; border-radius: 50%; border: 2px solid #4682b4; background: none; color: #e0ffff; font-size: 1.5rem; cursor: pointer; }
.chmuxl-spin-btn { background: linear-gradient(to bottom, #4682b4, #002b4d); border: 2px solid #e0ffff; color: #fff; padding: 15px 50px; border-radius: 30px; font-weight: 700; font-size: 1.2rem; cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.5); }
.chmuxl-game-instructions { background: rgba(0,0,0,0.2); padding: 30px; border-radius: 10px; margin-top: 40px; }
.chmuxl-legal-content h1, .chmuxl-legal-content h2 { color: #4682b4; margin-bottom: 15px; }
.chmuxl-legal-content p, .chmuxl-legal-content li { margin-bottom: 10px; }
.chmuxl-footer-classic { background: #000c17; padding: 40px 0; border-top: 5px solid #4682b4; margin-top: 60px; }
.chmuxl-footer-classic ul { list-style: none; }
.chmuxl-footer-classic a { color: #b0c4de; text-decoration: none; }
.chmuxl-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.9); z-index: 1000; display: none; align-items: center; justify-content: center; text-align: center; }
.chmuxl-modal { background: #002b4d; padding: 40px; border-radius: 15px; border: 2px solid #4682b4; max-width: 500px; width: 90%; }
@media (max-width: 768px) { .chmuxl-desktop-nav { display: none; } .chmuxl-hamburger { display: block; } .chmuxl-hero h1 { font-size: 2rem; } }