body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #0a6b8b; font-size: 2.5em; border-bottom: 3px solid #f7941e; padding-bottom: 10px; }
        h2 { color: #1a7f6a; font-size: 1.8em; margin-top: 30px; }
        h3 { color: #5c3c92; font-size: 1.4em; }
        .logo { font-size: 2em; font-weight: bold; color: #f7941e; text-shadow: 2px 2px 4px rgba(0,0,0,0.1); }
        .btn { display: inline-block; padding: 10px 20px; background: #f7941e; color: white; border-radius: 5px; text-decoration: none; margin: 10px 0; }
        .nav-mobile { display: none; }
        @media (max-width: 768px) {
            .nav-desktop { display: none; }
            .nav-mobile { display: block; background: #0a6b8b; color: white; padding: 10px; text-align: center; cursor: pointer; }
            .nav-links { display: none; }
            .nav-links.active { display: block; }
        }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        .game-stats { background: #f0f8ff; padding: 15px; border-radius: 8px; }
        .community { background: #fff8e1; padding: 15px; border-radius: 8px; }
        .footer { margin-top: 40px; padding: 20px 0; border-top: 2px solid #f7941e; }
